* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	min-width:997px
}
html{
	min-width:997px
}
body {
	background:url(images/all_bg.jpg) fixed 50% 0%;
	font-family:Arial, Helvetica, sans-serif; font-size:100%;
	line-height:1em; color:#222120;
}

img {
	border:0;
	vertical-align:top;
	text-align:left;
}
object {
	vertical-align:top;
	outline:none;
}
ul, ol {
	list-style:none;
	margin-top:16px
}
.block_bottom ul li {
	background:url(images/arrow_right_white.gif) no-repeat 0% 6px;
	padding:0 0 3px 20px;
	position:relative

}
ul li {
	background:url(images/arrow_black_right.gif) no-repeat 0% 6px;
	padding:0 0 3px 20px;
}
ul li a {
	color:#719d0d;
}

.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
	line-height:0%;
	font-size:0%;
	height:0%
}

.col-1, .col-2, .col-3, .sub_col-1, .sub_col-2 {
	float:left;
}

.alignright {
	text-align:right;
	padding-top:15px;
	padding-right:17px;
	float:right
}
.alignright .more {
	position:relative !important;
	margin-left:0px !important;
	float:left
}
.aligncenter {
	text-align:center;
}
.margin_right {
	margin-right:10px
}

.wrapper {
	width:100%;
	overflow:hidden;
}
.wrapper_first {
	width:100%;
	overflow:hidden;
}
.wrapper_first ul {
	margin-top:16px !important
}
.container {
	width:939px;
	margin:0 auto;
	background:url(images/container_bg.png) repeat-y 0% 0%;
	padding:18px 33px 27px 26px;
}



/*==== GLOBAL =====*/
#main {
	margin:0 auto;
	font-size:.80em;
	min-width:998px;
	background:url(images/main_bg.png) repeat-x 50% 0;
}

#header {
	height:534px;
	background:url(images/header_bg.png) no-repeat 0% 0;
	position:relative;
	width:998px;
	margin:0 auto
}
#content {
	width:998px;
	margin:0 auto
}

/*---- tailings ----*/
.tail-top {
	background:url(images/tail-top.gif) left top repeat-x #ffbb00;
}
.tail-bottom {
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}


/*----- 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:7px;
}
.p1 {
	margin-bottom:8px;
}
.p2 {
	margin-bottom:16px;
}
.p3 {
	margin-bottom:24px;
}
.margin_top0 {
	margin-top:0
}

/*----- txt, links, lines, titles -----*/
a {
	color:#f20e20;
	outline:none;
}
a:hover{
	text-decoration:none;
}
.non_underline {
	text-decoration:none
}
h2 {
	color:#222120;
	font-size:2.36em;
	font-weight:normal;
	margin:0 0 15px 0;
    line-height:100%
}
.block_bottom h2 {
	color:#eeebd8;
	font-size:2.36em;
	font-weight:normal;
	margin:2px 0 20px 0;
	position:relative
}
h3 {
	color:#222120;
	font-size:2.28em;
	font-weight:normal;
	margin:0 0 15px 0;
	letter-spacing:-1px;
    line-height:100%;
}
.block_bottom h3 {
	color:#eeebd8;
	font-size:2.28em;
	font-weight:normal;
	margin:0 0 15px 0;
	letter-spacing:-1px;
	margin-top:1px
}
.blue {
	color:#00a8d7
}
.orange {
	color:#fd9b00
}
.red {
	color:#de3400;
	position:relative;
	padding-left:143px
}
.black {
	color:#110f0f !important
}


.link1 {
	display:block;
	float:left;
	background:url(images/link1-bgd.gif) left top repeat-x;
	color:#fff;
	text-decoration:none;
}
.link1:hover {
	text-decoration:underline;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b {
		display:block;
		background:url(images/link1-right.gif) no-repeat right top;
		padding:2px 15px 2px 15px;
		font-weight:normal; font-style:normal;
	}


.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:#c2bb9d;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:12px 0 17px 0;
}
.line-ver {
	background-image:url(images/line-ver.gif);
	background-repeat:repeat-y;
	width:100%;
}

.titles {
	margin:32px 0 27px;
}
.block_top {
	margin-top:-61px;
	margin-left:7px;
	color:#eeebd8;
}
.block_top .more {
	position:absolute;
	right:0;
	top:0;
	color:#eeebd8
}
.block_top a {
	color:#719d0d;
}
.block_top a.non_underline:hover {
	text-decoration:underline
}


/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
}
	.box .border-top {
		background:url(images/border-top.gif) repeat-x top;
	}
	.box .border-bot {
		background:url(images/border-bot.gif) repeat-x bottom;
	}
	.box .border-left {
		background:url(images/border-left.gif) repeat-y left;
	}
	.box .border-right {
		background:url(images/border-right.gif) repeat-y right;
	}
	.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 span {
			float:left;
			padding-right:3px;
		}
		.address a {
			}


