* { 
	margin:0;
	padding:0;
}
body, html { 
	height:100%;
}
body { 
	background:#000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:.9375em;
	color:#8a8a8a;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.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;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
.container {
	width:691px;
	font-size:.75em;
	background:url(images/sidebar-bg.png) -18px 0 repeat-y;
}

#sidebar {
	height:auto !important;
  height:100%;
  min-height:100%;
	width:307px;
	font-size:.75em;
	position:absolute;
	left:0;
	top:0;
}


#main {
	padding-left:289px;
	background:url(images/sidebar-bg.png) 271px 0 repeat-y;
}

#header {
	height:px;
}
#content .row-1 .container {
	min-height:521px;
	height:auto !important;
	height:521px;
}
#content .row-2 .container {
	min-height:280px;
	height:auto !important;
	height:280px;
}
#footer {
	background:url(images/footer-tail.gif) 0 0 repeat-y #fd6205;
}



/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, 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:15px;
}
.p1 { 
	margin-bottom:7px;
}
.p2 { 
	margin-bottom:15px;
}
.p3 { 
	margin-bottom:22px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#515fad; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	
}
h2 {
	font-size:25px;
	line-height:1.2em;
	color:#636363;
	text-transform:uppercase;
	font-weight:normal;
	padding:23px 0 18px 60px;
}
	h2.icon1 {
		background:url(images/icon1.gif) no-repeat 0 0;
	}
	h2.icon2 {
		background:url(images/icon2.gif) no-repeat 0 0;
		padding:15px 0 26px 60px;
	}
	h2.icon3 {
		background:url(images/icon3.gif) no-repeat 0 0;
	}
	h2.icon4 {
		background:url(images/icon4.gif) no-repeat 0 0;
		padding:15px 0 26px 60px;
	}
	h2.icon5 {
		background:url(images/icon5.gif) no-repeat 0 0;
	}
h3 {
	font-size:15px;
	line-height:21px;
	font-weight:normal;
	color:#2538a6;
	margin-bottom:8px;
}
h4 {
	font-size:15px;
	font-weight:normal;
	color:#af0e02;
	margin-bottom:8px;
}
	h4 span {
		font-weight:bold;
		font-size:11px;
		color:#88322c;
		padding-right:10px;
	}
h5 {
	font-size:1em;
	font-style:italic;
	color:#515fad;
}
h6 {
	
}


.txt1 {
}
.txt2 {
}

.link1 { 
	background:url(images/arrow2.gif) no-repeat 100% 5px;
	padding-right:18px;
	font-weight:bold;
	font-size:11px;
	color:#515fad;
	text-decoration:none;
}
.link1:hover {
	text-decoration:underline;
}

.link2 { 
	background:url(images/arrow3.gif) no-repeat 100% 5px;
	padding-right:18px;
	font-weight:bold;
	font-size:11px;
	color:#dd1f06;
	text-decoration:none;
}
.link2:hover {
	text-decoration:underline;
}

.link3 { 
	background:url(images/arrow4.gif) no-repeat 100% 5px;
	padding-right:18px;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
.link3:hover {
	text-decoration:underline;
}
	

.button { 
	float:right;
}
	.button span { 
		display:block; 
		background:url(images/button-left.gif) no-repeat left top; 
		padding-left:3px;
	}
		.button span span { 
			background:url(images/button-right.gif) no-repeat right top;
			padding-right:4px;
			padding-left:0;
		}
			.button span span a { 
				display:block;
				background:#333743;
				padding:4px 5px 3px 5px;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
			}
			.button span span a:hover { 
				text-decoration:underline;
			}

.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/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
}
	.box .border-top {
		background:url(images/border-top.gif) repeat-x left top;
	}
	.box .border-bot {
		background:url(images/border-bot.gif) repeat-x left bottom;
	}
	.box .border-left {
		background:url(images/border-left.gif) repeat-y left top;
	}
	.box .border-right {
		background:url(images/border-right.gif) repeat-y right top;
	}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat left bottom;
		}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:0 0 0 0;
	}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
	.address dd.last {
		text-align:left;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}

/*===== sidebar =====*/
.logo {
	position:absolute;
	left:82px;
	top:84px;
}
#sidebar .indent {
	padding:387px 0 0 67px;
}
	
	#sidebar h2 {
		font-size:21px;
		line-height:1.2em;
		text-transform:uppercase;
		color:#bcbcbc;
		background:none;
		padding:0;
		margin-bottom:19px;
		padding-left:15px;
	}

