@charset "utf-8";
/* CSS Document */
* { margin:0;
	padding:0;
}
html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#666;
	margin: 0px;
	padding: 0px;
	background: #D4E1F0 url(../images/body_bg.gif) top left repeat-x;
}
form{
	margin:0;	
}
img{
	border:none;
}
.clear{
	clear:both;
}
/* wrapper starts */
#wrapper{
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: table;
}/* wrapper end */

/* header starts */
#header {
	margin: 0 auto;
	height:93px;
	width:800px;
}
#header .banner_area{
	float:left;
	width:338px;
	height:55px;
	left:207px;
}
#header .logo_area{
	padding-left:10px;
	width:180px;
	margin-right:15px;
	height:93px;
	float: left;
	overflow:hidden;
}
	#header .flag_area{
	padding-right:125px;
	width:75px;	
	height:90px;
	float: right;
	overflow:hidden;
}

#header .welcome_area .welcome_text{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

/* header end */

/*Menu start*/
#menu{
	margin: 0 auto;
	width: 760px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	color:#FFFFFF;
}
/*Menu end*/

/* body area starts */	
#mainbody {
	margin: 0 auto;
	width: 760px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}

/* body left area starts */
#content{
	margin: 0px;
	padding: 0px;
	width:760px;
	float:left;
	/*background: url(../images/bg1.png) no-repeat left bottom;*/
}

	
#content .newsletter {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 178px;	
	font-size: 12px;
	font-weight:bold;
	
}
.newsletter_form{
	padding-top:10px;
	padding-bottom:8px;
	width:172px;
	height:20px;
	text-align:left;
}
	
.input_email{
	height:15px;
	line-height:15px;
	width:170px;
}
.signup{
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:70px;
	background:#80A8D0;
	height:18px;
	line-height:18px;
}
.gap_body{
	line-height: 10px;
	height:10px;
	width:567px;
	float:left;
}
.text_middle{
	float:left;
	width:760px;
	font-size:12px;
	color:#4C535A;
	font-weight:normal;
	text-align:left;
	line-height:16px;
}
/* footer area starts */
#footer{
	height:90px;
	width:100%;
	margin:0px;
	padding:0px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
}
.footer_menu{
	margin:0 auto;
	padding-top:5px;
	width:800px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	word-spacing:3px;
	letter-spacing:0.5px;
}
.menutext_footer{
	color:#fff;
	text-decoration:none;
	text-align:left;
}		
.menutext_footer:hover{
	color:#ccc;
	text-decoration:none;
}

.copyright_area{
	margin: 0 auto;
	padding-top: 20px;
	width:800px;
	color:#fff;
	font-size:11px;
}	
/* footer area end */

/* contact us*/
.quickContact{
	font-size:12px;	
	color: #3c3c3c;
	
}
