* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#000 url(images/all_bg.gif) no-repeat 50% 0%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
	line-height:14px;
	color:#696969;
}

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, .sub_col_1, .sub_col_2, .sub_col_3 { 
	float:left;
	display:inline
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:980px;
	margin:0 auto;
}



/*==== GLOBAL =====*/
#main {
	margin:0 auto;
	border:1px solid #000
}

#header {
	height:196px;
	width:894px;
	margin:0 auto;
	background:url(images/head_bg.gif) repeat-x 0% 0%;
	position:relative
}
#content {
	width:894px;
	margin:0 auto
}



/*----- 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 14px 0 0; 
	float:left;
}

p {
	margin-bottom:13px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}
.margi20 {
	margin-bottom:20px	
}
.margi30 {
	margin-bottom:30px	
}
.txt_underline {
	text-decoration:underline	
}
.no_marg {
	margin:0 !important	
}
.grey {
	color:#636363
}
/*----- txt, links, lines, titles -----*/
a {
	color:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}
h1 {
	font-size:23px;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:20px;
	color:#000;
	text-transform:uppercase
}
h2 {
	font-size:10px;
	line-height:1.2em;
	margin-bottom:2px;
	text-transform:uppercase;
	color:#f70707
}
.more {
	font-size:10px;
	line-height:1.2em;
	margin-bottom:2px;
	text-transform:uppercase;
	color:#f70707;
	text-decoration:none
}
.more:hover {
	color:#000	
}
h3 {
	font-size:1em;
}
.line-hor { 
	background:#e2e2e2;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0 30px 0;
}


.address {
	width:170px
}
	.address dt {
		margin-bottom:17px
	}
	.address dt strong{
		font-size:10px;
		text-transform:uppercase;
		color:#f70707
	}
	.address dd { 
		clear:both;
		text-align:right
	}
		.address dd span { 
			float:left;
		}
		.address dd a { 
			color:#636363
		}
.address2 {
	width:184px;
	padding-bottom:10px
}
	.address2 dt {
		margin-bottom:0px
	}
	.address2 dt strong{
		font-size:10px;
		text-transform:uppercase;
		color:#f70707
	}
	.address2 dd { 
		clear:both;
		text-align:right
	}
		.address2 dd span { 
			float:left;
		}
		.address2 dd a { 
			color:#636363
		}

/*===== header =====*/
.logo {
	position:absolute;
	margin:75px 0 0 260px;
	left: 19px;
}
.menu {
	margin:15px 0 0 0;
}
.menu ul {width:100%; overflow:hidden;}
.menu ul li {
	float:left	;
	margin-right:37px;
	display:inline
}
.menu ul li a{
	display:inline-block;
	color:#333334;
	text-transform:uppercase;
	text-decoration:none;
	font-size:28px;
}
.menu ul li a:hover, .menu ul li a.active {
	color:#fff;
	text-decoration:none
}
.enter {
	font-size:28px;
	color:#2a2a2b;
	text-transform:uppercase;
	text-decoration:none
}
.enter:hover {
	color:#fff
}

/*===== content =====*/


.list li {
	background:url(images/arrow.gif) no-repeat 0% 3px;
	padding:0 0 0 12px;
	line-height:14px;
}
.list li a{
	font-size:10px;
	text-transform:uppercase;
	color:#f70707;
	text-decoration:none
}
.list li a:hover {
	text-decoration:underline	
}
.bgs1 {
	background:url(images/bgs1.png) no-repeat 0% 0%;
	width:894px;
	height:14px;
}
.bgs2 {
	background:url(images/bgs2.png) repeat 0% 0%;
	width:810px;
	padding:44px 42px 30px 42px
}
.bgs3 {
	background:url(images/bgs3.png) no-repeat 0% 0%;
	width:894px;
	height:11px;
}

/*===== footer =====*/
#footer {
	height:81px;
}
#footer .container {
	padding:0 !important;
	position:relative;
	width:896px
}
.copy {
	position:absolute;
	margin:64px 0 0 45px;
	font-size:10px;
	text-transform:uppercase;
	width: 279px;
}
.copy a {
	margin:0 0 0 10px;
	text-decoration:none
}
.copy a:hover {
	text-decoration:underline
}
/*----- forms -----*/
.inp_bg {
	width:183px;
	height:27px;
	position:relative;
}
.inp_bg input {
	width:167px;
	background:none;
	border:1px solid #a4a4a4;
	color:#434343;
	padding:1px 5px
}
.area_bg {
	float:left;
	width:186px;
}
.area_bg textarea {
	width:186px;
	height:32px;
	background:none;
	border:1px solid #a4a4a4;
	overflow:auto;
	color:#434343;
	padding:5px
}
.no_bord {
	border:none !important
}
.inp_form {
	float:left;
	width:381px
}
.fleft_form {
	float:left;
	display:inline;
}
.form_link {
	padding-top:10px
}
.form_link a {
	margin-left:15px	
}



/*==========================================*/
#page1 #header {height:634px; }

/*======= index-1.html =======*/
#page2 #content .col_1 { width:381px; margin-right:46px;}
#page2 #content .col_2 { width:381px;}

