/*CSS Document*/

/*---------------------------------- [Begin Global Styles]-------------------------------------*/

* {
	padding:0;
	margin:0;
	}
	
html, body {
	background:#ffcc33 url(../images/backtile.jpg) repeat top left;
	font:100.1%/1.3em Arial, Helvetica, sans-serif;
	color:#000066;
	text-align:center;
	margin:0; 
	behavior: url("css/csshover.htc");
		}

#wrapper {
	width:802px;
	margin:0 auto;
	font-size:.9em;
	text-align:left;
	}
	
#sidebar_img_container {
	background: #ffcc66 url("../images/sidebar_bg2.gif") top left repeat-y;
	color:#000066;
	border-top:0;	
	border-right:1px solid #ff9934;
	border-bottom:1px solid #ff9934;	
	border-left:1px solid #ff9934;		
	}
	
#no_img_container {
	padding-bottom:125px;
	background:#ffcc66 url("../images/garden_bg_home2.jpg") bottom left no-repeat;
	color:#000066;
	border-top:0;	
	border-right:1px solid #ff9934;
	border-bottom:1px solid #ff9934;	
	border-left:1px solid #ff9934;		
	}

p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
	}/*starts first selector flush top*/	
	
p {
	padding:0 0 1.3em;
	}

		
	p.pullquote {
		padding:0 20px;
		margin-left:35px;
		margin-right:2px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:.8em;
		line-height:1.4em;
		font-weight:800;
		font-style:normal;
		color: #51850d;
		background-color:#ff9934;
		text-align:right;
		} 
		
	html>body p.pullquote {
		padding:0 20px;
		margin-left:35px;
		}
		
	.quote {
		padding-left:25px;
		padding-right:25px;
		font-style:italic;
		}
		
	p.img_center {
		text-align:center;
		padding:10px 0;
		}
					
	p img {
		text-align:center;
		}
	
	p.no_fontvariant {
		font-variant:normal;
		}
		

h1, h2, h3, h4, h5, h6 {
	background-color:#ffcc66;
	color: #5A61A8;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	}
		
	h1 {
		font-size:1.8em;
		font-variant:small-caps;
		padding-bottom:1em;
		margin-left:-2px
		}
		
	h2 {
		font-size:1.2em;
		margin-left:-2px;
		}
		
	h3 {
		font-size: 1em;
		font-weight:bold;
		font-variant:small-caps;
		letter-spacing:.5em;
		background-color:#ffcc66;
		color:#339900;
		padding:.5em 0;
		margin-left:-2px;
		}

img {
	border:0;
	}
	
	img.left {
		float:left;
		padding:0px 10px 0px 0;
		}
		
	img.left_border {
		float:left;
		padding:7px;
		border:1px solid #5D8C20;
		margin:0px 20px 0px 0;
		}
		
	img.right {
		float:right;
		padding:0 0 0 10px;
		}
		
	img.sidebar {
		float:right;
		padding:50px 1px 0 33px;
		}
		
	img.border {
		padding:7px;
		border:1px solid #5D8C20;
		}

	
strong {
	background-color:#ffcc66;
	color: #5A61A8;
	font-weight:800;
	}
	
em {
	font-style:italic;
	}




/*---------------------------------- [begin branding styles]-------------------------------------*/

#branding_home {
	width:800px;
	height:600px;
	background:url("../images/main5.jpg") no-repeat bottom left;
	padding-top:0px;
	border-bottom: 1px solid #ff9924;
	}
	
	#branding_home h1 {
		display:none;
		}
		
html>body #branding_home {
	padding-top:30px;
	}

#branding_secondlevel {
	width:800px;
	height:219px;
	background:url("../images/branding_secondlevel2.jpg") no-repeat top left;
	
	}
	
	#branding_secondlevel h1 {
		display:none;
		}
		
/*---------------------------------- [begin clearfix styles]-------------------------------------*/

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

	
/* -------------------------------------[begin horizontal menu styles]------------------------------ */

 div#listmenu {
	width:100%;		/* makes the div full width */
	float:left; 	/*makes the div enclose the list */
	border-top:1px solid #ff9934;
	border-bottom:1px solid #ff9934;
	font-size:90%;		/* SET FONT-SIZE HERE */
	font-weight:bold;
	background: url("../images/menuback.jpg") repeat top left;	/* colors the div */
}
	
div#listmenu ul {
	margin:0 0 0 35px;/* indents ul from edge of container*/
	}
	
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	z-index:1;
	}

div#listmenu a:hover,
div#listmenu li.selected,
div#listmenu li.selected:hover,
div#listmenu li:hover {
	color:#5D8C20;
	background: #ff9934; /*sets the background of the menu items */
	}
	
