body {
	min-width: 900px;
	background-image: url('../images/main_bg.png');
	font-family: Arial, sans-serif;
}

.clear {
	clear:both;
}

.main_wrapper {
	min-height: 100%;
	margin-bottom: -108px;
	background: url('../images/center_bg.png') repeat-y top center;
}

.main_container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding-top:80px;
	margin-bottom:40px;
}

.top {
	height:102px;
	width:100%;
	background: url('../images/top_bg.png') repeat-x;
	position:absolute;
	top:0;
	left:0;
}

.logo {
	width:255px;
	height:81px;
	background-image: url('../images/logo.png');
	float:left;
}

.top_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-top:5px;
}

.lang_nav_wrapper {
	float:right;
	width:600px;
}

.lang {
	width:200px;
	height:26px;
	float:right;
	margin-right:10px;
	margin-top:6px;
}

.nav {
	float:right;
	margin-right:5px;
}

.nav ul {
	margin-top:25px;
}

.nav li {
	display:inline;
	font-size:14px;
}

#active  {
	color:#414141;
}

.nav li a {
	text-decoration:none;
	font-family: impact;
	color:#b4d532;
	font-size:20px;
	padding:0 20px 0 15px;
	background: url('../images/seper.png') no-repeat right center;
}

.nav li a:hover {
	color:#414141
}

.lv a , .ru a, .en a{
	width:27px;
	height:26px;
	display:block;
	float:right;
	background-image: url('../images/lang.png');
}

.en a {
	background: url('../images/lang.png') -26px 0;
}

.ru a {
	background: url('../images/lang.png')  -55px 0;
}

.center_left {
	float:left;
	background: url(../images/center_left_bg.png) no-repeat right top;
	width:450px;
	height:340px;
	padding-top:40px;
}

.center_right {
	float:left;
	background: url(../images/center_right_bg.png) no-repeat left top;
	width:450px;
	height:355px;
	padding-top:25px;
}

.b {
	width:300px;
	height:29px;
	background: url('../images/b.png') no-repeat;
	font-size:20px;
	font-style:italic;
	color:#a3cc00;
	padding-top:5px;
	padding-left:40px;
	margin-bottom:10px;
}

.about_text {
	font-size:13px;
	width:420px;
	line-height:18px;
	text-align:justify;
	text-indent:25px;
	font-family: "Trebuchet MS";
	overflow:hidden;
	color:#4d4d4d;
}

.product_wrapper {
	width:287px;
	height:238px;
	background-image: url('../images/product_bg.png');
	float:left;
	margin-right:19px;
}

.product1, .product2, .product3 {
	width:247px;
	height:198px;
	padding:20px;
	background: url('../images/senalas.png') no-repeat 15px 145px;
}

.product2 {
	background: url('../images/vate.png') no-repeat 19px 155px;
}

.product3 {
	background: url('../images/plast.png') no-repeat 19px 130px;
}

.title {
	font-size:16px;
	font-weight:bold;
	color:#a3cc00;
	margin-bottom:15px;
}

.descr {
	font-size:12px;
	color:#4d4d4d;
	line-height:18px;
}

.product_link a {
	font-size:12px;
	color:#4d4d4d;
	text-decoration:none;
	font-weight:bold;
}

.product_link a:hover {
	color:#777777;
}


.product_link {
	position:relative;
	top:85px;
	left:155px;
}

.footer_wrapper {
	width:900px;
	margin-left: auto;
	margin-right: auto;
}

.phone {
	height:61px;
	float:left;
	background: url('../images/phone.png') no-repeat;
	padding-left:70px;
	font-size:30px;
	color:#a3cc00;
	margin-top:30px;
	padding-top:8px;
	float:left;
	font-family: 'PT Serif', serif;
	letter-spacing:-1px;
}

.footer_text {
	width:200px;
	float:left;
	color:white;
	font-size:12px;
	margin-top:90px;
	margin-left:180px;
}

.brando a {
	float:right;
	width:117px;
	height:35px;
	background-image: url('../images/brando.png');
	margin-top:42px;
	margin-right:10px;
}

.footer {
	width:100%;
	height:108px;
	background-image: url('../images/footer_bg.png');
}

#footer-spacer {
	height: 148px; /* = #container margin-bottom plus any extra space required between #container and #footer */
	clear:both;
}

* html .main_wrapper {
    height: 100%;
	background-color:red;
}