@charset "utf-8";
/* CSS Document */

html{
	margin:0;
	padding:0;
}
body {
	background:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
}
h1 {
	color: #666;
	font-size: 12px;
}
#flashcontainer {
	margin: 100px auto;
	padding: 0;
	background-color: #000;
	width: 600px;
	height: 500px;
}
#container {
	margin:100px auto;
	padding: 0;
	background: #FFF;
	width: 700px;
	height: 500px;
}
#header_top {
	width: 690px;
	height: 50px;
	margin: 5px auto;
}
.logo {
	width: 148px;
	height:49px;
	background:url(images/zoya-logo.png) no-repeat top center;
	float:left;
}
.mainMenu {
	width: 439px;
	height: 50px;
	float:right;
	text-align:right;
}
.mainMenu a{
	color: #999;
	font-size:11px;
	text-decoration:none;
	display:inline-block;
	line-height: 28px;
	padding-right: 10px;
}
.mainMenu a:hover{
	color: #666;
}
.mainMenu ul li{
	display:inline;
}
#header_Middle {
	clear:both;
	width: 690px;
	height: 250px;
	background:url(images/header_img.jpg) no-repeat center;
	margin:10px auto;
}
#header_Content {
	clear:both;
	width: 649px;
	height: 260px;
	margin: 10px auto;
	padding: 20px;
	text-align: justify;
}
#header_Content h3{
	color:#333;
	font-size:12px;
}
#subLinks {
	width: 350px;
	height: 40px;
	float:right;
	padding-top: 25px;
	text-align:right;
	margin-right: 25px;
}
.links a{
	display:inline-block;
	padding: 5px;
	background-color: #000;
	color: #FFF;
	font-size: 8px;
	font-weight: bold;
	text-decoration:none;
}
.links a:hover {
	background-color:#999;
}
.links a.active{
	background-color: #999;
}
#pane {
	width: 690px;
	height: auto;
	margin: 30px auto;
}
.pane {
	width: 650px;
	height: auto;
	margin: 0 auto;
	padding: 20px
}
#footer {
	width:670px;
	height: auto;
	color: #999;
	margin: -10em auto;
	padding: 0px;
}
.footer_right {
	text-align:right;
	float:right;
}
.footer_left {
	text-align:left;
	float:left;
}
	
	
	