﻿@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
} 

body {
	background-color:#000;
}

/*****************HEADER********************/

.container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 960px;
	background-image:url(../images/webelements/header.jpg);
	height:212px;
	position:static;
	border:none;

}

#header a, #logo{
	display:block;
	text-indent:-9999em;
}

#header #logo{
	position:relative;
	left:325px;
	top:18px;
	width:308px;
	height:130px;
}

#logo{
	float:left;
}

#localization{
	padding-top:5px;
	padding-right:5px;
	float:right;
}

#localization ul{
	padding:0; 
	list-style:none; 
}

#localization ul li{
	display:inline; 
}

#localization ul li a, #localization ul li{
	text-decoration:none;
	color:#faf1b8;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

/***************MAIN MENU****************/
#mainmenu{
	position:relative;
	margin-left:79px;
	margin-top:-30px;
	height:41px;
	width:809px;
}

#mainmenu ul{
	padding:0; 
	list-style:none;
}

#mainmenu ul li {
    vertical-align: top;
	padding:0; 
	text-align:center;
	display:inline; 
}

#mainmenu li a{
	color:#faf1b8;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	text-decoration:none;
	background: url(../images/webelements/menuBtnMiddle.png) top left repeat-x;
	margin-right:7px;
}

#mainmenu li a em{
	display:block;
	font-style:normal;
	background: url(../images/webelements/menuBtnRight.png) right top no-repeat;;
}

#mainmenu li a b {
	display:block;
	padding:0 11px 0 11px;
	line-height:41px;
	font-weight:normal;
  	background: url(../images/webelements/menuBtnLeft.png) left top no-repeat;;
}

#mainmenu li a:hover, #mainmenu #selected_menu a{
	background: url(../images/webelements/menuBtnHoverMiddle.png) top left repeat-x;
}

#mainmenu li a:hover em, #mainmenu #selected_menu a em{
	background: url(../images/webelements/menuBtnHoverRight.png) right top no-repeat;;
}

#mainmenu li a:hover b , #mainmenu #selected_menu a b{
  	background: url(../images/webelements/menuBtnHoverLeft.png) left top no-repeat;;
}


/********************CONTENT*****************/

.container2{
	width:960px;
	height:600px;
	position:relative;
	margin-top:-1px;
	background:url(../images/webelements/bgdUp.png) top no-repeat;
}

#containerTop{
	padding-top:75px;
	height:301px;
}

#containerMiddle{
	background:url(../images/webelements/bgdMiddle.png) repeat-y;
}

#containerBottom{
	padding-top:25px;
	background:url(../images/webelements/bgdDown.png) bottom no-repeat;
	height:190px;
}

#content{
	width:960px;
	color:#FFF;	
	overflow:hidden;
}


/********************FOOTER***************************/
#footer{
	padding:3px;
	position:relative;
	margin-top:64px;
	height:20px;
}

#footer li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	line-height:normal;
}

#footer ul{
	padding:0px;
}

#design a, #design{
	list-style:none;
	float:left;
	color:#004543;
	text-decoration:none;
}

#info{
	list-style:none;
	float:right;
	color:#80743e;
}