/* BROWSER RESET - elimantes default browser css for the following elements
===================== */
* {
	font-family:Arial, Verdana, Helvetica, sans-serif;	
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}


body {
	margin: 0 auto;	
	
	background: url(images/bigbg.jpg) no-repeat top center;background-color: #8fa88b;
}

/* TEXTUAL SELECTORS SITE WIDE
===================== */

h1,h2,h3,h4,h5,h6 { /*control the margins, padding, display style, and basic text characteristics of all header tags*/
	text-transform:capitalize;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: lighter;
	display:block;
}

h1 { /*use for normal h1 page headers for content area*/
	font-size: 29px;
	color:#837e4f;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

h2 { /*use for normal h2 page headers for content area*/

	font-size:22px;
	font-weight:bold;
	color: #c67c11;
	line-height: 24px;
	display:block;
	margin-top: 15px;
	letter-spacing: -1px;
}

h3 { /*used for bagged product page, level header text for index or secondary page callouts*/
	font-size:21px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #981b18;
	margin-bottom: 6px;
}


h4 { /*used for second level header text for index or secondary page callouts*/
	font-size:16px;
	color: #195b85;
	margin-bottom: 6px;
}

h5 { /*used for bagged products items*/
	font-size:20px;
	color: #988f36;
	margin-top: 55px;
	letter-spacing: -1px;
}

p { /*paragraphs setting across all classes*/
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 24px;
	margin-top: 10px;
	color:#333333;
}

ul { /*styles uls mainly in content area - NOTE the navigation ul's are defined differently*/
margin: 20px 0px 25px 0px;

}

ul li {/*styles ul's li's mainly in content area - NOTE the navigation ul's are defined differently*/

	font-size: 15px;
	line-height: 19px;
	margin: 10px 0px 10px 35px;
	color:#333333;
	vertical-align:middle;
	list-style-position:outside;
	list-style-type:square;
}


/* ANCHORS (default link styles site wide.)
===================== */
a {/*ensures all links have this format, except color (not including the nav's)*/
	font-weight: bold; text-decoration: underline; outline:none;
} 

	a:link {
		color: #990000;/*default link color*/
	} 
	
	a:visited {
	color: #990000;/*visited link color*/
	} 
	
	a:hover {
	color: #837e4f; /*hover link color*/
	}
	
	a:active {
	color: #837e4f;/*actives link color*/
	} 

/* IMAGES
===================== */

img {
	margin: 0px 0px 18px 0px;
	border: none;
}

	img.floatright {
		float:right;
		margin-left: 35px; /*used to set images about 1.5 grids away from the paragraph text*/
	}
	
	img.floatleft {
		float:left;
		margin-right: 35px; /*used to set images about 1.5 grids away from the paragraph text*/
	}
	


/* TABLES
===================== */

table tr td  {
	font-size:14px;
	line-height: 18px;
	padding: 8px;
	margin: 5px;
	background: #efefef;
}

td.tippytop {
	background:#F8EDB1;
	
}

/* HEADER SECTION
===================== */

#bgheaderindex { /*header for index page layout*/

}


#bgheader { /*header for secondary pages*/
	background: url(images/bgheader.png) top center no-repeat;
	height: 330px;
}

/* MAIN NAVIGATION
===================== */

#navcontainer {
	margin-bottom: 75px;
}

#navmove2 {/* used to control placement of last two buttons */
display: block;
position:absolute;
right: 95px;
top: 61px;
z-index:-5;
}


#navmove1 {/* used to control placement of last two buttons */
display: block;
position:absolute;
right: 220px;
top: 61px;
z-index:-5;
}



div#nav{ position:relative;
z-index:10;
			}

ul#mainnav li a.knockdown {
	margin-top: 10px;
}


ul#mainnav li a.bagged, {
	font-size: 14px;
	padding-top: 10px;
}	

ul#mainnav li a.currentbagged {
	color:#ffffff;
	font-size: 14px;
	padding-top: 10px;
}	



#mainnav, #mainnav ul {
	width: 1050px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1px 0;
	position:absolute;
	top:-13px;
	left:-29px;
	
	
}


#mainnav li{list-style:none;
	list-style-image:none;}

#mainnav a {
	display: block;
	color: #f4e18c;
	text-decoration: none;
	padding: 15px 0 0 0;
	margin:0;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 160px;
	height:54px;
}

#mainnav li a{
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:-0.1em;
}


#mainnav a.parent { 
}
#mainnav li {
	float: left;
	padding: 0;
	margin:0;

}
#mainnav li ul {
	position: absolute;
	left: -2000px;
	height: auto;
	width: 350px;
	font-weight: normal;
	border-width: 1px;
	margin: 77px 0 0 0;
	background:#471010;

}
#mainnav li li {
	width: 340px;
	font-size:11px;
	list-style:none;
	padding:2px 0 2px 10px;
	margin:0;
	border-top:1px solid #f4e18c;	
	height:20px;
		
}

#mainnav li li a{
	font-size:16px;
	text-transform:none;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:left;
}


