* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.jpg) top center no-repeat;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	min-width: 960px;
}
img {
	display: block;
	border: none;
}

h1 {
	margin: auto;
	font-size: 16px;
	color: #E7E6E3;
	font-weight: normal;
	text-align: center;	
	margin: 15px 0 25px 0px;
}

h2 {
	font-size: 14px;
	color: #80A52B;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
#rights {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -150px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#fmedia {
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
}
	#fmedia a {
		font-weight: bold;
		font-size: 1.2em;
		color: #D7F76A;
		text-decoration: none;
	}
	#fmedia a:hover {
		color: #F5BF41;
	}
#sntn {
	position: absolute;
	bottom: 0;
	right: 0;
	color: white;
	width: 330px;
}
	#sntn img {
		margin: 0 10px 10px 0;
	}
.floatLeft {
	float: left;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
#preloader {
	background-image: url(../images/koshcheta_up.jpg);
	display: none;
}

#container {
	width: 960px;
	margin: auto;
	position: relative;
	height: 650px;
}
	#slogan {
		position: absolute;
		top: 100px;
		left: 400px;
	}
	#logo {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	#lang_en {
		position: absolute;
		top: 191px;
		left: 236px;
		z-index: 2;
	}
	#lang_bg {
		position: absolute;
		top: 148px;
		left: 284px;
		z-index: 2;
	}
	
		#lang_bg:hover, #lang_en:hover {
			opacity: 0.7;
		}
	
	#besedki {
		position: absolute;
		top: 402px;
		left: 416px;
	}
	#koshcheta {
		position: absolute;
		top: 421px;
		left: 579px;
	}
	#spirki {
		position: absolute;
		top: 349px;
		right: 131px;
	}
	#ogradi {
		position: absolute;
		bottom: 13px;
		left: 136px;
		z-index: 1;
	}
	#peiki {
		position: absolute;
		bottom: 162px;
		left: 205px;
		z-index: 2;
	}
	
	#info {
		position: absolute;
		top: 275px;
		left: 150px;
		width: 669px;
		min-height: 232px;
		background: url(../images/info_bg.jpg) top left repeat-y;
		opacity: 0.9;
		z-index: 3;
		padding: 0 20px 5px;
	}
		#info_top {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
		}
		#info_bottom {
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 1;
		}
		#product_info {
			position: relative;
			z-index: 2;
		}
		#product_info div {
			float: left;
			max-width: 50%;
			padding-right: 30px;
		}
			#product_info img {
				border: 1px solid #6B8E1A;
				margin-right: 15px;
				margin-bottom: 15px;
				float: left;
			}
			#product_info ul {
				list-style-type: none;
				padding-right: 30px;
				margin-left: 250px;
			}
				#product_info ul li {
					background: url(../images/bullet.gif) top left no-repeat;
					height: auto;
					padding-left: 20px;
					margin-bottom: 10px;
				}
	#close {
		float: right;
		position: relative;
		z-index: 3;
		margin-top: 10px;
		padding: 5px 0 10px;
		color: #6F9129;
		font-weight: bold;
		font-size: 18px;
		text-decoration: none;
	}
	#logolink {
		position: absolute;
		top: 30px;
		left: 190px;
	}
		#logolink a {
			color: #70953c !important;
			text-decoration: none;
			font-weight: bold;
		}
		#logolink a:hover {
			text-decoration: underline;
		}