﻿/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:977px;
} 

body { 
	background:#000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#fff; 
	min-width:977px;
	height:100%;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== FORMS ===========================*/

#contacts-form .field { 
	height:52px;
}
#contacts-form input {
	width:256px; 
	padding:2px 0 2px 3px; 
	background:#356907;
	color:#fff; 
	border:1px solid #579221; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:290px; 
	height:119px; 
	overflow:auto;
	background:#356907;
	color:#fff;
	margin-bottom:31px; 
	border:1px solid #579221; 
	padding:2px 0 2px 3px; 
}

/*========================== LISTS ============================*/

.list {
	padding-bottom:16px;
}
.list li {
	font-weight:bold;
	padding:0 0 10px 22px;
	background:url(images/marker.png) no-repeat left 2px;
}
.list li a {
	color:#fff;
}

.list1 li {
	padding-bottom:25px;
}
.list1 li span {
	display:block;
	text-align:right;
}

.list2 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:8px;
	position:relative;
}
.list2 li.last {
	padding-bottom:0;
}
.list2 li img {
	float:left;
	margin-right:20px;
}
.list2 li span {
	display:block;
	text-align:right;
}

.list3 {
	padding-bottom:20px;
}
.list3 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	line-height:1.5em;
}
.list3 li span {
	display:block;
	background:url(images/line-hor.png) repeat-x left bottom;
	padding-bottom:20px;
	margin-bottom:20px;
}

.news {
	margin-bottom:-5px;
}
.news li {
	line-height:1.5em;
	padding-bottom:18px;
}
.news li span {
	display:block;
	padding-top:12px;
	text-align:right;
}

.testimonials {
	padding-bottom:20px;
}
.testimonials li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
}
.testimonials li span {
	display:block;
	background:url(images/line-hor.png) repeat-x left bottom;
	padding-bottom:20px;
	margin-bottom:20px;
}
.testimonials li cite {
	line-height:1.5em;
	font-style:normal;
}
.testimonials li strong {
	display:block;
	text-align:right;
}

/*========================== OTHER ============================*/

.img-indent { 
	margin:0 0 14px 0; 
}
.img-indent1 { 
	margin:0 0 28px 0; 
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
	position:relative;
}
.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}

p { 
	margin-bottom:18px;
	line-height:1.5em;
}
.p0 {
	margin-bottom:0;
}

.phone { 
	float:right; 
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#75cc06; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	font-size:32px;
	line-height:1.2em;
	letter-spacing:-1px;
	margin-bottom:18px;
}

h1 {
	font-size:32px;
	line-height:1.2em;
	letter-spacing:-1px;
	margin-bottom:18px;
}
h4 {
	font-size:1em;
	line-height:1.5em;
	margin-bottom:17px;
}
h5 {
	font-size:1em;
	line-height:1.5em;
}

.link1 { 
	display:inline-block; 
	background:url(images/link1-right.png) no-repeat right top;  
	color:#fff; 
	text-decoration:none; 
	line-height:.92em;
	cursor:pointer;
}
.link1 em { 
	display:inline-block; 
	background:url(images/link1-left.png) no-repeat left top;
	padding:0 13px 0 7px;
}
.link1 b { 
	display:inline-block; 
	background:#ff7d1b;
	padding:7px 0 8px 8px; 
	font-style:normal; 
}
.link1:hover b {
	color:#313030;
}

.line-ver11 {
	
}
.line-ver22 {
	background:url(images/line-ver.png) repeat-y 570px 0;
}
.line-ver1 {
	background:url(images/line-ver.png) repeat-y 292px 0;
}
.line-ver2 {
	background:url(images/line-ver.png) repeat-y 612px 0;
}


.line-hor { 
	height:37px;
	width:100%;
	background:url(images/line-hor1.png) repeat-x left 33px; 
	overflow:hidden; 
	font-size:0; 
	line-height:0;
}

/*============================ BOXES ==========================*/