#mainnav li ul a {
	width: 340px;
	padding:0;
	margin:0;
}
#mainnav li ul ul { 
	margin: 0 0px 0px 175px;
	
}
#mainnav li:hover ul ul, #mainnav li:hover ul ul ul, #mainnav li.sfhover ul ul, #mainnav li.sfhover ul ul ul { left: -2000px; 
}
#mainnav li:hover ul, #mainnav li li:hover ul, #mainnav li li li:hover ul, #mainnav li.sfhover ul, #mainnav li li.sfhover ul, #mainnav li li li.sfhover ul, #mainnav li a:hover {
	left: auto;
	color:#ffd200;
}
#mainnav li:hover, #mainnav li.sfhover {
color:#ffd200;

}



/* FOOTER AREA
===================== */

#footer{
	margin-top: 30px;
}

ul#footernav {
	text-align:left;
	display:block; 
	background: #8fa88b;
	min-height: 45px;
}

ul#footernav li {
	list-style: none;
	text-align: right;
	display: inline; /*turn off to make vertical links - STEP 1 of 3 */
	float:left; /*turn off to make vertical links - STEP 2 of 3*/
	line-height: 17px; /* controls the height of the border-right line below*/
	/* _line-height: 0.4em; use thie for IE 6 hack for the line height of the vertical footernav*/
	margin: 10px 15px 10px 0;
}

ul#footernav li a {
	font-size: 10px;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration: none;
	display:block;
	font-weight:lighter;
	text-decoration: underline;
	text-align: center;
	vertical-align:middle;
	float:left; /* turn off to make vertical stacked links - STEP 3 of 3*/
}


/* footer links colors
===================== */

/* OFF */
ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	display: block;
	color: #c8120e;
	text-decoration: none;
	font-weight:bold;
}

/* HOVER */
ul#footernav li a:hover {
	color: #c8120e;
	display: block;
	border-bottom:1px solid #c8120e;
}

/* ON */
ul#footernav li a.current:link, ul#footernav li a.current:visited {
	color: #c8120e;
	display: block;
	border-bottom:1px solid #c8120e;
}

/* ADDRESS
===================== */	

address {
	font-size: 12px;
	line-height: 22px;
	color:#333333;
	font-style:normal;
	display:block;
	margin-top: 8px;
}

address span {

	color:#990000;
	font-size: 18px;
	display:inline-block;
	line-height: 27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;	
}

address a {
	font-size: 12px;
	
}

/* ADMIN SIGN
===================== */

div#signin {
	text-align:right;
	clear:both;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 25px;
}

div#signin a{
	color:#78644a;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	text-transform:capitalize;
}

/* COPYRIGHTS
===================== */

div#copyright {
	text-align:right;
	padding:0;
	line-height: 15px;
	width: 100%;
	color:#555;
	margin: 10px 0px 10px 0px;
	font-size:10px;
}

div#copyright img {
margin-right: -10px;	
}

div#copyright a {
	font-weight: bold;
	color: #555;
	line-height: 12px;
}

div#copyright img {
margin-top: 0px;
margin-bottom: 10px;
}

	
/* CUSTOM CLASSES
===================== */

.calloutintro {
	
}

.calloutintro p {
	
	color: #5a5a5a;
	font-size:16px;
	line-height:24px
	
}

.prices {
	color: #222222;
	font-size: 22px;
	padding-left: 30px;	
}


/* CUSTOM ID's
===================== */

#sidebar {
	
}


/******** -- wrappers /*used to create the background imagery 'OUTSIDE' of the main container_24 class*/
#welcome {
	font-size: 65px;
	line-height: 10px;
	text-align:center;
	margin: -30px auto 20px auto;
	color: #c8120e;
	letter-spacing: -5px;
	display: block;
	clear:both;
	padding-top: 0;
}


#wrapperbigbg {
	
	
}

#wrapperfooter {
	background: url(images/bg-footertop.png) no-repeat top center ;
	padding-top: 80px;
	
}


#contentintro {
	background: url(images/contentbg.png) repeat-y top center;
	min-height: 350px;
	padding-top: 36px;
	position:relative;
	z-index:1;		
}

#contentpages {
	background: url(images/contentbg.png) repeat-y top center;
	min-height: 350px;
	position:relative;	
		
}

#content img {
margin-top: 15px;
border: 1px solid #e6e6e6;
padding: 5px;

}

#content{ position:relative;}		

a.morecta {
width: 190px;
height: 30px;
display: block;
font-size: 16px;
text-decoration: none;
text-align:center;
text-transform:uppercase;
text-decoration: none;
vertical-align:middle;
margin:0;
padding: 0;
padding-top: 4px;
}

#contactform {
margin-top: -80px;	
}


/* OFF */
a.morecta:link, a.morecta:visited, a.morecta:active {
background:#981b18;
color: #fff;
}

/* HOVER */
a.morecta:hover {
background:#c41e1e;
color: #fff;
}



div.quote1{ 
		padding:10px;
		border:2px solid #999999;
		margin: 0 0 241px 0;
		*margin:0 0 247px 0;
		}
		
		
