/*************************************************************** About page */

#headAbout {
	margin-left: 270px;
	height: 150px;
	background: url(_images/aboutTop2.jpg) no-repeat top left;
 	}
#headAbout span {display:none;}
	
#contentAbout {
	min-height: 460px;
	height: auto;
	margin-left: 110px;
	padding: 0;
	}

.mainAbout {
	width: 190px;
	height: 400px;
	margin: 0;
	float: left;
	}
		
.mainAbout img{
	margin: 5px 15px 0 0;
	display: inline;
	}

/*************************************************************** Classes page */

#headClasses {
	margin-left: 270px;
	height: 150px;
	background: url(_images/classesTop2.jpg) no-repeat top left;
 	}
#headClasses span {display:none;}
	
#contentClasses {
	margin-left: 108px;
	min-height: 500px;
	height: auto;
	padding: 0;
	}

.mainClasses {
	margin: 0;
	width: 190px;
	height: 500px;
	float: left;
	}
		
.mainClasses img{
	display: inline;
	margin: 5px 15px 0 0;
	}

/*************************************************************** Contact page */

#headContact {
	margin-left: 270px;
	height: 150px;
	background: url(_images/contactTop2.jpg) no-repeat top left;
 	}
#headContact span {display:none;}
	
#contentContact {
	min-height: 460px;
	height: auto;
	padding: 0;
	margin: 30px 0 0 70px;
	}

#contactInfo {
	float:left;
	height: 400px;
	width: 360px;
	background:#fff;
	margin: 0;
	padding:5px 0 0 0;
	}
		
#contactForm {
	float:right;
	padding: 5px 0px 0px 10px;
	height: 400px;
	width: 390px;
	}

label{
	margin: 7px 15px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	background: #fff;
	color: #8a7967;
	display: block;
	width: 70px;
	float: left;
}

input{
	display: block;
	width: 240px;
	float: left;
	margin-bottom: 10px;
}

textarea{
	rows: 6;
	cols: 40;
	display: block;
	width: 240px;
	height: 100px;
	float: left;
	margin-bottom: 20px;
}

.input-box{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B60C0;
	text-decoration: none;
	background: #fff;
	border: solid 1px;
	border-top-color: #4B4A48;
	border-left-color: #4B4A48;
	border-bottom-color: #aaa9a7;
	border-right-color: #aaa9a7;
}

.input-box2{
	width:1px;
	visibility:hidden;
}

.submit-button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 80px;
	height: 20px;
	float: right;
	margin: 10px 60px 0 0;
	background: #fff;
	border: 3px double #CCCCCC;
	border-bottom-color: #8a7967;
	border-right-color: #8a7967;
}

/*************************************************************** Flavors page */

#headFlavors {
	margin-left: 270px;
	height: 150px;
	background: url(_images/flavorTop2.jpg) no-repeat top left;
 	}
#headFlavors span {display:none;}
	
#contentFlavors {
	margin-left: 108px;
	min-height: 650px;
	height: auto;
	}
	
#entryFlavors {
	min-height: 190px;
	}

.mainFlavors {
	width: 180px;
	height: auto;
	float: left;
	}
		
.mainFlavors img{
	display: inline;
	margin: 5px 15px 30px 0;
	}

/*************************************************************** Gallery pages */

#headGallery {
	margin-left: 270px;
	height: 150px;
	background: url(_images/galleryTop2.jpg) no-repeat top left;
 	}
#headGallery span {display:none;}
	
#contentGallery {
	min-height: 580px;
	height: auto;
	padding: 0 0 0 0;
	}
	
#galleryPrev {
	float:left;
	width:280px;
	background:#fff;
	min-height: 450px;
	padding: 0 0 0 50px;
	}

#galleryMenu {
	width: 228px;
	margin: 0 0 10px 0;
	padding: 0;
	/* border-style: solid solid none solid; */
	/* border-color: #FDF8E6; */
	/* border-width: 2px;*/
	}
	
#galleryMenu li {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	text-align: right;
	}	
	
#galleryMenu a:link, #galleryMenu a:visited {
	color: #8a7967;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	background: #fff;
	margin: 0;
	text-decoration: none;
	}
	
#galleryMenu a.active:link, #galleryMenu a.active:visited {
	background: #fff;
	color: #ef4134;
	}

#galleryMenu a:hover {
	background: #fff;
	color: #ef8834;
	}
	
#gallery {
  padding:0; 
  margin:0;
  background:#fff;
  }
  
#gallery li {
  display: inline;
  list-style-type: none; 
  }
  
#gallery a {
  cursor:default;
  }
  
#gallery a img {
  margin: 0;
  padding: 1px;
  float:left; 
  position:relative; 
  width:50px; 
  height:50px;
  border:solid #fff;
}

#galleryPic {
  padding: 0;
  margin: 0;
  }

/*************************************************************** Home page */

#headHome {
	height: 150px;
	margin-left: 270px;
	padding: 0;
	background: #fff url(_images/homeTop2.jpg) no-repeat top left;
 	}
#headHome span {display:none;}
	
#contentHome {
	min-height: 540px;
	height: auto;
	padding: 0;
	}

.mainHome {
	margin: 0;
	float: left;
	}
		
.mainHome img{
	margin: 5px 10px 0 0;
	display: inline;
	}
	
#galleryHome {
	float:left;
	width:485px;
	background:#fff;
	min-height: 450px;
	padding: 0 0 0 80px;
	}
	
#descHome {
	width: 100px;
	margin: 120px;

	display: inline;
	}

/*************************************************************** Testimonials page */

#headTest {
	margin-left: 270px;
	height: 150px;
	background: url(_images/testimonialsTop3.jpg) no-repeat top left;
 	}
#headTest span {display:none;}
	
#contentTest {
	margin-left: 80px;
	min-height: 450px;
	height: auto;
	width: 680px;
	padding: 0;
	}

.mainTest {
	margin: 0;
	height: 400px;
	float: left;
	}
		
.mainTest img{
	display: inline;
	margin: 5px 15px 0 0;
	}
