/* Meyer CSS Reset v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CUSTOM STYLES BELOW */

body {
	font-size: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	background: #036 url(../images/background.gif) repeat-x top;
	margin: 0 0 60px;
}

#header {
	color: #fff;
	overflow: hidden;
}

#header .content {
	width: 860px;
	margin: auto;
	overflow: hidden;
}

.home h1 {
	font-size: 14px;
	line-height: 1;
	font-family: Arial, Helvetica, Sans-Serif;
	float: left;
	height: 54px;
	padding: 36px 0 22px;
	overflow: hidden;
}

.home h2 {
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	float: right;
	text-align: center;
	overflow: hidden;
	padding-top: 40px;
}

.home h2 em {
	text-transform: normal;
	font-style: italic;
	font-variant: normal;
	letter-spacing: 0;
}

#header ul {
	list-style: none;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
	clear: left;
	overflow: hidden;
	height: 2em;
}

#header ul li {
	list-style: none;
	display: inline;
}

#header ul li a:link,
#header ul li a:visited {
	float: left;
	display: block;
	background: #036 url(../images/nav.gif) no-repeat top left;
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
}

#header ul li a:hover,
#header ul li a:active {
	background: #69c url(../images/nav-hover.gif) no-repeat top left;
	color: #fff;
	text-decoration: none;
}

#header ul li a:link span,
#header ul li a:visited span {
	background: url(../images/nav.gif) no-repeat top right;
	display: block;
	padding: 0.5em 1em;
}

#header ul li a:hover span,
#header ul li a:active span {
	background: url(../images/nav-hover.gif) no-repeat top right;
	display: block;
	padding: 0.5em 1em;
}

#header ul li a.active:link,
#header ul li a.active:visited {
	float: left;
	display: block;
	background: #fff url(../images/nav-active.gif) no-repeat top left;
	color: #369;
	text-decoration: none;
}

#header ul li a.active:hover,
#header ul li a.active:active {
	background: #fff url(../images/nav-active.gif) no-repeat top left;
	color: #000;
	text-decoration: none;
}

#header ul li a.active:link span,
#header ul li a.active:visited span,
#header ul li a.active:hover span,
#header ul li a.active:active span {
	background: url(../images/nav-active.gif) no-repeat top right;
	display: block;
	padding: 0.5em 1em;
}

#header ul li a:link .highlight,
#header ul li a:visited .highlight {
	color: #ff9;
	text-transform: uppercase;
}

#header ul li a:hover .highlight,
#header ul li a:active .highlight {
	color: #fff;
}

#header ul li a.active:link .highlight,
#header ul li a.active:visited .highlight {
	color: #369;
	text-transform: uppercase;
}

#header ul li a.active:hover .highlight,
#header ul li a.active:active .highlight {
	color: #000;
}

#container {
	background: #fff url(../images/top.gif) no-repeat top;
	width: 900px;
	margin: auto;
	overflow: hidden;
}

#container .content {
	background: url(../images/bottom.gif) no-repeat bottom;
	color: #333;
	overflow: hidden;
}

#container .main {
	width: 600px;
	margin: 0 0 0 20px;
	padding: 25px 0 20px 0;
}

#container .sidebar {
	width: 240px;
	float: right;
	padding: 20px 20px 0 0;
}

#container .block {
	background: #d6e0eb url(../images/block-top.gif) no-repeat top;
	color: #369;
	padding: 0 20px;
	overflow: visible;
}

#container .block p.go {
	text-align: center;
	padding: 1.25em 0 0.5em;
	font-weight: normal;
	font-size: 1.4em;
}

#container .block p.go a:link,
#container .block p.go a:visited {
	background: #369;
	color: #fff;
	padding: 0.125em 1em 0.25em;
	text-decoration: none;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	border-top: 2px solid #69c;
	border-right: 2px solid #036;
	border-bottom: 2px solid #036;
	border-left: 2px solid #69c;
	margin-bottom: 0;
	font-variant: small-caps;
}

#container .block p.go a:hover,
#container .block p.go a:active {
	background: #69c;
	color: #fff;
	padding: 0.125em 1em 0.25em;
	text-decoration: none;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	border-top: 2px solid #9cf;
	border-right: 2px solid #369;
	border-bottom: 2px solid #369;
	border-left: 2px solid #9cf;
	margin-bottom: 0;
	font-variant: small-caps;
}

#container .block p.go a em {
	text-transform: lowercase;
	font-variant: normal;
}

#container .block h4 {
	font-size: 1.8em;
	color: #036;
	padding-top: 1em;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}

