/**
*
* Coding by Jack Kwakman
* Copyright &copy; 2007, CodeGuru.nl
*
*/

/**
* Main elements
*/

body {
	text-align: center;
	line-height: 1.0;
	font: 62.5% arial, helvetica, sans-serif;
	background: #e5e5e5;
	margin: 5px 0 5px 0;
	padding: 0;
}

table {
	font-size: 1em;
}

p {
	margin: 10px 0 10px 0;
}

a {
	outline: none;
}

.clearboth {
	clear: both;
}

/**
* Center
*/

#center {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -270px;
	text-align: center;
}

#wrapper {
	position: relative;
	height: 541px;
	background: #FFF;
}

#noscript {
	width: 50%;
	margin: auto;
	padding: 10px;
	border: 1px solid #CC0000;
	color: #CC0000;
	background: #FFF;
}

/**
* Header
*/

#header {
	text-align: center;
}

#headerbg {
	width: 100%;
	height: 41px;
	background: #6d6e72 url(images/bg.gif) repeat-y center center;
}

#headerlogo {
	width: 912px;
	margin: auto;
	position: relative;
	text-align: left;
	top: -41px;
}

#logo {
	width: 173px;
	height: 121px;
	background: #FFF url(images/logo.jpg) no-repeat right top;
	position: absolute;
	left: 739px;
}

#logo h2 {
	display: none;
}

/**
* Menu
*/

div#menu {
	width: 912px;
	height: 41px;
	background: #6d6e72;
	margin: auto;
	text-align: left;
}

#menu img {
	border: 0;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 3;
}

#nav li a {
	display: block;
}

#nav li li a {
	display: block;
	width: 210px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

#nav li li a:hover {
	color: #FFF;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #a3a4a9;
	width: 220px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third lists */
	background: #b7b8bd;
	margin: -30px 0 0 220px;
}

#nav li ul ul ul { /* fourth lists */
	background: #cdd0d7;
}

#nav li:hover, #nav li.sfhover {
	background: url(images/menu_arrow.gif) no-repeat center right;
}

#nav li li li li:hover, #nav li li li li.sfhover {
	background: transparent;
}

#nav li li li li a:hover {
	color: #FFF;
	background: transparent;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/**
* Content
*/

#contentwrapper {
	height: 500px;
	width: 100%;
}

#bottom {
	bottom: 0px;
	right: 0px;
	position: absolute;
	width: 100%;
}

#content {
	width: 912px;
	margin: auto;
	font-size: 11px;
	text-align: left;
}

.textcontainer h1 {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}

.textcontainer {
	margin: 37px 0 37px 0;
	width: 651px;
}

.textcontainer a {
	color: #000;
	text-decoration: underline;
}

/**
* Carousel
*/

#carousel {
	background: #e5e5e5 url(images/carousel.gif) repeat-x left top;
	height: 110px;
	text-align: center;
	padding: 1px 0 0 0;
}

#carouselcontent {
	width: 915px;
	height: 109px;
	margin: auto;
	position: relative;
	text-align: left;
}

#carouselcontent img {
	border: 0;
	margin: 0 0 5px 0;
}

#carouselcontent .spacer {
	margin: 1px 0 1px 0;
}

/**
* Footer
*/

#footer {
	color: #b4b4b4;
	background: #000;
	padding: 13px;
	text-align: center;
}

#footercontainer {
	width: 912px;
	margin: auto;
	text-align: center;
	background: #000;
}

#footer h2 {
	font-size: 11px;
	margin: 0;
	padding: 0;
}