/* 
	CSS 
*/

body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #6B656B;
}

img {
	border: 0px;
}

a {
	color: #878787;
	text-decoration: underline;
}

a:hover {
	color: #6B656B;
}

#header {
	height: 200px;
	background: #ebc000 url('../images/bg_header.gif') repeat-x fixed;
	margin: 0px;
	padding: 0px;
}

#header #energy {
	width: 464px;
	height: 200px;
	background: transparent url('../images/energy.gif') no-repeat 0px 0px;
}

#langSwitch {
	width: 147px;
	height: 22px;
	background: transparent url('../images/btn_lang.gif') no-repeat 0px 0px;
	text-align: center;
}

.lang {
	position: relative;
	top: 5px;
}

#langSwitch .langSeparator {
	color: #BD7900;
}

#langSwitch a {
	color: #BD7900;
	text-decoration: underline;
}

#langSwitch a:hover {
	text-decoration: none;	
}

#langSwitch a.curr {
	font-weight: bold;
	color: #BD7900;
	text-decoration: none;
}

#langSwitch a.curr:hover {
	font-weight: bold;
	color: #BD7900;
	text-decoration: none;
}

#main {
	margin: 0px;
	padding: 0px;
	background: transparent url('../images/bg_main.gif') repeat-x;
}

#menuHolder {
	margin: 0px;
}

#menu {
	margin: 0px auto;
	text-align: center;
	height: 121px;
	width: 750px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}

#menu li {
	list-style: none;
	display: block;
	float: left;
	width: 144px;
	height: 21px;
	background: transparent url('../images/btn_menu.gif') no-repeat 0px 0px;
	padding-top: 2px;
	margin-left: 2px;
}

#menu li.firstItem {
	width: 152px;
	background: transparent url('../images/btn_menu_first.gif') no-repeat 0px 0px;
	margin-left: 2px;
}

#menu li a {
	font-weight: bold;
	color: #EFC300;
	text-decoration: none;
}

#menu li a:hover {
	font-weight: bold;
	color: #FFDB6C;
	text-decoration: none;
}

#menu li a.currItem {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu li a.currItem:hover {
	font-weight: bold;
	color: #EFEFEF;
	text-decoration: none;
}

#contentHolder {
	width: 750px;
	margin: 0px auto;
}

#content {
	padding-bottom: 20px;
}


h3.title {
	font-size: 16px;
	color: #BD2021;
	border-bottom: 2px solid #D6D3D6;
	margin: 0px 0px 20px 0px;
}

#contactsHolder {
	margin: 0px;
}

#contactsHolder #contacts {
	width: 750px;
	margin: 0px auto;
}

#contacts #contactsContent {
	margin-top: 10px;
	text-align: right;
	color: #635D63;
}

#contactsContent b {
	color: #C62029;
	font-size: 13px;
	text-transform: uppercase;
}

#contactsContent a {
	color: #A59EA5;
	text-decoration: none;
}

#contactsContent a:hover {
	color: #A59EA5;
	text-decoration: underline;
}

.clear {
	clear: both;
}

#footerHolder {
	height: 60px;
	background: transparent url('../images/bg_footer.gif') repeat-x;
}

#footerHolder #footer {
	width: 750px;
	margin: 0px auto;
}

#footer #footerContent {
	text-align: right;
	color: #5A595A;
	margin-top: 10px;
	padding-top: 10px;
}

#footerContent a {
	color: #5A595A;
	text-decoration: none;
}

#footerContent a:hover {
	color: #FBFBFB;
	text-decoration: underline;
}
