html { behavior: url(../cssHover.htc); }

body {
	background-color:#CCC;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#333;
	text-align:left;
	line-height:16px;
	
}

a {outline:none; }

a {
	text-decoration:none;
	color:#09F;
	
}

a:hover {
	color:	#C00;
	
}

.wrapper{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	
}

.header {
	height:142px;
	width:980px;
	background-image:url(../images/toplogo.png);
	background-repeat:no-repeat;
	
}

.header .nav{
	position:relative;
	top: 106px;
	left:233px;
	
	font-weight:bold;
	font-size:10px;
	color:#333;
	line-height:26px;
	
}

.header .nav a{
	color:#000;
	text-decoration:none;
	padding: 7px;
	border-right:1px solid #FFCC33;
	height:26px;
	line-height:26px;
	text-transform:uppercase;
}

.formcells	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10;
	background-color:#f5f5f5;
	color:black;
	border:#cccccc solid 1px;
	margin-bottom:5px;
	width:300px;
}
			
.header .nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header .nav ul {
	margin: 0;
	padding: 0;
}
.header .nav ul li ul.parent {
	display: none;
	position: absolute;
	top: 26px;
	width: 150px;
	z-index: 100;
}
.header .nav ul li ul li ul.sub {
	display: none;
	position: absolute;
	width: 150px;
	left: 171px;
	top: 0px;
	z-index: 100;
}
.header .nav ul li ul li {
	width: 150px;
	display: block;
	position: relative;
}
.header .nav ul li:hover ul.parent {
	display: block;
}
.header .nav ul li ul li:hover ul.sub {
	display: block;
}
.header .nav ul li ul li a {
	background: #FFCC33;
	width: 150px;
	display: inline-block;
	padding: 0 10px;
	height: auto;
}
.header .nav a:hover{
	background-color:#333;
	border-right:1px solid #333;
	color:#FFCC33;
}

.header .nav a.home{
	background-color:#333;
	border-right:1px solid #333;
	color:#FFCC33;
}

.flash {
	background-color:#fff;
	height:250px;
	padding: 0px 10px 0px 10px;
}

.content {
	background-color:#ffffff;
	padding:10px;

}

.content .left {
	float: left;
	width:710px;
	background-color:#fff;

	
}

.content .left .prods{
	width:228px;
	float:left;
	margin-right:10px;
	
	
}

.content .left .prods .priceleft{
	float:left;	
	color:#666;
	text-decoration:line-through;
}

.content .left .prods .priceright{
	float:right;	
	color:#000;
}

.content .left .prods .ordernow{
	clear:both;
	float:right;	
}

.content .left .prods .ordernow a{
	text-decoration:none;
	font-weight:bold;
	color:#09F;
}

.content .left .prods .ordernow a:hover{
	color:#C00;
}

.content .left .prods h3{
	margin:5px 0 4px 0;
	font-size:12px;
	
}

.content .left .prods .prodimage{
	width:228px;
	height:163px;
	border:2px solid #ccc;
	
	
	
}

.content .left .prods .prodimage .onspecial{
	position:relative;
	top: 141px;
	left:138px;
		background-color: #F7C500;
		width:82px;
		height:22px;
		color:#FFF;
		text-transform:uppercase;
		font-weight:bold;
		font-size:11px;
		line-height:22px;
		padding-left:8px;
}

.content .right {
	float: right;
	width:211px;
	margin-right:19px;
	background-color:#fff;
	
	
}

.content .right .selectbox {
	width:211px;	
	color:#000;
	font-size:10px;
	margin-bottom:5px;
	
}

.content .right .textbox {
	width:205px;	
	color:#000;
	font-size:10px;
	margin-bottom:5px;
	
}

.content .right .logos {
	
	border:none;
	text-align:center;
}

.submitbutton {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background-color: #F7C500;
	border:none;
	float:right;
	text-transform:uppercase;
	
}

h2 {
	font-size:13px;
	font-weight:bold;
	color:#F7C500;
	
}
.footer{
		clear:both;
	height:35px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	padding:5px 10px 10px 10px;
	font-size:10px;
	color:#000;
	
	
}

.footer .left{
	padding-left:10px;
	width:700px;
	float:left;
	
}

.footer .left a{
	padding: 0 15px 0 0px;
	text-decoration:none;
	color:#000;
	
}

.footer .left a:hover{
	color:#666;
	text-decoration:underline;

}
.footer .right{
	float:right;
	width:240px;
	padding-right:10px;
	text-align:right;
	
}

.tablegrey{

background-color:#fdfdfd;
	background-image: url(images/tablegrey.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom:1px dashed #ABB8C1;
	width:710px;
	text-align:left;
}

.ttext{
	padding:3px 10px 3px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	color:#333333;
	font-weight:normal;
	width:690px;
	
}
.ttextcolum2{
	padding:3px 10px 3px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	color:#333333;
	font-weight:normal;
	border-right:1px dashed #ABB8C1;
	
}

.pagtext {
	padding: 10px 0 0 0px;
	
	text-align:right;
	
	color: #000;
	
}

.pagtext a{
	text-decoration:none;
	color:#666;
	
}

.pagtext a:hover{
	text-decoration:none;
	color:#000;
	
}

.ordertitle {
	background-color:#efefef;	
	padding:3px;
	margin-bottom:2px;
	font-size:10px;
	
}

.ordertotal {
	padding:5px 0 5px 0;	
	
}

.urchintext {
	color:#666;	
	
}

#banner_div {
	position: relative;
	z-index: 1000;
}

.prodheader{
	font-size:16px;	
	
}
