@charset "utf-8";
/* CSS Document */

*,html,body	{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
p	{
	margin-top:2px;
	margin-bottom:20px;
}

h2	{
	color:#FF66CC;
}
body	{
	background-color:#000000;
	color:#FF00FF;
}

h3	{
	color:#FF66CC;
	font-size:14px;
}
#menu	{
	text-align:center;
	margin-bottom:2px;
	background-color:#FF00CC;
	height:35px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0px;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 160px;
	font-size:14px;
	font-weight:bold;
}

#nav li { /* all list items */
	display:inline;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	/*width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FF00CC;
	padding:0px;
	width: 160px;
	border:#666 1px double;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li{
	padding-top:7px;
	padding-bottom:7px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC00CC;
}
#nav li ul li a	{
	color:#FFFFFF;
	text-decoration:none;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li:hover	{
	background-color:#000000;
}


#enews	{
	margin-top:60px;
}
#enews .inputbox	{
	background:#666666;
	color:#FFFFFF;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:none;
	}
#enews form	{
	margin-top:10px;
	margin-left:24px;
	}
#btmstripouter	{
	background-color:#FF00CC;
	margin-top:2px;
	padding:10px;
	}
#btmstrip	{
	background-color:#000000;
	width:980px;
	}
#striptable	td	{
	padding:25px;
	vertical-align:top;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
.greybdr	{
	border:solid 1px #666666;
	margin-bottom:5px;
	}
.margin5	{
	margin-bottom:5px;
	}
.clear{clear:both;height:10px;}

.hdrimage	{
	margin-top:12px;
	}

#content p, #content ul	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
}

#content ul li	{
	margin-left:25px;
	}
#content a	{
	color:#FF66CC;
}

.btn1	{
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF00CC;
	background-color: #333333;
	border: 1px solid #000000;
}

#productbox	{
	float:left;
	display:inline;
	width:320px;
	padding:10px;
	background-color:#FFFFFF;
	border: 5px solid #666666;
	margin-right:20px;
	margin-bottom:20px;
	height:140px;
}
#prodb	{
	float:left;
	display:inline;
	width:220px;
	padding:5px;
	background-color:#FFFFFF;
	border: 5px solid #666666;
	margin-right:1px;
	margin-bottom:8px;
	height:130px;
}

#bigproductbox	{
	display:block;
	width:700px;
	padding:10px;
	background-color:#FFFFFF;
	border: 5px solid #666666;
	margin-bottom:20px;
	margin-top:20px;
}	

#productbox h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#prodb h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

#prodb p	{
	font-size:11px;
	color:#666666;
	}

#bigproductbox p, #productbox p	{
	color:#666666;
	font-size:11px;
}

#colorline	{
	display:block;
	height:30px;
	vertical-align:middle;
	margin-bottom:5px;
}
#colorbox	{
	width:120px;
	height:20px;
	display:inline;
	float:left;
	margin-right:10px;
}

#btn	{
	width:100px;
	background-image:url(images/buttonbg.gif);
	height:15px;
	border:solid 1px #660033;
	padding:2px;
	text-align:center;
	margin-bottom:4px;
	display:inline;
	float:left;
	margin-right:4px;
	color:#FFFFFF;
	font-size:11px;	
	font-weight:bold;

}

.btn {
	width:100px;
	background-image:url(images/buttonbg.gif);
	height:15px;
	border:solid 1px #660033;
	padding:2px;
	text-align:center;
	margin-bottom:4px;
	margin-right:4px;
	color:#FFFFFF;
	font-size:11px;	
	font-weight:bold;

}
#btn2	{
	background-image:url(images/buttonbg.gif);
	height:15px;
	border:solid 1px #660033;
	padding:2px;
	text-align:center;
	margin-bottom:4px;
	display:inline;
	float:left;
	margin-right:4px;
	color:#FFFFFF;
	font-size:11px;	
	font-weight:bold;

}

#btn a	{
	color:#FFFFFF;
	text-decoration:none;
}
#addtocart	{
	margin:10px;
	padding:10px;
	background-color:#CCCCCC;
	display:block;
}

#evtable	{
	font-size:11px;
	text-align:left;
}

#evtable td	{
	margin-bottom:20px;
	text-align:left;
	padding:5px;
	}
