body {
	background:#e6e6e6 url("images/bg_page.png");
	margin:0;
	padding:0;
	border:0;
	font-family:arial,helvetica,verdana,sans serif;
	font-size:13px;
	color:#333;
}
#container {
	margin:0 auto;
	width:960px;
	background:#fff;
}
#header {
	background:url("images/bg_header.png") no-repeat;
	margin:0 auto;
	width:960px;
	height:185px;
}
#content {
	margin:0 auto;
	width:870px;
}
#footer {
	margin:0 auto;
	width:870px;
	border-top:1px solid #003C68;
	padding:0 0 20px 0;
}

/* NORMAL STUFF */
#content h1 {
	font-family:arial,helvetica,verdana,sans serif;
	font-size:22px;
	margin:25px 0 15px 0;
	color:#003C68;
	line-height:100%;
	font-weight:normal;
}
#content h2 {
	font-family:arial,helvetica,verdana,sans serif;
	font-size:13px;
	color:#003C68;
	font-weight:normal;
	margin-bottom:16px;
}
#content p,
#content ul,
#content ol{
	margin-bottom:16px;
}
#content p {
	line-height:120%;
}
#content a {
	color:#003C68;
	text-decoration:underline;
}
#content b,
#content strong{
	font-weight:bold;
}
#content i,
#content em{
	font-style: italic;
}
#content ol {
	list-style:decimal;
	margin-left:32px;
}
#content ul {
	list-style:disc;
	margin-left:32px;
}
#content ul li,
#content ol li {
	margin:0 0 4px 0;
	line-height:120%;
}

/* home page stuff */
#hero {
	position:relative;
	width:870px;
	height:357px;
	overflow:hidden;
	margin:0 0 25px 0;
}	
#hero ul {
	list-style:none;
	margin:0;
	padding:0;
}
#hero ul li {
	margin:0;
	padding:0;
}
#home_col1,
#home_col2,
#home_col3 {
	float:left;
	margin:0 0 35px 0;
	width:276px;
}
#home_col1,
#home_col2{
	width:298px;
}
#home_col1 p,
#home_col2 p,
#home_col3 p {
	margin:0 0 5px 0;
	color:#003c68;
	font-size:13px;
}

#searchcartcontainer{
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #003C68;
}

/* categories */
#content div.category {
	float:left;
	width:150px;
	min-height:200px;
	text-align:center;
	_height:200px;
	margin:0 0 20px 0; /* margin-right is set in code */
}
#content div.category p a{
	text-decoration:none;
	color:#003c68;
	font-size:13px;
}

/* products */
#productnav {
	float:left;
	position:relative;
	width:230px;
	background:#e6e6e6 url("images/productnav_bottom.png") no-repeat;
	min-height:457px;
	_height:457px;
	background-position:bottom;
}
#productnavtop {
	position:absolute;
	top:0;
	left:0;
	background:url("images/productnav_top.png") no-repeat;
	width:230px;
	height:157px;
	z-index:1;
}
#productdescription {
	float:left;
	width:250px;
}
#productdescription ul {
	margin: 0 0 15px 0;
}
#productdescription ul li {
	list-style:none;
	background:url("images/bullet.gif") 0 5px no-repeat;
	padding:0 0 7px 12px;
}
#productimages {
	float:right;
	width:300px;
}
#productlistingcontainer {
	float:right;
	width:590px;
	margin:0;
}
div.productlisting {
	float:left;
	width:150px;
	margin:0 0 20px 0; /* margin-right is set in code */
}
div.productlisting p{
	font-size:11px;
	color:#818285;
}
div.productlisting h2{
	font-family:arial,helvetica,verdana,sans serif;
	font-size:13px;
	color:#003C68;
	font-weight:normal;
	margin-bottom:16px;
}
div.productlisting h2 a{
	font-family:arial,helvetica,verdana,sans serif;
	font-size:13px;
	text-decoration:none;
	color:#003C68;
}
div.productprice{
	font-family:arial,helvetica,verdana,sans serif;
	font-size:16px;
	text-decoration:none;
	color:#003C68;
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	border-top:1px solid #003C68;
	border-bottom:1px solid #003C68;
}
div.totalprice{
	font-family:arial,helvetica,verdana,sans serif;
	font-size:13px;
	text-decoration:none;
	color:#003C68;
}
div.productenquiries {
	margin-top:10px;
}
div.productenquiries p{
	font-size:10px;
	font-weight:bold;
	color:#003C68;
}
div.productenquiries a{
	color:#003C68;
}
div.productpdf {
	margin-top:30px;
	background:url("images/doc_pdf.png") no-repeat;
	padding:0 0 0 24px;
	min-height:20px;
	_height:20px;
	font-size:10px;
	font-weight:bold;
	color:#003C68;
	line-height:18px;
}
div.productpdf a{
	color:#003C68;
	text-transform:uppercase;
}

/* form */
input,textarea {
	font-family:arial,helvetica,verdana,sans serif;
	font-size:13px;
}

