* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#131313; 
	font-family:sans-serif,Verdana,Helvetica, ; font-size:80;%; 
	line-height:20px; color:#3e3e3e;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
	margin-bottom:20px;
}
.no_bord {
	background:none;
}
.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
	line-height:0%;
	font-size:0%;
	height:0%
}
.col-1, .col-2, .col-3, .col-4 { 
	float:left;
	padding-bottom:7px;
}
.col-1 h2, .col-2 h2, .col-3 h2, .col-4 h2 { 
	border-bottom:1px solid #1c1c1c;
	padding:0 0 9px 0;
	margin-bottom:24px
}
#page7 h2 {
	border-bottom:1px solid #1c1c1c;
	padding:0 0 9px 0;
	margin-bottom:24px
}
.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:940px; 
	margin:0 auto;
}

#header {
	height:318px;
	background:url(images/header_bg.jpg) no-repeat 0% 40px;
	position:relative;
	overflow:hidden;
}
#content {
	margin-top:50px;
	font-size:24px
}

/*---- 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:10px 10px 10px 10px; 
	float:center;
}
.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:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}
.no_underline {
	text-decoration:none
}
.no_underline:hover {
	text-decoration:underline
}
h2 {
	color:#373737;
	text-transform:uppercase;
	font-weight:bold;
	line-height:0;
	font-size:0;
	position:relative
}
h2 .rss {
	position:absolute;
	right:0
}
h3 {
	color:#fff;
	font-size:1.23em;
	font-weight:normal;
	margin-bottom:20px
}
.margin_bottom3 {
	margin-bottom:12px 
}
.margin_bottom16 {
	margin-bottom:16px 
}
.margin_bottom22 {
	margin-bottom:22px 
}
.margin_top46 {
	margin-top:46px
}
.margin_top16 {
	margin-top:16px
}
.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:#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:50%;
}

.titles { 
	margin:32px 0 27px;
}
.titles .col-1, .titles .col-2,  .titles .col-3 {
	padding:0
}


/*==================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 { 
	margin:18px 0 10px 0; //!important
	float:left;
	color:#3e3e3e
}
.address a { 
	color:#3e3e3e
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
		}
.custm_adress {
	margin-bottom:21px;
	text-align:right;
	float:left;
	color:#3e3e3e
}
.custm_adress span {
	margin-right:15px;
	float:left
}
.custm_adress a {
	color:#3e3e3e
}


/*===== header =====*/
#header .logo {
	position:absolute;
	margin:39px 0 0 53px;
}
.menu {
	position:absolute;
	margin:10px 0 0 0px;
	right:-17px;
	top:0;
}
.menu ul {
	margin:0
}
.menu ul li {
	background:none;
	padding:0 17px;
	border-right:1px solid #515151;	
	float:left;
}
.menu ul li a.active {
	color:#fff;
}
.menu ul li a:hover {
	color:#fff;
}
.menu ul li a {
	color:#F93;
	text-transform:uppercase;
	text-decoration:none;
	font-size:0.75em;
	font-weight:normal;
}
/*===== content =====*/
#content {
	color:#fff;
	padding-left:18px;
}
.block {
	padding-bottom:15px;
	background:url(images/dot.gif) repeat-x 0% 100%;
	margin-bottom:14px;
}
.col2-block {
	padding-bottom:15px;
	background:url(images/dot.gif) repeat-x 0% 100%;
	margin-bottom:10px;
	text-align:right;
}
.col2-block p {
	text-align:left;
	margin-bottom:13px
}
.col2-block a{
	color:#fff;
	text-decoration:none;
}
.col2-block a:hover{
	text-decoration:underline;
}
.link {
	font-size:1.15em;
	color:#ff8a00;
}
.list li {
	padding:15px 0px 10px 0;
	background:url(images/dot.gif) repeat-x 0% 0%;
}
.list li a{
	background:url(images/icon.gif) no-repeat 0% 2px;
	padding:0 0 0 20px;
	color:#fff;
	text-decoration:none
}
.list li a:hover{
	color:#ff8a00;
}
.list li span{
	color:#ff8a00;
}
.date {
	color:#fff;
}
.next {
	color:#ff8a00;
}
/*===== footer =====*/
#footer {
	padding:18px 0 17px 19px;
	color:#555;
	min-height:1px;
	font-size:0.68em;
	background:#1e1e1e;
}
#footer a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none
}
#footer a:hover{
	text-decoration:underline
}
.colums {
	margin:0 0 42px 0
}
/*----- forms -----*/
.form {
	padding:14px 0 0 0
}
.form input {
	width:161px;
	height:19px;
	padding:4px 0 0 10px;
	border:none;
	color:#3e3e3e;
	background:#fff
}
.form .form_button {
	background:url(images/button1.gif) no-repeat 0% 0%;
	border:none;
	color:#8c8c8c;
	width:24px;
	height:23px;
}
.form a {
	display:inline-block;
	margin-top:19px;
	color:#ff8a00;
	font-size:0.84em;
}
.bottom_link a{
	margin-left:16px
}
.left {
	float:left
}
.right {
	float:right
}
#page2 #content .col-1 .list li{ 
	padding-right:16px
}
.inp_form  input{
	width:176px;
	padding:4px 5px 0 ;
	color:#8c8c8c;
	height:18px;
	border:1px solid #222222;
	margin-bottom:10px;
	background:#1a1a1a
}
.inp_form textarea {
	width:176px;
	height:377px;
	color:#8c8c8c;
	padding:5px;
	border:1px solid #222222;
	line-height:0.7512;
	background:#1a1a1a
}
.form_link {
	margin:20px 10px 0 0
}
.form_link a {
	margin:0px 0px 0 24px
}
.privacy_link {
	color:#3e3e3e;
	text-decoration:none;
}
.privacy_link:hover {
	color:#3e3e3e;
	text-decoration:underline;
}
/*==========================================*/
