/********** Splash ************/

#mainContentSplash {
	width: 866px; 
	height: 476px;
	margin: 8px 0px 8px 19px;
	padding: 0px 0px 0px 0px;
	background-image: url("../images/splash/splash_bg.jpg");
	background-repeat: no-repeat;
	}
	
#tag {
	margin: 186px 0px 0px 34px;
	}

#featureArea {
	width: 840px;
	height: 130px;
	margin:  20px 0px 0px 21px;
	color: #ffffff;
	font-size: 1.2em;
	}
	
.featureGroup {
	width: 194px;
	height: 130px;
	float: left;
	margin: 0px 15px 0px 0px;
	cursor: pointer;
	}
	
.featureGroup p.title {
	width: 184px;
	height: 22px;
	margin: 0px;
	padding: 7px 0px 0px 10px;
	text-align: left;
	background-image: url("../images/splash/featureGroupTitle_bg.gif");
	background-repeat: no-repeat;
	/*font-weight: bold;*/
	}
	
.featureGroup p.description {
	width: 190px;
	margin:  5px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
	text-align: left;
	display: block !important;
	}

#featureArea a  {
	color: #ffffff;
	text-decoration: none;
	display: block !important;
	}

#featureArea a:hover .featureGroup p.title, #featureArea a:hover {
	text-decoration: none; 
	background-image: url("../images/splash/featureGroupTitle_bg.gif");
	background-repeat: no-repeat;
	background-position: 0px -29px;
	}
	
#flashContainer{
	position: relative;
	width: 576px;
	height: 117px;
	padding:180px 0px 6px 20px;
	overflow:hidden;
}