﻿body {
	padding: 0px;
	margin: 0px;
	background-image: url('../images/blue_back_1.jpg');
	background-position: left 50px;
	background-repeat: repeat-x;
	background-color: #EAEAEA;
}
a{
	outline:none;
}

h1{
	position: relative;
	width: 790px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	vertical-align: middle;
	font-family: verdana;
	font-size: 18px;
	color: #333333;
}
h2{
	margin: 8px 0px 0px 10px;
	padding: 0px;
	position: relative;
	width: 350px;
	height: 26px;
	float: left;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 26px;
	vertical-align: middle;
	letter-spacing: .009em;
}
img{
	border-style: none;
	border-width: 0px;
}

#navwrapper {
	background-position: left center;
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-image: url('../images/navwrapper_back.jpg');
	background-repeat: repeat-x;
}
.navtabs{
	position: relative;
	width: 1022px;
	height: 50px;
	padding: 0px;
	margin: 0px auto 0px auto;
}
.navtabs li{
	border-style: solid solid none solid;
	border-width: 1px 1px 0px 1px;
	position: relative;
	width: auto;
	height: 36px;
	background-color: #3399FF;
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 13px 10px 0px 0px;
	display: block;
	list-style-type: none;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 36px;
	text-align: center;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.navtabs li:hover{
	height: 42px;
	vertical-align: 42%;
	margin-top: 7px;
}
.navtabs li a{
	text-decoration:none;
	color:#FFFFFF;
}

#current{
	background-color: #FF9900;
}
#layoutwrapper {
	position: relative;
	width: 1022px;
	height: 800px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}
.section {
	position: relative;
	width: 1022px;
	float: left;
	height: auto;
}
#pageheader {
	background-color: #FFFFFF;
	height: 100px;
}
#leftheader {
	position: relative;
	width: 511px;
	height: 100px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
#rightheader {
	position: relative;
	width: 505px;
	height: 100px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	display:inline;
}
#cartblock{
	position: relative;
	width: 500px;
	height: 100px;
	float: left;
	background-image: url('../images/cart_back_grey.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
#cartcount{
	position: relative;
	float: left;
	width: 75px;
	height: 22px;
	margin-left: 215px;
	margin-top: 13px;
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}
* html #cartcount{
	margin-left:110px
}

#carttotal{
	position: relative;
	float: left;
	width: 110px;
	height: 22px;
	margin-left: 95px;
	margin-top: 13px;
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	color: #3399FF;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}
* html #carttotal{
	margin-left:90px
}
#viewcart{
	position:relative;
	float:left;
	margin-left:155px;
	margin-top:20px;
}
#checkout{
	position:relative;
	float:left;
	margin-left:15px;
	margin-top:20px;

}

#contactus {
	background-color: #CC0000
}
.contentwrapper {
	position: relative;
	width: 1022px;
	height: 650px;
	float: left;
	background-image: url('../images/content_back_product_1022x650.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#inner_contentwrapper{
	padding: 10px 21px 10px 21px;
}
* html #inner_contentwrapper{
	margin: 0px;
}
.contentheader {
	position: relative;
	width: 980px;
	height: 30px;
	float: left;
	padding: 0px;
	margin: 0px;
} 
* html .contentheader{
	margin:0px;
}

form{
	position: relative;
	width: 500px;
	height: 450px;
	padding: 50px 5px 5px 5px;
	margin-top: 15px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
	background-color: #F4F4F4;
	float: left;
	display: inline;
}
label{
	position: relative;
	width: 175px;
	height: 40px;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	vertical-align: middle;
	text-align: left;
	float: left;
	margin-right: 25px;
	display: inline;
	margin-bottom: 10px;
}
input{
	border: 1px solid #336699;
	background-color: #E6ECF9;
	padding: 2px;
	width: 200px;
}
input:focus{
	background-color:#FFFFCC;
}
#button{
	border-style: none;
	background-color: #333333;
	position: relative;
	width: 200px;
	height: 40px;
	margin-top: -10px;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
textarea{
	border: 1px solid #336699;
	background-color: #DFEAF4;
	height: 200px;
	width: 280px;
}
textarea:focus{
	background-color:#FFFFCC;

}
.formwrapper{
	position: relative;
	width: 300px;
	height: 30px;
	float: left;
	display: inline;
	margin-bottom: 10px;
	padding-top: 10px;
}
#textbox{
	height: 200px;
}
#instructions{
	position: relative;
	width: 400px;
	height: 495px;
	border: 1px solid #003366;
	background-color: #DFEFFF;
	float: left;
	display: inline;
	margin-top: 15px;
	margin-left: 15px;
	padding: 5px;
	line-height: 150%;
	font-family: verdana;
	font-size: 12px;
	color: #333333;
}
#success{
	position: relative;
	width: 400px;
	height: 495px;
	border: 1px solid #009933;
	background-color: #DDFFDD;
	float: left;
	display: inline;
	margin-top: 15px;
	margin-left: 15px;
	padding: 5px;
	line-height: 150%;
	font-family: verdana;
	font-size: 12px;
	color: #333333;
}
h5{
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}
#pagefooter{
	background-position: center center;
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #333333;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-image: url('../../../../images/page_footer.jpg');
	background-repeat: no-repeat;
}
