
<style type="text/css">

/*reset
-------------------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/*fonts
-------------------------------------------------------------------------------------------*/
body {
	font:13px arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	color:#404040;
}
table {
	font-size:inherit;
	font:100%;
}
select, input, textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
pre, code {
	font:115% monospace;
	*font-size:100%;
}
body * {
	line-height:1.22em;
}
/*General Layout
-------------------------------------------------------------------------------------------*/
body {
  background-color:#FFF;
}
.clear {clear:both;}
/* Wrapper - overall div the defines structure / widths */
#wrapper {
  	text-align: left;
	width:968px;
	margin:0 auto;	
} 

#branding {
	height:112px;
}

#logo {
	float:left;
}
#phone2 {
	float:right;
	font-size:28px;
	color:#69c0dc;
	clear:right;
	line-height:60px;
}
#mainnav {
	background:url(/images/navbg.gif) left top no-repeat;
	float:left;
	width:968px;
	height:31px;
}
#mainnav li {
	float:left;
}
#mainnav a {
	color:#005797;
	display:block;
	line-height:31px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
}
#n2 a {
	width:134px;
	background: url(/images/nav_whybg.gif) center top no-repeat;
}
#n3 a {
	width:102px;
	background: url(/images/nav_projectsbg.gif) center top no-repeat;
}
#n4 a {
	width:113px;
	background: url(/images/nav_designersbg.gif) center top no-repeat;
}
#n5 a {
	width:143px;
	background: url(/images/nav_toptenbg.gif) center top no-repeat;
}
#n6 a {
	width:165px;
	background: url(/images/nav_inventorybg.gif) center top no-repeat;
}
#n7 a {
	width:196px;
	background: url(/images/nav_sellbg.gif) center top no-repeat;
}
#n8 a {
	width:114px;
	background: url(/images/nav_contactbg.gif) center top no-repeat;
}
#mainnav a:hover {
	color:#FFF;
	text-decoration:none;
	background-position:center bottom;
}
#mainnav .menu-current a, #mainnav .menu-parent a, #mainnav a.menu-current, #mainnav a.menu-parent {
	color:#FFF;
	background-position:center bottom;
}
/* Secondary Navigation */
#subnav {
	width:215px;
	float:left;
	padding-bottom:20px;
}
#subnav ul {
	padding:0 0 0 10px;
}
#subnav a {
	display:block;
	width:215px;
	color:#a3a3a5;
	text-decoration:none;
	line-height:30px;
	border-top:2px solid #f3f3f3;
	text-indent:10px;
}
#subnav a:hover{
	color:#005595;
}
#subnav .menu-current a, #subnav .menu-parent a, #subnav a.menu-current, #subnav a.menu-parent {
	color:#005595;
	background-color:#e7e7e7;
}
#subnav .menu-last {
	border-bottom:2px solid #f3f3f3;	
}
/* Auxillary Navigation - Home | Search | etc, usually in top right corner */
#auxnav {
	/*background-color:#BBC7C5;*/
	color:#025895;
	font-size:85%;
	float:right;
	line-height:14px;
/*}
#auxNav ul {*/
	padding:10px;
}
#auxnav li {
	float:left;
}
#auxnav a{
	color:#025895;
	text-transform:uppercase;
	text-decoration:none;
}
#auxnav a:hover {
	color:#69bedd;
	text-decoration:none;
}
#auxnav .menu-current a, #auxnav .menu-parent a, #auxnav a.menu-current, #auxnav a.menu-parent {
	color:#69bedd;
}
/*Content
--------------------------------------------------------------------------------------*/
h1 {
	padding:0px 0 10px 0;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	color:#015697;
	
}
/*Footer
--------------------------------------------------------------------------------------*/

/* Footer - holds bottom links, if any, NOT TO HOLD COPYRIGHT INFO */

#footer {
	margin: 0 auto;
	width:100%;
	clear:both;	
	color:#979797;
	font-size:10px;
	padding:10px 0;
}

* html #footer { 
	width: 970px;
	margin: 0 0 0 -50px;
	}

#footer ul {
	float:left;
	margin-left:50px;
}
#footer li {
	float:left;
}
#footer a {
	color:#666;
}
#footer p {
	text-align:center;
}

/* Site Tools
------------------------------------------------------*/
#sitetools {
	float:left;
	margin:0 0 20px 0;
}

#searchtool, #emailtool, #printtool {
	float:left;
	padding: 0px;
	margin: 0px;
}

#searchtool a, #emailtool a, #printtool a {
	display:block;
	height:13px;
	float:left;
	margin-left:10px;
}
#searchtool a {
	background: url(/images/searchicon.gif) left top no-repeat;
	width:12px;
}

* html #emailtool {margin-left: -15px;}

#emailtool a {
	background: url(/images/emailicon.gif) left top no-repeat;
	width:14px;
}

* html #printtool {float: right; margin-top: -13px; vertical-align:top;}

#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;
}

</style>