* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#4d4338; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#6f6863;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:957px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {
	height:366px;
	background:url(/images/header-bg.jpg) no-repeat left bottom;
}
#footer {
	height:62px;
}


/*---- tailings ----*/
.tail-top { 
	background:url(/images/tail-top.gif) left top repeat-x #fff;
}
.tail-bottom { 
	background:url(/images/tail-bottom.gif) left bottom repeat-x;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:28px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#66971a; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	color:#1e1b17;
	line-height:1.2em;
	font-size:23px;
	font-style:italic;
	margin-bottom:14px;
}
h3 {
	font-size:21px;
	line-height:1.2em;
	text-transform:uppercase;
	font-weight:normal;
	color:#1e1b17;
	letter-spacing:-1px;
	margin-bottom:19px;
}
h4 {
	font-size:24px;
	font-weight:normal;
	line-height:1.2em;
	color:#fffffe;
	margin-bottom:15px;
}
h5 {
	font-size:1em;
	margin-bottom:18px;
}


.link1 { 
	display:block;
	float:left;
	background:url(/images/link1-bg.gif) left top repeat-x; 
	color:#fff !important; 
	text-decoration:none;
	font-size:18px;
}
.link1:hover { 
	text-decoration:none;
}
	.link1 em {
		display:block;
		background:url(/images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(/images/link1-right.gif) no-repeat right top; 
		padding:6px 11px 8px 11px; 
		font-weight:normal;
	}
	

.link2 {
	color:#d5cfc8;
}

			

.line-hor { 
	background:#eae9e7;
	height:3px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:39px 0 39px 0;
}
.line-hor1 { 
	background:#eae9e7;
	height:3px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:15px 0 39px 0;
}


/*==================boxes====================*/
.box {
	background:#f6f6f6;
	width:100%;
}
	.box .left-top-corner {
		background:url(/images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(/images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(/images/left-bot-corner.gif) no-repeat left bottom;
		width:100%;
		}
	.box .right-bot-corner {
		background:url(/images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:20px 25px 24px 27px;
	}
	

		.box .link1 em {
			background:url(/images/link1-1-left.gif) no-repeat left top;
		}
		.box .link1 b { 
			background:url(/images/link1-1-right.gif) no-repeat right top;
		}
	
	
	

.box1 {
	background:url(/images/box1-bg.gif) left top repeat-x #4d4338;
	width:100%;
	color:#d5cfc8;
}
	.box1 .left-top-corner {
		background:url(/images/left-top-corner1.gif) no-repeat left top;
	}
	.box1 .right-top-corner {
		background:url(/images/right-top-corner1.gif) no-repeat right top;
	}
	.box1 .left-bot-corner {
		background:url(/images/left-bot-corner1.gif) no-repeat left bottom;
		width:100%;
		}
	.box1 .right-bot-corner {
		background:url(/images/right-bot-corner1.gif) no-repeat right bottom;
		}
	.box1 .inner { 
		padding:20px 25px 30px 27px;
	}
	.box1 a {
		color:#d5cfc8;
	}
	
			.box1 .link1 em {
			background:url(/images/link1-2-left.gif) no-repeat left top;
			}
			.box1 .link1 b { 
				background:url(/images/link1-2-right.gif) no-repeat right top;
			}





.address dt {
	margin-bottom:16px;
}
.address dd { 
	clear:both;
	text-align:right;
}
	.address dd span { 
		float:left;
		padding-right:10px;
	}


/*===== header =====*/
#header .row-1 {
	height:122px;
}
	#header .row-1 .fleft {
		padding:16px 0 0 0;
	}
		#header .row-1 .fleft img{
			width:291px;
			height:90px;
		}
	#header .nav {
		float:right;
		padding:80px 0 0 0;
	}
		#header .nav li {
			float:left;
			padding-left:1px;
		}
			#header .nav li a {
				display:block;
				float:left;
				background:url(/images/nav-bg1.gif) no-repeat left top;
				width:107px;
				height:42px;
				line-height:42px;
				text-align:center;
				color:#fff;
				text-decoration:none;
				font-size:15px;
				font-weight:bold;
			}
			#header .nav li a.current {
				background:url(/images/nav-bg2.gif) no-repeat left top;
				/* text-transform:uppercase; */
				color:#3b362e;
			}
#header .row-2 {
	padding:99px 0 0 38px;
}


/*===== content =====*/
#content .indent {
	padding:8px 0 52px 0;
}
	#content .indent .indent {
		padding:21px 0 0 13px;
	}

