@charset "utf-8";
/* CSS Document */
form{
	margin: 0; padding: 0
}
body{
	margin: 0;
	font-size: 13px;
	color: #565656;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/header_shedow.jpg) left -60px repeat-x #ebeded;
}


.main{width: 980px; margin: 0 auto;
}

.footer{margin: 0 auto; padding: 5px; background:  #0a5ed6; color: #fff; text-align: center;
}
.header{
	height: 135px;
	}
.logo{
	float: left;
	margin-top: 12px;
}
.header_right{
	float: right;
	width: 660px;
}


a{
	color: 	#2765d4;
	font-size: 13px;
	text-decoration: underline;
	font-weight: normal;
	}

a:hover{
	color: 	#2765d4;
	text-decoration: none;
}

.top_link{
	text-align: right;
	color: #004ed1;
	font-size: 14px;
	text-decoration: none;
	margin-top: 50px;
}

.top_link a{
	color: 	#004ed1;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	padding: 0 5px;
}

.top_link a:hover{
	color: 	#000;
}

.search{
	margin-top: 10px;
	text-align: right;
}

.searchfield{
	padding: 8px 10px;
	font-size: 16px;
	border: 1px solid #7c7c7c;
	color: #7c7c7c;
	border-right: none;
	height: 20px;
}

.search_button{
	float: right;
}


.main_banner{
	-moz-box-shadow: 0 0 8px 8px #cbcbcb;
    -webkit-box-shadow: 0 0 8px 8px #cbcbcb;
    box-shadow: 0 0 8px 8px #cbcbcb;
	border: 1px solid #fff;
	background: url(../images/banner.jpg) no-repeat center top #fff;
	padding-bottom: 25px;
}

.main_banner_inner{
	-moz-box-shadow: 0 0 8px 8px #cbcbcb;
    -webkit-box-shadow: 0 0 8px 8px #cbcbcb;
    box-shadow: 0 0 8px 8px #cbcbcb;
	border: 1px solid #fff;
	padding: 15px;
	padding-bottom: 25px;
	
}


.productseries{
	margin: 250px 25px 0px 25px;
	background: #CCC;
	padding: 8px;
}

.productseries h1{
	font-size: 16px;
	color: #333;
	margin: 0;
	margin-bottom: 5px;
}

.product_img{
	width: 140px;
	height: auto;
}
p{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	display: block;
}

.left_col{
	width: 210px;
	float: left;
}

.left_col ul{
	margin: 0;
	padding: 0;
}

.left_col ul h2{
	margin: 0;
	padding: 0 0 8px 20px;
	color: #2765d4;
	font-weight: normal;
	font-size: 22px;
	display: block;
	background: url(../ddmenu/arrow.png) left 6px no-repeat;
}

.left_col ul li{
	margin: 0;
	padding: 0 0 8px 20px;
	color: #2765d4;
	font-weight: normal;
	display: block;
	font-size: 13px;
	text-transform: capitalize;
	}
	
.left_col ul li a{
	color: #2765d4;
	display: block;
	text-decoration: none;
	}
	
.left_col ul li a:hover{
	color: #000;
	display: block;
	text-decoration: underline;
	}		
	
.right_col{
	width: 720px;
	float: right;
}
.right_col h1{
	display: block;
	padding: 6px;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	background: #2765d4;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}

.product_pic{
	width: 300px;
	float: left;
}
.product_pic img{
	width: 300px;
	height: auto;
	margin: 15px 0;
}

.product_details{
	width: 400px;
	float: right;
	margin-top: 10px;
}

.product_details h3{
	font-size: 13px;
	color: #565656;
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.product_details p{
	font-size: 12px;
	color: #565656;
	display: block;
	margin-bottom: 15px;
	line-height: 19px;
}


.normal_pages_details{
	margin-top: 10px;
}

.normal_pages_details h3{
	font-size: 15px;
	color: #565656;
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.normal_pages_details p{
	font-size: 13px;
	color: #565656;
	display: block;
	margin-bottom: 15px;
	line-height: 19px;
}

.queryform{padding:10px; border:#999 1px solid; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; color:#666;}
.queryform h1{font-size:18px; color:#333333; background:none; text-transform:none; text-align:left; padding:8px 0;}
.queryform form{padding-top:15px;}
.queryform form label{display:inline-block; width:220px; font-size:14px; font-weight:bold; color:#222222; text-align:right; margin-top:3px; margin-right:10px;}
.queryform form label span{display:block; font-size:11px; color:#666666; font-weight:normal;}
.queryform form input[type=text], .queryform form textarea{width:300px; font-size:14px; color:#666666; padding:8px; border:#A6DBFF 1px solid; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; margin:0px 8px 15px 8px; vertical-align:top;}
.queryform form input[type=submit]{display: inline-block; cursor:pointer; padding:5px; width:auto; background-color:#444; color:#CCCCCC; font-size:14px; font-weight:bold; border:#444 1px solid; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; margin:5px 8px;}
.queryform .errmsg{font-size:13px; color:#FF0000; text-align:center; font-weight:bold;}