/*===== header =====*/
#header .logo {
	position:absolute;
	margin:200px 0 0 96px;
}
.menu {
	position:absolute;
	margin:346px 0 0 27px;
	top:0px
}
.menu ul {
	margin:0
}
.menu ul li {
	background:none;
	padding:0;
	float:left
}
.menu ul li a {
	display:block;
	font-size:2.18em;
	color:#fff;
	padding:14px 0 0 0;
	text-decoration:none;
	float:left;
	width:188px;
	height:175px;
	text-align:center;
	background:url(images/spacer.png) 0% 0%
}
.menu ul li a.m1{
	background:url(images/m1.jpg) no-repeat 0% 0%;
}
.menu ul li a.m1:hover{
	background:url(images/m1_act.jpg) no-repeat 0% 0%;
}
.menu ul li a.m1_act{
	background:url(images/m1_act.jpg) no-repeat 0% 0%;
}
.menu ul li a.m2{
	background:url(images/m2.jpg) no-repeat 0% 0%;
}
.menu ul li a.m2:hover{
	background:url(images/m2_act.jpg) no-repeat 0% 0%;
}
.menu ul li a.m2_act{
	background:url(images/m2_act.jpg) no-repeat 0% 0%;
}
.menu ul li a.m3{
	background:url(images/m3.jpg) no-repeat 0% 0%;
}
.menu ul li a.m3:hover{
	background:url(images/m3_act.jpg) no-repeat 0% 0%;
}
.menu ul li a.m3_act{
	background:url(images/m3_act.jpg) no-repeat 0% 0%;
}
.menu ul li a.m4{
	background:url(images/m4.jpg) no-repeat 0% 0%;
}
.menu ul li a.m4:hover{
	background:url(images/m4_act.jpg) no-repeat 0% 0%;
}
.menu ul li a.m4_act{
	background:url(images/m4_act.jpg) no-repeat 0% 0%;
}
.menu ul li a.m5{
	background:url(images/m5.jpg) no-repeat 0% 0%;
}
.menu ul li a.m5:hover{
	background:url(images/m5_act.jpg) no-repeat 0% 0%;
}
.menu ul li a.m5_act{
	background:url(images/m5_act.jpg) no-repeat 0% 0%;
}

.menu_member {
    position:absolute;
    margin:530px 0 0 27px;
    top:0px
}
.menu_member ul {
    margin:0
}
.menu_member ul li {
    background:none;
    padding:0;
    float:left
}
.menu_member ul li a {
    display:block;
    font-size:1.18em;
    color:#000;
    padding:10px 0 0 0;
    text-decoration:none;
    float:left;
    width:117px;
    height:175px;
    text-align:center;
    background:url(images/spacer.png) 0% 0%
}
/*.menu_member ul li a.m1{
    background:url(images/m1.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m1:hover{
    background:url(images/m1_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m1_act{
    background:url(images/m1_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m2{
    background:url(images/m2.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m2:hover{
    background:url(images/m2_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m2_act{
    background:url(images/m2_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m3{
    background:url(images/m3.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m3:hover{
    background:url(images/m3_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m3_act{
    background:url(images/m3_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m4{
    background:url(images/m4.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m4:hover{
    background:url(images/m4_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m4_act{
    background:url(images/m4_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m5{
    background:url(images/m5.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m5:hover{
    background:url(images/m5_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m5_act{
    background:url(images/m5_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m6{
    background:url(images/m6.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m6:hover{
    background:url(images/m6_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m6_act{
    background:url(images/m6_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m7{
    background:url(images/m7.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m7:hover{
    background:url(images/m7_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m7_act{
    background:url(images/m7_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m8{
    background:url(images/m8.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m8:hover{
    background:url(images/m8_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m8_act{
    background:url(images/m8_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m9{
    background:url(images/m9.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m9:hover{
    background:url(images/m9_act.jpg) no-repeat 0% 0%;
}
.menu_member ul li a.m9_act{
    background:url(images/m9_act.jpg) no-repeat 0% 0%;
}*/

.no_marg {
	margin:0;
	padding:0
}
 #header {
	background-position:0px 0 !important
}
.slogan {
	position:absolute;
	margin:260px 0 0 757px;
	line-height:1.2em;
	font-size:3.45em;
	text-transform:uppercase;
	color:#FFF;
	width:345px;
	font-weight:bold;
	letter-spacing:-3px;
}
.slogan span {
	display:block;
	font-size:0.52em;
	text-transform:none;
	margin:-12px 0 0 97px;
	line-height:1.2em;
	letter-spacing:normal !important
}
.top_link {
	position:absolute;
	margin:12px 0 0 35px;
	color:#909870;
	text-decoration:none;
}
.top_link:hover {
	text-decoration:underline;
}
.sub_menu {
	right:33px;
	top:14px;
	position:absolute
}
.sub_menu a {
	text-decoration:none;
	color:#909870;
}
.sub_menu a:hover {
	color:#fff;
}
.sub_menu img {
	margin:2px 2px 0px 2px
}