.banners {
	width:100%;
	overflow:hidden;
	padding:2px 0 0 0;
}
.banners li
  { display:block; width:368px; height:86px; float:left; 
    padding:15px 10px 0 100px; overflow:hidden; 
    background:url('/images/banner3.jpg') no-repeat left; }
  .banners li a
    { color:#c7f04a; }
  .banners li.left
    { background:url('/images/banner1.jpg') no-repeat left; }
  .banners li.right
    { background:url('/images/banner2.jpg') no-repeat left; }

.list1 li {
	background:url(/images/arrow1.gif) no-repeat left 7px;
	padding:0 0 7px 13px;
}

.list2 li {
	padding:0 0 14px 28px;
}
	.list2 li.icon1 {
		background:url(/images/icon1.gif) no-repeat left 9px;
	}
	.list2 li.icon2 {
		background:url(/images/icon2.gif) no-repeat left 9px;
	}
	.list2 li.icon3 {
		background:url(/images/icon3.gif) no-repeat left 9px;
	}
	.list2 li.icon4 {
		background:url(/images/icon4.gif) no-repeat left 9px;
	}
	.list2 li.icon5 {
		background:url(/images/icon5.gif) no-repeat left 9px;
	}
		.list2 li a {
			color:#d5cfc8;
		}

.list3 li {
	padding:0 0 7px 26px;
}
	.list3 li.icon1 {
		background:url(/images/icon1.gif) no-repeat left 3px;
	}
	.list3 li.icon2 {
		background:url(/images/icon2.gif) no-repeat left 3px;
	}
	.list3 li.icon3 {
		background:url(/images/icon3.gif) no-repeat left 3px;
	}
	.list3 li.icon4 {
		background:url(/images/icon4.gif) no-repeat left 3px;
	}
	.list3 li.icon5 {
		background:url(/images/icon5.gif) no-repeat left 3px;
	}
	.list3 li.icon6 {
		background:url(/images/icon6.gif) no-repeat left 3px;
	}
	.list3 li.icon7 {
		background:url(/images/icon7.gif) no-repeat left 3px;
	}
	.list3 li.icon8 {
		background:url(/images/icon8.gif) no-repeat left 3px;
	}
		.list3 li a {
			color:#fff;
		}


/*===== footer =====*/
#footer {
	color:#a1988e;
}
	#footer .indent {
		padding:16px 0 0 0;
	}
		#footer strong {
			color:#fff;
		}
		#footer a {
			text-decoration:none;
			color:#a1988e;
		}
			#footer a:hover {
				color:#fff;
			}
		#footer .nav {
			float:right;
		}
			#footer .nav li {
				display:inline;
				color:#6c665e;
			}
				#footer .nav li a {
					padding:0 7px 0 4px;
					color:#a1988e;
					text-decoration:none;
				}
				#footer .nav li a:hover, #footer .nav li a.current {
					color:#fff;
				}


/*----- forms -----*/
#search-form {
	background:url(/images/search-bg.gif) no-repeat left top;
	position:absolute;
	width:215px;
	right:0;
	top:29px;
}
	#search-form fieldset {
		border:none;
	}
		#search-form input.text {
			width:178px;
			border:none;
			background:none;
			padding:2px 2px 2px 5px;
			margin-right:2px;
		}
		#search-form input.submit {
			width:27px;
			height:27px;
			border:none;
			background:none;
			cursor:pointer;
			outline:none;
		}
		
#contacts-form fieldset {
	border:none;
}
	#contacts-form label { 
		display:block;
		height:32px;
	} 
		#contacts-form label input { 
			width:192px;
			padding:2px 0 2px 3px;
			color:#d5cfc8;
			background:#5d534a;
			border:1px solid #fff;
		}
		#contacts-form textarea {
			width:192px;
			height:94px;
			padding:2px 0 2px 3px;
			margin-bottom:25px;
			color:#d5cfc8;
			overflow:auto;
			background:#5d534a;
			border:1px solid #fff;
		}
		#contacts-form .link1 {
			float:right;
			margin-left:10px;
		}

/*---- flags ----*/
div.countries
  { zoom:1; width:auto; position:absolute; margin:40px 0 0 863px; }
  div.countries a
    { display:block; float:left; width:21px; height:14px; margin-left:10px; }
  div.countries a.flag-rus
    { background:url('/images/flag-rus.gif'); }
  div.countries a.flag-eng
    { background:url('/images/flag-eng.gif'); }
  div.countries a.flag-fra
    { background:url('/images/flag-fra.gif'); }


/*---- main menu ----*/
ul.menu0
  { list-style:none; padding:0; margin-left:0; }
li.menu0
  { width:100%; margin-bottom:15px; }
li.menu0-item
  { margin-bottom:10px; }

ul.menu1
  { list-style:none; margin-left:20px; }
li.menu1
  { width:100%; padding-top:0;}
li.menu1-item
  { margin-bottom:5px; }

ul.menu2
  { list-style:none; margin:0 0 20px 20px; }
ul.menu2 a
  { }
li.menu2
  { width:100%; }
li.menu2-item
  { margin-bottom:5px; }

/* ---------- */
ul.list
  { margin:20px 0 20px 16px; list-style:disc; }
  ul.list li
    { margin-bottom:5px; }

.paddright
  { padding-right:50px; }


div.photo
  { float:left; width:170px; height:220px; margin:0 10px 10px 0; padding:0;
    line-height:normal; overflow:hidden; background:url(/images/gal-bg.gif) 0 0 no-repeat; }
div.photo a
  { width:170px; display:block; text-align:center; margin:0px; font-size:12px; }
div.photo img
  { border:none; margin:4px 0 12px 4px; width:157px; height:157px; display:block; }