#container .block p {
	margin: 0;
	font-weight: bold;
}

#container .block ol {
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5;
	list-style: decimal inside;
}

#container .block ul {
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5;
	list-style: disc inside;
}

#container .block-bottom {
	background: #d6e0eb url(../images/block-bottom.gif) no-repeat bottom;
	margin-bottom: 20px;
	padding-top: 5px;
	height: 15px;
	clear: both;
}

#container h1 {
	font-size: 2.4em;
	color: #369;
	line-height: 1;
	margin: 0 0 0.5em;
}

#container h2 {
	font-size: 1.8em;
	color: #369;
	line-height: 1.25;
	margin: 0 0 0.5em;
}

#container h3 {
	font-size: 1.4em;
	color: #369;
	line-height: 1.25;
	margin: 0 0 0.75em;
}

#container h4 {
	font-size: 1.2em;
	color: #369;
	line-height: 1.25;
	margin: 0 0 0.75em;
}

#container h5 {
	font-size: 1.2em;
	color: #369;
	line-height: 1.25;
	margin: 0 0 0.75em;
	font-weight: normal;
	font-style: italic;
}

#container h6 {
	font-size: 1em;
	color: #369;
	line-height: 1.25;
	margin: 0 0 1em;
}

#container p {
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 1em;
}

#container a:link,
#container a:visited {
	color: #369;
	text-decoration: underline;
}

#container a:hover,
#container a:active {
	color: #036;
	text-decoration: underline;
}

#container .main ol {
	margin: 0 0 1em 3em;
	font-size: 1.4em;
	line-height: 1.5;
	list-style: decimal outside;
	font-weight: bold;
	font-style: italic;
	color: #369;
}

#container .main ol ol {
	font-size: 1em;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	color: #000;
	margin: 0 0 1em 2em;
}

#container .main ul {
	margin: 0 0 1em 3em;
	font-size: 1.2em;
	line-height: 1.5;
	list-style: circle outside;
	font-weight: bold;
	font-style: italic;
	color: #369;
}

#container .main ul ul {
	font-size: 1em;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	color: #000;
	margin: 0 0 1em 2em;
}

#container .main table {
	width: 100%;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #369;
	margin: 0 0 1em;
}

#container .main caption {
	padding: 0 0 5px 0;
	width: 100%;	 
	text-align: right;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: normal;
	font-weight: normal;
	color: #369;
	font-variant: small-caps;
	letter-spacing: 1px;
}

#container .main th {
	color: #036;
	border-top: 1px solid #d6d6ff;
	border-right: 1px solid #d6d6ff;
	border-bottom: 5px solid #d6d6ff;
	border-left: 1px solid #d6d6ff;
	text-align: left;
	padding: 0.75em;
	background: #ebebff url(../images/th.gif) repeat-x top;
	font-weight: bold;
}

#container .main th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #d6d6ff;
	background: none;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #369;
}

#container .main td {
	border: 1px solid #d6d6ff;
	background: #fff;
	padding: 0.75em;
	color: #369;
}


#container .main tr.alt td {
	background: #f7f7ff;
}

#container .main th.spec {
	border-left: 1px solid #d6d6ff;
	border-top: 0;
	font-weight: bold;
}

#container .main th.specalt {
	border-left: 1px solid #d6d6ff;
	border-top: 0;
	font-weight: bold;
}

#container .main td.form {
	padding: 0.25em 0.75em 0;
}

#container .main td input.num {
	background: #D6E0EB;
	border: 1px solid #369;
	font-size: 11px;
	padding: 0.25em;
	color: #333;
	width: 1.5em;
}

#container .main table ol,
#container .main table ul {
	font-size: 1em;
	margin-bottom: 0;
}

#container .main table.downloads th,
#container .main table.downloads th {
	width: 50%;
}

a.toggleLink:link,
a.toggleLink:visited,
a.toggleLink:hover,
a.toggleLink:active {
	text-decoration: none !important;
	clear: both;
	background: #ff9;
	border: 1px solid #369;
	padding: 4px 5px 3px;
	line-height: 3em;
	margin-left: 1.5em;
	font-size: 0.857em;
}

#container table.products {
	margin-left: 2em;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

small {
	font-size: 0.75em;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 0.75em;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

#footer {
	background: #369 url(../images/footer.gif) no-repeat bottom;
	color: #d6d6ff;
	overflow: hidden;
	width: 860px;
	margin: auto;
}

#footer .content {
	padding: 10px 20px;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
}

#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover,
#footer a:active {
	color: #fff;
	text-decoration: underline;
}
