@import url("reset.css");

html, body {
	background: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
}

a {
	color: #576706;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.ar-dark {
	padding-left: 21px;
	background-image: url(../img/ar-dark.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 14px;
	font-size: 10px;
}

.ar-small {
	padding-left: 11px;
	background-image: url(../img/ar-small.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 14px;
	font-size: 10px;
}

h1, h2 {
	margin-left: -2px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF8A00;
	text-transform: uppercase;
}

.clear {
	clear: both;
	overflow: hidden;
	font-size: 0;
}

.main {
	margin: 0 auto;
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(../img/main-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/**************************************************/

.header {
	position: relative;
	margin-bottom: 85px;
	height: 225px;
}

#logo {
	position: absolute;
	top: 70px;
	left: 100px;
}

.langbar {
	position: absolute;
	top: 200px;
	left: 74px;
	overflow: hidden;
}
.langbar li {
	float: left;
	margin-left: -1px;
	padding: 0 6px 0 6px;
	border-left: 1px solid #B9D1A5;
}
.langbar li a {
	color: #FFFFFF;
}
.langbar li span {
	color: #B9D1A5;
}

#menu-top {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
}

/**************************************************/

.menu_left .active {
	color: #777777;
	text-decoration: none;
}

.menu_left li {
	padding: 6px 0 6px 21px;
	background-image: url(../img/ar-dark.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
}

.menu_left .new {
}

.menu_left ul {
	padding-top: 4px;
}

.menu_left ul li {
	padding: 2px 0 2px 16px;
	background-image: url(../img/ar-small.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: normal;
}

/**************************************************/

.column-left-index {
	float: left;
	margin-bottom: 15px;
	padding: 0 40px 0 80px;
	width: 380px;
}
.column-right-index {
	float: left;
	margin-bottom: 15px;
	padding: 0 80px 0 40px;
	width: 380px;
}

.column-left {
	float: left;
	padding: 0 50px 36px 90px;
	width: 240px;
}
.column-right {
	float: left;
	padding: 0 50px 36px 0;
	width: 570px;
}

.content {
	margin: 10px 0 10px 0;
	padding: 18px 0 18px 0;
	border-top: 1px solid #70A34A;
	border-bottom: 1px solid #70A34A;
	line-height: 18px;
}

.content p, .content_left p {
	margin-bottom: 18px;
}

.content_left p {
	color: #777777;
}

.content p small, .content_left p small {
	font-size: 90%;
}

.content ul {
	padding: 0 0 18px 25px;
}
.content ul li {
	list-style-type: disc;
}

/**************************************************/

.catalog .caption {
	position: relative;
}

.catalog .caption h1 {
	color: #4F4F4F;
	text-transform: none;
}

.catalog .caption .prev, .catalog .caption .next {
	display: none;
	position: absolute;
}

.catalog .item-latest {
	margin-bottom: 18px;
}

.catalog .item-latest .title {
	margin-bottom: 6px;
	line-height: 18px;
	color: #777777;
}

.catalog .item-latest .body {
	margin-bottom: 6px;
	font-size: 11px;
	color: #919191;
}

/**************************************************/

.news-list-index p {
	margin-bottom: 18px;
	line-height: 18px;
}

.news-list-index .title {
	font-weight: bold;
	color: #777777;
}

.news-list .date {
	display: block;
	font-size: 11px;
	color: #919191;
}

.news-list .title {
	font-size: 12px;
	font-weight: bold;
	color: #576706;
}

.news-view .date {
	display: block;
	font-size: 11px;
	color: #919191;
}

.news-view .title {
	margin-bottom: 18px;
	font-size: 12px;
	font-weight: bold;
}

/**************************************************/

.zapros input { width: 320px; height: 17px; border: 1px solid #808080; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; }

.zapros input.sbmt { width: 140px; height: 21px; border: 1px solid #808080; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

.zapros label { display: block; font-weight: bold; }

.zapros .error { color: #FF0000; }

/**************************************************/

.service-index {
	line-height: 18px;
}

.service-index hr {
	clear: both;
	color: #CCCCCC; /*для IE */
	background-color: #CCCCCC; /*для Firefox, Opera, Safari*/
	border: 0px none;
	height: 1px; /* высота 1px IE, Firefox, Opera, Safari */
}

/**************************************************/

.partner {
	float: left;
	margin: 6px 4px 16px 0;
	border: 1px solid #919191;
	width: 108px;
	height: 108px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

.partner td {
	text-align: center;
	vertical-align: middle;
}

/**************************************************/

.using {
	margin-bottom: 15px;
	width: 100%;
	min-height: 141px;
	background-image: url(../img/using-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.using_ru {
	background-image: url(../img/using-bg_ru.gif);
}

.using_en {
	background-image: url(../img/using-bg_en.gif);
}

.using li {
	float: left;
	width: 25%;
	min-height: 141px;
}

.using .item {
	padding: 60px 5px 0 85px;
	line-height: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/**************************************************/

.menu-bottom {
	margin-left: 30px;
	overflow: hidden;
}

.menu-bottom li {
	float: left;
	margin-left: -1px;
	padding: 0 15px 0 15px;
	background-image: url(../img/menu-bottom-li.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.menu-bottom li a {
	line-height: 16px;
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}
.menu-bottom li a.active {
	text-decoration: underline;
}

.madeinkensu {
	clear: both;
	margin-right: 30px;
	padding: 25px 0 25px 0;
	text-align: right;
}

div { height: 100%; }

