@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	margin:10px 0 0 0;
	padding:0;
}

#headerWrap {
	background:url(../images/bg-headerWrap.jpg) no-repeat center #badaff;
	width:100%;
	height:auto;
	float:left;
	margin:0;
}

#header {
	width:900px;
	height:136px;
	margin:0 auto;
	padding:0 0 10px 0;
}

#logo {
	width:260px;
	height:136px;
	float:left;
	margin:0;
}

#navBar {
	background:url(../images/bg-navBar.jpg) no-repeat;
	width:609px;
	height:92px;
	float:left;
	margin:0;
	padding:20px 21px 24px 10px;
}

#slideshowContain {
	background:url(../images/bg-slideshow.png) no-repeat;
	width:554px;
	height:322px;
	margin:-21px auto 0 auto;
	padding:0 0 0 346px;
	z-index:100;
	position:relative;
}

#slideshow {
	width:554px;
	height:322px;
	float:left;
	margin:-11px 0 0 0;
}

#homeContentWrap {
	background:url(../images/bg-contentWrap.jpg) repeat;
	width:100%;
	height:auto;
	float:left;
	margin:-92px 0 0 0;
}

#contentWrap {
	background:url(../images/bg-contentWrap.jpg) repeat;
	width:100%;
	height:auto;
	float:left;
	margin:0px 0 0 0;
}

#mainContain {
	width:900px;
	height:auto;
	margin:0 auto;
}

#contentArea {
	width:504px;
	height:auto;
	float:left;
	margin:0;
	padding:35px 25px 35px 25px;
}

#sideBar {
	width:290px;
	height:auto;
	float:left;
	margin:0;
	padding:35px 36px 38px 20px;
	z-index:120;
	position:relative;
}

#partners {
	width:290px;
	height:auto;
	float:left;
	margin:20px 0 0 0;
	}
	
#partnersTop {
	background:url(../images/bg-partnersTop.jpg) no-repeat;
	width:290px;
	height:19px;
	float:left;
	margin:0;
	}
	
#partnersInfo {
	background:url(../images/bg-partnersInfo.jpg) repeat-y;
	width:260px;
	height:auto;
	float:left;
	margin:0;
	padding:0 15px 5px 15px;
	}
	
#partnersBot {
	background:url(../images/bg-partnersBot.jpg) no-repeat;
	width:290px;
	height:20px;
	float:left;
	margin:0;
	}

#teaser {
	width:504px;
	height:auto;
	float:left;
	margin:0;
	padding:100px 25px 0 25px;
}

#footerWrap {
	background:url(../images/bg-footerWrap.jpg) repeat-x;
	width:100%;
	height:105px;
	float:left;
	margin:0;
}

#footer {
	width:900px;
	height:65px;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	font-size:12px;
	padding:40px 0 0 0;
}