body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #760114;
	color: #FFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
a{
	color: #FFFF00;
}
h1{
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
}
h2{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
p.productText {
	margin: 0px;
	padding: 0px;
}
#navcontainer ul
{
	padding:0;
	margin: 0;
	color: White;
	float: left;
	width: 100%;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}
#navcontainer li{
	padding: 0px;
	line-height: normal;
}


#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 6px;
	margin-top: 2px;
	margin-left: 5px;
	color: #000;
	text-decoration: none;
	float: left;
	border-bottom: none;
	line-height: normal;
	background-image: none;
	border: 1px solid #CCC;
	background:#FFF;
}

#navcontainer ul li a:hover
{
	background-color: #ff012b;
	color: #fff;
	line-height: normal;	
}
a .imgBorder{
	border: 3px solid #37000A;

}
a:hover .imgBorder {
	border: 3px solid #FFF;

}
a.orderNow{
	font-size: 12px;
	font-weight: bold;
	display:block;
	background: #E6CFC1;
	color: #000;
	padding: 3px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
	text-align:center;
	border: 2px solid #FFF;
}
a:hover.orderNow{
	display:block;
	background: #000;
	color: #FFF;
	border: 2px solid #FFF;	
}
.footer{
	color: #000;
}
.footer a{
	color: #000000;
	text-decoration:none;
}
.footer a:hover{
	color: #FFF;
}
.style3 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
input,textarea, select{
	width: 95%;
}
.submitButton{
	width: auto;
}