
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	min-width: 800px;
	background-image: url(images/circlebg4.jpg); background-repeat: repeat-x;  background-color: #452301;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #623100;
	}
	
a:link, a:visited {text-decoration: underline; color: #631911;}
a:hover, a:active {text-decoration: underline; color: #8D8444;}
	
h1 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #497373;
	padding-left: 10px;
	padding-top:0px;
	}
h2 {font-size: 16px;
	color: #1F7A4A;
	padding-left: 10px;
	font-weight: bold;}
p {font-size: 14px;
	color: #0A2D1B;
	padding-left: 10px;
	padding-right: 10px;
	}


/*Content Stuff*/
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background:#FFFFFF;
	padding: 0px;
	border-bottom: 1px solid #AFAD66;
	}
	
#branding {
	width:800px;
	margin:0 auto;
	}
	
#content {
	width:800px;
	float: right;
	padding-bottom: 15px;
	

		}
	
#content img{
	padding-left: 0px;
	padding-right:0px;
	}
	
#gallery {
	width:800px;
	float:right;
	background:#E7EDED;
	padding-top:0px;
		}
	
#gallery img{
	padding-left: 5px;
	padding-right:5px;
	}
	
#gallery p{
	text-align:center;
	color:#643404;
	}
	
.divider {
padding: 5px 0px 0px 0px;}


/*Main Nav Stuff*/	
#mainnav {
	width: 194px;
	font-size:14px;
	float: left;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
		}
#mainnav a{display: block;
	padding-left: 38px;
	text-decoration:  none;
	font-weight: bold;
	padding-bottom:10px;
	padding-top: 10px;}
	
#mainnav a:link, #mainnav a:visited{
	color: #623100; 
	border-bottom: 1px solid;
	border-bottom-color:#7A9B01;
		
	}
#mainnav a:hover, #mainnav a:active{
	background-image:url(images/dot.gif);
	background-repeat:no-repeat;background-position:left;  
	background-color: #5A8F8F;
	color: #000000;
	border-bottom: 1px solid;
	border-bottom-color:#7A9B01;
				}
				

/*Porduct Nav Stuff*/	




.suckertreemenu ul{

margin: 0px;
padding: 0px;
list-style-type: none;
background:#CCFFFF;

}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #CCFFFF; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 143px; /*Width of top level menu link items*/
padding: 10px 8px;

border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: #623100;
font-size: 12px;

}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #623100;
text-decoration: none;
padding: 10px 5px;
border: 1px solid #ccc;
font-size: 12px;

}

.suckertreemenu ul li a:hover{
background-color: #5A8F8F;
color: #000000;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #CCFFFF url(images/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(images/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

</style>







				
				
/*Footer Stuff*/	
#footer {
	clear: both;
	
	}
#footer p{text-align: center;
	font-size: 11px;}
#footer #black a:link{color: #000000;
font-size:10px;}
.clear {clear: both;}	