/* tables */
#content table{
	width:515px;
	margin-bottom:8px;
	font-family:"Lucida Grande","Lucida Sans Regular",Lucida,Verdana,Helvetica,sans-serif;
	border-bottom:1px solid #003C68;
}
#content table tr th{
	background:#003C68;
	color:#fff;
	vertical-align:bottom;
	line-height:100%;
	padding:6px;
	text-align:left;
}
#content table tr td{
	margin:0;
	vertical-align:top;
	padding:5px;
	text-align:left;
}
#content table tr td a{
	color:#003C68;
}
#content table tr th.nobordertop,
#content table tr td.nobordertop{
	border-top:none;
}
#content table tr th.noborderbottom,
#content table tr td.noborderbottom {
	border-bottom:none;
}
#content table tr.borderbottom td,
#content table tr td.borderbottom{
	border-bottom:1px solid #003C68;
}
#content table tr.bordertop td,
#content table tr td.bordertop{
	border-top:1px solid #003C68;
}
#content table tr.odd td,
#content table tr td.odd{
	background:#E5F0F1;
}
#content table tr.subhead th,
#content table tr.subhead td,
#content table tr th.subhead,
#content table tr td.subhead {
	background:#F6ECCE;
	font-weight:bold;
	color:#000;
	border-top:1px solid #fff;
	border-bottom:1px solid #003C68;
}

/* site map */
#content #sitemap ul {
	list-style:none;
	margin:0;
}
#content #sitemap ul li{
	list-style:none;
	margin:0 0 8px 0;
	background:none;
	padding:0;
}
#content #sitemap ul li a{
	color:#000;
	text-decoration:none;
}
#content #sitemap ul li ul{
	margin:8px 0 0 32px;
}

/* breadcrumb */
#breadcrumb{
	color:#666;
	font-size:11px;
	margin:0 0 16px 0;
}
#breadcrumb a{
	color:#458387;
	text-decoration:none;
}
#breadcrumb a:hover{
	text-decoration:underline;
}

/* footer */
#footer p {
	margin:0 0 20px 0;
}
#footer p a{
	color:#003c68;
	font-size:10px;
	text-decoration:none;
}
#footer p,
#footer li, 
#footer li a {
	color:#939598;
	font-size:9px;
}
#footer ul{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	width:200px;
}
#footer ul li{
	margin:0 0 5px 0;
}
#footer ul li ul{
	margin:5px 0 0 0;
}
#footer p.links {
	color:#003c68;
	font-size:10px;
	margin:10px 0 10px 0;
}

/* menu */
#header #menu {
	margin:0 auto;
	width:870px;
	padding:160px 0 0 0;
}
#header #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	z-index:9999;
	position:relative;
}
#header #menu ul li{
	display:inline;
	position:relative;
	border:0;
	margin:0;
	padding:0 2px 0 0;
	float:left;
}
#header #menu  ul li:hover,
#header #menu  ul li.on{
} 
#header #menu ul li a,
#content .nextprevious a {
	text-decoration: none;
	text-transform:uppercase;
	text-align:center;
	background:#999;
	color:#fff;
	font-size:11px;
	border:0;
	margin:0;
	padding: 10px 8px;
}
#header #menu  ul li:hover a,
#header #menu ul li a:hover,
#header #menu ul li.on a,
#content .nextprevious a:hover {
	background:#003B68;
	color:#fff;
}
#header #menu ul li ul{
	height:auto;
	position: absolute;
	top:100%;
	left:0;
	display: none;
	width:auto;
	margin:10px 0 0 0;
	padding:4px 0;
}
#header #menu ul li:hover ul{
	display: block;
}
#header #menu ul li ul li{
	position:relative;
	float:none;
	left:0;
	display:block;
	height:auto;
	margin:0;
	padding:0;
	background:#003B68;
	border-bottom:1px solid #666;
}
#header #menu ul li ul li a {
	display:block;
	height:auto;
	color:#fff;
	text-align:left;
	margin:0;
	padding:8px 10px 8px 10px;
	white-space:nowrap;
}
#header #menu ul li ul li a:hover {
	color:#F3652A;
}

#productnav ul {
	width:200px;
	margin:15px 0 45px 0;
	padding:0;
	list-style-type:none;
	z-index:9999;
	background:transparent;
}
#productnav ul li{
	margin:0 0 15px 15px;
}
#productnav ul li.category{
	margin-top:30px;
}
#productnav ul li ul{
	margin:10px 0 0 0;
}
#productnav ul li ul li{
	margin:5px 0 0 0;
}
#productnav ul li a {
	text-decoration: none;
	text-transform:uppercase;
	color:#333;
	font-size:13px;
	padding:0 0 20px 0;
}
#productnav ul li a.active,
#productnav ul li a:hover {
	color:#013B67;
}
#productnav ul li.category a{
	text-transform:uppercase;
}
#productnav ul li.product a{
	text-transform:none;
}
#productnav ul li ul li a {
	color:#666;
}

#daisycalculator{
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
}
#daisycalculator p{
	font-size:11px;
	color:#003C68;
}
#daisycalculator span{
	font-size:12px;
	color:#003C68;
}
#daisycalculator table{
	width:auto;
	border:0;
}
#daisycalculator table tr td{
	font-size:11px;
	color:#003C68;
	padding:5px 10px 5px 0px;
}
#daisycalculator table tr td input{
	border:0;
	font-weight:bold;
	font-size:12px;
	color:#003C68;
	margin:-1px 0 0 0;
	padding:0;
}

/* validation */
#contactform em{
	color:#900;
}
label.error { 
	float: none; 
	color: #900; 
	padding: 5px 0 0 10px; 
	vertical-align: top; 
	font-weight:bold;
}


