@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background-color:#000;
	color:#bcbaba;
	text-align:center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size:14px;
	margin:0;
	background-image: url(../img/bground.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#444141;
	letter-spacing: -1px;
	font-weight: 400;
}

h2 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:16px;
color:#333333;
}

h3 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:18px;
color:#ffffff;
}

a {
text-decoration:none;
color:#269d9b;
}

a:hover {
text-decoration:none;
color:#444141;
}

a img { border: none }


.intro_text {
	color:#444141;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size:14px;
}

/* ----------------------------------------------------- */
/* MENU */

#navigation {
	float: right;
	margin: 50px 0 0 0;
}
#navigation li {
	float: left;
	list-style: none;
	padding:0 30px 0 0;
}
#navigation li a {
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:-0.5px;
	color: #ccc;
}
#navigation li a:hover, #navigation li .active {
	color: #fff;
}
/* ----------------------------------------------------- */
#centerColumn {
	width:960px;
	text-align:center;
	margin:0 auto;
}

.white_text {
color:#ffffff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size:14px;
	}

#header {
	margin:0 0 40px 0;
	padding:0;
	width:960px;
	height:83px;
	float:left;
}

#logo {
	margin:10px 0 0 0;
	padding:0;
	width:146px;
	height:69px;
	background:url(../img/logo.jpg) no-repeat top left;
	float:left;
}

#splash {
	height: 350px;
	
	clear:both;
	background:url(../img/splash_bg.png) no-repeat top center;
	
}

#splash #box {margin: 20px 0 0 30px; width:370px;float:left;display:inline;height:295px;}
#splash #box h2 {font-size: 28px;color:#fff;line-height:30px;text-align:left; margin:20px 0 10px 0; letter-spacing:-1px;}
#splash #box p {text-align: left;margin:0 0 10px 0;}

/* Slider */
#image {
	float: right;
	width: 550px;
	
	height: 295px;
	margin:0;
	padding:0;
	display:inline;
}
#image ul {list-style:none;}
#slider {
	width: 550px; /* important to be same as image width */
	height: 295px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	width: 550px; /* important to be same as image width or wider */
	
	top: 0;
	margin-left: 0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	margin:0;
	padding:0;
	background-image:none;
	height:295px;
}
/* hide hack from Mac-IE5 \*/
* html .sliderImage {
	height: 1%;
}
/* end hiding */
.sliderImage span {
	position: absolute;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
/* Slider Ende */
#home_content_left {
	width:625px;
	float:left;
	text-align: left;
	padding-top: 40px;
}

#content_area {
	width:960px;
	text-align: center;
	min-height: 200px;
	margin: 30px 0 30px 0;
	clear: both;
}
#content_area img {border:1px solid #666;padding:2px;margin:8px 0 30px 38px;}
#content_area .no-margin {margin: 8px 0 30px 0;}

#footer {
	width:100%;
	min-height: 250px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	background-color: #111111;
	padding-top: 10px;
	padding-bottom: 40px;
	border-top: 1px solid #666;
}

.copyright {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e0dfdf;
	text-align: left;
	display: block;
	padding-left: 50px;
	padding-top: 20px;
}

.copyright a {
text-decoration:none;
color:#bcbaba;
}

.copyright a:hover {
text-decoration:underline;
color:#ffffff;
}




	
/* Bottom Navigation bar menu styling */

#bottom_nav {
	width:960px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 15px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#bcbaba;
	text-align: left;
}
#bottom_nav h2 {color:#fff; font-size:22px;letter-spacing:-1px;}
	
	
#nav_container1 {
	float: left;
	width:300px;
	
	
	
}

#nav_container2 {
	float: left;
	width:300px;
	text-align: left;
	margin: 0 0 0 20px;
	
}

#nav_container3 {
	float: right;
	width:300px;
	text-align: left;
	padding: 0 0 0 20px;
}
#nav_container3 p{}
	
	
#bottom_nav ul {
	margin:0;
	padding: 0;
	list-style:none;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#bottom_nav li {
	border-top: 1px solid #282828;
	padding: 0 0 0 20px;
	margin:0;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	background: url(../img/arrow.gif) no-repeat 0 50%;
	line-height: 30px;
}

#bottom_nav li a{
	margin:0;
	text-decoration: none;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #969696;
}

#bottom_nav li a:hover {
	color:#dcdcdc;
	text-decoration: none;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#bottom_nav li a.active {

	color:#dcdcdc;
	text-decoration: none;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	
}


	

