@charset "utf-8";
html {
	width: 100%;
	height: 100%;
}
body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	font-family: Verdana, Calibri, Arial;
	font-size: 12px;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}
a {
	color: #000000;
}
.clear {
	clear: both;
}
#main {
	width: 1024px;
	position: relative;
	margin: 0 auto;
}
#header {
	height: 134px;
	width: 100%;
	background: url(/images/header-bg.jpg) no-repeat 225px top;
	position: relative;
}
#title {
	position: absolute;
	left: 0;
	top: 15px;
}
#title img {
	border: none;
	width: 215px;
	height: 66px;
}
#phone {
	font-size: 30px;
	color: #004a2d;
	position: absolute;
	top: 97px;
	left: 0;
}
#phone span {
	font-size: 18px;
}
#login {
	background: url(/images/login-bg.png) no-repeat left top;
	position: absolute;
	right: 0;
	top: 15px;
	padding-left: 20px;
	width: 161px;
}
#login a {
	color: #00a859;
	font-weight: bold;
}
#search {
	position: absolute;
	top: 40px;
	right: 0;
}
#sm-basket {
	position: absolute;
	top: 80px;
	right: 0;
}
#top-menu {
	width: 100%;
	height: 36px;
	position: absolute;
	left: 0;
}
#banners {
	width: 1060px;
	position: absolute;
	top: 200px;
	left: 0;
}
#banners div {
	float: left;
}
#banners img {
	border: none;
	margin-right: 19px;
	display: inline;
}
#banners span {
	position: absolute;
	margin-left: -330px;
	top: 155px;
	font-size: 14px;
	width: 300px;
}
#banners span a {
	color: #000000;
}
#leftcol {
	width: 240px;
	float: left;
	margin: 296px 0 194px 0;
}
#rightcol {
	width: 770px;
	float: right;
	margin: 296px 0 194px 0;
}
#rightcol h1 {
	color: #00a859;
	font-size: 18px;
}
#rightcol h2, #rightcol h3, #rightcol h4 {
	color: #00a859;
}
#rightcol ul {
	color: #f37021;
}
#rightcol p {
	text-align: justify;
}
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 194px;
}
#footer .box {
	width: 1024px;
	height: 100%;
	background: #cccccc url(/images/footer-bg.png) repeat-x top;
	color: #666666;
	font-size: 13px;
	margin: 0 auto;
}
#tabs {
	width: 483px;
	height: 35px;
	vertical-align: middle;
	line-height: 35px;
	background: url(/images/tabs-bg.png) no-repeat;
	color: #00a859;
	float: right;
	margin-top: 44px;
	font-weight: bold;
}
#tabs span {
	margin: 0 16px;
}
#tabs a {
	color: #ffffff;
	text-decoration: none;
	padding: 9px;
}
#bottom-menu {
	margin: 10px 20px;
	padding: 0;
}
#contacts {
	background: url(/images/logo.png) no-repeat left top;
	padding-left: 120px;
	margin: 10px 20px;
	float: left;
}
#contacts a {
	color: #666666;
	text-decoration: none;	
}
#copyright {
	float: right;
	text-align: right;
	margin: 0 20px;
}
.tridereva {
	border: none;
	width: 67px;
	height: 51px;
	margin-top: 5px;
	position: relative;
	top: 3px;
}

.black-btn {
	display:inline-block;
	height:26px;
	line-height:24px;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 9px;
	background:url(/images/blk-submit.png) no-repeat;
	float: right;
}

.black-btn span {
	display:inline-block;
	height:26px;
	background:url(/images/blk-submit.png) no-repeat 100% -29px;
	padding:0 16px 0 7px;
	cursor:pointer;
}