div#listmenu a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	padding:4px 8px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	background-color:transparent;
	color:#5A61A8;	/* sets the type color */
	}
	
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:13em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	background-color:#fbdea5;
	color:#5A61A8;	/* sets the type color */
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #85A15D; /*  three sides of each drop-down item */
	border-bottom:1px solid #85A15D;
	border-right:1px solid #85A15D;
	padding:0;
	line-height: 1.31em;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #85A15D; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:10em;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* second level popouts start here*/
div#listmenu ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* third level popouts start here*/
div#listmenu ul li ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* THE HACK ZONE - */

/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #85A15D;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down 
* html  div#listmenu ul li ul li ul { 
  left:9.85em; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:10em;
  }*/
/* and the "be nice to Opera" rule */
html>body div#listmenu ul li ul li ul {
  left:10em;
  }

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */
	@media all and (min-width: 0px){
   body div#listmenu ul li ul {padding-bottom:200px;}
   body div#listmenu ul li ul li ul {padding-bottom:22px;}
   body div#listmenu ul li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */

   }
/*end Opera hack */
/* end of hack zone */
/* END OF LIST-BASED MENU */

/* finally after feeding values to all others, we deal with MAc5 IE */
/* IE5 Mac can't do drop-downs so we need to present the info in a different way*/
/* we present the drop down choices in a row and never show any second-level drops */
 /* this stylesheet is read by IE5 Mac only - hack omits 'url' and leave no space between @import and ("   */
@import("ie51_menu_hack.css"); 
/* END OF DROP DOWN MENUS */


/*---------------------------------- [begin inline link styles]-------------------------------------*/
	
a:link {	
	color: #535D9B;
	text-decoration: underline;
	background-color:#ffcc66;
}

a:visited {	
	color: #fbeed2;
	text-decoration: underline;
	background-color:#ffcc66;
	}

a:hover {	
	color: #5D8C20;
	text-decoration: none;
	background-color:#ffcc66;
}

a:active {
	color: #5D8C20;
	text-decoration: underline;
	background-color:#ffcc66;
}

/*-----------------------------------------[Begin Sidebar]-------------------------------------*/

#sidebar {
	position:relative;
	float:left;
	width:213px;
	margin-top:30px;
	}
	
	

	
/*----------------------------------------[Begin Sidebar Nav]---------------------------------*/

#listcontainer {
	float:left;
	width:213px;
	text-align:right;
	}
	
#listcontainer ul {
	margin:0 20px 12px 55px;
	padding:0;
	list-style-type:none;
	line-height:1.2em;
	}
	
#listcontainer li {
	margin:0;
	padding:.3em 0;	
	list-style-type: none;
	}
	
#listcontainer li a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	background-color:#ff9934;
	color:#535d9b;
	}

#listcontainer li a:visited {
	display:block;
	text-decoration:none;
	font-weight:bold;
	background-color:#ff9934;
	color:#535d9b;
	}
	
#listcontainer li a:hover {
	display:block;
	text-decoration:none;
	color: #5D8C20;
	background-color:#ff9934;
	font-weight:bold;
	}
	
#listcontainer li a#selected {
	display:block;
	color: #ffd6ae;
	background-color:#ff9934;
	font-weight:bold;
	text-decoration:none;
	}

	
/*--------------------------------------[Begin Thumbnail Gallery [--------------------------------*/

#thumbnail_gallery {
	width:180px;
	float:right;
	text-align:center;
	margin:0px auto;
    font-size: 0px;
    line-height: 0px;
	}


	#thumbnail_gallery table {
		color:#535d9b;
		background-color:#ff9944;
		text-align:center;
		margin:0 auto;
		}

	
	#thumbnail_gallery table td {
		margin:0;
		padding:2px;
		background-color:#ffcc99;
		color:#535d9b;
		}
		
	/*html>body #thumbnail_gallery  {
	margin:30px auto;
	}*/	
		
	#thumbnail_gallery table td img {
		border: 0;
				}
		
			img.thumb {
			filter:alpha(opacity=50);
			-moz-opacity:0.5;
			opacity: 0.5;
			}
			
			.thumb img:hover, .thumb img.over {
			filter:alpha(opacity=100);
			-moz-opacity:1;
			opacity: 1;
			}
			
			img.active {
			filter:alpha(opacity=100);
			-moz-opacity:1;
			opacity: 1;
			}
		
/*-------------------------------------[content]------------------------------------*/

#content_home {
	margin-top:0px;
	padding:30px 100px;
	text-align:center;
	
	
	}
	
