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

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-color: #B2BBC0;
}
.lang {
	height: 35px;
	width: 100px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #A4D148;
	padding: 15px;
}
.lang a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 5px;
	padding: 2px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.lang a:hover {
	background-color: #373832;
}
.box {
	height: 150px;
	width: 300px;
	background-color: #000000;
	position: absolute;
	top: 400px;
	left: 50px;
}


.wraper {
	width: 900px;
}
h1  {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	display: block;
	text-align: center;
	background-color: #373832;
	color: #FFFFFF;
	line-height: 40px;
	width: 270px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	z-index: 12;
	height: 40px;
	left: 630px;
	top: 140px;
}

.logo {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content {
	width: 900px;
	clear: both;
	float: left;
	position: relative;
}
.flash {
	background-image: url(../images/bg2.png);
	height: 600px;
	position: relative;
	background-repeat: no-repeat;
}
.flash h2 {
	position: absolute;
	font-family: arial;
	font-size: 27px;
	font-weight: normal;
	color: #FFFFFF;
	top: 50px;
	-top: 70px;
	@top: 70px;
	left: 40px;
}

.flash h2 i {
	font-style: normal;
	color: #a4d148;
}
.content .news {
	position: absolute;
	width: 200px;
	top: 15px;
	left: 700px;
	z-index: 70;
	padding-top: 15px;
}
.content .news strong {
	display: block;
	color: #373832;
	margin-bottom: 5px;
}
.content .news p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
}

.menu a {
	color: #FFFFFF;
	font-family: "trebuchet MS";
	text-decoration: none;
	font-size: 16px;
	height: 40px;
	display: block;
	padding-right: 12px;
	padding-left: 11px;
	background-color: #9ACC33;
	float: left;
	line-height: 40px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu a:hover {
	background-color: #373832;
}


.menu {
	height: 40px;
	width: 665px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	position: relative;
	z-index: 13;
}

.menu li {
	float: left;
	position: relative;
}
.menu .sub {
	position: absolute;
	list-style-type: none;
	background-color: #353630;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 40px;
	display: none;
	width: 150px;
}
.menu .sub a {
	background-color: #373832;
	width: 120px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	clear: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
}
.menu .sub a:hover {
	background-color: #A4D148;
	clear: left;
	float: none;
}

.footer {
	width: 100%;
	clear: left;
	position: relative;
	text-align: right;
	padding-bottom: 40px;
}
.footer a {
	color: #FFFFFF;
}
.footer p {
	background-color: #9ACC33;
	width: 70%;
	margin: 0px;
	line-height: 40px;
	position: absolute;
	right: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	top: -25px;
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.box  {
	position: absolute;
	height: 150px;
	width: 300px;
	top: 400px;
	opacity: .7;
	filter: alpha(opacity=70);
	z-index: 60;
}
.fix  h3  {
	color: #A4D148;
	font-family: "trebuchet MS";
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.fix  {
	position: absolute;
	z-index: 80;
	height: 150px;
	width: 300px;
	top: 400px;
	left: 50px;
}
.fix a {
	color: #A4D148;
	font-size: 11px;
	position: relative;
	z-index: 100;
}

.fix  p  {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	position: relative;
	z-index: 90;
}
.page {
	background-color: #FFFFFF;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 20px;
	clear: both;
	float: left;
	width: 100%;
}
.page img {
	float: left;
	margin-right: 15px;
	padding: 2px;
	border: 1px solid #EAECED;
}

.page p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.page h2 {
	padding-left: 15px;
	font-family: "trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #A4D148;
	text-transform: uppercase;
	margin: 0px;
	padding-right: 40px;
}
.page td {
	text-align: center;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border: 1px solid #666666;
}
.page .table1 {
	margin-left: 15px;
	display: block;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse:collapse;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-left-style: none;
}
.page .td1 {
	color: #FFFFFF;
	background-color: #A4D148;
}

.page a {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A4D148;
}
.page a:hover {
	text-decoration: none;
	color: #A4D148;
	border-top-color: #373832;
	border-right-color: #373832;
	border-bottom-color: #373832;
	border-left-color: #373832;
}
.page form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 320px;
	float: left;
	display: block;
}
.page label {
	display: block;
	margin-bottom: 3px;
	margin-top: 5px;
}
.page .textfiled {
	width: 300px;
	border: 1px solid #A4D148;
	font-size: 11px;
	font-family: tahoma;
}
.page .but {
	background-color: #373832;
	border: 1px solid #373832;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
.page .contacts {
	width: 530px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-bottom: 20px;
	font-family: tahoma;
}
.page ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-position: inside;
}
.page .person {
	float: left;
	height: 130px;
	width: 260px;
}
.doo {
	position: absolute;
	top: 95px;
	left: 600px;
}
#ico {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

