* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:868px;
}
body { 
	background:#c1d103; 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#919191;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table{ 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.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;
}



/*==== GLOBAL =====*/
.container {
	width:868px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {
	height:303px;
	background:url(/images/site22/header-tail.gif) 0 0 repeat-x #000;
}
#content {
	width:100%;
	background:#fff;
}
	#content .aside {
		float:left;
		width:220px;
		margin-right:13px;
		padding-left:7px;
	}
	#content .mainContent {
		float:left;
		width:628px;
	}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Tahoma, Geneva, 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:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#fb7506; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1, .title_h1 {
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:29px;
	line-height:1em;
	font-weight:normal;
	padding-bottom:14px;
}
.slogan .title_h1
{
	margin-left: 20px;	
}

h1 img, .title_h1 img
{
	vertical-align:middle;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	line-height:1em;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:1.2em;
	color:#000;
	font-style:italic;
	margin-bottom:14px;
	font-weight:normal;
}

h6 {
	font-size:1em;
	color:#000;
	font-weight:normal;
}

.link1 {
	background:url(/images/site22/arrow1.gif) no-repeat 100% 7px;
	padding:0 13px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#fb7506;
	font-weight:bold;
}

.button {
	display:inline-block;
	width:104px;
	height:40px;
	padding-bottom: 10px;
	text-align:center;
	color:#545454;
	text-decoration:none;
	line-height:30px;
	background:url(/images/site22/button.png) no-repeat 0 0;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:17px;
	border: none
}
.button:hover {
	color:#000;
}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(/images/site22/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title 
{ 
	margin-bottom:20px;
}

.news
{
	margin-bottom: 20px;
}

.news_img
{	
	float: left;
	margin: 0px 10px 5px 0px;	
}

.client_img, .news_img
{
	border:1px solid #CBC9C9;
	padding: 2px;
}

.date
{
	color: #000;
}

.search_header
{
	float: right;
}

.search_field
{
	border: 0;	
	height: 20px;
} 
.search_button
{
	margin-left: 10px;
}


/*==================boxes====================*/
.block {
	border:1px solid #cbc9c9;
	position:relative;
	padding:22px 27px 20px 27px;
	min-height:434px;
	height:auto !important;
	height:434px;
}
	.block ins {
		display:block;
		position:absolute;
		width:9px;
		height:9px;
		overflow:hidden;
	}
	.block .lbc {
		left:-1px;
		top:100%;
		margin-top:-8px;
		background:url(/images/site22/left-bot-corner1.gif) no-repeat 0 0;
	}
	.block .rbc {
		left:100%;
		margin-left:-8px;
		top:100%;
		margin-top:-8px;
		background:url(/images/site22/right-bot-corner1.gif) no-repeat 0 0;
	}
	
.box {
	background:url(/images/site22/box-bg.gif) 0 0 repeat-x #f9bb1c;
	width:100%;
	color:#503620;
	font-size:14px;
	line-height:18px;
}
	.box .left-top-corner {
		background:url(/images/site22/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(/images/site22/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(/images/site22/left-bot-corner.gif) no-repeat left bottom;
		}
	.box .right-bot-corner {
		background:url(/images/site22/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:27px 34px 29px 43px;
	}
		.box h3 {
			font-family:"Times New Roman", Times, serif;
			font-size:30px;
			line-height:1.2em;
			color:#fff;
			font-style:italic;
			text-shadow:1px 1px 4px #c96409;
			margin-bottom:14px;
			font-weight:bold;
		}
		
		.box h3 a 
		{		
			color:#fff;			
			text-decoration: none;
		}
		
		.box h3 a:hover
		{		
			color:#fff;			
			text-decoration: underline;
		}
		
		.box h5 {
			color:#fff;
			font-size:16px;
			font-weight:normal;
			margin-bottom:7px;
		}
		.box p {
			margin-bottom:18px;
		}


.box1 {
	background:#ededed;
	width:100%;
}
	.box1 .left-top-corner {
		background:url(/images/site22/left-top-corner2.gif) no-repeat left top;
	}
	.box1 .right-top-corner {
		background:url(/images/site22/right-top-corner2.gif) no-repeat right top;
	}
	.box1 .left-bot-corner {
		background:url(/images/site22/left-bot-corner2.gif) no-repeat left bottom;
		}
	.box1 .right-bot-corner {
		background:url(/images/site22/right-bot-corner2.gif) no-repeat right bottom;
		}
	.box1 .inner { 
		padding:27px 34px 29px 43px;
	}		
	
		.box1 h3, .box1 .news_title{
			font-family:"Times New Roman", Times, serif;
			font-size:24px;
			line-height:1.2em;
			color:#000;
			font-style:italic;
			margin-bottom:14px;
			font-weight:normal;
			position:relative;
			padding:10px 0 0 43px;
		}
		.box1 .news_title
		{		
			font-size:21px;
			padding: 0px;
			margin-bottom:10px;
		}
		.box1 .news_title a
		{
			text-decoration: none;
		}
		.box1 .news_title a:hover
		{
			text-decoration: underline;
		}
		
			.box1 h3 img {
				position:absolute;
				left:-11px;
				top:0;
			}			

.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dt:first-line {
		font-weight:bold;
		color:#fff;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}
		.address dd a {
			color:#fff;
		}


/*===== header =====*/
#header .logo {
	position:absolute;
	left:12px;
	top:32px;
}
#header .slogan {
	position:absolute;
	left:182px;
	top:124px;
	width:705px;
}

#header .slogan .title_h1
{
	color: #fff;
}
	#header .slogan h2 {
		font-family:"Times New Roman", Times, serif;
		color:#494949;
		font-size:19px;
		line-height:1em;
		font-weight:normal;
		text-align:right;
	}


#header .nav {
	position:absolute;
	right:0;
	top:235px;
}
	#header .nav li { float:left; padding-left:1px;}
		#header .nav li a {
			float:left;
			background:url(/images/site22/nav-bg1.gif) no-repeat 0 100%;
			width:125px;
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#fff;
			text-decoration:none;
			padding:21px 0 20px 0;
			margin-top:11px;
		}
		#header .nav li a:hover, #header .nav li a.current {
			background:url(/images/site22/nav-bg2.gif) no-repeat 0 0;
			margin-top:0;
			padding:27px 0 26px 0;
		}