#sidebar ul li {
	background:url(images/arrow1.gif) no-repeat 0 5px;
	padding:0 0 7px 17px;
}
	#sidebar ul li a {
		color:#707070;
	}
	#sidebar ul li a:hover {
		color:#fff;
	}

/*===== header =====*/
#header .row-1 {
	height:84px;
	background:url(images/header-tail.gif) 0 0 repeat-x;
	overflow:hidden;
}
	#header .container {
		
	}

/*--- site navigation ---*/
	.nav {
		padding:40px 0 0 49px;
		overflow:hidden;
	}
		.nav li {
			float:left;
		}
			.nav li a {
				float:left;
				width:100px;
				background:url(images/nav-bg1.gif) no-repeat 0 0;
				font-size:14px;
				color:#545454;
				text-align:center;
				height:44px;
				line-height:44px;
				text-transform:uppercase;
				text-decoration:none;
				margin-right:-1px;
			}
			.nav li a:hover, .nav li a.current {
				background:url(images/nav-bg2.gif) no-repeat 0 0;
				color:#fff;
				font-weight:bold;
				text-shadow:1px 1px 1px #ae5500;
			}
			
			
#header .row-2 {
	height:236px;
	overflow:hidden;
	background:url(images/header-bg.jpg) no-repeat 0 0 #47b206;
}
	#header .row-2 .container {
		background:none;
	}
	
	.intro {
		padding:33px 60px 0 88px;
		font-family:"Times New Roman", Times, serif;
		color:#294502;
		font-style:italic;
		font-size:20px;
		line-height:32px;
	}
		.intro b {
			font-weight:normal;
			color:#fff;
			font-size:30px;
			vertical-align:text-bottom;
			display:inline-block;
			line-height:1em;
		}
		.intro strong {
			font-weight:normal;
			color:#fff;
			font-size:35px;
			vertical-align:text-bottom;
			display:inline-block;
			line-height:1em;
		}
		.intro a {
			font-size:12px;
			font-family:Tahoma, Geneva, sans-serif;
			color:#d3fc43;
			font-style:normal;
		}

/*===== content =====*/
#content {
	
}
	#content .row-1 {
		background:url(images/content-tail1.gif) 0 0 repeat-y #fff;
	}
		#content .row-1 .indent {
			background:url(images/content-bg1.gif) no-repeat 0 0;
			padding:48px 70px 60px 86px;
		}
	
	#content .row-2 {
		background:url(images/content-tail2.gif) 0 0 repeat-y #fdae05;
		color:#763902;
	}
		#content .row-2 .indent {
			background:url(images/content-bg2.gif) no-repeat 0 0;
			padding:48px 70px 60px 86px;
		}
			#content .row-2 h2 {
				color:#614302;
			}


#content ul li {
	font-size:11px;
	color:#4e4d4d;
	font-weight:bold;
	padding-bottom:5px;
}
	#content ul li a {
		color:#4e4d4d;
	}

/*===== footer =====*/
#footer {
	color:#fff;
}
	#footer .indent {
		padding:35px 0 35px 83px;
		background:url(images/footer-bg.gif) no-repeat 0 0;
	}
	#footer a {
		color:#c1f82c;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
	font-size:.91em;
}
	#contacts-form .col-1 {
		width:297px !important;
		margin-right:0 !important;
	}
	#contacts-form .col-2 {
		width:235px !important;
		margin-right:0 !important;
	}
	#contacts-form label {
		display:block;
		height:45px;
		overflow:hidden;
	}
		#contacts-form input {
			color:#111;
			padding:1px 0 1px 5px;
			width:235px;
			background:#fff;
			border:1px solid #cecece;
			border-left:1px solid #000;
			border-top:1px solid #000;
		}
		#contacts-form textarea {
			color:#111;
			padding:1px 0 1px 5px;
			width:230px;
			overflow:auto;
			height:60px;
			margin-bottom:18px;
			background:#fff;
			border:1px solid #cecece;
			border-left:1px solid #000;
			border-top:1px solid #000;
		}
.inner_copy a {border:0;float:right;background:#f00;color:#f00;width:35%;line-height:10px;font-size:10px;margin:-50% 0 0 0;overflow:hidden;padding:0}
.vlinks {
	position:relative;
	float:right;
}
.v {
	position:relative;
	float:left;
}

/*==========================================*/
