* { 
	margin:0;
	padding:0;
}
body, html { 
	height:100%;    

    margin-left: auto;
	margin-right: auto;
	
}
body { 
	background:#000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#555;
	font-size: 17px;

}

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:1000px;
	font-size:.75em;
	background:url(images/sidebar-bg.png) -18px 0 repeat-y;
}
.container2 {
	width:1000px;
	font-size:.75em;
}


#sidebar {
	height:auto !important;
    height:100%;
    min-height:100%;
	width:230px;
	font-size:.75em;
	/*position:absolute;*/
	left:0;
	top:0;

}


#main {
	margin-top: -5px;
	margin-bottom: 30px;
	padding-left:18px;
	margin-right: 0px;
	background:url(images/sidebar-bg.png) 0px 0 repeat-y;
}

#header {
	height:174px;
	padding-top: 4px;
}
#content .row-1 .container {
	min-height:260px;
	height:auto !important;
	height:260px;
}
#content .row-2 .container {
	min-height:160px;
	height:auto !important;
	height:160px;
}
#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:23px;
	line-height:1.2em;
	color:#636363;
	text-transform:uppercase;
	font-weight:normal;
	padding:20px 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 16px 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 {
margin-bottom: 20px;
margin-top: 100px;
margin-left: 30px;
}
#sidebarx .indent {
	margin-left: auto;
	margin-right: auto;
	padding:250px 0 0 0px;
}
	
	#sidebar h2 {
		font-size:21px;
		line-height:1.2em;
		text-transform:uppercase;
		color:#bcbcbc;
		background:none;
		padding:0;
		margin-bottom:19px;
		padding-left:10px;
	}

#sidebar ul li {
	background:url(images/orange-dot.png) no-repeat 0 6px;
	padding: 0 2px 7px 17px;   /*0 2px 7px 17px; */
}
	#sidebar ul li a {
		color:#aaa;
		font-size:16px;
		line-height:25px;;
		font-weight: bold;
		text-transform:uppercase;
		text-decoration: none;
		
		padding:0;
	
		margin-bottom:10px;
		padding-left:0px;
		
	}
	#sidebar ul li a:hover {

		color:#fff;
	}

/*===== header =====*/
.row-1 {
	
	margin-left: 0px;
	 background:url(images/xheader-tail.gif) 0 0 repeat-x; 
	overflow:hidden;
}
.row-11 {
	height:64px;
	margin-left: 0px;
	/* background:url(images/xheader-tail.gif) 0 0 repeat-x; */
	overflow:hidden;
}
	#header .container {
		width: 1000px;
	}

/*--- site navigation ---*/
	.nav {
		padding:19px 0 0 74px;
		overflow:hidden;
	}
		.nav li {
			float:left;
		}
			.nav li a {
				float:left;
				min-width:100px;
				width:auto;
				
				
				
				background:url(images/nav-bg1.gif) no-repeat;
				background-size: 100%;

				font-size:14
				px;
				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;

			    min-width:100px;
				width:auto;
				
				
				background-size: 100%;
				color:#fff;
				/*font-weight:bold;*/

			}
			
			
#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:15px 10px 10px 56px;
		}
	
	#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:10px 20px 0px 56px;
		}
			#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:25px 0 20px 50px;
		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:500px !important;
		margin-right:0 !important;
	}
	#contacts-form .col-2 {
		width:500px !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}

/*==========================================*/
/*======= index.html =======*/
#page1 #content .row-1 .col-1 {width:460px; margin-right:10px;}
#page1 #content .row-1 .col-2 {width:440px;}
#page1 #content .row-2 .col-1 {width:460px; margin-right:10px;}
#page1 #content .row-2 .col-2 {width:440px;}


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


