* {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}

/* HTML markup
-------------------------------------*/
body {
	background-image: url(/template/body.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #eeeee0;
	font-size: 100%;
}
div, p, td {
	font-family: Verdana, Arial, sans-serif;
}
a {
	color: #00e;
}
a:hover {
	color: #e00;
	text-decoration: none;
}
hr {
	clear: both;
	margin-bottom: 20px;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}
p {
	line-height: 150%;
	margin: 0 0 1em 0;
}
p, li, td {
	font-size: 80%;
}
pre {
	padding: 5px 10px;
	margin-bottom: 25px;
	line-height: 150%;
	font-family: 'courier new', courier, serif;
	font-size: 70%;
	color: #fc0;
	background-color: #222;
	border: 1px solid #000;
}
ul {
	margin-bottom: 20px;
}
li {
	margin-left: 30px;
}

/* Headings
-------------------------------------*/
h1, h2 {
	font-size: 90%;
}
h1 {
	margin: 0 0 5px 0;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	font-size: 110%;
	font-family: tahoma, arial, sans-serif;
}
#pagelinks {
	margin: 0 10px 0 0;
}
h2 {
	margin: 1.5em 0 1em 0;
	padding: .5em 0;
	border-bottom: 1px dotted #ccc;
}
h2 a {
	color: #000;
	text-decoration: none;
}
h3 {
	margin: 1.6em 0 .5em 0;
	font-size: 80%;
}

/* Layout
-------------------------------------*/
#header {
	position: absolute;
	width: 750px;
	height: 80px;
	top: 0;
	left: 50%;
	margin-left: -375px;
	background-image: url(/template/banner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
}
#header img {
	width: 750px;
	height: 75px;
}
#bannerad {
	margin: 10px 0 0 0;
	height: 90px;
}
.inlineAd {
	margin: 1em 0 0 0;
	padding: 5px;
	font-size: 90%;
	background: #ffe57f;
}
#main {
	width: 750px;
	position: absolute;
	left: 50%;
	top: 80px;
	margin-left: -375px;
	background-color: #fff;
}
#content {
	float: left;
	width: 710px;
	width: 540px;
	padding: 0 0 30px 20px;
}
#footer {
	clear: both;
	padding: 10px 20px;
	color: #fff;
	background-color: #5981be;
	border: 2px solid #fff;
	font-size: 11px;
}
#footer a {
	float: right;
	padding: 0 0 0 20px;
	color: #fff;
}
#right {
	float: right;
	width: 120px;
	margin: 175px 10px 10px 0;
	font-size: 90%;
	padding: 5px;
}
/* Search page
-------------------------------------*/
#search {
	position: absolute;
	top: 185px;
	left: 60%;
	width: 270px;
	margin-left: -30px;
	font-size: 90%;
	text-align: right;
}
#search input {
	width: 90px;
	margin-left: 15px;
}
#search input.submit {
	width: 60px;
	margin-left: 0;
	font-size: 100%;
}
#searchResults .url {
	margin-bottom: 10px;
	font-size: 70%;
	color: green;
}
#searchResults .dsc {
	font-size: 80%;
}
#searchResults .title {
	font-size: 80%;
}
#searchResults .query {
	margin-bottom: 20px;
	font-size: 80%;
}
#searchResults .prevnext {
	font-size: 110%;
	font-weight: bold;
}
#searchResults .resultPages {
	margin-top: 20px;
	font-size: 80%;
}

/* Navigation
-------------------------------------*/
#nav {
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #8f7200;
	border-bottom: 1px solid #8f7200;
	background: #fc0;
	margin: 0 2px;
}
#nav ul {
	margin: 0 2px;
	list-style: none;
}
#nav li {
	margin: 0;
	float: left;
	background: #fc0;
	border-right: 1px solid #8f7200;
}
#nav a {
	display: block;
	height: 30px;
	padding: 0 15px;
	color: #000;
	text-decoration: none;
	background-position: left center;
	background-repeat: no-repeat;
}
#nav a:hover {
	background: #ffe57f;
}

/* Tables
-------------------------------------*/
table {
	width: 100%;
}
th {
	background-color: #eeeee0;
	font-size: 90%;
}
table.list {
	margin: 0 0 1em 0;
	border: 1px solid #ddd;
	-moz-border-radius: 8px;
}
table.list td {
	border-top: 1px solid #eeeee0;
}
.lab {
	width: 120px;
	padding: 8px 10px 5px 10px;
	background-color: #eeeee0;
	vertical-align: top;
}
.val {
	padding: 5px 10px;
}

