@import url("content.css");

html, body, #contents
    {
    width:      100%;
    height:     100%;
    }

body > #contents {
			height: auto;
			min-height: 100%;
		}


body {
	background: #99cc33 url("/Images/page/background.png") 0px 0px repeat-x;
	color: #404040;
	font-family: Calibri, Helvetica, Arial, sans-serif;
}

.clear {
	clear: both;
}


.hidden {
	display: none;
	visibility: hidden;
}

img.noborder, a.noborder img {
	border: none !important;
	padding: 0px !important;
}

#contents  {
    /*position: absolute;*/
    top:      0;
    left:     0;
    width:    100%;
    text-align: center;
    font-size: 0.75em;
}


#container {
	width: 100%;
	/*margin: auto;*/
	text-align: left;
	border: 0px red solid;
	/*position: relative;*/
	border: 0px yellow solid;
	padding: 0px;
	font-size: 1.1em;
	line-height: 1.15em;
	letter-spacing: -0.005em;
	*letter-spacing: -0.02em;
	padding-bottom: 70px;
}

.container {
	background: #fff;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 74px;
	border: 0px black solid;
	vertical-align: top;
	/*overflow: hidden;*/
}

#header .header-content {
	width: 968px;
	margin: auto;
	position: relative;
}

#header .header-content .logo {
	position: absolute;
	left: 718px;
}

#header .header-content ul.lang {
	position: absolute;
	left: 632px;
}

#header .header-content ul.lang li {
	float: left;
	text-transform: uppercase;
	color: #474747;
	font-size: 0.9em;
	padding: 0px;
	text-align: center;
	background-image: none;
}

#header .header-content ul.lang li span {
	display: block;
	width: 24px;
	height: 21px;
	background: url("/Images/page/lang_active.gif") top left no-repeat;
	color: #fff;
}


#header .header-content ul.lang li a {
	color: #39566a;
	display: block;
	width: 24px;
	height: 21px;
}

#menu {
	position: absolute;
	top: 40px;
	left: 18px;
	background: url("/Images/page/menu_bottom.gif") left bottom repeat-x;
	padding-bottom: 11px;
}

#navigation a {
	color: #495f6b;
	text-decoration: none;
	padding-left: 11px;
	text-transform: lowercase;
	font-size: 1.4em;
	line-height: 20px;
}

#navigation a span {
	padding-right: 11px;
}

#navigation a, #navigation a span {
	display: block;
	float: left;
	height: 22px;
	cursor: pointer;
}

#navigation a:hover, #navigation a.active {
	color: #fff;
	background: url("/Images/page/menu_tab_a.gif") top left no-repeat;
	padding-left: 11px
}

#navigation a:hover span, #navigation a.active span {
	background: url("/Images/page/menu_tab_b.gif") right top no-repeat;
	padding-right: 11px
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#navigation li {
	float: left;
	margin: 0;
	background: url("/Images/page/menu_sep.gif") right top no-repeat;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	zoom: 100%;
} 

#navigation li.first {
	padding-left: 0px;
}

#navigation li.last {
	padding-right: 0px;
	background: none;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#footer {
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;
	font-size: 0.75em;
	background: url("/Images/page/background_footer.png") 0px 0px repeat-x;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer .footer-holder {
	width: 968px;
	margin: auto;
	height: 80px;
	overflow: hidden;

}

#footer .footer-holder .footer-address {
	width: 680px;
	float: left;
	padding: 4px 0px 0px 10px;
}

#footer .footer-holder .footer-copy {
	width: 220px;
	float: right;
	padding: 30px 10px 0px 0px;
	text-align: right;
}

#footer .footer-holder .footer-content {
	font-size: 1.0em;
	padding: 20px 40px 20px 40px;
}

#footer .footer-holder .footer-content img {
	float: right;
	padding-left: 30px;
}

#footer .footer-content ul {
	text-transform: uppercase;
	padding-bottom: 15px;
}

#footer .footer-content ul li {
	float: left;
	padding: 0px 7px 0px 5px;
	background: url("//Images/page/footer_sep.gif") 100% 50% no-repeat;
}

#footer .footer-content ul li a {
	color: #404a4d;
}

#footer .footer-content ul li.first {
	padding-left: 0px;
}

#footer .footer-content ul li.last {
	background: none;
}

#tree {
	position: absolute;
	top: 78px;
	left: 730px;
	width: 230px;
	height: 587px;
	background: url("/Images/page/tree.png") top left no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/page/tree.png", sizingMethod="crop");
}

#content {
	width: 968px;
	margin: auto;
	padding-top: 74px;
	padding-bottom: 0px;
	min-height: 600px;
	_height: 600px;

}

.hp .content-holder {
	width: 748px;
		padding-top: 35px;
	padding-bottom: 35px;
}

.hp .content-container {
	
}

.hp .content-holder-top, .hp .content-holder-bottom {
	display: none;
}

.hp .content-holder-middle {
	
}

.hp .content-container {
	padding: 18px;
	
}

.hp .content-hp-a {
	min-height: 300px;
	_height: 300px;
}

.sub .content-holder {
	width: 748px;
		padding-top: 35px;
	padding-bottom: 35px;
}

.sub .content-container {
	
}

.sub .content-holder-top {
	width: 745px;
	height: 8px;
	background: url("/Images/page/sub_content_top.png") top left no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/page/sub_content_top.png", sizingMethod="crop");
	overflow: hidden;
}

.sub .content-holder-bottom {
	width: 745px;
	height: 8px;
	background: url("/Images/page/sub_content_bottom.png") top left no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/page/sub_content_bottom.png", sizingMethod="crop");
	overflow: hidden;
}

.sub .content-holder-middle {
	width: 745px;
	min-height: 300px;
	_height: 300px;
	background: url("/Images/page/sub_content_middle.png") top left repeat-y;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/page/sub_content_middle.png", sizingMethod="scale");
}

.hp .loga-holder-top {
	width: 700px;
	height: 8px;
	background: url("/Images/page/loga_content_top.png") top left no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/page/loga_content_top.png", sizingMethod="crop");
	overflow: hidden;
}

.hp .loga-holder-bottom {
	width: 700px;
	height: 8px;
	background: url("/Images/page/loga_content_bottom.png") top left no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/page/loga_content_bottom.png", sizingMethod="crop");
	overflow: hidden;
}

.hp .loga-holder-middle {
	width: 700px;
	/*min-height: 120px;*/
	height: 120px;
	overflow: hidden;
	background: url("/Images/page/loga_content_middle.png") top left repeat-y;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/page/loga_content_middle.png", sizingMethod="scale");
}

.sub .content-container {
	margin: 0px 8px 0px 8px;
	padding: 40px 20px 40px 40px;
	position: relative;
}

.hp .loga-container {
	margin: 0px 8px 0px 8px;
	padding: 12px 0px 10px 5px;
	position: relative;
}

.loga-container-helper img {
	width: 94px;
	height: 94px;
	border: 1px #f1f3f2 solid;
	margin-right: 8px;
	margin-left: 8px;
}

.loga-container-helper .last img {
	/*margin: 0px;*/
}

#logos img {
	background-color: #FFFFFF;
  background-image: url("/Images/page/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

#logos li {
	float: left;
}

.footer-map {
	margin-left: 7px; position: relative; top: 8px;
}
