@charset "utf-8";
/* CSS Document */
#line, #preview, #icon-navigation, #logo, #menu, #menu_foot, #left-addres, #right-addres, #icon-pages{
	display:none;
}
body{
	margin:0;
	padding:0;
	background:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	padding-right: 1px; 
	overflow:hidden;
}
* html
    {
	overflow-x: hidden;
	overflow-y: hidden;
    }
  * html body
    {
    height: 100%;
    overflow: auto;
    }
a{
	color:#FFF;
	text-decoration:none;
}
#black_box{
	background:#000;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	display:none;
}

a:hover{
	text-decoration:underline;
}
#line{
	left:32.5%;
	position:absolute;
	width:2px;
	height:630px;
	background-color:#27330f;
}

#logo{
	left:32.5%;
	top:-1px;
	margin-left:-108px;
	position:absolute;
	width:108px;
	height:113px;

}
#logo-img{
	width:119px;
	height:126px;
	border:0px none;
}
#menu{
	position:absolute;
	top:15px;
	left:32.5%;
	width:22.35%;
	padding-left:14px;
}

#menu ul{
	list-style:none;
	padding:0;
	margin:0;
}
#menu ul li{
	height:12px;
	margin:0 0 4px 0;
	padding:0px;
	font-size:11px;
	width:100%;
}
* html #menu ul li{
	margin:0;
}

#menu ul li a{
	padding:0px 0 1px 6px;
	display:block;
	background:#27330f;
}

#menu ul li span{
	padding:0px 2px 1px 6px;
	display:block;
	background:#49601c;
}

#menu ul li a:hover{
	text-decoration:none;
	background:#49601c;	
}

#menu_foot{
	position:absolute;
	top:587px;
	left:32.5%;
	width:22.35%;
	padding-left:14px;
}

#menu_foot ul{
	list-style:none;
	padding:0;
	margin:0;
}
#menu_foot ul li{
	height:12px;
	margin:0 0 4px 0;
	padding:0px;
	font-size:11px;
	width:100%;
}
* html #menu_foot ul li{
	margin:0;
}

#menu_foot ul li a{
	padding:0px 0 1px 6px;
	display:block;
	background:#27330f;
}

#menu_foot ul li span{
	padding:0px 2px 1px 6px;
	display:block;
	background:#49601c;
}

#menu_foot ul li a:hover{
	text-decoration:none;
	background:#49601c;	
}


#preview{
	position:absolute;
	top:115px;
	left:0;
	height:465px;
	width:32.5%;
	margin-left:-12px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	cursor:pointer;
  z-index:3;
}
#preview1{
	position:absolute;
	top:115px;
	left:0;
	height:465px;
	width:32.5%;
	margin-left:-12px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	z-index:2;
}

#icon-navigation{
	top:115px;
	height:412px;
	position:absolute;
	padding:0 0 0 14px;
	left:32.5%;
	width:67.5%;
	font-size:11px;
}

#icon-pages{
	width:20%;
	left:80%;
	position:absolute;
	text-align:right;
	margin:0 20px 0 0;
	top:531px;
	z-index:100;
}
#current-page{
	text-decoration:underline;	
	font-weight:bold;
	color:#FFF;
}

#icon-pages a{
	text-align:right;
	color:#FFF;
}
#left-addres{
	position:absolute;
	left:32.5%;
	top:570px;
	width:250px;
	margin-left:-262px;
}
#left-addres p{
	text-align:right;
	padding:0;
	margin:0;
	font-size:11px;
}
#right-addres{
	position:absolute;
	left:32.5%;
	margin-left:14px;
	top:570px;
}
#right-addres p{
	font-size:11px;
	text-align:left;
	margin:0;
	padding:0;
}
.clearfloat{
	clear:both;
	font-size:0;
	line-height:0;
}
.icon{
	width:33%;
	padding:0 2px 2px 0;
	float:left;	
}
.icon-content{
	height:	14px;
	background: url(/images/logo_null.jpg) no-repeat center;
	padding-top:140px;
}
.icon-text{
	height:14px;
	background:#000;
	color:#FFF;
	opacity:0.7;
	padding:0 2px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
#about-content{
	background-color:#080e02;
	height:316px;
}
#about-text{
	padding:12px;
}

#about-text p {
	padding:0 12px 0 0;
    margin:4px 0;
}

.about-photo{
	float:left;
	margin:8px 6px 0 6px;
	width:46%;
	height:300px;
	background:url(/images/photo.gif) no-repeat 50% 50%;
}
#about-photo-container{
	margin-left:4%;
}
.logo-item{
	width:19.5%;
	height:100px;
	background:url(/images/logo_null.jpg) no-repeat 50% 50%;
	float:left;
	margin:0 2px 2px 0;
}