@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	color: #505050;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.top {
	width: 898px;
	height: 100px;
	background: url(../images/bg.jpg) top center repeat-y #ffffff;
}
.logo {
	width: 230px;
	height: 80px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}
.topmenu {
	width: 625px;
	height: 80px;
	margin-right: 20px;
	margin-top: 20px;
	float: right;
}
.lng {
	width: 625px;
	text-align: right;
	height: 25px;
}
.menu {
	width: 625px;
	text-align: right;
	height: 55px;
}
.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: right;
}
.menu ul li {
	padding: 0px;
	margin: 10px 0px 0px 20px;
	float: left;
}
.menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #006ead;
	font-size: 14px;
}
.menu ul li a:hover {
	text-decoration: underline;
}
.header {
	width: 100%;
	height: 204px;
	background: url(../images/hbg.jpg) repeat-x;
	clear: both;
}
.hdin {
	width: 898px;
	height: 204px;
	background: url(../images/himg.jpg) center top no-repeat;
	text-align: left;
}
h2 {
	color: #ffffff;
	font-size: 18px;
	padding: 18px 0px 0px 40px;
	font-weight: normal;
	height: 22px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
.htext {
	width: 330px;
	line-height: 24px;
	color: #ffffff;
	text-align: justify;
	padding-left: 40px;
}
.main {
	width: 838px;
	background: url(../images/bg.jpg) top center repeat-y #ffffff;
	clear: both;
	padding: 10px 20px 0px 40px;
	text-align: left;
}
h1 {
	text-transform: uppercase;
	color: #006ead;
	font-size: 18px;
	padding: 15px 0px 0px 66px;
	background: url(../images/spot.jpg) no-repeat left top;
	font-weight: normal;
	height: 49px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
p {
	text-align: justify;
	line-height: 24px;
}
.drop {
	height: 38px;
	width: 838px;
	background: url(../images/drop.jpg) no-repeat top right;
}
.services {
	width: 898px;
	height: 186px;
	background: url(../images/bg.jpg) center top #ffffff repeat-y;
	clear: both;
}
.box {
	width: 209px;
	height: 186px;
	float: left;
	margin-left: 5px;
	padding: 0px 10px 0px 0px;
}
h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 18px 0px 0px 25px;
	font-weight: normal;
	height: 22px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
.contain {
	color: #ffffff;
	padding: 5px 5px 10px 25px;
	text-align: justify;
	font-size: 11px;
	line-height: 16px;
}
.srvin {
	width: 898px;
	height: 186px;
	background: url(../images/sbg.jpg) no-repeat center;
}
.footer {
	width: 898px;
	height: 60px;
	background: url(../images/bg.jpg) top center repeat-y #ffffff;
	clear: both;
}
.footer ul {
	padding: 10px 0px 15px 25px;
	margin: 0px;
	list-style: none;
}
.footer ul li {
	padding: 0px;
	margin: 5px 0px 0px 15px;
	float: left;
}
.footer ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #505050;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.footerline {
	margin-top: 10px;
	margin-left: 40px;
	text-align: left;
	font-size: 11px;
}


