body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	color: #000000; 
	background-color: #000000;
}
#container{
	width:760px;
	margin: 0 auto;
}
#header{
	width:100%;
}
#utilities{
	float:right;
	color: #FFCC00;
}
	#utilities a{
	/*	font-size: 10px;*/
		color:#ffffff;
		text-decoration:none;
	}
	#utilities a:hover {
		color:#999999;
		text-decoration:underline;	
	}
/*Main Navigation ----------------------------------------------------------------*/

#nav{
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear:both;
	height:22px;
}
	#nav form{
		margin:0px;
		float:right;
	}
	#nav label{
		font-weight:bold;
		color:#FFCC00;
	}
/*Main Navigation ----------------------------------------------------------------*/

#breadCrumbs {
	background-color:#FFCC00;
	padding: 10px 15px;
	margin: 3px 0 10px 0;
	font-size:11px;
}
#page {
	background-color:#FFCC00;
	padding: 5px;
	margin: 0 0 10px 0;
}
#content {
	margin:0px;
}
#leftCol{
	width:205px;
	margin-right:15px;
}
#rightCol{
	width:540px;
}
#flashcontent {
	margin-top:-10px;
	padding:0;
}
#footer{
	margin-top: 10px;
	padding-top:10px;
	clear:both;
	border-top:2px solid #FFCC00;
	color:#FFCC00;
	font-size:10px;
}
	#footer a{
		color:#ffffff;
		text-decoration:none;
		margin: 0 10px;
	}
	#footer a:hover{
		color:#999999;
		text-decoration:underline;
	}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgBrd{
	border:solid 1px #999999;
}
a:link {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
a:active {
	color:#666666;
	text-decoration:none;
}
.catImg{
	position: relative;
	z-index: 0;
	border:solid 1px #ffcc00;
	width:202px;
	height:88px;
	margin-bottom: 8px;
}
.catImg span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
}
.catImg:hover span{ /*CSS for enlarged image on hover*/
	position: absolute;
	visibility: visible;
	z-index: 10;
	top: 31px ; 
	left: 0px; 
}
.zoom{
	position: relative;
	z-index: 0;
	cursor: hand;
}
.zoom span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
}
.zoom:hover span { /*CSS for enlarged image on hover*/
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 340px;
	bottom: 100px;
	cursor: hand;
}
.prodOveriew{
	background-color:#FFFFFF;
	padding:10px;
}
.prodOveriew #leftCol {
	display:none;
}
.prodOveriew #rightCol {
	display:none;
}
.prodDetail #leftCol, .prodDetail #rightCol  {
	min-height:560px;
}
.prodDetail #leftCol {
	float:left;
	width:388px;
	display: block;
	background-color:#FFFFFF;
	margin-right:10px;
	padding:5px;
	border: 1px solid #ffcc00;	
	margin-bottom:10px;
}
.prodDetail #rightCol {
	float:left;
	width:338px;
	display: block;
	background-color:#FFFFFF;
	padding:5px;
	border: 1px solid #ffcc00;	
	margin-bottom:10px;
}
h1 {
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-size:13px;
	margin:0 0 20px 0;
	padding:10px 0px;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	color: #272425;
	clear:both;
}
.prodThumb {
	float:left;
	width: 150px;
	margin: 0 17px 5px 17px;
	height:180px;
}
.prodThumb p{
	font-size:11px;
}
.prodThumb img:hover{
	border: solid 2px #ffcc00;
	}
.clear{
	clear:both;
}
#leftCol h1 {
	background-color: #000000;
	text-align: left;
	color: #FFFFFF;
	width: 60px;
	margin: -6px 0 0 -6px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ffcc00;
	border-bottom-color: #ffcc00;
}
#rightCol h2 {
	font-size:13px;
	margin:0 0 5px 0;
	padding:5px 0px;
	font-weight:bold;
	color: #272425;
	clear:both;
	background-image: url(../images/layout/hdLine.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-style:none;
}
.prodView a {
	float:left;
	border:solid 1px #999999;
	margin: 0 9px 9px 0;
}
.prodView a:hover, .prodView a:focus:hover {
	border:solid 1px #1C2124;
}
.prodView a:active, .prodView a:focus {
	border:solid 1px #ffcc00;
}
.brd {
	border: solid 1px #ffcc00;
}
.column {
	float: left; 
}
.retailers {
	float:left; 
	width:200px; 
	height:100px;
	margin-right:23px;
	margin-left:23px;
	margin-bottom:20px;
}
ol {
	margin-top: 10px;
	margin-bottom: 10px;
}