/*CSS style document to control the homepage and all other repeated rules throughout the site*/

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 800px;
	position: relative;
	height: auto;
	border: solid 1px #000000;
}

body {
	background-image: url(../images/bigBackground.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #C7CDDD;
	margin: 0;
	padding: 0;
}

select {
	background-color: #D7E4AC;
}

#mainBanner {
	width: 800px;
	height: 73px;
}

#mainNavigation {
	width: 800px;
	height: 27px;
	background-image: url(../images/navigation_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}
.navPadding {
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.linkFormatting, .linkFormatting:link, linkFormatting:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.linkFormatting:hover {
	color: #EEDCD7;
	text-decoration: none;
}
	
#mainImage_home {
	width: 800px;
	height: 176px;
}

#tripleContainer {
	position: relative;
	width: 800px;
	vertical-align: top;
}	

#resourceCenter {
	float: left;
	width: 248px;
	background-image: url(../images/resource_center_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #EFEEF3;
}

#productsList {
	float: left;
	width: 303px;
	background-image: url(../images/products_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#dealerFinder {
	float: left;
	width: 249px;
	background-image: url(../images/dealer_locator_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #EFEEF3;
}

.bottomNav, .bottomNav:link, bottomNav:visited {
	text-decoration: underline;
	color: #655907;
}

.bottomNav:hover {
	color: #999999;
	text-decoration: underline;
}

.bottomFormat {
	padding-left: 15px;
	padding-right: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	background-color: #9D9588;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	text-align: center;
	height: auto;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.footerFormat {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

#veryBottomInfo {
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#todaysDate {
	position: absolute;
	z-index: 10;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	top: 5px;
	left: 630px;
	font-weight: bold;
}	