@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
border:0px;
}

body{
font-family:"Trebuchet MS", Arial, Verdana;
font-size:14px;
}
#content{
width:100%;
height:100%;
padding:0px;
border:0px;
color:#fff;
/* For WebKit (Safari, Google Chrome etc) */
background: -webkit-gradient(linear, left top, left bottom, from(#f7fbfc), to(#acd8e2));
/* For Mozilla/Gecko (Firefox etc) */
background: -moz-linear-gradient(top, #f7fbfc, #acd8e2);
/* For Internet Explorer 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7fbfc, endColorstr=#acd8e2);
/* For Internet Explorer 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7fbfc, endColorstr=#acd8e2)";
}

#in_con{
width:960px;
height:100%;
border:0px;
padding:0px;
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
}

#header{
width:960px;
height:95px;
background-image:url(images/logofinal.png);
background-repeat:no-repeat;
border:0px;
padding:0px;
margin:0px;
margin-bottom: 11px;
}

#menu{
width:960px;
height:52px;
background-image:url(images/menubg.gif);
background-repeat:no-repeat;
border:0px;
padding:0px;
}
<!-- menu css -->
 
ul.topnav {
	list-style: none;
	padding: 0 10px;	
	margin: 0;
	float: left;
	background: url(topnav_bg.gif) repeat-x;
	color:#def2f6;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 0px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#def2f6;
}
ul.topnav li a{
	padding: 15px 15px;
	color:#def2f6;
	display: block;
	text-decoration: none;
	float: left;
	list-style: none;
}
#megaanchor{ width:20px; float:left; margin-left:-30px;}
ul.topnav li a:hover{
 background-image:url(images/light.gif);
 background-repeat:no-repeat;
 background-position:center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background-image:url(images/arrow.gif);
    background-repeat:no-repeat;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	/*background: #333;*/
	margin: 0; padding: 0;
	display: none;
	float: left;
	font-size:12px;
	width: 170px;
	height:38px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*border: 1px solid #111;*/
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #279b01; /*--Create bevel effect--*/
	border-bottom: 1px solid #279b01; /*--Create bevel effect--*/
	width: 170px;
	height:38px;
	font-size:10px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	font-size:10px;
	width: 145px;
	background: #0f8d09; /*url(dropdown_linkbg.gif) no-repeat 20px center;*/
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #0a4101 ;/*url(dropdown_linkbg.gif) no-repeat 10px center;*/
}
#header img {
	margin: 20px 0 10px;
}
       
<!-- menu css -->

#banner{
width:960px;
height:300px;
border:0px;
padding:0px;
}
#script{
width:960px;
height:250px;
border:0px;
padding:0px;
background-color:#c2e7ef;
}

#txt_con{
width:960px;
height:700px;
border:0px;
padding:0px;
background-color:#085e90;
}

#product{
width:960px;
height:100%;
border:0px;
padding:0px;
}

.tcon{
color:#37c3f5;
/*font-family:Arial, Helvetica, sans-serif;*/
font-size:12px;
}
.tcon a{
color:#37c3f5;
text-decoration:none;
}
.tcon a:hover{
color:#ffffff;
text-decoration:none;
}

.bcat{
color:#ffffff;
/*font:"Trebuchet MS";*/
font-size:12px;
}
.bcat1{
color:#ffffff;
/*font:"Trebuchet MS";*/
font-size:14px;
}
.bcat a{
color:#ffffff;
text-decoration:none;
}
.bcat a:hover{
color:#6f716d;
text-decoration:none;
}


.awd{
color:#ffffff;
/*font:"Trebuchet MS";*/
font-size:14px;
}
.awd a{
color:#ffffff;
text-decoration:none;
}
.awd a:hover{
color:#6f716d;
text-decoration:none;
}
 
.pro{
color:#ffffff;
/*font-family:Arial, Helvetica, sans-serif;*/
font-size:10px;
}
.pro a{
color:#ffffff;
text-decoration:none;
}
.pro a:hover{
color:#6f716d;
text-decoration:none;
}

#footer{
width:960px;
height:100px;
border:0px;
}

.fot{
color:#686666;
/*font-family:Arial, Helvetica, sans-serif;*/
font-size:12px;
}
.fot a{
color:#686666;
text-decoration:none;
}
.fot a:hover{
color:#fa7407;
text-decoration:none;
}