body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; /*default font size for site set to "small" - font size for other elements controlled with percentages*/
	background-color:#FAFADE;	
	}
	

#wrap {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	background: #FFFFFF url(images_common/wrap-bg.gif) repeat-y 70% 0; 
		} 
	
/************************ header *****************************/

#header {
	border-bottom: 3px solid #87B825;
	background: #B4E637 url(images_common/header-bg.gif) repeat-x top left;
	}
#header h1 {
	margin: 0;
	padding: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 170%;
	color: #666666;
	background: url(images_common/bulls-eye.gif) no-repeat top left;
		}
h1 a {
	text-decoration: none;
	color: #666666;
}
	
/**************************content**********************************/

#content {
	float: left;
	width: 70%;
	font-size: 100%;
	line-height: 1.5em;
	color: #333;
		}
		
#content h2 {
	margin: 0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #693;
	}
#content img {
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 1px;
	}
#content p {
	line-height: 1.5em;
	}
#content ul dl{
	background-color:#FFFFCC;
	}
	
.column {
	margin-left: 160px;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 0px;
}
#content p img {
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FAF7F1;
	}
/******Address and Hours box styling on the Find Us page******/

.addressBox {
	width: 230px;
	background-image: url(images_common/div-bottom1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	margin-top: 10px;
	height: 160px;
	margin-left: 10px;
	text-align: center;
	
}
.addressBox h3 {
	background-image: url(images_common/h3-bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0CFAB;
	font-size: 130%;
}
.hoursBox {
	background-image: url(images_common/div-bottom1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 230px;
	float: left;
	height: 160px;
	text-align: center;
	margin: 10px 22px 0px 10px;
}
.hoursBox h3 {
	background-image: url(images_common/h3-bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 130%;
	color: #333;
	margin: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0CFAB;
}



/*********class styles for shop tour image and caption*******/

div.image {
	float: left;
  	width: 25%;
  	   	
}
div.image p {
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
}
	 
/**************************teasers**********************/	

#teaser {   /*container div for teaser*/
	float: left;
	width: 510px;
	padding: 0px;
	margin-bottom: 10px;
	clear: right;
	/*border: 2px solid #C8CDD2;*/
	}
#teaser dl {  /*box for each individual teaser*/
	float: left;
	width: 465px;
	margin: 10px 10px 0px 0px;
	display: inline; /*fixes IE/Win double margin bug*/
	border-top: 1px solid #999999;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 0px;	
	padding-bottom: 10px;
	}
#teaser dt {   /*title*/
	float: right;
	width: 325px;
	margin: 0px 0px 0px 0px;	
	padding:  0px 0px 5px;	
	font-size: 150%;
	letter-spacing: 1px;
	color: #693;
	}
#teaser dd {   /*image and text*/
	margin: 0 0 0 142px; /*create a left side margin so text doesn't wrap around picture */
	padding: 0;
	font-size: 100%;
	line-height: 1.5em;
	color: #666;
	}
#teaser dd.img img {
	float: left;
	margin: 0 8px 0 0;
	border: 1px solid #693;
	/*padding: 4px;*/
	backround: #fff;
	padding: 1px;
	
	}
#teaser .alt dt {  /*title alt*/
	float: left;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
#teaser .alt dd.img img{
	float: right;
	margin: 0 0 0 8px;
	}
#teaser dl dd.img {/*overides margin specified for dd above. Image will not have */
	margin: 0;
	}
	
#teaser .alt dd {/*makes sure image does not have same margin as text */
	margin: 0 142px 0 0;
	}
	
  
/*****************************footer**********************************/
	
#footer {
	clear: both;
	background-color: #FFFFCC;
	}
	
/*************************Main Navigation***************************/
#nav {
	background-color:#FD984D;
	background-repeat:no-repeat;
	float:left;
	width:100%;
	border:solid #ddd;
	border-width:1px 0;
	margin: 0px;
	padding: 0px;
  }
.home #nav {
  background-position:0 -70px;
  }
#nav ul {
  margin:0;
  padding:0 20px;
  list-style:none;
  font-size:105%;
  text-transform:lowercase;
  }
#nav li {
  float:left;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
  }
#nav a, #nav strong {
  display:block;
  padding:5px 10px 6px;
  border:solid #ddd;
  border-width:0 1px 0 0;
  color:#FFFFFF;
  text-decoration:none;
  white-space:nowrap;
  }

#nav #current strong, #nav #current a {
  background-repeat:no-repeat;
  }
#nav a:hover, #nav #current a:hover strong, #nav #current strong {
  color:#000000;
  }
#nav a:hover {
  background-repeat:no-repeat;
  }
#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
  }
#nav #h {
  border-left-width:1px;
  }
 

/***********************Sidebar********************/
#sidebar {
	float: right;
	width: 30%;
	}
	
.advert{
	margin-bottom: 18px;
	}
	
	
	/**Sidebar Get to Know Us Box**/
.box {
	margin: 0px 0px 20px;
	padding: 0px 0px 12px;
	font-size: 85%;
	line-height: 2.25em;
	color: #B4E637;
	background: #fff url(images_common/box-b.gif) no-repeat bottom right; /*rounded corner bottom right*/
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #666666;
	background: #B9DE49 url(images_common/box-t.gif) no-repeat top left; /*rounded corner top left*/
	text-align: center;
	}
.box p, .box ul {	
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: url(images_common/li-bullet.gif) none;
	background-image: url(images_common/li-bullet.gif) no-repeat 0 3px;
	}
.box a {
	color:#693;
	}

/**Sidebar Address & Hours Boxes **/

.box2 {
	margin: 0px 0px 20px;
	padding: 0px 0px 6px;
	background: #fff url(images_common/box-b.gif) no-repeat bottom right; /*rounded corner bottom right*/
	}
.box2 h3 {
	margin: 0;
	padding: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF; /*rounded corner top left*/
	text-align: center;
	background-color: #FDA25E;
	background-image: url(images_common/box-t.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
.box2 dt {
	font-size: 95%;
	font-weight: bold;
	line-height: 1.5em;
	color: #666;
	text-align: center;
}


	
/****************************gutters*****************************/	
#content .gutter {
	padding: 25px;
	background: url(images_common/content-bg.gif) repeat-x top left;
	}
#sidebar .gutter {
	padding: 15px;
	}

/*footer*/

#footer {
	clear: both;
	background: url(images_common/footer-bg.gif) repeat-x top left;
	}

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333;
	}
	
/*Contact Form*/

form {
	margin: 10px 25px 0 0;
	}

#name, #company_name, #phone, #email {
	width: 200px;
	}
#message {
	width: 400px;
	height: 100px;
	}
label, .warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
.warning {
	color: #f00;
	}
	

  

/***********************IE fixes******************************/

/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }
 
/* #content, #sidebar {
	height: 1%;
	}*/

/*hide from IE5/Mac \*/
#footer {
	height: 1%;
	}
/*End hide from IE/Mac*/	

	/*hide from IE5/Mac \*/
* html #footer{
	height: 1%;
	}