/*===== content =====*/
#content .inside {
	padding:59px 0 57px 0;
}
#content .indent {
	padding:17px 34px 29px 43px;
}
	
	#content .section {
		padding-bottom:15px;
	}
	
	#content .aside h2 {
		color:#fff;
		font-style:italic;
		background:url(/images/site22/title-left.gif) no-repeat 0 0;
		position:relative;
		width:100%;
	}
		#content .aside h2 span {
			display:block;
			background:url(/images/site22/title-right.gif) no-repeat 100% 0;
			height:56px;
			line-height:56px;
			padding:0 0 0 36px;
		}
		#content .aside h2 img {
			position:absolute;
			left:-7px;
			top:10px;
		}


.list1 li {
	background:url(/images/site22/bull-1.gif) no-repeat 0 6px;
	padding:0 0 12px 22px;
	font-size:14px;
	position:relative;
}
	.list1 li a {
		color:#222;
		text-decoration:none;
	}
	.list1 li a:hover {text-decoration:underline;}

/*===== footer =====*/
#footer .inside {
	padding:55px 0 72px 7px;
}
	#footer .contact {
		font-size:13px;
		line-height:19px;
		color:#687004;
		float:left;
	}
		#footer .contact a {
			color:#687004;
		}
	
	
	.footer-box {
		background:url(/images/site22/footer-left.gif) no-repeat 0 0 #dae929;
		color:#697546;
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;		
		margin-bottom: 35px;
	}
		.footer-box .indent {
			background:url(/images/site22/footer-right.gif) no-repeat 100% 0;
			height:23px;
			line-height:23px;
			padding:0 18px 0 8px;
			float:left;
		}
			.footer-box a {
				color:#697546;
				text-decoration:none;
			}
			.footer-box a:hover {
				text-decoration:underline;
			}


/*----- forms -----*/
.contacts-form fieldset {
	border:none;
}
	/*.contacts-form label {
		display:block;
		height:39px;
	}
	*/
	.contacts-form .input_field
	{
		margin-bottom: 10px;
	}
	.contacts-form input {
		width:200px;
		background:#fff;
		border:1px solid #a4a4a4;
		padding:1px 0 1px 5px;
		color:#666;
	}
	.contacts-form textarea {
		width:245px;
		background:#fff;
		border:1px solid #a4a4a4;
		overflow:auto;
		height:93px;
		padding:1px 0 1px 5px;
		/*margin-bottom:14px;*/
		color:#666;
	}

	.contacts-form .col-1 {
		width:273px !important;
		margin:0 !important;
	}
	.contacts-form .col-2 {
		width:254px !important;
		margin:0 !important;
	}
	.contacts-form .button {
		float:right;
		margin: 15px 0px 0px 20px;
	}
	
.current, .page_link, .ctrl
{
	margin-right: 3px;	
}

/* Validate */
.validate label.input_error { display:block; line-height:1.8; vertical-align:top; color: red; font-style: italic; }
.validate input.input_error { border: 1px dashed #DB1905; background-color: #FFFFD5; }
.validate textarea.input_error { border: 1px dashed #DB1905; background-color: #FFFFD5;}
label.input_error {height: 20px}
.form_wrapper 
{ 	
	margin-top: 20px;
}
/* / Validate */

#captcha
{
	padding: 0px;
	font-size: 75%;
}

#captcha, #captcha a:link, #captcha a:hover, #captcha a:visited
{
	color: #777;
}

#captcha img
{
	margin-bottom: -5px;
}

#error
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #CA1D13 dashed;
	color: #CA1D13;
	background-color: #F2EDE9;
	background: url('/hostcmsfiles/images/error.gif') no-repeat 5px 50%;
	width: 450px;
}

#message
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #4ba749 dashed;
	color: #4ba749;
	background: url('/hostcmsfiles/images/message.gif') no-repeat 5px 50%;
	width: 450px;
}

