/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #FFF;
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
p
	{
	line-height:18px;
	margin:0px 0px 9px 0px;
	}
h1
	{
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:760px;
	text-align:left;
	margin:auto;
	position:relative;
	background: url(images/bg_outer.gif) repeat-y center;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:760px;
	height:150px;
	overflow:hidden;
	z-index:100;
	background:url(images/bg_header.jpg);
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	padding:160px 0px 0px 0px;
	}
#footer 
	{
	width:760px;
	clear:both;
	height:50px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background:#4e74b9;
	color:#fff;
	}
* 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:540px;
	float:right;
	padding:160px 10px 0px 10px;
	}
#right
	{
	width:165px;
	float:right;
	}
* html #right { padding:20px 0px 0px 0px; }
#right img { margin:20px 0px 0px 0px; }
#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */


#cart
	{
	border:1px solid #fff;
	color:#fff;
	margin:-9px 0px 0px 0px;
	}
#cart td
	{
	text-align:center;
	padding:5px 0px;
	}
#cart a { color:#fff; text-decoration:underline; }
#cart a:hover { text-decoration:none; }

#main
	{
	width:350px;
	float:left;
	padding-right: 10px;
	}
#mainprod
	{
	width:540px;
	height: 150pxl;
	float:left;

	}
.prods {
	color: #EBEBEB;
}


.prodbox
	{
	width:130px;
	border:1px solid #4e74b9;
	float:left;
	overflow:hidden;
	margin:0px 18px 18px 0px;
	padding:10px;
	}
#outer #centrecontent #mainprod #prodviewer #prods {
	border: 1px solid #4E75BA;
	margin-bottom: 10px;
}

.prodbox p
	{
	text-align:center;
	border-top:1px solid #4e74b9;
	margin:0;
	}
	
#prodname {

text-decoration:none;
color:#000000;
font-weight:bold;
padding-top:10px;
text-align:center;
padding-bottom:10px;
}	

#prodname a {

text-decoration:none;
color:#000000;
font-weight:bold;
}	

#prodnav
	{
	position:relative;
	left:10px;
	}
#prodnav li a
	{ 
	color:#4E75BA;
	border-top:2px solid #bcbdbf;
	padding:3px 0px 5px 3px;
	width:177px;
	display:block;
	font-size:11px;
	text-decoration:none;
	}
#prodnav li a:hover
	{
	color:#000;
	}

#search
	{
	border-top:2px solid #bcbdbf;
	margin:0px 10px 10px 10px;
	width:180px;
	}
#search td
	{
	padding:3px;
	}

#topnav
	{
	margin:133px 0px 0px 10px;
	z-index:500;
	overflow:hidden;
	}
#topnav li
	{
	float:left;
	}
#topnav li a
	{
	text-decoration:none;
	color:#fff;
	margin:0px 20px 0px 0px;
	font-weight:bold;
	height:20px;
	}
#topnav li a:hover { text-decoration:underline; }

#outer #centrecontent #main #prodimg {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;

}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.imgresults {
	padding-left: 5px;
	padding-top: 5px;	
	padding-bottom: 5px;		
}
#newstock {
	border: 1px solid #FFFFFF;
	padding-bottom: 10px;
	margin-top: 10px;
}
