@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../images/elements/background.jpg) repeat-x #dae7f8;
	color: #666666;
}
.container {
	margin: 30px auto;
	padding: 0;
	width: 942px;
}
.header {
	background: url(../images/header/container_top.gif) no-repeat top left;
	padding-top: 30px;
	width: 942px;
}
.logo h1 {
	background: url(../images/header/banner_header.gif) no-repeat;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: -9000px;
	height: 73px;
	width: 942px;
}

.content {
	background: url(../images/header/container_side.gif) repeat-y center left;
	clear: both;
	font-size: 100%;
	width: 100%;
}
.contentEnd {	
	background: url(../images/header/container_bottom.png) repeat-x bottom left;
	height: 27px;
	width: 942px;
}

/* ******************************************
	MAIN NAV
****************************************** */

.navContainer {
	background: url(../images/header/nav_bottom.gif) no-repeat bottom left;
	height: 55px;
	width: 942px;
	margin: 0;
	padding: 0;
}
.navContainer li{
	float: left;
}
.navContainer li a{
	display: block;
	height: 41px;
	background: url(../images/header/btnMainNavigation.gif) no-repeat center left;
	text-decoration: none;
	text-indent: -9000px;
	}
	
	.navContainer li.home a {
		background-position: 0 0;
		width: 236px;
	}
		.navContainer li.home a:hover, .navContainer li.home a:active, .navContainer li.home a.on {
			background-position: 0px -60px;
		}
	
	.navContainer li.about a {
		background-position: -236px 0;
		width: 190px;
	}	
		.navContainer li.about a:hover, .navContainer li.about a:active, .navContainer li.about a.on {
			background-position: -236px -60px;
		}
		
	.navContainer li.rewards a {
		background-position: -426px 0;
		width: 126px;
	}	
		.navContainer li.rewards a:hover, .navContainer li.rewards a:active, .navContainer li.rewards a.on {
			background-position: -426px -60px;
		}
		
	.navContainer li.contact a {
		background-position: -552px 0;
		width: 137px;
	}		
		.navContainer li.contact a:hover, .navContainer li.contact a:active, .navContainer li.contact a.on {
			background-position: -552px -60px;
		}
		
	.navContainer li.register a {
		background-position: -689px 0;
		width: 253px;
	}		
		.navContainer li.register a:hover, .navContainer li.register a:active, .navContainer li.register a.on {
			background-position: -689px -60px;
		}


/* FOOTER */
.footer {
	color: #23465a;
	float: left;
	margin: 25px 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
	.footer, .footer div, .footer strong, .footer .links a {
		font-size: 11px;
	}
	.footer .links {
		font-size: 11px;
		float: right;
		color: #add2e6;
	}
	.footer .links a {
		color: #548eaf;
		text-decoration: none;
	}
	.footer .links a:hover {
		color: #23465A;
		text-decoration: underline;
	}