div.quote1 p{ font-family:"Times New Roman", Times, serif;
			font-size:13px;
			font-style:italic;
			color:#333333;
			line-height:1.4em;
			padding:5px 0;
			margin:0;}		
			


div.quote2{ 
		padding:10px;
		border:2px solid #999999;
		margin:10px 0 855px 0;
		}
		
		
div.quote2 p{ font-family:"Times New Roman", Times, serif;
			font-size:13px;
			font-style:italic;
			color:#333333;
			line-height:1.4em;
			padding:5px 0;
			margin:0;}		
			
			
			
div.quote3{ 
		padding:10px;
		border:2px solid #999999;
		margin:10px 0 1660px 0;
		*margin:10px 0 1662px 0;
		}
		
		
div.quote3 p{ font-family:"Times New Roman", Times, serif;
			font-size:18px;
			font-style:italic;
			color:#333333;
			line-height:1.4em;
			padding:5px 0;
			margin:0;
			text-align:center;}				
			

div.quote4{ 
		padding:10px;
		border:2px solid #999999;
		margin:10px 0 328px 0;
		*margin:10px 0 350px 0;
		}
		
		
div.quote4 p{ font-family:"Times New Roman", Times, serif;
			font-size:13px;
			font-style:italic;
			color:#333333;
			line-height:1.4em;
			padding:5px 0;
			margin:0;}	
			
			
div.quote5{ 
		padding:10px;
		border:2px solid #999999;
		margin:10px 0 160px 0;
		}
		
		
div.quote5 p{ font-family:"Times New Roman", Times, serif;
			font-size:13px;
			font-style:italic;
			color:#333333;
			line-height:1.4em;
			padding:5px 0;
			margin:0;}					
							
							
			
div.quote6{ 
		padding:10px;
		border:2px solid #999999;
		margin:10px 0 0 0;
		}
		
		
div.quote6 p{ font-family:"Times New Roman", Times, serif;
			font-size:13px;
			font-style:italic;
			color:#333333;
			line-height:1.4em;
			padding:5px 0;
			margin:0;}					
													
										
			
			
.bordered{ padding:5px;
		border:1px solid #e6e6e6;}	
		
		
		
/* Anchor link positions for Landscape And Rock Products page -  they have to be positioned this way because the content is in an iframe*/

a#premium{ width:10px;
			height:10px;
			position:absolute;
			top:100px;
			left:0;}		
			
a#lava{ width:10px;
			height:10px;
			position:absolute;
			top:850px;
			left:0;}	
			
a#compost{ width:10px;
			height:10px;
			position:absolute;
			top:1525px;
			left:0;}	
			
a#sandy{ width:10px;
			height:10px;
			position:absolute;
			top:2205px;
			left:0;}	
							
a#native{ width:10px;
			height:10px;
			position:absolute;
			top:2885px;
			left:0;}
			
a#finely{ width:10px;
			height:10px;
			position:absolute;
			top:3550px;
			
			left:0;}
											
a#aromatic{ width:10px;
			height:10px;
			position:absolute;
			top:4140px;
			left:0;}
			
a#lava2{ width:10px;
			height:10px;
			position:absolute;
			top:4840px;
			left:0;}																
			
a#river{ width:10px;
			height:10px;
			position:absolute;
			top:5520px;
			left:0;}
			
a#pea{ width:10px;
			height:10px;
			position:absolute;
			top:5945px;
			left:0;}
			
a#remix{ width:10px;
			height:10px;
			position:absolute;
			top:6405px;
			left:0;}	
			
a#crushed{ width:10px;
			height:10px;
			position:absolute;
			top:6825px;
			left:0;}	
			
a#crushed2{ width:10px;
			height:10px;
			position:absolute;
			top:7280px;
			left:0;}	
			
a#flex{ width:10px;
			height:10px;
			position:absolute;
			top:7745px;
			left:0;}
			
a#brick{ width:10px;
			height:10px;
			position:absolute;
			top:8265px;
			left:0;}																			
			
a#expanded{ width:10px;
			height:10px;
			position:absolute;
			top:8650px;
			left:0;}	
			
a#decomposed{ width:10px;
			height:10px;
			position:absolute;
			top:9195px;
			left:0;}	
			
/* Anchor link positions for Mining Products page -  they have to be positioned this way because the content is in an iframe*/	


a#select{ width:10px;
			height:10px;
			position:absolute;
			top:100px;
			left:0;}	
			
a#non{ width:10px;
			height:10px;
			position:absolute;
			top:960px;
			left:0;}	
			
a#cushion{ width:10px;
			height:10px;
			position:absolute;
			top:1780px;
			left:0;}
			
a#screened{ width:10px;
			height:10px;
			position:absolute;
			top:2520px;
			left:0;}	
			
a#fresh{ width:10px;
			height:10px;
			position:absolute;
			top:3280px;
			left:0;}	
#face{ width:191px; height:480px;}	

#facepos{ width:210px; height:480px;
position:absolute;
top:400px;
right:113px;*right:115px;}	

.landscape{	width:520px;
			height:9800px; }																

