* { 
	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:#333;
}

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;
}

LI.list1  a{list-style: square inside; font-size:12px;color:green;} 
LI.list1  a:hover{list-style: circle outside; color:blue;} 

/*==== 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;
}
.img-detail { 
	margin:0 14px 0 0; 
	float:left;
	width:550px;
}

p {
	margin-bottom:13px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}
.margi20 {
	margin-bottom:20px	
}
.margi30 {
	margin-bottom:30px	
}
.margi10 {
	width:580px;
}
.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;
}

h2 {
	font-size:20px;
	text-transform:uppercase;
	color:#7E018E;
	text-shadow: 1px 1px 1px #fff, 2px 2px 2px #999;
	margin-bottom:15px;
	 -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;
}
h3 {
	color:#2854CC; 
	text-shadow: 1px 1px 1px #fff, 2px 2px 2px #999;
	padding:0 0 3px 0;
}
h4 {
	color:#2854CC;
	text-shadow: 1px 1px 1px #fff, 2px 2px 1px #999;
	padding:0 0 3px 0;font-size:12px;
}
a.more, a.more:link, a.more:visited{
color:#000;
width:50px;
background: #c99b06; /* Old browsers */
background: -moz-linear-gradient(top, #c99b06 0%, #fcea64 50%, #c99b06 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c99b06), color-stop(50%,#fcea64), color-stop(100%,#c99b06)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #c99b06 0%,#fcea64 50%,#c99b06 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #c99b06 0%,#fcea64 50%,#c99b06 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #c99b06 0%,#fcea64 50%,#c99b06 100%); /* IE10+ */
background: linear-gradient(top, #c99b06 0%,#fcea64 50%,#c99b06 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c99b06', endColorstr='#c99b06',GradientType=0 ); /* IE6-9 */
font-size: 10px;
padding:2px 7px;
border: 1px solid #BA9305;
text-decoration: none;
}
a.more:hover {
color: #B27E05;
}
a.back, a.back:link, a.back:visited{
color:#2F84EA;
font-size: 11px;
font-weight:bold;
padding:5px 0;
text-decoration: none;
}
a.back:hover {
color: #2246D6;
}

.line-hor { 
	background:#e2e2e2;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0 30px 0;
}


.address {
	width:400px
}
	.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: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top, #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.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: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #474747 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#474747)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#474747 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%,#474747 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%,#474747 100%); /* IE10+ */
	background: linear-gradient(top, #7d7e7d 0%,#474747 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#474747',GradientType=0 ); /* IE6-9 */
}


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

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

#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;color:red; 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;}
