html, body {
	height:100%;
	padding:0;
	margin:0;
}
body {
	color:#292929;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#e9e9e9 url(body_bg.png) repeat-x;
}
input, textarea, select {
	color:#292929;
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
td {
	vertical-align:top;
}
a {
	color:#6a6a6a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.img-holder {
	display: block;
	height: 135px;
	width: 193px;
	text-align: center;	
}
.clear {
	font-size:0px;
	height:0px;
	clear:both;
}
p {
	margin:0;
	padding:0 0 14px 0;
}
/* Horisontal menu */
ul.horisontal_menu {
	list-style:none;
	padding:0;
	margin:0;
}
ul.horisontal_menu li {
	list-style:none;
	float:left;
}
ul.horisontal_menu li a {
	display:inline-block;
	float:left;
}
.left_bg {
	background:url(left_bg.png) no-repeat 100% 0;
}
.right_bg {
	background:url(right_bg.png) no-repeat 0 0;
}
.center {
	width:985px;
}
div.center {
	background:url(page_bg.png) repeat-y;
}
.header_top {
	background:url(header_top.png) no-repeat;
	height:181px;
}
.header {
	background:url(header_bottom.png);
	height:188px;
}
.footer {
	background:url(footer_bg.png);
	height:65px;
}
.footer_l {
	background:url(footer_left.png) no-repeat;
	height:65px;
}
.footer_r {
	background:url(footer_right.png) no-repeat 100% 0;
	height:40px;
	font-size:11px;
	color:#616161;
	padding:25px 30px 0 30px;
}
.content {
	padding:0 4px;
}
.left_column {
	float:left;
	width:254px;
	min-height:330px;
}
.right_column {
	float:left;
	width:687px;
	background:url(page_content_bg.png) no-repeat;
	height:100%;
	padding: 0 18px 25px 18px;
	line-height:130%;
}
.breadcrumb {
	height:38px;
	margin-bottom:20px;
	font-size:11px;
	line-height:38px;
	color:#797979;
	overflow: hidden;
}
.breadcrumb a {
	color:#797979;
}
.breadcrumb span {
	color:#ee7b00;
}
.header_content {
	position:relative;
	height:134px;
}
ul.horisontal_menu {
	padding-left:258px;
}
ul.horisontal_menu li {
	height:47px;
}
ul.horisontal_menu li a {
	display:block;
	float:left;
	height:0;
	padding-top:47px;
	overflow:hidden;
}
.home a {
	background:url(main_nav.png) no-repeat 0 0;
	width:135px;
}
.about a {
	background:url(main_nav.png) no-repeat -135px 0;
	width:132px;
}
.promo a {
	background:url(main_nav.png) no-repeat -267px 0;
	width:164px;
}
.news a {
	background:url(main_nav.png) no-repeat -431px 0;
	width:141px;
}
.contacts a {
	background:url(main_nav.png) no-repeat -572px 0;
	width:151px;
}
/* Hover, current */
.home a:hover, .home a.current {
	background:url(main_nav.png) no-repeat 0 -47px;
	width:135px;
}
.about a:hover, .about a.current {
	background:url(main_nav.png) no-repeat -135px -47px;
	width:132px;
}
.promo a:hover, .promo a.current {
	background:url(main_nav.png) no-repeat -267px -47px;
	width:164px;
}
.news a:hover, .news a.current {
	background:url(main_nav.png) no-repeat -431px -47px;
	width:141px;
}
.contacts a:hover, .contacts a.current {
	background:url(main_nav.png) no-repeat -572px -47px;
	width:151px;
}
a.request {
	display:block;
	position:absolute;
	background:url(request_bg.png);
	width:174px;
	height:31px;
	line-height:31px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	top:50px;
	right:19px;
	font-size:13px;
}
a.request:hover {
	text-decoration:none;
}
.sitemap {
	display:block;
	position:absolute;
	top:60px;
	right:203px;
	font-size:11px;
	color:#7c7c7c;
}
a.home {
	display:block;
	position:absolute;
	width:248px;
	height:134px;
	top:40px;
	left:7px;
	text-indent:-999px;
	overflow:hidden;
}
ul.left_menu {
	list-style:none;
	padding:1px 10px 10px 17px;
	margin:0;
}
ul.left_menu ul {
	padding: 0;
	margin: 0;
}
ul.left_menu a:hover, ul.left_menu a.current {
	text-decoration:none;
	color:#e47600;
}
ul.left_menu li {
	background:url(left_menu_bg.png) no-repeat 50% 0;
	line-height:100%;
}
ul.left_menu li a {
	display:inline-block;
	padding:10px 10px 10px 11px;
	font-weight:bold;
	color:#5b5b5b;
	background:url(left_menu_bg1.png) no-repeat 0 15px;
}
ul.left_menu li ul {
	list-style:none;
	padding:0 0 0 15px;
}
ul.left_menu li ul a {
	font-weight:normal;
	padding:7px 10px 7px 11px;
	color:#5b5b5b;
	background:url(left_menu_bg2.png) no-repeat 0 11px;
}
ul.left_menu li ul a:hover, ul.left_menu li ul a.current {
	background:url(left_menu_bg3.png) no-repeat 0 11px;
}
h1 {
	color:#222222;
	font-size:23px;
	font-weight:normal;
	margin:0;
	padding:7px 0 17px 0;
	line-height: normal;
}
.content_box {
	background:#f2f2f2;
	width:685px;
}
.content_box_l {
	background:url(content_top.png) no-repeat;
}
.content_box_r {
	background:url(content_bottom.png) no-repeat 0 100%;
	padding:30px;
}
.content_box td {
	vertical-align: middle;
}
a.more {
	background:url(more.png);
	width:74px;
	height:23px;
	display:block;
	text-align:center;
	line-height:23px;
	color:#fff;
	margin-top:15px;
}
#createdby {
	color:#9F9F9F;
	float:right;
	font-size:11px;
	height:16px;
	margin:0 auto 0 auto;
	position:relative;
	right:0;
	text-align:right;
	width:250px;
}
.devision {
	display:block;
	float:right;
	margin-left:5px;
	position:relative;
	top:-6px;
}
.products tr td {
	background:#fff;
	text-align:center;
	width:33%;
}
h2 {
	color:#505050;
	font-size:13px;
	font-weight:normal;
	line-height:100%;
	margin:0;
	padding: 5px 0 5px 0;
}
.sitemap_list, .sitemap_list ul {
	padding:0px 20px;
	list-style:none;
}
.sitemap_list li {
	background:transparent url(left_menu_bg1.png) no-repeat scroll 0 7px;
	color:#5B5B5B;
	padding:3px 10px 3px 11px;
}
.sku {
	font-size:11px;
	color:#7c7c7c;
}
.text_field {
	border:#d7d7d7 1px solid;
	background:#fff;
	padding:5px 10px;
	width:350px;
}
.right_align {
	text-align:right;
}
.request_form {
	margin:0 auto;
}
.submit {
	background:#5d5d5d url(submit_bg.png) no-repeat 50% 0;
	color:#fff;
	font-weight:bold;
	border:none;
	padding:9px 29px;
	cursor:pointer;
}
.map {
	float:right;
	margin-left:30px;
	border:#fff 3px solid;
}
label.error, label.error2 {
	color:red;
}

.download-catalog {
	padding-right: 30px;
	background: url(pdf-icon.jpg) right no-repeat;
	float: right;
	display: block;
	height: 20px;
	padding-top: 8px;
	position: absolute;
	top: 105px;
	right: 250px;
	text-decoration: underline;
}

.download-prices {
	padding-right: 30px;
	background: url(pdf-icon.jpg) right no-repeat;
	float: right;
	display: block;
	height: 20px;
	padding-top: 8px;
	position: absolute;
	top: 105px;
	right: 20px;
	text-decoration: underline;
}

.twitter {
	display: block;
	width: 23px;
	height: 23px;
	background: url(twitter-icon.gif);
	position: absolute;
	top: 55px;
	right: 290px;
}

.facebook {
	display: block;
	width: 23px;
	height: 23px;
	background: url(fb-icon.gif);
	position: absolute;
	top: 55px;
	right: 318px;
}

.cat-description {
	padding: 10px 20px;
	background: url(cat-bg.jpg) bottom repeat-x;
	height: 1%;
	margin-bottom: 20px;
	border: 1px solid #fdebd7;	
}
