 

/*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, font, img, ins, kbd, q, s, samp,
small, strike, strong, /*sub, sup, */tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
/*	list-style: none;
*/}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*fonts
-------------------------------------------------------------------------------------------*/
body {
	font:13px "Verdana", arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	color:#FFF;
}
table {
	font-size:inherit;
	font:100%;
}
select, input, textarea {
	font:99% "Verdana", arial,helvetica,clean,sans-serif;
}
pre, code {
	font:115% monospace;
	*font-size:100%;
}
body * {
	line-height:1.22em;
}
/*General Layout
-------------------------------------------------------------------------------------------*/
@charset "utf-8";
/* CSS Document */
.clear {clear:both;}
.left {float:left;}
.right {float:right;}
strong {font-weight:bold;}
em { font-style:italic;}
body{
	margin:0px;
	background: url(/images/background.gif) left top repeat-x #002e56;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
#wrapper {
	width:820px;
	margin:0 auto;
}
#branding {
	height:47px;
	width:800px;
}

#branding ul {
	list-style-type: none;
	}
	
#logo {
	float:left;
}
#mainnav {
	float:right;
}
#mainnav li {
	float:left;
}
#mainnav a{
	height:47px;
	text-indent:-9000px;
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
}
#n1 a {
	background-image: url(/images/nav_home.gif);
	width:47px;
}
#n2 a {
	background-image: url(/images/nav_aboutus.gif);
	width:77px;
}
#n3 a {
	background-image: url(/images/nav_products.gif);
	width:83px;
}
#n4 a {
	background-image: url(/images/nav_services.gif);
	width:76px;
}
#n5 a {
	background-image: url(/images/nav_requestinfo.gif);
	width:153px;
}
#n6 a {
	background-image: url(/images/nav_store.gif);
	width:49px;
}
#mainnav a:hover {
	background-position:left bottom;
}
#mainnav .menu-current a, #mainnav .menu-parent a, #mainnav a .menu-current, #mainnav a .menu-parent, #mainnav .menu-parent, #mainnav .menu-current {
	background-position: left bottom;
}
h1 {
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	color:#FFF;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
.contentarea {
	padding:20px 0 0 0;
}
.contentarea a {
	color:#FFF;
	text-decoration:underline;
}
.contentarea a:hover {
	color:#8097ab;
}
#footer {
	width:860px;
	margin:16px auto;
	border-top: 2px solid #406280;
	border-bottom: 2px solid #406280;
	padding:15px 0;
	font-size:10px;
	color:#8097ab;
	height: 20px;
}
#footer ul {
	list-style-type: none;
	float:left;
}
#footer li {
	float:left; 
	padding-right:10px;
}
#footer li a {
	color:#8097ab;
	text-decoration:none;
}
#footer li a:hover {
	text-decoration:underline;
	color:#bbccda;
}

#footer2 {
	width: 860px;
	margin: 0 auto 10px auto;  
	}
	
#search {
	float:left;
	
}
.copyright {
	clear:right;
	float:right;
	font-size:10px;
}

#sitetools {
	clear:left;
	float:left;
}
#searchtool, #emailtool, #printtool {
	float:left;
}
#searchtool a, #emailtool a, #printtool a {
	display:block;
	height:13px;
	float:left;
	margin-right:10px;
}
#searchtool a {
	background: url(/images/searchicon.gif) left top no-repeat;
	width:12px;
}
#emailtool a {
	background: url(/images/emailicon.gif) left top no-repeat;
	width:14px;
}
#printtool a {
	background: url(/images/printicon.gif) left top no-repeat;
	width:16px;
}
#searchtool a:hover, #emailtool a:hover, #printtool a:hover {
	background-position:right top;
}