.image
{
	border: 1px solid #DADADA;
}

.clients 
{
	width:100%;
}
	
	
.footer_right	
{
	float: right;
	text-align: right;	
}

.footer_right a 
{
	color:#687004;
}


/*==========================================*/

/*======= index.html =======*/
#page1 #content .line-ver {background-position:271px 0;}
#page1 #content .col-1 {width:258px; margin-right:34px;}
#page1 #content .col-2 { width:259px;}

/*======= index-1.html =======*/
#page2 #content .line-ver {background-position:271px 0;}
#page2 #content .col-1 {width:258px; margin-right:34px;}
#page2 #content .col-2 { width:259px;}
#page2 #content .section .col-1 {width:303px; margin-right:26px;}
#page2 #content .section .col-2 { width:299px;}

/*======= index-3.html =======*/
#page4 #content .line-ver {background-position:271px 0;}
#page4 #content .col-1 {width:258px; margin-right:34px;}
#page4 #content .col-2 { width:259px;}
#page4 #content .section .col-1 {width:303px; margin-right:26px;}
#page4 #content .section .col-2 { width:299px;}


/*=========================*/


div.comment {
	background: #F0EFEB;
	color: #333;
	margin: 5px 50px 10px 0;
	zoom: 1;
	position: relative;
	padding: 20px;
	border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
}
div.comment div.subject {font-weight: bold}
div.comment p {margin: 5px 0 0 0}
div.comment span.red, div.comment span.red a {color: #E83531 !important; text-decoration: underline; cursor: pointer}
div.comment_reply {
	display: none;
	margin: 0px 0px 10px 20px;
}
div.comment_sub {
	margin-left: 20px;
}

.comment .row {display: table-row}
.comment .caption {font-size: 9pt; display: table-cell; width: 150px; text-align: right; vertical-align: middle; /*white-space: nowrap*/}
.comment .field {display: table-cell; padding: 2px 0 3px 15px}
input.large,
div.shop_filter select,
div.shop_filter input[type="text"],
table.shop_cart select,
table.shop_cart input[type="text"],
div.shop_coupon input,
.comment .field select,
.comment .field input[type="text"],
.comment .field input[type="password"],
.comment .field input[type="file"],
.comment .field textarea {
	outline: none;
	width: auto;
	border: none;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset;
	padding: 2px 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #5B5B5B;
	font-size: 10pt;
	font-family: 'Arial Narrow', sans-serif;
}
.comment .field input[type="text"], .comment .field input[type="password"], .comment .field input[type="file"] { height: 23px; }
.comment .field textarea { padding: 5px 12px }
.comment .field select { width: 210px }

input.large{font-size:16pt}

.ui-stars-star,.ui-stars-cancel{float:left;display:block;overflow:hidden;text-indent:-999em;cursor:pointer}
.ui-stars-star a,.ui-stars-cancel a{width:16px;height:15px;display:block;background:url(/images/stars.png) no-repeat 0 0}
.ui-stars-star a{background-position:0 -32px}
.ui-stars-star-on a{background-position:0 -48px}
.ui-stars-star-hover a{background-position:0 -64px}
.ui-stars-cancel-hover a{background-position:0 -16px}
.ui-stars-star-disabled,.ui-stars-star-disabled a,.ui-stars-cancel-disabled a{cursor:default!important}

.captcha{font-size:75%;padding:0;color:#777;clear:both}
.captcha span{text-decoration:underline; cursor:pointer}
div.captcha img{margin: 0 3px -1px 0}
img.captcha { border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;}

#error,#message,#status_message{margin-top:5px;margin-bottom:5px;position:relative;font-size:8pt;border-collapse:collapse;width:450px;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;padding:5px 15px 5px 35px}
#error{border:1px #CA1D13 solid;color:#CA1D13;background-color:#F2EDE9;background:url(/hostcmsfiles/images/error.gif) no-repeat 10px 50%}
#message,#status_message{border:1px #4ba749 solid;color:#4ba749;background:url(/hostcmsfiles/images/message.gif) no-repeat 10px 50%}
#message p{margin:0;padding:0}

.comment_link, .comment_link a {
	color: #E83531;
	border-bottom: 1px solid #E2D5D5;
	text-decoration: underline;
	cursor: pointer
}

/* Validate */
.validate label.input_error { display:block; line-height:1.8; vertical-align:top; color: red; font-style: italic; }
.validate input.input_error { border: 1px dashed #DB1905; background-color: #FFFFD5; }
/* / Validate */