@CHARSET "UTF-8";
html, body {
	height: 100%;
	/*background-image: url(/images/web/body_bg.gif);*/
	background-color:#ffffff;
}

.header {
	position:relative;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	
	background-image: url(/images/web/header_bg.jpg);
	background-repeat: repeat-x;
	background-color:#ffffff;
	height:253px;
	z-index:1;
}
.header .head_bg{
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/web/header.jpg);
	background-repeat: no-repeat;
	width:1000px;
	height:253px;
	z-index:2;
}

.keywords{
	position:absolute;
	top:-50000;
	left:-50000;
	display:none;
}

.page {
	text-align:center;
	z-index:0;
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-253px;
	margin-bottom:-34px;
	background-image: url(/images/web/page_bg2.gif);
}
.page .header_spacer{
	height:253px;
}
.page .mainarea{}

.page .mainarea .menuarea{
	text-align:right;
	padding-top:80px;
	padding-right:15px;
	float:left;
	width:129px;
	
}
.page .mainarea .contentarea{
	text-align:left;
	float:left;
	width:712px;
}

.page .mainarea .contentarea .text{
	text-align:left;
	float:left;
	width:362px;
	padding:50px;
	
}
.page .mainarea .contentarea .left{
	padding-top:50px;
	text-align:center;
	float:left;
	width:250px;
}


.page .footer_spacer{
	height:34px;
}



.footer {
	position:relative;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	font-weight:bold;
	background-image: url(/images/web/footer_bg.jpg);
	background-repeat: repeat-x;
	line-height:34px;
	height:34px;
	z-index:1;
}

body{
	text-align:center;
	margin:0;
	padding:0;
	background-color:#ffffff;
	
	
	
	color: #4f4f4f;
	font-family: Arial, sans-serif; 
	font-size: 13px;
}




A.main_menu {
	border-bottom:0px solid #ff9c03;
	text-transform: uppercase; 
	line-height:26px;
	color: #212121;
	font-weight: bold;
	text-decoration: none;
}
A:hover.main_menu {
	border-bottom:1px solid #ff9c03;
	text-transform: uppercase; 
	line-height:26px;
	color: #212121;
	font-weight: bold;
	text-decoration: none;
}

A.main_lang {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
A:hover.main_lang {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}


A.main_menu_selected {
	border-bottom:1px solid #ff9c03;
	text-transform: uppercase; 
	line-height:26px;
	color: #212121;
	font-weight: bold;
	text-decoration: none;
}
A:hover.main_menu_selected {
	border-bottom:1px solid #ff9c03;
	text-transform: uppercase; 
	line-height:26px;
	color: #212121;
	font-weight: bold;
	text-decoration: none;
}
p{
	line-height:26px;
}


h1{
	line-height:26px;
	font-weight: normal;
	color:#f28f00;
	font-size: 18px;
}
h2{
	line-height:26px;
	font-weight: normal;
	color:#da7a00;
	font-size: 16px;
}
h3{
	line-height:26px;
	font-weight: normal;
	color:#da7a00;
	font-size: 14px;
}
h4{
	line-height:26px;
	font-weight: normal;
	color:#da7a00;
	font-size: 13px;
}

A {
	border-bottom:0px solid #ff9c03;
	color: #212121;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	border-bottom:1px solid #ff9c03;
	color: #212121;
	font-weight: bold;
	text-decoration: none;
}