/*===== content =====*/
#content {
	color:#222120;
}
.link {
	text-decoration:underline;
	display:inline-block;
	margin-left:10px
}
.link:hover {
	text-decoration:none
}

/*===== footer =====*/
#footer {
	background:url(images/foot_bg.gif) no-repeat 0% 0%;
	width:951px;
	margin:0 auto;
	color:#eeebd8;
	text-align:center;
	padding:0 0 43px 0
}
#footer a {
	color:#7fb20c
}
.margin16 {
	margin:16px 0 13px 0
}
.margin_botom {
	margin-bottom:8px
}
.margin_botom5 {
	margin-bottom:2px
}
.margin_botom20 {
	margin-bottom:20px;
}
.margin_botom17 {
	margin-bottom:17px;
}
.margin_botom14 {
	margin-bottom:14px;
}
.margin13 {
	margin-bottom:13px;
}
.margin14 {
	margin:14px 0
}
/*----- forms -----*/
.form {

}
.form input {
	width:290px;
	height:19px;
	padding:4px 0 0 10px;
	border:1px solid #6f7a7f;
	color:#6f7a7f;
	margin-bottom:5px;
	background:#e0e6e6
}
.form textarea {
	width:290px;
	height:100px;
	padding:4px 0 0 10px;
	border:1px solid #6f7a7f;
	color:#8c8c8c;
	margin-bottom:5px;
	background:#e0e6e6
}
.bottom_link a{
	margin-left:16px
}
/*==========================================*/

.text_indent {
	padding:13px 0 0px 0;
	position:relative;
}
.text_indent2 {
	padding:21px 27px 20px 21px;
	background:url(images/text_indent2_bg.png) repeat 100% 0%;
	position:relative
}
.pad0 {
	padding:0
}
.pading_indent {
	padding:30px 0 30px;
	position:relative
}
.pading_indent2 {
	padding:26px 0 19px;
	position:relative
}
.rel {
	position:relative
}
.pad_indent {
	padding:0 29px 0 30px
}
.pt14 {
	font-size:1.16em
}
.custm_adress {
	margin-bottom:21px;
	text-align:right;
	float:left;
	color:#3e3e3e;
	width:264px;
	position:relative
}
.custm_adress span {
	margin-right:15px;
	float:left
}
.custm_adress strong {
	margin-right:90px;
	font-weight:normal
}
.bold {
	font-weight:bold;
}
.custm_adress a {
	color:#3e3e3e
}
.more {
	background:#719d0d url(images/arrow_right.gif) no-repeat 90% 9px;
	color:#eeebd8;
	padding:4px 23px 2px 10px;
	text-decoration:none;
	float:right
}
.more:hover {
	text-decoration:underline
}
.more_red {
	background:#f55c00 url(images/arrow_right.gif) no-repeat 90% 9px;
	color:#eeebd8;
	padding:4px 23px 2px 10px;
	text-decoration:none;
	float:right
}
.more_red:hover {
	text-decoration:underline
}

.bgs2 {
	background:url(images/bgs2.png) repeat-y 0% 0%;
	padding:0 23px 0 32px;
}
.bgs1 {
	background:url(images/bgs1.png) no-repeat 0% 0%;
	height:66px;
	width:100%;
}
.colums {
	position:relative;
}
.colums h2 {
	margin-top:2px
}
.bgs3 {
	background:url(images/bgs3.png) no-repeat 0% 100%;
	height:80px;
	width:100%;
}
.block_left {
	float:left;
	width:208px;
	margin-right:30px;
}
.inp_form {
	float:left;
}
.inp_form div.fleft_side{
	float:left;
	margin-right:5px;
	display:inline
}
.inp_form  input{
	display:block;
	width:244px;
	padding:3px 5px 0 ;
	color:#719d0d;
	border:1px solid #506f0a;
	background:#385318
}
.inp_form  .height_inp{
	width:254px;
	margin-right:0;
	height:24px

}
.inp_form textarea {
	width:259px;
	height:55px;
	color:#719d0d;
	padding:5px;
	border:1px solid #506f0a;
	line-height:0.7512;
	float:left;
	background:#385318;
	overflow:auto
}

.login {
    position:absolute;
    margin:5px 0 0 480px;
    color:#909870;
    width:490px;
    text-decoration:none;
    font-size:.95em;
    text-align:right;
}

.green {
    background-color: #00CC00;
}

.alternaterow {
    background-color: #CCCCCC;
}

#membermenu {
    background: #333;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#membermenu li {
    float: left;
    font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
#membermenu a {
    background: #b7ab9d url("images/seperator.gif") bottom right no-repeat;
    color: #FFFFFF;
    display: block;
    float: left;
    margin: 0;
    padding: 8px 33px;
    text-decoration: none;
}
#membermenu a:hover {
    background: #fcae03;
    color: #FFFFFF;
    padding-bottom: 8px;
}