@media print {
    .noprint { display: none; }
} 
 
/* -------------- 
   www.binaryjungle.com
   
*/

body { 
	padding: 0; 
	margin: 0;
	font: .9em Tahoma, Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	background: #008E8C; 
	color: #666; 
}
form { margin: 0; padding: 0;}
img { border: 0; }

a{ color: #006A69; text-decoration: none; }
a:hover { color: #00A8A6; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	color: #008E8C;
	margin: 0;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}
h2 {
color: #008E8C;
}
h4 {
	margin: 0;
	padding: 0 0 0 20px;
	}
#background { 
	margin: 0 auto;
	width: 843px;
	padding: 0 0 10px 0;
	background: #fff url(images/background.jpg) repeat-y; 
}

#container {
	margin: 0 auto;
	width: 786px;
	padding: 0 0 20px 0;
	background: #fff;
}

#viewcart {
	position: relative;
	display: block;
	width: 100px;
	left: 690px;
	text-align: right;
	margin-bottom: -20px;
	font-weight: bold;
}
#tagline {
	position: relative;
	display: block;
	width: 150px;
	margin-left: 30px;
	margin-bottom: -20px;
	text-transform: uppercase;
	font-size: .8em;
}


#nav
{	
	width: 796px;
}

div#nav ul
{
	height: 25px;
	list-style: none;
	width: 100%;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}

div#nav ul li
{
	list-style: none;
	display: block;
	width: 100px;
	float: right;
	text-align: center;
	line-height: 21px;
	font-size: .8em;
	font-weight: bold;
	background: transparent url(images/tab.gif) no-repeat;
}

div#nav ul li a
{
	width: 100%;
	height: 25px;	
	display: block;
	color: black;
	text-decoration: none;
}

div#nav ul li.last
{
	border-right: 0px;
	width: 152px;
}

div#nav ul li a:hover
{
	color: white;
}


#content {
	padding:0;
	margin-bottom: -15px;
}

#contentright {
	margin-left: 200px;
	width: 588px;
	padding:0;
	margin-bottom: -15px;
	display: block;
}
* html #contentright { margin-left: 195px; }
#leftmenu {
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
}

#leftmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#leftmenu ul ul { 
	margin: 0 0 0 20px;
	font-weight: normal;
	}

#leftmenu ul li a{
	padding: 5px 5px 5px 20px;
	display: block;
	width: 120px;
}
#leftmenu ul li a:hover {
	background: #EBF3F3;
}

.leftbox {
	display: block;
	width: 160px;
	font-size: .8em;
	line-height: 1.2em;
	border: 1px solid #ddd;
	padding: 0px 6px;
	margin: 0 6px 50px 6px;
}

.homerightss {
	float: right;
	display: block;
	width: 250px;
	border: 1px solid #ccc;
	padding: 6px;
	margin: 12px;
	text-align:center;
}

.productlist {

}

.productitem {
	margin: 10px 0 0 0;
	padding: 10px 10px 0 10px;
	border-bottom: 1px solid #eee;
}
.productitem:hover{
	background: url(images/prodfade.jpg) repeat-y right;
}
.productitem img {
	margin: 0 10px 10px 0;
	float: left;
	}
.buynow {
	float: right;
	font-weight: bold;
	background: transparent url(images/tab.gif) no-repeat;
	display: block;
	width: 95px;
	height: 22px;
	text-align:center;
}
.prodsize {
}
.proddescrip {
	line-height: 1.6em;
}
.price {
	color: #060;
	font-weight: bold;
}
.productitem h3 {
	padding: 0;
}
.productitem h5 {
	padding: 0;
}
.proddright {

}
.coname {
	color: #edc;
	font-size: .7em;
	}
#footer {
	clear: both;
	margin: 0 auto;
	width: 843px;
	height: 121px;
	padding: 0px;
	font-size: .75em;
	background: #008E8C url(images/foot.jpg) no-repeat;
}
#footer .credit {
	padding: 10px 0 0 100px;
	text-align: left;
	color: #3CC;
}
#footer .credit a{
	color: #6FF;
}
#footer .credit a:hover{
	color: #fff;
}

#footer .address {
	text-align: center;
	font-size: 1.2em;
	line-height: 1em;
	padding: 35px 0 0 350px;
	margin: 0;
}

