/*=========================== TAGS ============================*/

* {
	padding:0;
	margin: 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;
	margin-right: 40px;
}

ul, 
ol { 
	list-style: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%;
}

/*=========================== TAILING =========================*/

.png-bg {
	background:url(images/png-bg.png) no-repeat center 381px;
	position:relative;
	z-index:2;
}

/*=========================== 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:10px;
	position:relative;
}
.list2 li.last {
	padding-bottom:0;
}
.list2 li img {
	float:left;
	margin-right:40px;
}
.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 {
   margin:  20px 0;
   color: #fff;
   font-size: 60px;
   font-family: serif;
}

h3 {
	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-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:20px;
	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 .row-1 {
	height:112px;
	width:100%;
	overflow:hidden;
}
#header .row-1 .fleft {
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#header .row-1 .fleft a {
	cursor:pointer;
}
#header .row-1 .fright {
	padding:60px 18px 0 0;
}
#header .row-1 .fright ul li {
	float:left;
	font-size:.83em;
	line-height:1em;
	text-transform:uppercase;
	border-right:1px solid #b0c59b;
	padding-right:14px;
	margin-right:14px;
}
#header .row-1 .fright ul li.last {
	border:0;
	margin-right:0;
	padding-right:0;
}
#header .row-1 .fright ul li.last a {
	background:url(images/rss.gif) no-repeat right top;
	padding-right:31px;
}
#header .row-1 .fright ul li a {
	color:#b0c59b;
	display:block;
	padding:3px 0 4px 0;
	text-decoration:none;
}
#header .row-1 .fright ul li a:hover {
	color:#fff;
}
#header .row-2 {
	position:relative;
	z-index:2;
	margin-bottom:-20px;
}
#header .row-2 ul {
	height:81px;
	width:100%;
	overflow:hidden;
}
#header .row-2 ul li {
	float:left;
	background:url(images/divider.png) no-repeat left top;
	padding-left:2px;
}
#header .row-2 ul li a {
	display:block;
	text-align:center;
	font-size:1.17em;
	color:#000;
	text-decoration:none;
	background:url(images/nav-tail.png) repeat-x left top;
	width:161px;
	cursor:pointer;
}
#header .row-2 ul li a span {
	display:block;
	padding:30px 0 35px 0;
}
#header .row-2 ul li a.active {
	font-size:1em;
	color:#fff;
	font-weight:bold;
	background:url(images/nav-act-tail.png) repeat-x left top;
}
#header .row-2 ul li a.active:hover {
	text-decoration:none;
}
#header .row-2 ul li a:hover {
	text-decoration:underline;
}
/* first button */
#header .row-2 ul li.first {
	margin-left:-2px;
}
#header .row-2 ul li.first a {
	padding-left:22px;
	width:139px;
	background:url(images/nav-first.png) no-repeat left top;
}
#header .row-2 ul li.first a.active {
	background:url(images/nav-act-first.png) no-repeat left top;
}
#header .row-2 ul li.first a span {
	background:url(images/nav-tail.png) repeat-x left top;
	padding-right:10px;
}
#header .row-2 ul li.first a.active span {
	background:url(images/nav-act-tail.png) repeat-x left top;
}
/* last button */
#header .row-2 ul li.last a {
	width:140px;
	background:url(images/nav-last.png) no-repeat right top;
	padding-right:22px;
}
#header .row-2 ul li.last a span {
	background:url(images/nav-tail.png) repeat-x left top;
	padding-left:20px;
}
#header .row-2 ul li.last a.active {
	background:url(images/nav-act-last.png) no-repeat right top;
}
#header .row-2 ul li.last a.active span {
	background:url(images/nav-act-tail.png) repeat-x left top;
}
#header .row-3 {
	height:337px;
	position:relative;
	background:url(images/header-box-bg.png) no-repeat left top;
}
#header .row-3 .inner {
	padding-top: 21px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 32px;
}
#header .row-3 span {
	position:absolute;
	left:32px;
	top:115px;
}

/*========================= 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;
}ef7f3c

/*=============================================================*/

.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;
}

.application-btn {
   display: inline-block;
   padding: 10px 20px;
   background-color: #ff7822;
   color:  #fff;
   font-size: 1.3rem;
   text-decoration: none;
   border-radius: 10px;
   text-transform: uppercase;
}
.application-btn:hover {
   color: #000;
   text-decoration: underline;
}
