/*CSS*/

body {
	margin: 0;
	font-size: 11px;
	font-family: arial;
}

#outerWrapper {
	position: relative;
	width: 1000px;
	margin: auto;
}

#mainWrapper {
	position: relative;
	width: 848px;
	min-height: 200px;
	margin: auto;
}

#mainWrapper #header {
	position: relative;
	width: 100%;
	height: 43px;
}

#mainWrapper #header div {
	position: relative;
	float: right;
	/*width: 548px;*/
	width: 100%;
	height: 43px;
	background: url( "images/bg-navigation.jpg" ) no-repeat top right;	
}

ul#menuMain {
	position: relative;
	list-style-type: none;
	float: right;	
	margin: 4px 0 0 0;
	padding: 0;
}

ul#menuMain li {
	position: relative;
	float: left;
	height: 32px;
	display: inline-block;
}
ul#menuMain li.divider {
	position: relative;
	float: left;
	width: 2px;
	height: 32px;
	background: url("images/divider.jpg") no-repeat top left;	
}

ul#menuMain li a{
	position: relative;
	padding: 8px 12px 8px 12px;
	display: block;	
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

ul#menuMain li a:hover{
	color: #000;
	text-decoration: underline;
}

ul#menuMain li a.active{
	color: #000;
}

#mainWrapper #header div#contact {
	position: absolute;
	right: 0;
	bottom: -33px;
	width: 108px;
	height: 34px;
	background: url("images/bg-contact.jpg") no-repeat top right;
	z-index: 1;	
}

#mainWrapper #header div#contact a {
	position: relative;
	width: 100%;
	display: block;
	padding: 10px 0 10px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#mainWrapper #header div#contact a:hover {
	text-decoration: underline;
	color: #000;	
}

#mainWrapper div#logo {
	position: relative;
	width: 300px;
}

/*
 * Home
 */

#mainWrapper div#visual {
	position: relative;
	width: 100%;
	height: 346px;
	margin: 10px 0 0 0;
}

div#visual h1 {
	position: absolute;
	top: 165px;
	right: 20px;
	width: 220px;
	padding: 0;
	margin: 0;
	font-style: italic;
	color: #fff;
	font-weight: normal;
	font-size: 24px;		
}

#mainWrapper div#homeContent{
	position: relative;
	width: 100%;
	height: 183px;
	margin: 20px 0 0 0;
	background: url("images/bg-home.jpg") no-repeat top left;	
}

#homeContent div h1 {	
	font-size: 12px;
	margin-left: 15px;
	margin-top: 10px;
}

#homeContent div p {	
	font-size: 12px;
	margin-left: 15px;
}

#homeContent div#left {
	position: relative;
	float: left;
	width: 235px;
	height: 182px;
	margin: 0 10px 10px 0;
}

#homeContent div#left div#top {
	position: relative;
	width: 100%;
	height: 62px;
	margin: 0 0 10px 0;
}

#homeContent div#left div#bottom {
	position: relative;
	width: 100%;
	height: 111px;
}

#homeContent div#middle {
	position: relative;
	float: left;
	width: 356px;
	height: 182px;
	margin: 0 10px 0 0;
}

#homeContent div#right {
	position: relative;
	float: left;
	width: 235px;
	height: 182px;
	margin: 0;	
}

/*
 * Content
 */
 
#bar {
	position: absolute;
	top: 118px;
	left: 0px;
	/*width: 1000px;*/
	width: 100%;
	height: 35px;	
	background: url("images/bg-bar.jpg") repeat-x;		
}

* html #bar {
	left: -76px;	
}

#bar div#innerBar {
	position: relative;
	width: 836px;
	margin: auto;	
}

#bar div#innerBar span b{
	color: #000;
}

#bar div#innerBar span.left{
	position: relative;
	float: left;
	display: block;
	color: #888;
	margin: 10px 0 0 0;
}

#bar div#innerBar span.right{
	position: relative;
	float: right;
	display: block;
	color: #888;
	margin: 10px 0 0 0;
	font-size: 14px;
}

#mainWrapper div#visualContent {
	position: relative;
	margin: 55px 0 30px 0;
}

div#visualContent h1 {
	position: absolute;
	top: 90px;
	right: 20px;
	width: 220px;
	padding: 0;
	margin: 0;
	font-style: italic;
	color: #fff;
	font-weight: bold;
	font-size: 24px;		
}

#mainWrapper div#contentLeft {
	position: relative;
	float: left;
	width: 250px;
	min-height: 200px;	
	/*margin-top: 30px;*/
	margin-bottom: 40px;
}

#mainWrapper div#contentLeft h1{
	position: relative;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	margin: 0;
}

#mainWrapper div#contentLeft ul#menuLeft {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#menuLeft li{
	position: relative;	
	padding: 0;
	display: block;
	border-top: 1px solid #e1e3e4;
}

* html ul#menuLeft li{
	display: inline-block;
}

ul#menuLeft li a{
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #a6c700;
	font-weight: bold;
	text-decoration: none;
	background: url("images/arrow.gif") no-repeat 10px center;
}

ul#menuLeft li a:hover{
	background: #fafafa url("images/arrow.gif") no-repeat 10px center;
	text-decoration: underline;
	color: #000;
}

ul#menuLeft li a.active{
	color: #000;	
}

#mainWrapper div#contentRight {
	position: relative;
	float: right;
	width: 515px;
	padding: 0 5px 0 40px;
	min-height: 200px;
	border-left: 1px solid #ccc;	
}

#mainWrapper div#contentRight > h1{
	position: relative;
	font-size: 26px;
	font-family: arial;
	font-weight: normal;
	padding: 0;
	margin: 0 0 20px 0;
}

#mainWrapper div#contentRight div.content{
	line-height: 18px;
	font-family: arial;
	font-size: 12px;
}

#mainWrapper div#contentRight div.content h1 {
	font-size: 16px;
	font-weight: bold;	
}

#mainWrapper div.clear {
	position: relative;
	width: 100%;
	height: 1px;
	clear: both;	
}

/*
 * Footer
 */

#mainWrapper div#footer {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #ccc;
}

#mainWrapper div#footer div#auto {
	position: absolute;
	left: 0;
	top: -50px;
	z-index: 2;
}

#mainWrapper div#footer div#left {
	position: relative;
	float: left;
}

#mainWrapper div#footer div#right {
	position: relative;
	float: right;
	width: 268px;
	font-size: 11px;
	color: #707070;
	line-height: 18px;
	text-align: right;
}

#mainWrapper div#footer div#right a {
	position: relative;
	margin: 0 0 0 10px;
	color: #707070;
}

#mainWrapper div#footer div#right span {
	color: #000;
}

/**
 * Forms
 */
 
input.normal {
	width: 300px;	
	font-family: arial;
	font-size: 11px;
}

textarea.normal {
	width: 300px;
	height: 100px;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
}

div.links a {
	margin-right: 10px;
	font-size: 11px;
	color: #707070;
}

ul#sitemap {
	position: relative;
	margin: 0;
	padding-left: 20px;
}

ul#sitemap li a {
	color: #707070;
}