/* Form elements
-------------------------------------*/
form {
	display: inline;
}
input, textarea {
	width: 95%;
	padding: 3px;
	border: 1px solid #ccc;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 100%;
	overflow: visibile;
}
input.radio, input.checkbox {
	width: auto;
}
input.submit {
	width: auto;
	padding: 3px 15px;
	background-color: #ccc;
	cursor: pointer;
	cursor: hand;
}
input.submit:hover {
	background-color: #eee;
}
.shh {
	display: none;
}
/* Miscellaneous elements
-------------------------------------*/
.half {
	width: 46%;
}
.highlight {
	color: #f30;
}
.productbox {
	float: right;
	margin: 0 0 10px 10px;
}
#error {
	margin-bottom: 1.5em;
	padding: 10px;
	background-color: #fffed6;
	border: 1px solid #ffe466;
	font-size: 80%;
	text-align: center;
}
#lastupdated {
	margin: 3em 0 1.5em 0;
	padding: 5px;
	clear: both;
	font-size: 11px;
	background: #ffe57f;
}
#pagelinks {
	width: 40px;
	text-align: right;
	float: right;
}
#crumbs {
	margin: 0 0 30px 0;
	font-size: 70%;
}
.left {
	float: left;
}
.left h2, .right h2 {
	margin-top: 0;
}
.right {
	float: right;
}
.filename {
	color: #f30;
	font-family: "courier new", "courier", serif;
}
.nomargin {
	margin: 0;
}

/* Comments
-------------------------------------
#comments .row1, #comments .row2 {
	padding: 10px;
	font-size: 90%;
	border: 1px solid #ddddd0;
	margin-bottom: 10px;
	clear: both;
}
#comments .row1 {
	background-color: #f6f6ed;
}
#comments .row2 {
	background-color: #fff;
	background-color: #f6f6ec;
}
#comments p:last-child {
	margin: 0;
}
#comments .author {
	margin-bottom: 1.6em;
	font-size: 70%;
}
#comments .message {
	font-size: 90%;
}*/

/* Feature boxes
-------------------------------------*/
h2.feature {
	margin: 0;
	padding: 5px 0;
	border: 1px solid #ddd;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	background-color: #eeeee0;
	font-size: 90%;
	text-align: center;
}
div.feature {
	margin: 0 0 15px 0;
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}
div.feature ul {
	margin: 0 0 10px 0;
	list-style: none;
}
div.feature li {
	margin: 0;
	padding: 2px 0;
}
div.feature li input {
	vertical-align: middle;
}
div .feature p:last-child {
	margin: 0;
}

/* ASPIN.com ratings
-------------------------------------*/
div.rating {
	padding: 5px;
	background-color: #eeeee0;
	text-align: center;
	-moz-border-radius: 8px;
}
div.rating .submit {
	font-size: 80%;
}

/* List button styling
-------------------------------------*/
.download-links, #related-links, #demo-links {
	list-style: none;
	margin-bottom: 1em;
}
.download-links li, #related-links li, #demo-links li {
	margin: 0;
	padding: 2px 0;
}
.download-links a, #related-links a, #demo-links a {
	display: block;
	padding: 0 0 0 32px;
	height: 24px;
	line-height: 24px;
}
.download-links a {
	background: left center no-repeat url(/template/icons/24save.gif);
}
#related-links a {
	background: left center no-repeat url(/template/icons/24links.gif);
}
#demo-links a {
	background: left center no-repeat url(/template/icons/24play.gif);
}

/* Other button styling
-------------------------------------*/
div.download {
	width: 200px;
	margin: 0 0 15px 15px;
	font-size: 90%;
}
div.download a {
	display: block;
	padding: 0 0 0 50px;
	height: 50px;
	line-height: 50px;
	background: transparent bottom left no-repeat url(/template/icons/download_large.gif);
	text-decoration: none;
	color: #fff;
}
div.download a:hover {
	color: #333;
	background-position: top left;
}

/* Scripts page
-------------------------------------*/
.script {
	margin-bottom: 10px;
}
.script h2, .script p {
	margin-bottom: .2em;
}
.script img {
	float: left;
	margin-right: 10px;
}

/* Hacks
-------------------------------------*/
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Feature lists
-------------------------------------*/
div.features {
	padding: 10px;
	margin-bottom: 1em;
	background-color: #f6f6ec;
	border: 1px dotted #ddddd0;
	font-size: 80%;
}
div.features h2 {
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
}
div.features ul {
	margin: 0;
}
div.features li {
	margin-left: 20px;
}

#contactForm .EmailAddress {
	display: none;
}