* { 
	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:11px; 
	line-height:16px;
	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:blue;
	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:250px
}
	.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;
}
.menu {
	margin:15px 0 0 0;
}
.menu ul {width:100%; overflow:hidden;}
.menu ul li {
	float:	;
	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
}
.copy a {
	margin:0 0 0 10px;
	text-decoration:none
}
.copy a:hover {
	text-decoration:underline
}
/*----- forms -----*/
.inp_bg {
	width:300px;
	height:27px;
	position:relative;
}
.inp_bg input {
	width:200px;
	background:none;
	border:1px solid #a4a4a4;
	color:#434343;
	padding:1px 5px
}
.area_bg {
	float:left;
	width:200px;
}
.area_bg textarea {
	width:310px;
	height:50px;
	background:none;
	border:1px solid #a4a4a4;
	overflow:auto;
	color:#434343;
	padding:5px
}
.no_bord {
	border:none !important
}
.inp_form {
	float:left;
	width:330px
}
.fleft_form {
	display:inline;
}
.form_link {
	padding-top:10px
}
.form_link a {
	margin-left:15px	
}

.btnf{
	cursor: pointer;
	text-decoration:none;
	border: 1px solid rgb(102, 102, 102);
	padding: 3px 14px 3px 14px;
	color:rgb(255, 255, 255);
	text-shadow: 0px 0px 5px rgb(0, 0, 0);
	font-size: 11px;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	box-shadow:0px 0px 0px rgb(0, 0, 0);
	-moz-box-shadow:0px 0px 0px rgb(0, 0, 0);
	-webkit-box-shadow:0px 0px 0px rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	background-image:linear-gradient(-90deg, rgb(51, 51, 51), rgb(0, 0, 0));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(51, 51, 51)), to(rgb(0, 0, 0)));
	background-image:-moz-linear-gradient(-90deg, rgb(51, 51, 51), rgb(0, 0, 0));
}
.btnf:hover, .btnf:active{
	border: 1px solid rgb(102, 102, 102);
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	box-shadow:0px 0px 0px rgb(0, 0, 0);
	-moz-box-shadow:0px 0px 0px rgb(0, 0, 0);
	-webkit-box-shadow:0px 0px 0px rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	background-image:linear-gradient(-90deg, rgb(153, 153, 153), rgb(102, 102, 102));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(153, 153, 153)), to(rgb(102, 102, 102)));
	background-image:-moz-linear-gradient(-90deg, rgb(153, 153, 153), rgb(102, 102, 102));
}


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

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

#gallery {width:780px; height:380px; position:relative;}
#gallery ul {list-style:none; padding:5px; margin:0; width:195px; float:right; height:219px; overflow:auto;}
#gallery ul li {display:inline; width:50px; height:50px; float:left; margin:0 4px 4px 0; border:1px solid #444; cursor:pointer;}
#gallery ul li img {display:block; width:50px; height:50px;}
#gallery ul li span {display:none; position:absolute; left:575px; top:245px; width:190px;font-size:11px; line-height:15px; text-align:justify;}
#gallery ul li span b {color:#6a8705;}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {margin:5px auto 0 auto; width:550px;border:1px solid #666;}

#gallery ul li.off {display:none;}

#gallery ul li.click {border-color:#fc0; background:#f8f8f8;cursor:default;}

#gallery ul li.click i {position:absolute; left:0; top:0; width:545px; height:355px;}

#gallery ul li.click i img {margin:5px auto 0 auto; width:auto; height:auto; border:1px solid #fff;}

#gallery ul li.click span {display:block;}
