@charset "utf-8";
/* CSS Document */

body
	{
	margin: 0px;
	padding: 30px 0 0 0;
	text-align: center;
	background-image: url('../images/splash_bg.gif');
	}
	
#container
	{
	width: 1000px;
	margin: 0 auto 0 auto;
	background-image: url('../images/main_bg.gif');
	color: #4F4A21;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-align: justify; 
	text-justify: newspaper
	}

#header
	{
	width: 1000px;
	height: 199px;
	background-image: url('../images/header_bg.gif');
	position: relative;
	}

#main
	{
	height: 431px;
	position: relative;
	}

#footer
	{
	width: 1000px;
	height: 155px;
	background-image: url('../images/footer_bg.gif');
	position: relative;
	}

#logo
	{
	position: absolute;
	top: 6px;
	left: 33px;
	}
	
#rdp_logo
	{
	position: absolute;
	top: 0px;
	left: 22px;
	}

#header_banner
	{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 166px;
	width: 698px;	
	}

#home #header_banner
	{
	background-image: url('../images/home_header.gif');
	}
	
#red_dirt #header_banner
	{
	background-image: url('../images/red_dirt_header.gif');
	}
	
#spring #header_banner
	{
	background-image: url('../images/spring_header.gif');
	}

#fall #header_banner
	{
	background-image: url('../images/fall_header.gif');
	}
	
#availability #header_banner
	{
	background-image: url('../images/availability_header.gif');
	}
	
#delivery_area #header_banner
	{
	background-image: url('../images/delivery_area_header.gif');
	}


#home #main
	{
	background-image: url('../images/home_bg.jpg');
	}
	
#red_dirt #main
	{
	background-image: url('../images/red_dirt_bg.gif');
	}
	
#spring #main
	{
	background-image: url('../images/spring_bg.jpg');
	}

#fall #main
	{
	background-image: url('../images/fall_bg.jpg');
	}

#availability #main
	{
	background-image: url('../images/availability_bg.jpg');
	}

#delivery_area #main
	{
	background-image: url('../images/delivery_area_bg.gif');
	}

#home #title
	{
	position: absolute;
	top: 229px;
	left: 74px;
	}

.button
	{
	display: block;
	height: 124px;
	width: 126px;
	position: absolute;
	top: 175px;
	background-position: 0 0;
	}
	
.button:hover
	{
	background-position: 0 -124px;
	}
	
.spring
	{
	background-image: url('../images/spring_button.gif');
	left: 374px;
	}

.fall
	{
	background-image: url('../images/fall_button.gif');
	left: 528px;
	}

.inventory
	{
	background-image: url('../images/inventory_button.gif');
	left: 682px;
	}

.our_area
	{
	background-image: url('../images/our_area_button.gif');
	left: 835px;
	}

#home #text1
	{
	position: absolute;
	top: 315px;
	left: 33px;
	width: 450px;
	height: 90px;
	}

#red_dirt #text1, #spring #text1, #fall #text1, #availability #text1, #delivery_area #text1
	{
	position: absolute;
	top: 25px;
	left: 639px;
	width: 331px;
	height: 224px;
	overflow: auto;
	}

	
#home #text2
	{
	position: absolute;
	width: 450px;
	height: 90px;
	top: 315px;
	left: 511px;
	}
	
#menu1
	{
	position: absolute;
	bottom: 7px;
	left: 14px;
	}

#menu1 .menu1
	{
	width: 133px;
	height: 21px;
	background-position: 0 0;
	display: block;
	float: left;
	margin-right: 10px;
	}

#menu1 .menu1:hover, #menu1 .selected
	{
	background-position: 0 -21px;
	}

#menu1 .home
	{
	background-image: url('../images/menu_home.gif');
	}

#menu1 .red_dirt
	{
	background-image: url('../images/menu_red_dirt.gif');
	}


#menu2
	{
	position: absolute;
	bottom: 0px;
	left: 302px;
	}

#menu2 .menu2
	{
	height: 33px;
	background-position: 0 0;
	display: block;
	float: left;
	}

#menu2 .menu2:hover, #menu2 .selected
	{
	background-position: 0 -33px;
	}

#menu2 .spring
	{
	background-image: url('../images/menu_spring.gif');
	width: 155px;
	}

#menu2 .fall
	{
	background-image: url('../images/menu_fall.gif');
	width: 100px
	}

#menu2 .availability
	{
	background-image: url('../images/menu_availability.gif');
	width: 201px;
	}

#menu2 .delivery_area
	{
	background-image: url('../images/menu_delivery_area.gif');
	width: 236px;
	}

a
	{
	color: #b95205;
	text-decoration: none;
	font-weight: bold;
	}

.bold
	{
	color: #b95205;
	font-size: 1.5em;
	font-weight: bold;
	}

h2
	{
	color: #b95205;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: capitalize;
	}