/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: Arial, Helvetica, sans-serif inherit;
	vertical-align: baseline
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol { margin:0px 0px 10px 25px; }
ul {
	list-style-image: url(images/li.png);
	margin:0px 0px 10px 25px;
}
li { margin-bottom:10px; }
#circle {
	list-style:circle;
	padding-left:10px;
}
blockquote { content:quotes; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin-bottom:10px;
}
.container {
	width: 900px;
	margin: 0 auto;
}
body {
	background:url(images/bg.png) top center repeat-x #fff;
	font:12px/1.4 Arial, Helvetica, sans-serif;
	color:#333;
}
#bold { font-weight:800; }
#header {
	background:url(images/header.png) no-repeat;
	background-position:top center;
	height:90px;
	font-size:14px;
	color:#000741
}
#header input { padding-top:10px; }
#header img { float:right }
#header span {
	font-size:10px;
	margin-top:3px;
	margin-bottom:5px
}
#header p { padding-top:55px; }
.usa {
	float:right;
	text-transform:uppercase;
	padding-top:10px
}
#header a {
	color:#039;
	text-decoration:underline;
}
#header a:hover {
	color:#000;
	text-decoration:none;
}
#nav1 {
	color:#fff;
	height:42px;
	font-size:14px;
	line-height:40px;
	margin-right:50px;
	width:90%;
}
#nav1 a {
	color:#fff;
	text-decoration:none;
}
#nav1 a:hover {
	color:#ccc;
	text-decoration:underline;
}
#logo {
	height:44px;
	padding-bottom:100px;
}
input#logo { vertical-align:middle }
#nav2 {
	height:43px;
	font-size:14px;
	font-weight:900;
	line-height:40px;
	text-transform:uppercase;
	text-decoration:underline;
}
#nav2 a {
	color:#fff;
	text-decoration:none;
	margin-right:30px
}
#nav2 a:hover { color:#ccc; }
#content { font:12px/1.4 Arial, Helvetica, sans-serif }

#footer {
	background:url(images/footer.png) no-repeat;
	background-position:top center;
	margin-top:20px;
	width:800px;
}
#footer a {
	color:#06c;
	text-decoration:none;
}
#footer a:hover { color:#3cf; }

.copyright {
	clear: both;
	text-align: right;
	margin-bottom:20px
}
h1, h2, h3, h4, h5, h6 {

	color:#000741;
	margin:10px 0 10px 0
}
h1 { font-size:1.8em; }
h2 { font-size:1.4em; }
h3 {
	font-size:1.3em;
	color:#555
}
h4 { font-size:1.0em; }
h5 { font-size:.8em; }
h6 {
	clear: both;
	color:#006;
	margin-bottom:5px;
	text-align: right;
	font-style:italic;
	font-size:1.1em;
	font-weight:normal;
}
div.ex {
	width:300px;
	padding:10px;
	border:5px solid gray;
	margin:0px;
	float:right;
	border:1px dotted #ccc;
	margin:0px 0px 15px 20px;
}
div.cta {
	width:270px;
	padding:5px;
	border:5px solid gray;
	margin:0px;
	float:right;
	border:1px dotted #ccc;
	margin:0px 0px 15px 10px;
	text-align:center;
	font-weight:bold;
}
div.cta img { float:right;}

/* Comparison tables */
.compare {
	margin:0px 10px;
	font:12px/1.4 Arial, Helvetica, sans-serif;
	width:600PX;
}
.compare td {
	padding:0px;
	border:1px #ccc solid;
	text-align:left
}
.compare tbody td { background:#f7f7f7 }
.compare .specs {
	background:#fff925;
	border-color:#ccc
}
.specs a {
	color:#333;
	display:block
}
.compare tbody th {
	font-weight:normal;
	border:1px #9dc5ee solid;
	background:#dceff8;
	color:#333;
	font-size:1.5em;
}
.compare thead th, .compare tfoot td {
	background:#ccc;
	border:1px #555 solid
}
.compare th {
	text-align:left;
	color:#000;
	font-weight: bold;
}
#id { padding:5px }
/* Image tables */
.image {
	margin:10px 10px;
	font:12px/1.4 Arial, Helvetica, sans-serif;
	width:600px;
}
.image td {
	border:1px #ccc solid;
	text-align:left;
	padding-left:5px;
	vertical-align:middle;
}
.image tbody td {
	background:#f7f7f7;
	font-weight:normal;
	border:1px #9dc5ee solid;
	background:#dceff8;
	color:#333;
	font-size:1.5em;
}
.image thead th {
	background:#ccc;
	border:1px #555 solid;
	text-align:left;
	color:#000;
	font-weight: bold;
	padding-left:10px
}
.imgpad {
	padding:5px;
	display:block;
	border: groove;
	border-color:#eee;
}
/* Conversion Table */
#convert { width:950px; }
