@charset "utf-8";
/* CSS Document */

html{
	overflow-x: hidden;
	}

body{
	margin: 0 auto;
	padding: 0 auto;
	}

*				{
				margin: 0;
				padding: 0;
				}
	
a				{
				text-decoration: none;
				color: #047;
				}
				
a:hover			{
				color: #333;
				}			
				
li				{
				list-style: none;
				}
	


#content{
	margin: 0 auto;
	padding: 0 auto;
	width: 1004px;
	/*height: 800px;*/
	/*background-color:#333333;*/
	/*background:url(../images/content.jpg) left top no-repeat;*/
	}
	
#topmenu{
	margin: 0 auto;
	width: 1000px;
	background:url(../images/top_rep.jpg) repeat-x;
	height:  120px;
	}
	
#logo{
	float: left;
	width: 258px;
	height: 120px;
	}
	
#menubar{
	float: right;
	background: url(../images/tor_right.jpg) right top no-repeat;
	width: 715px;
	height: 120px;
	}
	
#nav_mid{
	float: left;
	height: 49px;
	width: 715px;
	background: url(../images/nav_mid.jpg) repeat-x;
	}
								
			
	
#loginbox{
	margin: 0 auto;
	width: 1004px;
	height: 67px;
	}
	
#lanbox{
	float: left;
	}
	
.boxs{
	float: left;
	padding-left: 80px;
	}
	
.logons{
	float: right;
	color: #333333;
	font: 200 12px Tahoma;
	width: 360px;
	}
	
#leftbox{
	float: left;
	width: 500px;
	color: #222222;
	padding: 0 10px 0 25px;
	font: 200 12px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height: 17px;
	}
	
#rigthbox{
	float: right;
	width: 313px;
	/*height:500px;*/
	/*background-color:#666666;*/
	}
	
.onlyimg{
	margin: 0 auto;
	}
	
	
.onlymenuimg{
  float: left;
  width: 55px;
  height: 24px;
  background: #718CA7 url(../images/menu_bg.jpg) left top no-repeat;
}
	
#footer{
	margin: 0 0 0 25px;
	padding: 5px 0;
	color: #30444B;
	font: bold 11px Tahoma;
	text-align:left;
	border-top:  #323232 1px solid;
	border-bottom: #323232 1px solid;
	}
	
.lang img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;

}

.lang:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
opacity: .7;

}
	
	
.zoom_lefts img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;

}

.zoom_lefts:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
opacity: .9;

}
	
.clear{ 
	clear: both;
	}
	
#fullcont{
  width: 100%;
  background: #ffffff url(../images/bg.jpg) center top repeat-y;
  
}

#enddiv{
  margin: 0 auto;
  width: 100%;
  height: 25px;
  background: url(../images/footer-down.jpg) center top no-repeat;
}
