body#homepage {
	background-color: #000000;
}
#homepage #breadCrumb {
	display: none;
}
#homepage #headerText {
	display: none;
}
#homepage #home_flash {
	margin-right: auto;
	margin-left: auto;
	width: 937px;
	color: #fff;
}
#homepage #features {
	background-image: url(../images/home/feature_bg.jpg);
	width: 937px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	font-size: 10px;
	border-bottom: 1px solid #1f1f1f;
}

#homepage #features #feat1,
#homepage #features #feat2,
#homepage #features #feat3 {
	position: relative;
	line-height: normal;
	padding: 25px 0;
	background-image: url(../images/home/feature_grad.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 312px;
}
/****************************************************************
 * Note: IE 6 requires some tweaks for proper layout, shown below
 * as an inline stylesheet wrapped in an IE conditional comments
 * (suitable for insertion directly into the content asset. If
 * you prefer, you can hack IE 6-specific CSS into this CSS file.
<!--[if IE 6]>
<style>
#homepage #features #feat1,
#homepage #features #feat2,
#homepage #features #feat3 {
    margin-left: -3px;
    margin-right: -1px;
}
</style>
<![endif]-->
*****************************************************************/

#homepage #features .feature_content {
	width: 275px;
	margin: 0 auto;
}
#homepage #features h1 {
	font-size: 16px;
	/*font-weight: bold;*/
	margin-bottom: 5px;
	color: #FFFFFF; 
}
#homepage #features h1 a {
	color: #fff;
}
#homepage #features strong {
	color: #68CEF7;
	font-size: 12px;
}


#homepage #features #feat1 {
	float: left;
}

#homepage #features #feat1 a {
	color: #FFF;
	display: block;
	margin-top: 5px;
	font-weight: bold;
}

#homepage #features #feat1 img {
	float: left;
	margin: 0 10px 30px 0;
}

#homepage #features #feat1 .feature_content_strong {
	color: #68CEF7;
	font-size: 12px;	
	display: block;
	margin-top: 5px;
	font-weight: bold;
}


#homepage #features #feat2 {
    margin-left: 312px;
    margin-right: 312px;
}

#homepage #features #feat2 ul li {
	background-image: none;
	width: auto;
	height: auto;
	margin-bottom: 8px;
}
#homepage #features #feat2 strong {
	background-image: url(../images/_common/arrows/sm_whiteblack_r.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	display: block;
	padding-left: 8px;
	color: #68CEF7;	
}
#homepage #features #feat2 ul li a {
	color: #68CEF7;
}


#homepage #features #feat3 {
    float: right;
}

#homepage #features #feat3 strong {
	font-size: 10px;
	color: #FFFFFF;
	display: block;
	margin-top: 5px;
}

#homepage #features #feat3 .feature_content img {
	float: left;
	margin: 0 10px 45px 0;	
}

#homepage #logobar {
	height: 68px;
	width: 937px;
	margin-right: auto;
	margin-left: auto;
    clear: both;
}






/* ----------------- Layout Styles for home -----------------*/

#homepage #features #featRightNow {
	background-image: url(../images/home/feature_grad_RightNow.jpg);
}

#homepage #features #featRightNow .feature_content {
	position: absolute;
	left: 104px;
	top: 22px;
	right: 12px;
}
#homepage #features #featRightNow ul li {
	background-image: none;
	width: auto;
	height: auto;
	margin-bottom: 5px;
}
#homepage #features #featRightNow strong {
	/*background-image: url(../images/_common/arrows/sm_whiteblack_r.gif);*/
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: left 6px;
	display: block;
	padding-left: 0px;
	padding-bottom: 2px;	
}
#homepage #features #featRightNow ul li a {
	color: #999;
}



#homepage a#logobar {
	height: 68px;
	width: 937px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#homepage #footer {
	background-image: none;
	padding: 0 0 20px 0;
}

#homepage #footer_inner {
	position: relative;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	color:#666666;
	font-size: 10px;
}

#homepage #footer_inner a {
	color: #666666;
	text-decoration: underline;
}

#homepage #german_flag {
	vertical-align: top;
	padding-left: 50px;
}

#homepage #hgbug {
	position: absolute;
	top: 3px;
	right: 0;
}
