* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #222;
	text-decoration: none;
	list-style: none;
}

img {
	border: none;
}

body {
	min-width: 940px;
	background: #2a3436;
}

#main {
	background: #d0ebf6 url(images/main_background.jpg) repeat-x;
	text-align: center;
}
.container {
	margin: auto;
	text-align: justify;
	width: 940px;
}
#headbar {
	padding: 0px 20px;
	height: 50px;
	text-align: right;
}
#headbar p, #headbar p a {
	padding-top: 10px;	
	color: #999;
	font-size: 12px;
}
#headbar p a:hover {
	color: #fff;
}
#top {
	position: relative;
	padding: 0px 20px 0px 10px;
	height: 200px;
}
#logo {
	position: absolute;
	z-index: 1;
}
#slideshow {
	position: absolute;
	top: 0px;
	left: 470px;
	width: 450px;
	height: 200px;
	z-index: 2;
}
#slideshow img {
	position: absolute;
}
#navbar {
	position: absolute;
	top: 150px;
	left: 20px;
	width: 500px;
	height: 50px;
	z-index: 3;
}
#navbar ul li {
	float: left;
	height: 50px;
	width: 125px;
}
#navbar ul li a {
	display: block;
	height: 50px;
	width: 125px;
	background: url(images/button.png) no-repeat;
}
#navbar ul li a:hover, #navbar ul li a.current {
	background-position: -125px 0px;
}
#shadow_top {
	height: 10px;
	background: url(images/shadow_top.png) no-repeat;
	background-position: 10px 0px;
}
#content_container {
	padding: 0px 20px;
	background: url(images/shadow_middle.png) repeat-y;
	background-position: 10px;
}
#content {
	background: #fff;
	padding: 10px 20px 10px 20px;
}
#content h1 {}
#content h2 {
	padding-top: 20px;
	font-size: 20px;
}
#content p {
	padding-top: 15px;
}
#content a {
	border-bottom: 1px dashed #222;
}
#content a:hover {
	border-bottom: 1px solid #222;
}
#bigbuttons {
	height: 200px;
	padding-bottom: 10px;
}
#bigbuttons img {
	float: left;
	height: 200px;
	width: 300px;
	background: url(images/bigbutton.jpg) no-repeat;
}
#bigbuttons img:hover {
	background-position: -300px 0;
}
.right {
	float: right;
	padding-left: 20px;
}
.left {
	float: left;
	padding-right: 20px;
}
.clear {
	clear: both;
}
table#calculator {
	margin-right: 100px;
}
table#calculator td {
	padding-right: 25px;
}
.calcresult, #monthlyrakeback, #yearlyrakeback {
	font-size: 30px;
	color:#660700
}
#shadow_bottom {
	height: 30px;
	background: url(images/shadow_bottom.png) no-repeat;
	background-position: 20px 0px;
}
#footer {
	background: #2a3436 url(images/footer_background.jpg) repeat-x;
	min-height: 150px;
}
#footer h2 {
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
}
#footer p {
	font-size: 14px;
	color: #999;
	padding-bottom: 10px;
}
#left_footer {
	float: left;
	width: 429px;
	padding: 0 20px;
	margin-top: 20px;
	border-right: 1px dashed #888;
}
#right_footer {
	float: left;
	width:430px;
	padding: 0 20px;
	margin-top: 20px;
} 
