@charset "utf-8";

body {
	background: #121212 url(../images/bg_tile_x.jpg) repeat-x;
	font-size: 62.5%;
	margin: 0;
	padding-bottom: 40px;
}
form {
	margin: 0;
	padding: 0;
}
	form p {
		font: 1.2em Arial, Helvetica, sans-serif;
	}

img {
	border: 0;
}
p {
	padding: 0;
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
#banner {
	background: url(../images/banner_index.jpg) no-repeat;
	color: #fff;
	font: bold 3.4em/80px Arial, Helvetica, sans-serif;
	height: 80px;
	margin: 5px auto 0 auto;
	text-align: center;
	width: 930px;
}
#container {
	background: url(../images/bg.jpg) no-repeat top center;
	height: auto;
	padding-top: 45px;
	width: 100%;
}
#form {
	background: url(../images/form_top.jpg) no-repeat top;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 auto;
	padding: 20px 0 20px 20px;
	width: 188px;
}
	#form input,
	#form select,
	#form textarea {
		background: #e0e0e0;
		border: 0;
		margin: 0 0 10px 0;
	}
	#form input {
		height: 22px;
		width: 170px;
	}
	#form textarea {
		width: 170px;
	}
	#form label {
		color: #666;
		font: 1.2em Arial, Helvetica, sans-serif;
	}

#header {
	margin: 0 auto;
	width: 960px;
	height: 150px;
}
	#header .left {
		float: left;
	}
	#header .right {
		background: url(../images/phone.jpg) no-repeat;
		float: right;
		height: 95px;
		width: 330px;
	}
		#header .right p {
			left: 40px;
			position: relative;
			margin: 0;
			padding: 0;
			text-align: center;
			top: 70px;
			width: 200px;
		}

#nav {
	background: url(../images/bg_nav.jpg) no-repeat;
	height: 50px;
	padding-left: 60px;
	position: relative;
	width: 900px;
}
	#nav ul#links {
		font: 1.2em Arial, Helvetica, sans-serif;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#nav ul#links li {
			display: inline;
			margin: 0;
			padding: 0;
		}
			#nav ul#links li a:link,
			#nav ul#links li a:visited {
				border-right: 1px solid #f41c29;
				border-left: 1px solid #cc030f;
				color: #fff;
				display: block;
				float: left;
				line-height: 40px;
				margin-top: 10px;
				padding: 0 10px;
				text-decoration: none;
			}
			#nav ul#links li a:hover {
				background: #fff;
				border-right: 1px solid #fff;
				border-left: 1px solid #fff;
				color: #97141c;
			}
				#nav ul#links li a.noBorderLeft {
					border-left: 0;
				}
				#nav ul#links li a.noBorderRight {
					border-right: 0;
				}
				#nav ul#links li a.selected {
					background: #fff;
					border-right: 1px solid #fff;
					border-left: 1px solid #fff;
					color: #97141c;
				}
				
	#nav .btn {
		position: absolute;
		left: 620px;
		top: 0;
		width: 280px;
	}

#promos {
	margin: 5px auto 0 auto;
	width: 930px;
}
#stage {
	background: #fff url(../images/stage_bottom.jpg) no-repeat bottom;
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 20px;
	width: 960px;
}
	#stage h1 {
		color: #1d1d1d;
		font: 2.2em/24px Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 20px 35px -10px 35px;
	}
	#stage h2 {
		color: #1d1d1d;
		font: bold 1.7em/26px Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 20px 30px 0 40px;
	}
	
	#stage p {
		color: #1d1d1d;
		font: 1.2em/18px Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 0 40px 20px 40px;
	}
		#stage p.center {
			color: #c7050b;
			font-weight: bold;
			font: bold 1.4em/23px Arial, Helvetica, sans-serif;
			text-align: center;
		}
	
	#stage ul {
		font: 1.2em/18px Arial, Helvetica, sans-serif;
		margin: 0 0 20px 80px;
		padding: 0;
	}
	#stage .columnContainer {
		overflow: auto;
		width: 100%;
	}
		#stage .columnContainer .twoColumnLeft {
			float: left;
			width: 680px;
		}
		#stage .columnContainer .twoColumnRight {
			float: left;
			width: 280px;
		}
		
	#stage .oneColumn {
		overflow: auto;
		width: 100%;
	}
	#stage #footer {
		background: url(../images/bg_footer.jpg) no-repeat;
		color: #fff;
		font: 1.1em/50px Arial, Helvetica, sans-serif;
		height: 50px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 930px;
	}

a:link,
a:visited {
	color: #c7050b;
}
a:hover {
	color: #999;
	text-decoration: none;
}


