/* HEADER */

#headerBackground #headerContainer{
	width: 962px; /*changed it from 962 to 980*/
}

#headerContainer .topNavContainer{
	width: 757px;
}

#headerContainer .topNavContainer .topNavGlobal{
	margin-left: -5px;
}


/* MAIN */

#homeBackground #mainContainer{
	width: 962px;
}

* html #homeBackground #mainContainer{
	width: 962px;
	position: relative;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#homeBackground #mainContainer .contentContainer{
	background-image:url(/images/homepage_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 962px;
	height: 539px;
}

* html #homeBackground #mainContainer .contentContainer{
	background-image:url(/images/homepage_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 962px;
	height: 539px;
	position: relative;
	border: 0px;
	padding: 0px;
	margin: 0px;
}


#homeBackground #mainContainer .heroContainer{
	padding: 10px 0px 0px 0px;
	height: 322px;
}

#homeBackground #mainContainer .promoContainer .promoBucket{
	padding: 15px 0px 0px 1px;
	margin: 0px 0px 0px 6px;
	width: 232px;
	height: 155px;
	text-align: center;
	float: left;
}

#homeBackground #mainContainer .promoContainer .promoBucket div{
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 164px;
	line-height: 16px;
}

#homeBackground #mainContainer .promoContainer .promoBucket a{
	text-decoration: none;
}

#homeBackground #mainContainer .promoContainer .promoBucket div .promoTitle{
	color: #999;
}

#homeBackground #mainContainer .promoContainer .promoBucket div .promoTitle span{
	color: #3399CC;
}

#homeBackground #mainContainer .promoContainer .promoBucket div .promoTitle.hoverState{
	color: #fff;
}

#homeBackground #mainContainer .promoContainer .promoBucket div .promoTitle span.hoverState{
	color: #fff;
}

#headerContainer .topNavContainer .topNavMain .topSearchSpacer{
	width: 12px;
}

/*  FOOTER */

#homeFooterContainer{
	clear: both;
	background-color: #0e0e0d;
	border-top: 1px solid #232526;
	border-right: 1px solid #313434;
	border-left: 1px solid #313434;
	height: 180px;
}


#homeFooterContainer .bottomNavContainer{
	text-align:left;
}

#homeFooterContainer .bottomNavContainer .bottomNav{
	padding: 15px 0px 0px 20px;
	float: left;
}

#homeFooterContainer .bottomNavContainer .bottomNav .bottomLinks{
	width: 765px;
	height: 30px;
}

#homeFooterContainer .bottomNavContainer .bottomNav .bottomLinks div{
	float: left;
	padding: 10px 20px 0px 0px;
}

#homeFooterContainer .bottomNavContainer .bottomNav .bottomLinks div a{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#homeFooterContainer .bottomNavContainer .bottomNav .bottomLinks div a:hover{
	color: #3399cc;
}

#homeFooterContainer .bottomNavContainer .bottomNav .terms{
	font-size: 10px;
	padding: 10px 0px 10px 0px;
	color: #666666;
	line-height: 16px;
}

#homeFooterContainer .bottomNavContainer .bottomLanguage{
	width: 140px;
	height: 30px;
	float: left;
	padding: 20px 0px 0px 0px;
}

#homeFooterContainer .bottomNavContainer .bottomLanguage { 
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	width: 140px;
}

