/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

body { background-image: url("../images/all_bg.png");
 background-repeat: repeat-x;
   position: relative;
  left:0;
  right:0;
  background-color: #676767;
}



/* CONTAINER */

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #060606;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: 'trebuchet ms',Helvetica,Arial,  sans-serif;
			font-weight: normal;
			font-size: 30px;
			color: #CC6633;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		h3 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		h4 {
			color: #666666;
			font-size: 22px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		h5 {
			color: #FF7640;
			font-size: 18px;
			font-family:Helvetica, sans-serif;
			background-color: #FFF;
			font-style: italic;
			font-weight: lighter;
		}
		
		.hding {
			color: #7d5624;
			font-size: 20px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		
		a {
			color:#666;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
			background-color: #F5F5F5;
		}

		
		form {
			float:right;
			margin-top: -65px;
			font-size: 9px;
			padding-right: 10px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 0px solid #948979;
			padding-top: 0px;
			padding-bottom: 3px;
			padding-left: 8px;
			clear: both;
			margin-bottom: 2px;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 190px;
			color: #999999;

		}


/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 545px;
			margin-left: 10px;
			margin-right: 210px;
		}
		
		#content p {
			padding-bottom: 5px;
			/*border-bottom: 1px solid #DDDDDD;   A faint grey line below the text */
		}
		#headingDiv {
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}
		#head {
			height: 100px;
			border-bottom: 0px solid #DDDDDD; /* A faint grey line below the text */
			margin-top: 3px;
		}
		
		/*small header for products and stuff */
		#headSmall {
			color: #ffffff;
			font-size: 24px;
			font-family: Arial, Helvetica, sans-serif;
			float: left;
			margin-top: 170px;
		}
		
		#headBig {
			height: 200px;
			border-bottom: 0px solid #DDDDDD; /* A faint grey line below the text */
			margin-top: 3px;
		}
		#left {
			float: left;
		}
		#right {
			float: right;
		}
	
/* Product pages */		
		#headProducts {
			height: 147px;
			border-bottom: 12px solid #DDDDDD; /* A faint grey line below the text */
			margin-top: 3px;
			border: 1px solid #c7c1c0;
			border-bottom: 0px;
			background-image: url("../images/all_bg1.png");
			background-repeat: repeat-x;
		}
		
		#headProductsInnerDiv {
			color: #ffffff;
			font-size: 24px;
			font-family: Arial, Helvetica, sans-serif;
			float: left;
			margin-top: 0px;
		}
		
		.hilit {
			color:#c7c1c0;
			text-decoration: none;
			font-size: 16px;
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 175px;
			margin-right: 10px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: -8px;
			margin-bottom: 0px;
			clear: both;
			background-color:#575352;
			padding: 0px 2px 0px 2px;
		}
		
		#footer p {
			color:#89817f;
			padding: 0px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		#brochureDiv{
			border:1px solid #6194BC;
			width: 700px;
			clear: both;
			margin-left: 25px;
			float: left;
			margin-bottom: 30px;
		}

		.brochure{
			margin-left:25px;
			margin-bottom:25px;
			margin-top:10px;
			float: left;
			width: 200px;
			color: #1C85FF;
			font-weight: bold;
			
		}
		
		
		/* And they lived happily ever after. The End. */
