body{ 	
	font-family: calibri, verdana, arial, helvetica, sans-serif; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background-color: #ffffff;
	height: 100%;
	min-width: 890px;
}

a, a:visited{ color: #000000; }
a:hover{ color: #000000; }
a > img{ border: 0px; }
p{ margin: 0px 0px 1em 0px; padding: 0px; }
.divider{ clear: both; height: 0px; overflow: hidden; font-size: 0px; margin: 0px; padding: 0px; }
.hide-text{ text-indent: 100%; white-space: nowrap; overflow: hidden; }

#bg{ position: absolute; z-index: 0; top: 0px; left: 0px; min-height: 100%; min-width: 890px; width: 100%; }
	#bg .left{ position: absolute; width: 50%; left: 0px; top: 0px; height: 100%; background: url('../img/bg_left.gif') top left repeat-x; }
	#bg .right{ position: absolute; width: 50%; left: 50%; top: 0px; height: 100%; background: url('../img/bg_right.gif') top left repeat-x; }
	#bg .bg{ position: absolute; width: 890px; left: 50%; margin-left: -445px; top: 0; height: 100%; background: url('../img/bg.gif') 0px 261px no-repeat; }

#outer{ position: absolute; z-index: 1; width: 100%; }
#site{ margin: 0px auto; width: 890px; min-height: 800px; }

#header{ position: absolute; top: 96px; width: 890px; height: 165px; z-index: 3; }

	#header .slider{ position: absolute; margin-left: 236px; width: 654px; height: 134px; }
	#header .slider .foreground{ position: absolute; width: 654px; height: 134px; background: url('../img/header.png') top right no-repeat; z-index: 4; }	
	#header .slider #xfader img{ position: absolute; width: 654px; height: 134px; z-index: 3; }

	#header .logo{ position: absolute; margin-top: 37px; margin-left: 0px; z-index: 5; }
	#header .logo h1{ margin: 0px; padding: 0px; }
	#header .logo h1 a{ display: block; width: 265px; height: 86px; background: url('../img/logo.gif'); }

	#header .address{ position: absolute; font-family: Sansation; margin-top: 134px; margin-left: 0px; width: 844px; text-align: right; height: 26px; line-height: 26px; padding-right: 46px; color: #6f7072; font-size: 12px; background: url('../img/address.gif') top right no-repeat #ffffff; }
	#header .address a{ color: #6f7072; text-decoration: none; }
	#header .address a:hover{ color: #6f7072; text-decoration: underline; }

#menu{ position: absolute; margin-top: 261px; margin-left: 87px; z-index: 5; width: 650px; }
	#menu ul{ margin: 0px; padding: 0px; list-style: none; }
	#menu ul li{ float: left; width: 117px; margin: 0px; padding: 0px; margin-right: 12px; }
	#menu ul li a{ display: block; padding-left: 10px; font-family: Sansation; font-size: 15px; font-weight: bold; color: #ffffff; text-decoration: none; line-height: 33px; height: 33px; background: url('../img/menu_button.png') top left no-repeat;  }
	#menu ul li a:hover{ background: url('../img/menu_button_active.png') top left no-repeat; }
	#menu ul li a.active{ background: url('../img/menu_button_active.png') top left no-repeat; }
	
#container{ position: absolute; top: 345px; margin-left: 87px; width: 633px; z-index: 2; }
#container .content h2{ font-family: Sansation; font-size: 27px; color: #5779b1; font-weight: normal; margin: 0px 0px 0.5em 0px; padding: 0px; }
#container .content .images{ float: left; width: 267px; }
#container .content .images img{ border-radius: 8px; }
#container .content .images .thumb{ float: left; margin-right: 22px; margin-bottom: 22px; }
#container .content .images .thumb:nth-child(even){ margin-right: 0px; }
#container .content img.inline{ float: left; margin-right: 22px; border-radius: 8px; }
#container .content .txt{ float: left; width: 366px; line-height: 135%; }

#logos{ position: absolute; margin-top: 550px; margin-left: 750px; }

.small #header{ top: 0px; }
.small #menu{ margin-top: 165px; }
.small #container{ top: 249px; }
.small #bg{ top: -96px; }