@charset "utf-8";
/*Globel Styles*/
body{
	margin: 0;
}
.container{
	background: #ffffff;
	width: 960px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
}
/*Header*/
.logo img{
	float: left;
	margin: 0 12px 12px 0;
}
header .tagline{
	font-size: 20px;
	line-height: 24px;
	color: #7b8e33;
	display: block;

}
header .compenyName{
	font-size: 16px;
	line-height: 22px;
	display: block;
}
header .phone{
	font-size: 16px;
	line-height: 18px;
	display: block;
}
header{
	padding-bottom: 12px;
	border-bottom: 10px solid #769e2d;
}
/*mid section*/
.main .welcome{
	font-size: 40px;
	color: #1a5888;
	text-align: center;
	margin-top: 50px;
}
.main .domain{
	font-size: 14px;
	text-align: center;
	margin-bottom: 42px;
}
.pAbout{
	display: block;.
	font-size: 22px;
	margin-left: 100px;
}
.about img{
	display: block;
	margin: 30px auto 30px;
}
.about p{
	width: 772px;
	margin: 0 auto 70px;
	font-size: 16px;
	line-height: 21px;
}
.about button{
	background: #3399cc;
	padding: 10px;
	border: none;
	border-radius: 6px;
	margin-left: 90px;
	font-size: 22px;
}
.about button a{
	color: #ffffff;
	text-decoration: none;
	padding-left: 20px;
	font-weight: bold;
}
button .arow{
	padding: 0 10px 0px 30px;
}
/*Footer*/
footer{
	padding: 40px 0;
	background: #b2b2b2;
	margin-top: 50px;
	text-align: center;
}
footer span{
	font-size: 16px;

}