@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-color:#000;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #CECECE;
	text-decoration: none;
	position:relative;
}

a:visited {
	text-decoration: none;
	color: #CECECE;
}

a:hover {
	text-decoration: none;
	font-style:italic;
	color: #bbb7b7;
	position:relative;
}

a:active {
	text-decoration: none;
	color: #9f9f9f;
}

#content h1 {
	font-size:22px;
	line-height:40px;
	font-weight: normal;
	background-image:url(../images/h1_line.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#container {
	position:relative;
	width: 900px;
	height:670px;
	margin: 0px auto;
	padding-left:25px;
	padding-rigth:25px;
	text-align: left;
	z-index:10;
}

#mainContent {
	position:absolute;
	left:16px;
	top:0;
	background-image:url(../images/conten_bg.png);
	width:820px;
	height:654px;
	z-index:10;
	padding-top:70px;
	padding-bottom:70px;
	padding-left:50px;
}



#footer {
position:absolute;
width:820px;
height:50px;
left:50px;
top:765px;
z-index:1000;
}


#content {
	position:absolute;
	width:450px;
	z-index:1000;
	left:40px;
	top:50px;
}

#menu {
	position:absolute;
	width:170px;
	height:400px;
	left:720px;
	top:180px;
	text-align:right;
	z-index:1000;
}

#menu ul {
	list-style:none;
	padding:0;
	margin:0;
	padding-right:18px;
	z-index:1000;
}

#menu ul ul {
	list-style-type: none;
	margin:0;
	padding:0;
	background-image:url(../images/li_line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-right:18px;
}


#menu li a {
	position:relative;
	margin:0;
	padding:0;
	background-image:url(../images/li_line.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:20px;
	display: block;
	width: 155px;
	padding-top:3px;
	padding-bottom:1px;
}

#menu li li a {
	margin:0;
	padding:0;
	background-image:none;
	height:20px;
	padding-top:3px;
	display: block;
	width: 155px;
	position:relative;
	z-index:500;
}

#image_holder {
	position:absolute;
	left:16px;
	top:0;
	width:870px;
	height:654px;
	z-index:0;
	overflow:hidden;
}

#extra_blok {
	position:absolute;
	width:800px;
	height:135px;
	left:30px;
	top:490px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
