@charset "utf-8";
/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong, b, u, i, center,
dl, dt, dd, ol, ul, li, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #7c7c7c;
	font-family: Arial;
	color: #000;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration:underline;}
h1 {
	font-size: 36px;
	letter-spacing: -1px;
	display: inline;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 5px;
}
.yellow-text {
	color: #FCDF07;
}
.red-txt {
	color: #ed3023;
}
#mainContainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
}
#mainContainer #mainHeader {
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 17px;
	height: 74px;
}
#mainContainer #mainHeader #headerLogo {
	float: left;
}
#mainContainer #mainHeader #headerText {
	position: relative;
	float: left;
	height: 46px;
	margin-top: 10px;
	padding-left: 25px;
	padding-top: 10px;
	color: #000;
}
#mainContainer #mainHeader #rebate {
	position: relative;
	float: right;
	color: #000;
	width: 125px;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #CCC;
	border: 1px solid #FFF;
	top: 5px;
	padding: 3px;
	font-size: 11px;
}
#mainContainer #mainImage {
	background-image: url(main-img.jpg);
	height: 417px;
	width: 1000px;
	background-repeat: no-repeat;
}
#mainContainer #mainImage h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -0.1em;
}
#mainContainer #mainImage #infoRebate {
	position: relative;
	width: 325px;
	top: 120px;
	left: 10px;
}
#mainContainer #mainImage #infoRebate1 {
	position: relative;
	left: 10px;
	width: 500px;
	top: 250px;
}
#mainContainer #mainContent {
	background-color: #959595;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	position: relative;
}
#mainContainer #mainContent h2, #mainContainer #mainContent p, #mainContainer #mainContent table{
	position: relative;
	left: 5px;
	padding-right: 5px;
}
#mainContainer #mainContent table {
	width: 220px;
}

#mainContainer #mainContent table th {
	color: #FFF;
	text-align: left;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#mainContainer #mainContent table td {
	padding-top: 1px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#mainContainer #mainContent div {
	width: 318px;
	background-color: #b29c73;
	font-size: 11px;
	padding: 5px;
	height: 340px;
	position: relative;
	float: left;
}
#mainContainer #mainContent img {
	float: left;
	clear: right;
}
#mainContainer #mainContent #content-2 {
	margin-right: 8px;
	margin-left: 8px;
}
#mainContainer #mainFooter {
	float: left;
	width: 1000px;
	color: #000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
