/* CSS Document */




/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:1010px;/* for mozilla*/
	background:#000;
	color: #000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:1010px;
	text-align:left;
	margin:auto;
	position:relative;
	background:#fff;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:1010px;
	height:200px;
	overflow:hidden;
	color: #000000;
	z-index:100;
	background:url(images/bg_header.gif) no-repeat #fff;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:190px;
	float:left;
	padding:0;
	margin:200px 0px 0px 10px;
	color:#fff;
	background:#00a8ec ;
	}
#footer 
	{
	width:1010px;
	clear:both;
	height:30px;
	left:0;
	bottom:0;
	position: absolute;
	background:url(images/bg_footer.gif);
	}
#footer p
	{
	text-align:center;
	padding:2px 0px 0px 0px;
	font-size:10px;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent 
	{
	width:790px;
	float:right;
	padding:200px 10px 0px 0px;/*make room for header*/
	}

#clearfooter {width:100%;height:30px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-30px;} /*safari wrapper */



#content
	{
	width:590px;
	padding:0px 10px 0 0;
	float:left;
	}
#right
	{
	width:190px;
	float:left;
	background:#00a8ec ;
	}



/*////////// NAVIGATION ////////////*/


#nav li
	{
	font-weight:normal;
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #fff;
	font-size:14px;
	padding:0 10px;
	width:170px;
	}
	
#nav li a
	{
	color:#fff;
	text-decoration:none;
	padding: 5px 0;
	display:block;
	line-height:18px;
	width:170px;
	height:18px;
	font-weight:normal;
	}
	
#nav ul li ul li
	{
	padding-left:0;
	}
	
	
/*//////////// END //////////////*/





/*///////// SHOP STYLES //////////*/

#cartbox td
	{
	text-align:center; 
	}

#productbar
	{
	width: 580px;
	height: 20px;
	padding: 2px 5px 0px 5px;
	background:#00a8ec ;
	color:#fff;
	margin:0px 0px 5px 0px;
	}
#productbar p
	{
	margin:0;
	padding:0;
	}
.prodview
	{
	width: 588px;
	border:1px solid #039ddd;
	clear:both;
	margin:0px 0px 5px 0px;
	}
.prodview:after 
	{
	content:" ";
	display:block;
	clear:both;
	}
.prodview li
	{
	text-indent: 15px;
	background: url(images/arrow.gif) no-repeat 0px 10px;
	}
.prodview ul
	{
	list-style:inherit;
	list-style-position:inside;
	}
.imagecell
	{
	width:100px;
	text-align:center;
	}
.imagecell img {margin:20px 0px 0px -15px;}
.titlecell
	{
	border-bottom: 1px solid #039ddd;
	}
	
#slideshow
	{
	margin:8px 0px 0px 0px;
	}
	
.subheadings
	{
	font-weight:bold;
	color:#007ec5;
	}
	
.prodbox
	{
	width:130px;
	height:163px;
	float:left;
	text-align:center;
	border:1px solid #039ddd;
	padding: 10px 5px 5px 5px;
	margin: 0px 5px 5px 0px;
	}
.prodbox p { text-align:center; }
.prodbox a {color:#007ec5;text-decoration:none;}
.prodbox a:hover {text-decoration:underline;}

.tableheader
	{
	font-weight:bold;
	background:#dfdfe0;
	}
	

#cartbox a {color:#fff; text-decoration:underline;}
#cartbox a:hover {text-decoration:none;}

#newusertable
	{
	margin:0px 0px 0px 8px;
	}
#newusertable td
	{
	padding:3px 0px;
	}

