/******************************
	BODY
******************************/

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background-color: #ffffff;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	text-align: left;
}

strong{
	color: #000000;
	font-weight:bold;
}

a:link, a:visited, a:active{
	color: #007d68;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.barLink:link, .barLink:visited, .barLink:active{
	color: #fffffe;
	text-decoration: none;
}

.barLink:hover{
	color: #8ebc11;
}

h4 span{
	display: none;
}

h2{
	padding: 60px 43px 0 43px;
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #323232;
	width: 800px;
}

h3{
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #007d68;
}

h4{
	margin: 0 0 0 12px;
	width: 161px;
	height: 23px;
}

p{
	margin: 0;
	padding: 0;
}

.imgTxt{
	border: 2px solid #b9b9b9;
	margin: 0 48px 0 0;
}

/******************************
	CONTAINERS
******************************/

#container{
	min-height:100%;
	position:relative;
	
}

#container_header_home{
	background: url(../img/bg_top_home.gif) repeat-x;
	height: 296px;
	overflow: hidden;
}

#container_header_page{
	background: url(../img/bg_top_page.jpg) repeat-x;
	height: 125px;
	overflow: hidden;
}

#container_content{
	padding-bottom: 59px; 
}

#container_footer{
	position:absolute;
	bottom:0;
	width:100%;
	height:59px;
	background: url(../img/bg_footer.gif) bottom repeat-x;
}

#header, #content_home, #content_page, #footer{
	width: 980px;
	margin: 0 auto;
}


#container_header_home h1 {
	display: none;
}
/******************************
	HEADER
******************************/

#logo_home{
	display: block;
	background: url(../img/logo.gif) no-repeat;
	width: 289px;
	height: 74px;
}

#logo_page{
	background: url(../img/logo_page.gif) no-repeat 0 10px;
	width: 683px;
	height: 99px;
}

#banner_home{
	background: url(../img/banner_home.gif) no-repeat;
	height: 222px;
	width: 980px;
	margin: 0;
}

#banner_page{
	background: url(../img/banner_page.gif) no-repeat;
	display: block;
	height: 100px;
	width: 980px;
	padding: 1px 0 0 0;
}

#banner_home h1, #banner_home span, #banner_page span, #logo_home span, #logo_page span{
	display: none;
}



#icons_home {
	color: #fffffe;
	position: absolute;
	top: 221px;
	margin: 0 0 0 690px;
	text-align: left;
	width: 280px;
	height: 60px;
}

#icons_page {
	color: #fffffe;
	position: absolute;
	top: 87px;
	margin: 0 0 0 415px;
	text-align: right;
	width: 550px;
}


#lang_home {
	color: #fffffe;
	position: absolute;
	top: 89px;
	margin: 0 0 0 600px;
	text-align: center;
	width: 170px;
	height: 30px;
}

#lang_home a {
	display: block;
	padding-top: 6px;
	height: 24px;
	width: 30px;
	margin-right: 10px;
	background-color: #04957d;
	color: #77e3d1;
	float: right;
	font-weight: bold;
	font-size: 14px;	
}


#lang_home a.active {
	text-decoration: none;
	color: #fff;
}
#lang_home a:hover {
	text-decoration: none;
	color: #fff;
	
}

#lang_page{
	color: #fffffe;
	position: absolute;
	top: 10px;
	margin: 0 0 0 355px;
	width: 620px;
}

#lang_page a {
	display: block;
	padding-top: 4px;
	height: 17px;
	width: 17px;
	margin-right: 10px;
	background-color: #04957d;
	color: #77e3d1;
	float: right;
	font-weight: bold;
	font-size: 10px;	
	text-decoration:none;
	text-align: center;
}


#lang_page a.active {
	text-decoration: none;
	color: #fff;
}
#lang_page a:hover {
	text-decoration: none;
	color: #fff;
}


/******************************
	MENU
******************************/
#menu{
	color: #fffffe;
	position: absolute;
	top: 45px;
	margin: 0 0 0 350px;
	text-align: right;
	width: 620px;
	height: 23px;
}