html>body div#content_home {
  margin-top:30px;
  }
	

#content {
	margin-left:213px;
	margin-top:0px;
	padding:30px 30px 100px;
	background: #ffcc66 url("../images/garden_bg.jpg") bottom left no-repeat;
	color:#000066;
	
	}
	
html>body div#content {
  margin-top:30px;
  }
	
#content p:first-line {
	font-variant:small-caps;
	color:#5a61a8;
	background-color:#ffcc66;
	font-size:1em;
	font-weight:900;
	letter-spacing:.1em;
	}


#align_right {
	color:#5a61a8;
	background-color:#ffcc66;
	text-align:right;
	font-variant:normal;
	}
		

#content p.faq {
	font-variant:small-caps;
	font-weight:900;
	color:#5a61a8;
	background-color:#ffcc66;
	letter-spacing:.1em;
	} 
	
#content p.faq_answer {
	font-variant:normal;
	font-weight:normal;
	color:#000066;
	background-color:#ffcc66;
	}


#gallery {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
		
	#gallery h1 {
		text-align:left;
		} 
		
	#gallery h2 {
		text-align:left;
		} 	
	
	#gallery p {
		text-align:left;
		} 

#feature_box {
	border:1px solid #fbeed2;
	margin:20px 0;
	padding:15px;
	}	
	
	#feature_box ul li {
		line-height:1.2em;
		padding:.4em 0;
		}
				
	#feature_box p em {
		padding-bottom:0px;
		margin-bottom:0;
		}
		
blockquote {
	padding:0 25px;
	}
	
/*---------------------------------------[footer]-------------------------------------*/

p.bottomnav {
	margin-top:15px;
	font-size:90%;
	color:#535d9b;
	text-align:center;
	background-color:transparent;
	}
	
p.bottomnav a, a:visited {
	color:#535d9b;
	background-color:transparent;
	}
	
p.bottomnav a.selected,
p.bottomnav a:hover {
	color: #5D8C20;
	background-color:transparent;
	text-decoration: none;
	}
p.bottomnav span {
	padding:0 10px;
	}
	
p.copyright {
	font-size:85%;
	color: #535D9B;
	background-color:transparent;
	text-align:center;
	}


/*--------------------------------------------[form]--------------------------------------*/

focus {
	cursor:auto;
	}
	
label {
	color:#000066;
	background-color:#ffcc66;
  }

.inputbox {
	width:300px;
	padding:3px 0;
	margin-bottom:1.5em;	
	color:#5A61A8;
	border:1px solid #5A61A8;
	background:#fbeed2;
  }
  
.textareabox {
  	width:400px;
  	margin-bottom:1.5em;
  	font:100.0%/1.3em Arial, Helvetica, sans-serif;
  	color:#5A61A8;
  	border:1px solid #5A61A8;
	background:#fbeed2;
  }
.nicebutton {
  	color:#5A61A8;
  	border:1px solid #5A61A8;
  	background-color:#fc6;
    cursor:pointer;
  }

/*-------------------------------------------[order table]---------------------------------------------*/
#order {
	width:100%;
	margin:0 auto;
	padding:0;
	}

#order table {
	width:495px;
	font:.8em/1.3em Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5161a8;
	background-color:#fc6;
	}

#order td.description {
	padding:5px 0;
	width:52%;
	border-bottom:1px dashed  #fbeed2;	
	}
	

#order td.price {
	width:5%;
	padding:5px 10px;	
	text-align:right;
	font-style:italic;
	border-bottom:1px dashed #fbeed2;
	}
	
#order td.button {
	width:25%;
	padding:5px 0 5px 10px;
	text-align:right;		
	}
	
	
.alignright {
	text-align:right;
	}
	
#order td a:link {
	background:url("../images/button_bg.jpg") top left repeat-x;
	color:#535D9B;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #ff9934;	
	padding:3px 15px;
	}
	
#order td a:visited {
	background:url("../images/button_bg.jpg") top left repeat-x;
	color:#535D9B;
	font-weight:bold;
	text-decoration:none;	
	border:1px solid #ff9934;
	padding:3px 15px;
	}
	
#order td a:hover {
	background:#ff9934;
	color:#fbeed2;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #ff9934;
	padding:3px 15px;
	}
	
	
/*------------------------------------[lists]---------------------------------------*/	

#content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height:125%;	
	}

#content li {
	padding-left: 25px;
	background-image:url("../images/lt_bullet.gif");
	background-repeat: no-repeat;
	background-position:.4em .2em;
	padding-bottom: 10px;	
	margin-bottom:10px;
	border-bottom: 1px dashed #fbeed2;
}
		
