body{
	margin:0;
	padding:0;
	background:#000000;
	text-align:center;
	color:#CCC;
}
p, h1, h2, h3, h4{
	margin:1em 0;
	padding:0;
}
h1{font-size:140%;}
h2{
	font-size:14px;
	color:#FDA11C;
}

h3{
	font-size:11px;
	color:#77A819;
	font-weight:normal;
}
h4{font-size:100%;}
table, td, select, input, textarea{
	font-family: Tahoma;
}

img{border:0;}

a {text-decoration: none;}
a:link {color:#FFFFFF}      /* unvisited link */
a:visited {color:#FFFFFF}  /* visited link */
a:hover {font-weight:bold;}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */

input, textarea
{
border: 1px solid #BBBBBB;
background-color:#000000;
color: #BBBBBB;
}

#menu {
padding-top:10px;
}
/* ---------------------------------- container ---------------------------------- */
#container{
	margin:0 auto;
	text-align:left;
	width:700px;
	background: #000000;
	margin-top:2em;
}
/* ---------------------------------- logotip ---------------------------------- */

#logo{
	position:relative;
	text-indent:-8000px;
	vertical-align: middle;
}

/* ---------------------------------- header ---------------------------------- */
#header{
	position:relative;
	height:333px;
	margin: 0px;
	background:url(../images/header_images.png) no-repeat;
}
/* ---------------------------------- navigation ---------------------------------- */
div#navlist {
	display: block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	list-style: none;
}
div#navlist a {
	display: block;
	padding: 0.5em 2em 0.2em 1em;
	border-width: 1px;
	border-color: #000000 #DDDDDD #DDDDDD #000000;
	border-style: solid;
	height:22px;
	color: #CCC;
	text-decoration: none;
	background:#FFF;
	text-align: right;
	font-family: Candara;
    font-size: 15px;	
	background-color: #000000;
}

div#navlist a.active {
	height:22px;
	background:url(../images/button-hover.png) repeat-x;
	font-weight:bold;
}

div#navlist a:hover {
	color: #FFF;
	background:url(../images/button-hover.png) repeat-x;
	font-weight:bold;
	height:22px;
}

#main_section {
	position: relative;
	display: block;
	top: -55px;
	padding-left: 20px;
	font-family: Candara;
	text-align: left;
	font-size: 14px;
	background-color: none;
}

/* ---------------------------------- main ---------------------------------- */
#main{
	margin: 0px;
	vertical-align: top;
}
.main_nav {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
}
#main_text{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main_text2{
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #777777;
}
#head_main {
	margin-left: 50px;
}
/* ---------------------------------- footer ---------------------------------- */
#footer{
top: -30px;
	position:relative;
	clear:both;	
	text-align:center;
	color:#fff;
	line-height:28px;
	height:40px;	
	font-family: Candara;
	padding-top: 0px;
}
.footer_text {
	color: #BBBBBB;
	background:url(../images/footer_back.gif) repeat-x;
	font-weight:bold;
	text-align:center;
	font-size:11px;
}

.audio {
	position: absolute;
	top: 0px;
	display: block;
}

.langs {
	font-family: Candara;
	position: absolute;
	left: 800px;
	top: 10px;
	display: block;
}

.gallery_1 img, .gallery_2 img, .gallery_3 img, .gallery_4 img, .gallery_5 img, .gallery_6 img, .gallery_7 img {
opacity:0.5;
filter:alpha(opacity=50);
}

.gallery_1 img:hover, .gallery_2 img:hover, .gallery_3 img:hover, .gallery_4 img:hover, .gallery_5 img:hover, .gallery_6 img:hover, .gallery_7 img:hover {
opacity:1;
filter:alpha(opacity=100);
}