#menu ul
{
	padding-left: 0;
	margin-left: 0;
	float: right;
	/*width: 100%;*/
	font-family: arial, helvetica, sans-serif;
}

#menu ul li { 
	display: inline; 
	
}

#menu ul li span
{
	background: url(../img/menu_spacer.gif);
	background-repeat: repeat-y;
	float: left;
	width: 2px;
	height: 23px;
}

#menu ul li a
{
	color: #393738;
	text-decoration: none;
	float: left;
	margin-left: 1px;
	margin-right: 2px;
	padding: 3px;
	height: 23px;
}


#menu ul li a.active
{
	background: url(../img/bg_menu_active.gif);
	background-repeat: repeat-x;
	color: #fff;
}
#menu ul li a:hover
{
	background: url(../img/bg_menu_active.gif);
	background-repeat: repeat-x;
	color: #fff;
}

#submenu{
	color: #fffffe;
	position: absolute;
	top: 105px;
	margin: 0 0 0 30px;
	width: 620px;
		height: 20px;
	text-align: left;

}

#submenu ul
{
	padding-left: 0;
	margin-left: 0;
	float: left;
	/*width: 100%;*/
	font-family: arial, helvetica, sans-serif;
}

#submenu ul li { 
	display: inline; 
	
}

#submenu ul li span
{
	background: url(../img/submenu_spacer.gif);
	background-repeat: repeat-y;
	float: left;
	width: 2px;
	height: 20px;
}

#submenu ul li a
{
	color: #393738;
	text-decoration: none;
	float: left;
	margin-left: 1px;
	margin-right: 2px;
	padding: 3px;
	height: 23px;
}


#submenu ul li a.active
{
	color: #fff;
}

#submenu ul li a:hover
{
	color: #fff;
}


/******************************
	FORMS
******************************/

form, form p{
	padding: 0;
	margin: 0;
}

/* -------- SEARCH ---------- */

#searchform{
	margin: 5px 0 0 0;
	border: 1px solid #ffffff;
	overflow: hidden;
	width: 203px;
	float: right;
}

#search_field{
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	background: #ffffff;
	border: 1px solid #999999;	
	padding: 3px;
	height: 16px !important;
	width: 170px !important;
	cursor: pointer;
	float: left;
}

#search_button{
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	color: #fffffe;
	background: #999999;
	border: 1px solid #999999;
	padding: 0 0 0 2px;
	height: 24px !important;
	width: 25px !important;
	cursor: pointer;
	float: left;
	text-align: left;
}

/* -------- LOGIN ---------- */

.field{
	border: 1px solid #ffffff;
	display: block;
	margin: 0 0 5px 0;
}

.field input{
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #353432;
	background: #ffffff;
	border: 1px solid #e5e5e5;	
	padding: 3px;
	height: 16px !important;
	width: 170px !important;
	cursor: pointer;
}


/******************************
	CONTENT
******************************/
#content_home {
	/*background: url(../img/bg_content.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	*/
}

#content_home #content_left {
	min-height: 450px;
	width: 561px;
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 20px;
	background: url(../img/bg_content_left.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	float: left;
}

#content_page #content_left {
	min-height: 450px;
	width: 561px;
	padding-left: 25px;
	padding-right: 20px;
	background: url(../img/bg_content_left_page.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	float: left;
}

#content_left_text {
	min-height: 350px;
	padding-top:25px;
}

#content_left_wessem {
	height: 50px;
}

#content_left_wessem a {
	color: #1c63a3;
}



#content_home #content_right {
	min-height: 450px;
	width: 374px;
	background: url(../img/bg_content_right.gif);
	background-repeat: no-repeat;
		float: left;
}

#content_page #content_right {
	min-height: 450px;
	width: 374px;
		float: left;
}

.column{
	float: left;
	margin: 12px 30px 0 0;
}

/******************************
	FOOTER
******************************/

#footer{
	color: #fffffe;
	height: 59px;
}

#footerinfo{
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}

/******************************
	COMMON USED
******************************/

.clear{
	clear: both;
	height: 0px;
	overflow:hidden;
	display: block;
}

.title {
	background-color:#027562;
	font-size:16px;
}


