/* CSS Document */

body {
background:url(images/bg.jpg);
background-repeat:repeat-x;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: .9em;
line-height: 1.3em;
color: #000000;
margin-top: 0;
background-color:#85A2C1;
}
h1 {
font-size: 1.3em;
color: #6D9248; 
font-weight: normal;
line-height: 1em;
margin-top: .5em;
}
h2{
font-size: 1.3em;
color: #6D9248; 
font-weight: normal;
line-height: 1em;
margin-top: .5em;
}
h3 {
font-size: 1.2em;
color: #492901; 
font-weight: normal;
line-height: 1em;
margin: .5em 0 0 0;
padding: 0 0 20px 105px;
background-image:url(images/bg_h3.gif);
background-repeat:no-repeat;
}
p{
margin-top: .5em;
}
a, a:visited {
color:#30417D;
}
a:hover {
color:#083EFB;
}
ul{
margin: 1em 0em 1em 1em;
padding-left: .1em;
}
li {
padding: .05em 0 .05em 0;
}
#container {
width: 1144px;
margin: auto;
}
#left {
float:left;
width: 91px;
height: 800px;
background-image:url(images/left.jpg);
background-repeat:no-repeat;
}
#middle {
float:left;
width: 960px;
}
#right {
float:left;
width: 92px;
height: 800px;
background-image:url(images/right.jpg);
background-repeat:no-repeat;
}
#logo {
width: 960px;
height: 107px;
}
#main {
clear:both;
width: 958px;
background-color:#FFFFFF;
border: 1px #000000 solid;
}

#navcontainer {
float:left;
width: 938px;
height: 35px;
padding:0 0 0 20px;
margin: 0;
background-image:url(images/bg_menu.jpg);
background-repeat:no-repeat;
}
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	}
.menu ul{
	list-style-type: none;
	color: #30417D;
	padding: 10px 0 0 0;
	margin: 0px 0 0 0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		color:#30417D;
		display:block;
		margin:0px;
		padding:0px 15px;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			color:#3B66F7;
			text-decoration:none;
			}
	.menu li ul{
		background:#f6fafd;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:200px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:200px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:25px;
		margin:0px;
		padding:10px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#fff;
			border:0px;
			color:#30417D;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		
#navcontainer_video {
float:left;
width: 958px;
height: 165px;
padding:0;
margin: 0;
text-align:center;
background-image:url(images/bg_menu_video.jpg);
background-repeat:no-repeat;
}
#navcontainer_video ul{
list-style-type: none;
color: #30417D;
padding: 10px 0 0 0;
margin: 0px 0 0 0;
}
#navcontainer_video li {
display: inline;
}
#navcontainer_video li a{
text-decoration: none;
color: #30417D;
padding: 0px 10px 0 10px;
font-size: 15px;
}
#navcontainer_video li a:hover{
text-decoration: none;
color: #3B66F7;
}
#content {
clear:both;
width: 958px;
}
#home_left {
float:left;
width:284px;
}
#home_left_text {
width:249px;
padding:15px 15px 0 20px;
}
#home_middle {
float:left;
width:390px;
}
#home_middle_text {
width:360px;
padding:15px 15px 0 15px;
}
#home_right {
float:left;
width:284px;
}
#home_right_text {
width:249px;
padding:15px 20px 0 15px;
}
#secondary_left {
float:left;
width:590px;
padding:15px 15px 0 35px;
}
#secondary_right {
float:left;
width:268px;
padding:15px 35px 0 15px;
}
#secondary_full {
float:left;
width:880px;
padding:15px 35px 0 35px;
}
#video {
float:left;
width:730px;
height: 700px;
padding:15px 0px 0 115px;
}
.product {
width: 585px;
}
.product_photo {
float:left;
width:150px;
text-align:center;
}
.product_text {
float:left;
width:400px;
padding: 0 0 0 25px;
}
.product_detail {
width: 878px;
}
.product_detail_photo {
float:left;
width:250px;
text-align:center;
}
.product_detail_text {
float:left;
width:600px;
padding: 0 0 0 25px;
}
<!--contact form-->
#contact { display: block; width: 650px; margin: 50px auto; padding: 35px; border: 1px solid #cbcbcb; background-color: #FFF; -webkit-border-radius:5px;  }
#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.5em; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }
<!--end contact-->
#footer {
clear:both;
width: 960px;
height: 13px;
padding: 7px 0px 7px 0px;
font-size: 11px;
line-height: 13px;
color: #ffffff;
text-align:center;
}
#footer a, #footer a:visited {
font-size: 11px;
line-height: 13px;
color: #ffffff;
}
#footer a:hover {
text-decoration: none;
color: #292A60;
}
.clear {
clear:both;
}
.category {
font-size: 1.2em; 
}
.product_title {
font-size: 1.1em;
font-weight:bold;
color:#30417D;
padding-top:10px;
border-top: 1px solid #000000;
}

