/* CSS Document */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:900px;/* for mozilla*/
	background-color: #FFF;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:900px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/bg_outer.gif) repeat-y center center;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size:11px;
	line-height:18px;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:900px;
	height:150px;
	overflow:hidden;
	z-index:100;
	background-color: #000F4B;
	background-repeat: no-repeat;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:270px;
	float:left;
	margin-top:150px;/*needed to make room for header*/
	z-index:200;
	}
	
#left2
	{
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	margin-top:150px;/*needed to make room for header*/
	z-index:200;
	}
	
		
#footer 
	{
	width:760px;
	clear:both;
	height:50px;
	left:0;
	bottom:0;
	position: relative;
	background:url(Images/bg_footer.gif) no-repeat;
	}
#footer p
	{
	padding:16px 0px 0px 0px;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:630px;
	float:right;
	padding-top:150px;/*make room for header*/
	}
#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */
#content
	{
	width:480px;
	float:left;
	}
#content p 
	{
	margin:0px 0px 10px 0px;
	}
	
	
	
#details
	{
	padding:10px 0px 0px 10px;
	}
#details img
	{
	}
#details .detailstop
	{
	border-top:1px dotted #003768;
	border-bottom:1px dotted #003768;
	margin:10px 0px;
	padding:3px 2px;
	color:#003768;
	}
#details .features
	{
	padding:10px;
	background:#e6e6e6;
	}
	
	
#innercontent
	{
	padding:10px 15px;
	}
	
	
	
.listing
	{
	overflow:hidden;
	margin:10px 0px 10px 10px;
	}
.listing img
	{
	float:left;
	margin:0px 10px 0px 0px;
	}
.listing div
	{
	float:right;
	width:330px;
	}
.listing .listingtop
	{
	background:#003768;
	padding:3px 7px;
	color:#fff;
	font-weight:bold;
	}
.listing .listingnav
	{
	padding:3px 0px;
	color:#003768;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	}
.listing a { color:#003768; text-decoration:none; }
.listing a:hover { color:#EC008C; }
	
	
#right
	{
	padding:10px 0px 0px 10px;
	width:140px;
	float:right;
	}
#right img
	{
	margin:0px 0px 10px 0px;
	}



#nav
	{
	float:left;
	position:relative;
	left:15px;
	}
#nav li
	{
	padding:0px 0px 15px 0px;
	background:url(Images/bg_navli.gif) bottom center;
	}
#nav li a
	{
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	width:88px;
	height:18px;
	border:1px solid #fff;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:35px 0px;
	font-weight:bold;
	}
	
	
#quicksearch
	{
	width:770px;
	clear:both;
	float:right;
	position:relative;
	top:15px;
	right:10px;
	color:#fff;
	}
	
#topnav
	{
	width:300px;
	margin:10px 10px 0 0;
	top:100px;
	position:absolute;
	color:#fff;
	text-align: right;
	right:10px;
	}	
#topnav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
	
#quicksearch table td
	{
	padding:0px 10px 0px 0px;
	}
	
	
#search
	{
	float:left;
	width:130px;
	position:relative;
	top:45px;
	left:40px;
	}
.txtfield {
	font-family: tahoma;
	font-size: 10px;
}


#sale
{
position:absolute;
top:105px;
left:20px;
background-image:url(sale.jpg);
width:581px;
height:17px;
padding:5px;
color:#FFFFFF;
}

#sale a{
color:#FFFFFF;
text-decoration: none;
}
