@charset "UTF-8";
/*************************************
	Global
 *************************************/

html {
	height: 100%;			
}
body {
	background-color: #FFFFFF;
	height: 100%;
	margin: 0;
	text-align: center;
}
#container {
	position:relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	top:0px;
	width: 950px;
	height: 100%;
	min-height:100%;
	background-image: url(../images/bckg_loop.gif);
	background-repeat: repeat-y;
	background-position: left top;
	z-index:1;
}
html>body #container {
    height: auto;
}


/*************************************
	Absolute layers
 *************************************/
#top {
	position:absolute;
	width: 950px;
	height: 270px;
	/*
	background-image: url(../images/bckg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	*/
	/*z-index:2;*/
}
#topRight {
	position:absolute;
	right: 0;
	/*z-index:3;*/
}
#footer {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #262433;
	bottom:15px;
	/*
	background-image: url(../images/img_logo_e.gif);
	background-repeat: no-repeat;
	background-position: 25px bottom;
	height: 49px;
	padding: 0 0 0 240px;
	*/
	background-image: url(../images/bckg_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 140px;
	width: 950px;
	/*z-index:4;*/
}


/*************************************
	Left column
 *************************************/
#menu {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #55524A;
	width: 240px;
	/*top: 280px;*/
	float: left;
	/*z-index:5;*/
}
.menu_list {
	padding: 0;
	margin: 280px 0 60px 50px;
	width: 125px;
}
.menu_list li {
	list-style:none;
	padding: 0 0 6px 0;
	margin: 0;
}
.menu_list li ul {
	padding: 0;
	margin: 0;
}
.menu_list li ul li {
	padding:  0;
	margin: 0;
}
a.menu_link:link, a.menu_link:visited {
	color: #55524A;
	text-decoration: none;
}
a.menu_link:hover, a.menu_link:active {
	color: #D37005;
	text-decoration: none;
}


/*************************************
	Center column
 *************************************/
#content {
	position:relative;
	width: 506px;
	padding: 280px 0 60px 0;
	float: left;
	/*top: 280px;*/
	/*z-index:6;*/
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #223345;
	line-height: 16px;
}
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	/*line-height: 1em;*/
}
h2 {
	font-size:36px;
	color:#D37005;
	font-weight: normal;
	display: inline;
}
h3 {
	font-size:12px;
	color:#808080;
	font-weight: normal;
	display:inline;
}
h4 {
	font-size:14px;
	color:#FFFFFF;
	font-weight: normal;
	display: inline;
}
h5 {
	font-size:14px;
	color:#FFFFFF;
	font-weight: normal;
	display: inline;
}
a:link, a:visited {
	color: #d47005;
}
a:hover, a:active {
	color: #5c4f3e;
}


/*************************************
	Right column
 *************************************/
#rightside {
	position:relative;
	width: 204px;
	float: left;
	padding: 0 0 60px 0;
	/*top: 0;*/
	/*z-index:7;*/
}
.lang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e0d9b8;
	height: 34px;
	padding: 0 0 46px 0;
	text-align: center;
	line-height: 34px;
}
a.text_lang:link, a.text_lang:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C2BA9C;
	font-weight: bold;
	text-decoration: none;
}
.quoteoff {
	
	background-repeat: no-repeat;
	background-position: 13px top;
	padding: 10px 20px 45px 40px;
	/*z-index:8;*/
}
.quote {
	background-image: url(../images/img_quote_in.gif);
	background-repeat: no-repeat;
	background-position: 13px top;
	padding: 10px 20px 45px 40px;
	/*z-index:8;*/
}
.text_quote_caps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d47005;
	line-height: 16px;
	text-transform: uppercase;
}
.text_quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d47005;
	line-height: 16px;
}