.box { 
	width:100%;
}
.box .left-top-corner { 
	background:url(images/left-top-corner.png) no-repeat left top; 
	height:36px; 
	padding-left:26px;
}
.box .right-top-corner { 
	background:url(images/right-top-corner.png) no-repeat right top; 
	height:36px; 
	padding-right:26px;
}
.box .border-top { 
	background:url(images/border-top.png) left top repeat-x; 
	height:36px; 
	font-size:0; 
	line-height:0; 
	width:100%;
}
.box .left-bot-corner { 
	background:url(images/left-bot-corner.png) no-repeat left bottom; 
	height:30px; 
	padding-left:26px;
}
.box .right-bot-corner { 
	background:url(images/right-bot-corner.png) no-repeat right bottom; 
	height:30px; 
	padding-right:26px;
}
.box .border-bot { 
	background:url(images/border-bot.png) left bottom repeat-x; 
	height:30px; 
	font-size:0; 
	line-height:0; 
	width:100%;
}
.box .border-left { 
	background:url(images/border-left.png) left top repeat-y; 
	padding-left:26px;
}
.box .border-right { 
	background:url(images/border-right.png) right top repeat-y; 
	padding-right:26px;
}
.box .xcontent { 
	background:url(images/box-tail.png);
}

/*========================== HEADER ===========================*/

#header .menu {
;
	position:relative;
	z-index:3;
	margin-bottom:-408px;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
margin-top:0;}
#header .flash {

	z-index:2;
}

/*========================= CONTENT ===========================*/

#content {
	padding:0 7px;
}
#content .indent {
	top:-10px;
	position:relative;
}

/*========================= FOOTER ============================*/

#footer p {
	font-size:.83em;
	text-transform:uppercase;
	padding:27px 0 0 15px;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/*=============================================================*/

.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}







#header .boxik {
	
margin-bottom:0;
margin-left:auto;
margin-right:auto;
margin-top:0;

width:968px;}






#header .row-2 {
	position:relative;
	z-index:2;
	margin-bottom:-20px;
	text-align:center;
	
	
}
#header .row-2 ul {
	height:81px;
	width:100%;
	overflow:hidden;
		text-align:center;
}
#header .row-2 ul li {
	float:left;
	padding:0px;
}


#header .row-2 ul li a {display: inline-block; 	width: 163px; 	text-align: center; 	background: url(menu/puste.png) no-repeat 0 0; 	font-size: 1.422em; 	color: #000000; 	text-decoration: none;	padding: 28px 0 63px 0;}
#header .row-2 ul li a:hover, #header .row-2 ul li .active{ background:url(menu/pelne.png) no-repeat 0 0; color:#1a0909; font-size:1.422em;}


#header .row-2 ul li a.lewy { width: 158px; background:url(menu/puste-lewe.png) no-repeat 0 0; color:#1a0909; font-size:1.422em;}
#header .row-2 ul li a.lewy:hover { width: 158px; background:url(menu/pelne-lewe.png) no-repeat 0 0; color:#1a0909; font-size:1.422em;}


#header .row-2 ul li a.srodek {width: 163px;  background:url(menu/puste.png) no-repeat 0 0; color:#1a0909; font-size:1.422em;}
#header .row-2 ul li a.srodek:hover { width: 163px; background:url(menu/pelne.png) no-repeat 0 0; color:#1a0909; font-size:1.422em;}

#header .row-2 ul li a.koniec { width: 158px; background:url(menu/puste-koniec.png) no-repeat 0 0; color:#1a0909; font-size:1.422em;}
#header .row-2 ul li a.koniec:hover { width: 158px; background:url(menu/pelne-koniec.png) no-repeat 0 0; color:#1a0909; font-size:1.422em;}




#header .row-2 ul li a span {
	display:block;
	
}
#header .row-2 ul li a.active {
	font-size:1em;
	color:#fff;
	font-weight:bold;
	}
#header .row-2 ul li a.active:hover {
	text-decoration:none;
}
#header .row-2 ul li a:hover {
	text-decoration:underline;
}

