body {
	background:#fff;
	margin:0;
	padding:0;
	color:#000;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #000;
 }
 
img {
	border:0px;
}

div#main {
	width: 800px;
	background-color:#FFFFFF;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-top:2px;
	border: 1px solid #D4D2CA;
}

#header {
	width: 788px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	height: 70px;
	background: url('img/header.jpg');
	font-size: 10px;
}

#header ul {
	margin:0;
	padding:10px 6px 0;
	list-style:none;
 }

#header li {
	float:left;
	background:url("img/design/new-left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}

#header a {
	float:left;
	display:block;
	background:url("img/design/new-right.gif") no-repeat right top;
	padding:7px 15px 4px 6px;
	text-decoration:none;
	font-weight:normal;
	color:#666666;
}

/* Commented Backslash Hack

   hides rule from IE5-Mac \*/

#header a {float:none;}

/* End IE5-Mac hack */

#header a:hover {
	color:#000000;
 }
 
#header #current {
	background-image:url("img/design/new-left-on.gif");
 }
 
#header #current a {
	background-image:url("img/design/new-right-on.gif");
	color:#000000;
	padding-bottom:4px;
	font-weight: bold;
 }
 
#header #current a:hover {
 	background-image:url("img/design/new-right-on.gif");
 	color:#666666;
 	padding-bottom:4px;
 	font-weight: bold;
 }
  
#subheader {
	clear: both;
	height: 14px;
	margin: 6px;
	padding: 6px;
	padding-left: 6px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333;
	background: url('img/design/subnav-bg.gif');
	font-size: 10px;
}
#logo {
	text-align:left;
	padding-top: 6px;
	padding-bottom: 0px;
	margin:0px;
	padding-left: 6px;
	color: #333333;
}
#footer{
	clear: both;
	padding: 6px;
	padding-top: 12px;
	font-size: 10px;
}
#maincontent{
	width: 594px;
	padding-top: 5px;
	padding-left: 6px;
	padding-right: 6px;
	border: 0px;
	float: right;
}

#submenu{
	width: 178px;
	padding-top: 0px;
	border: 0px;
	float: left;
	padding: 6px;
}
h1 {
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 100%;
}
h2 {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: normal;
	font-size: 17px;
}

a:link, a:visited {
	color:#0066FF;
	text-decoration: underline;
}
a:hover      {
	color: #0000FF; 
	text-decoration: underline;
}


div#subcategoryLinks{
	font-size: 12px;
	border: 4px solid #D4D2CA;
	background: #F1F1F1;
	padding: 6px;
	margin: 0px;
	line-height: 140%;
}
div#subcategoryLinks a{
	padding-right: 12px;
}

img.product_image {
	float: right;
	padding: 8px;
	padding-top: 0px;
	padding-right: 0px;
}

hr.clear {
	clear: both;
}

div#productDetails {
	font-size: 12px;
}
div#product_related{
	font-size: 11px;
	color: #444;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

table#index_table td{
	margin-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 33%;
}

div#pages {
	font-size: 12px;
	line-height: 140%;
}


/* DL MENU */

dl {
	width: 180px;
	padding: 0px;
	background: #FFFFFF;
	border: 0px;
	margin: 0px;
}
dd {	
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
}
dd a:link, dd a:visited {	
	display: block;
	padding: 6px;
	margin: 0px;
	margin-bottom: 1px;
	background: #F1F1F1;
	height: 1%;
	line-height: 14px;
	color: #000;
	text-decoration: none;
	font-weight: bold; 
	background: #ECECEC;
	background:url('img/tab.gif') no-repeat;
}
dd a:hover {	
	border: 0px;
	margin-bottom: 1px;
	color: #0066FF;
	background:#F1F1F1;
	background:url('img/tab.gif') no-repeat;
	text-decoration: none;
}

dd.sub {	
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
}
dd.sub a:link, dd.sub a:visited {	
	display: block;
	padding: 6px;
	padding-left: 21px;
	margin: 0px;
	margin-bottom: 1px;
	height: 1%;
	line-height: 14px;
	color: #666;
	text-decoration: none;
	background:url('img/tab2.gif') no-repeat;
	font-weight: normal;
}
dd.sub a:hover {	
	border: 0px;
	margin-bottom: 1px;
	color: #009900;
	background:url('img/tab2.gif') no-repeat;
	text-decoration: none;
}
