html, body {
	margin: 0;
	padding: 0;
	font-family: Arial;
}
:focus {
	outline: none;
}
body {	
	color: #666;
	background: #bcc5ce;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	border:0;
	margin: 0;
}

a {text-decoration: none;}
a:hover{text-decoration:none;}

.container{
	margin: 0 auto;
	width: 841px;
}

.logo{
	background: #fff;
	float: left;
	width: 221px;
	height: 80px;
}

.tel{
	background: #fff;
	height: 80px;
	text-align: right;
	font-size: 17px;
}

.tel div{
	color: #666;
	padding: 48px 41px 0 0;
}

.tel span{
	color: #003c7f;	
}

.main_menu{
	background: #003c7f url(http://e1h7.simplecdn.net/gomvents/images/menu_bg.gif) repeat-x;
	height: 36px;
}

.banner{
	clear: both;
	float: none;
}

.banner img{
	display: block;
}

.content{
	background: #fff;	
	color: #666;
	font-size: 12px;	
	line-height: 16px;	
}

.content1{
	padding: 35px 40px 45px 5px;
}
.content2{
	padding: 35px 95px 45px 95px;
}
.content3{
	padding: 35px 88px 45px 88px;
}

.footer{
	background: #abadb0 url(http://e1h7.simplecdn.net/gomvents/images/footer_bg.gif) repeat-x;
	clear: both;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}

.footer a{
	color: #fff;
}

.footer a:hover{
	text-decoration: underline;
}

.copy{
	color: #666;
	font-size: 11px;
	text-align: center;
	padding-top: 16px;
}

.home_image{
	float: left;
	width: 312px;
}

.text img{
	margin-bottom: 8px;
}

.main_menu{
	clear: both;	
}

.main_menu div, .main_menu a{
	display: block;
	float: left;
	height: 36px;
}

.main_menu .start{
	background: #003c7f url(http://e1h7.simplecdn.net/gomvents/images/menu_start.gif) no-repeat;
	width: 22px;
}
.main_menu .home_btn{
	background: #003c7f url(http://e1h7.simplecdn.net/gomvents/images/menu_1.gif) no-repeat;
	width: 79px;
}
.main_menu .about_btn{
	background: #003c7f url(http://e1h7.simplecdn.net/gomvents/images/menu_2.gif) no-repeat;
	width: 101px;
}
.main_menu .business_btn{
	background: #003c7f url(http://e1h7.simplecdn.net/gomvents/images/menu_3.gif) no-repeat;
	width: 181px;
}
.main_menu .service_btn{
	background: #003c7f url(http://e1h7.simplecdn.net/gomvents/images/menu_4.gif) no-repeat;	
	width: 107px;	
	position:relative;
	cursor: pointer;
}
.main_menu .contact_btn{
	background: #003c7f url(http://e1h7.simplecdn.net/gomvents/images/menu_5.gif) no-repeat;
	width: 117px;	
}

.main_menu .home_btn:hover{
	background: #003c7f url(http://e1h7.simplecdn.net/gomvents/images/menu_1_hover.gif) no-repeat;
}
.main_menu .about_btn:hover{
	background: #003c7f url(http://e1h7.simplecdn.net/gomvents/images/menu_2_hover.gif) no-repeat;
}
.main_menu .business_btn:hover{
	background: #003c7f url(http://e1h7.simplecdn.net/gomvents/images/menu_3_hover.gif) no-repeat;
}
.main_menu .service_btn:hover{
	background: #003c7f url(http://e1h7.simplecdn.net/gomvents/images/menu_4_hover.gif) no-repeat;
}
.main_menu .contact_btn:hover{
	background: #003c7f url(http://e1h7.simplecdn.net/gomvents/images/menu_5_hover.gif) no-repeat;
}

#sub_menu{
	background: url(http://e1h7.simplecdn.net/gomvents/images/sub_bg2.png) no-repeat;	
	position: absolute;
	top: 30px;
	width: 224px;
	height: 172px;
	display: none;
	padding: 5px 0 5px 0;
}

#sub_menu a{
	display: block;
	width: 224px;
	height: 24px;
	padding: 0 3px 0 14px;
	line-height: 24px;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
}

#sub_menu a:hover{
	background: url(http://e1h7.simplecdn.net/gomvents/images/sub_menu_hover_bg.gif) no-repeat;	
}

.contacts_container{
	width: 380px;
	margin: 0 auto;		
	margin-right: 150px;
}

.contacts_container span{
	color: #000759;
}

.contacts_container  div{	
	width: 178px;	
}

.clear{
	clear: both;
	margin-bottom:7px;
}

.clear  input{
	width: 177px;
}

.clear  textarea{
	width: 355px;
	height: 128px;
}

.clear .label{
	width: 115px;
	text-align: right;
	padding-right: 7px;
	float: left;
	line-height: 22px;
}

.clear .label2{
	width: 115px;
	text-align: right;
	padding-right: 7px;
	float: left;
	line-height: 18px;
}

.clear .label2 span{
 font-size: 11px; 
}

.thanks{
	color: green;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
}

.error{
	color: red;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
}