﻿@charset "utf-8";
body{
	margin:0;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	border-width: 0px;
	text-align: center;
	background-color: #e0e0e0;
}
a img {border:none;}
a {text-decoration:none; color:#374d92;}
a.yes {text-decoration:none; color:#374d92;}
a:hover {text-decoration:none; color:#739f1f;}
a.yes:hover {text-decoration:underline; color:#739f1f;}

h1 {font-size: 23px; color: #374d92; font-weight:normal; margin-top:0px;}
h2 {font-size: 20px; color: #374d92; font-weight: 400; margin-top:0px;}

#maincontainer{
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #FFFFFF;
	text-align: left;
}
#logo{
	float:left;
	width: 487px;
	height: 100px;
}
#logo2 {
	background-image: url(images/logoside.jpg);
	height: 100px;
	width: 473px;
	float: left;
}
#logo3 {
	background-image: url(images/logoside3.jpg);
	height: 100px;
	width: 473px;
	float: left;
}
#contentcolumn{
	float:left;
	width:801px;
	border-top:1px #b5b5b5 solid;
	border-right:1px #b5b5b5 solid;
	border-bottom:1px #b5b5b5 solid;
	border-left:1px #b5b5b5 solid;
}
#contentcolumnfull{
	float:left;
	width:958px;
	border-top:1px #b5b5b5 solid;
	border-right:1px #b5b5b5 solid;
	border-bottom:1px #b5b5b5 solid;
	border-left:1px #b5b5b5 solid;
}
#leftcolumn{
	float: left;
	width: 156px; /*Width of left column*/
	background-color:#cccccc;
	border-top:1px #b5b5b5 solid;
	border-right:1px #b5b5b5 solid;
	border-bottom:1px #b5b5b5 solid;
}
.innertube15{
	margin:15px 25px 35px 25px /*Margins for inner DIV inside each column (to provide padding)*/
}
.innertube10{
	margin:15px 10px 35px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}
.divider {
	clear: both;
	float: none;
	height: 8px;
	width: 960px;
	background-color: #e0e0e0;
}
.divider2 {
	clear: both;
	float: none;
	height: 16px;
	width: 960px;
	background-color: #717074;
}
hr {
	clear:both;
	height: 0; 
	border: 0; 
	border-top: 1px solid #cccccc;
}
#cart{
	float:right;
	margin-top: 33px;
	width: 198px;
	height: 36px;
}
.small{
	float:left;
	width:20px;
	height:18px;
	margin-top:0px;
}
.large,a.large{
	float:right;
	width:178px;
	height:18px;
	font-size: 11px;
	text-decoration:none;
	color:#555555;
}
a.large:hover{
	font-size: 11px;
	text-decoration:underline;
	color:#555555;
}
#footer{
	clear:both;
	float:left;
	height:21px;
	width:385px;
	font-size:11px;
	color:#666666;
	background-color: #e0e0e0;
	line-height:21px;
	background:#e0e0e0 url('images/order2.jpg') no-repeat left;
	padding-left:215px;
}
#footer1{
	float:left;
	height:21px;
	width:360px;
	font-size:11px;
	color:#666666;
	background-color: #e0e0e0;
	line-height:21px;
	text-align:right;
}
a.footer, a.footer:hover{
	color:#666666;
	text-decoration:none;
}
.sidetitle{
	color:#374d92;
	font-weight:bold;
	font-size:12px;
	width:136px;
}
.sidelink, a.sidelink{
	color:#555555;
	font-size:12px;
	text-decoration:none;
	padding:1px 0px 1px 3px;
	width:133px;
}
a.sidelink:hover{
	color:#555555;
	font-size:12px;
	text-decoration:underline;
}
.gap{
	width:136px;
	height:20px;
}
.testim{
	color:#555555;
	font-size:11px;
	padding:3px 0px 0px 3px;
	width:133px;
}
.middle {
	vertical-align: middle;
}
.couponalign {
	padding-top: 5px;
	vertical-align:bottom;
}
.lform {
	width: 117px;
	height: 25px;
	float: left;
	margin-left: 40px;
}
.rform {
	width: 594px;
	height: 25px;
	float:left;
}
.rrform {
	color:#374d92;
}
.back{
	text-align:right;
}
.half1{
	float:left;
	width:45%;
}
.half2{
	float:right;
	width:45%;
}
.cab{
	text-align:center;
	float:left;
	width:100px;
	height:130px;
}
.cab2{
	float:left;
	width:30px;
	height:130px;
}
.white{
	width:auto;
	height:15px;
	clear:both;
}