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



@font-face {
 font-family: "Open Sans";
 src: url("../fonts/OpenSans-Regular.eot")format("truetype"); /* EOT file for IE */
}
@font-face {
 font-family: "Open Sans";
 src: url("../fonts/OpenSans-Regular.ttf")format("truetype"); /* TTF file for CSS3 browsers */
}




body{
	font-size: 13px;
	font-family: 'Open Sans';
	background-repeat: repeat;
	background-color: #FFF;
}



header{
	height: 90px;
	width: 100%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
.header_box{
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.header_row{
	width: 1024px;
	float: left;
	margin-top: 5px;
	}

nav{
	float: left;
	width: 100%;
	float: left;
	float: left;
	background-color: #0a427c;
	height: 45px;
	border-bottom-color: #023455;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}




.heading_box{
	width: 100%;
	position: absolute;
	z-index: 999;
	height: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	}
.header{
	width: 1025px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: fixed;
	}
.header_top{
	float: left;
	width: 1025px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
.logo{
	float: left;
	height: 76px;
	width: 246px;
	margin-left: 20px;
		}
.logo img{
	width: 100%;
	float: left;
	margin-left: 10px;
		}
.topright_box{
	float: right;
	width: 250px;
	margin-right: 10px;
	margin-top: 20px;
	}
.callicon{
	float: left;
	height: 34px;
	width: 34px;
	padding-right: 4px;
	}	
.callicon img{
	margin-top: 4px;
	}	
.callicon_text{
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	color: #2d2d2d;
	}




/* menu CSS Document///////////////////////////////////////////////////////////////////////////// */
	
	
.menu{
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	}
.enquiry{
	background-image: url(../images/red_menu.png);
	background-repeat: no-repeat;
	height: 86px;
	width: 108px;
	position: absolute;
	z-index: 999;
	margin-left: 700px;
	margin-top: -10px;
	}	
.enquiry h1{
	padding-top: 20px;
	color: #ff9600;
	font-size: 17px;
	text-align: center;
	}	
.enquiry h1 a{
	color: #ff9600;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 50px;
	padding-right: 10px;
	padding-left: 10px;
	}	
.enquiry h1 a:hover{
	color: #FFF;
	}
	
.leftmenu_corner{
	background-image: url(../images/menubg_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 54px;
	width: 28px;
	}
.menubg_repeat{
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	float: left;
	height: 54px;
	width: 970px;
	}
.rightmenu_corner{
	background-image: url(../images/menubg_right.png);
	background-repeat: no-repeat;
	float: left;
	height: 54px;
	width: 24px;
	}	
	

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
	color: #FFF;
}

ul.dropdown {
	position: relative;
	z-index: 900;
	float: left;
}

ul.dropdown li {
	float: left;
	min-height: 1px;
	line-height: 1.3em;
	vertical-align: middle;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	color: #FFF;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

ul.dropdown ul li {
	float: none;
	color: #FFF;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}


/* body style////////////////////////////////////////////////////////////////////////////*/
.container{
	width: 100%;
	}
	
.body_contant{
	width: 1025px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}	
.body_contant_row{
	width: 1006px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.body_contant_row_white{
	width: 996px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFF;
}
.body_contant_row_white h1{
	font-size: 22px;
	color: #0057A8;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 10px;
}
.body_contant_row_white p{
	font-size: 15px;
	line-height: 160%;
	padding-left: 15px;
	text-align: justify;
	padding-right: 30px;
}
.body_contant_row h1{
	font-size: 36px;
	color: #950000;
	text-align: center;
	font-weight: 600;
	line-height: 160%;
	padding-bottom: 10px;
	margin-top: 20px;
	}
	.body_contant_row h2{
	font-size: 24px;
	color: #950000;
	font-weight: 600;
	line-height: 160%;
	padding-bottom: 10px;
	}
.body_contant_row p{
	font-size: 15px;
	line-height: 170%;
	color: #333333;
	text-align: justify;
	}

footer{
	background-repeat: repeat;
	height: 80px;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #0A427C;
	}
.footer{
	background-repeat: repeat;
	height: 80px;
	width: 1025px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.footer ul{
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	}
.footer  li{
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	padding-top: 10px;

	}
.footer  li a{
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	}
.footer  li a:hover{
	}	
.footer h1{
	padding-top: 15px;

	}
.footer h1 a{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	}
.footer h1 a:hover{
	color: #333;
	}
.footer p{
	font-size: 11px;
	font-weight: normal;
	padding-top: 20px;
	color: #CCC;
	}	
.footer p a{
	color: #CCC;
	}
.footer p a:hover{
	}		
