
/* BASIC STRUCTURE
*******************************************************************************/
body, html {
	height: 100%;
	}

body, body #home {
	margin: 0; padding: 0;
	}	

#wrapper {
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1em;
	clear:both;
	}

* html #wrapper {
	height:100%;
	}


body { margin: 0; padding: 0; color:#ac774f; line-height:140%; font-size:120%; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; background: #fff9ec;
}


#container { margin: 0 auto; width: 100%; text-align:center; }

/* LINKS - DEFAULT COLORS ARE SET IN BASE.CSS, CHANGE THESE COLORS AS NEEDED.
*******************************************************************************/
a:link, a:visited { color: #704610; text-decoration:none; font-weight:bold; }
a:hover { text-decoration:underline; }



/* HEADER
*******************************************************************************/
#header { float: left;  margin: 0px auto; padding: 0px; height: 170px; width: 100%; background: url(images/bg-header.jpg) repeat-x; }
#header #hdr { background: url(images/mrs-greenbalm-logo.jpg) no-repeat; margin: 10px auto 0 auto; width: 692px; height: 84px; }

.top {
	text-align: center;
	margin: 0 auto;
	width: 940px;
}
.top ul.top1 {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.top ul.top2 {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.top li {
	display: inline;
	margin:0 7px;
}
.top a {
	color: #9d723a;
	font-size: 100%;
}
/* CONTENT AREA
*******************************************************************************/
#content { width: 910px; padding:0px 20px 0px 30px; margin: 0 auto; }


/* MAIN
*******************************************************************************/
#main { display: block; text-align:center; padding:0px; }


.main-box {float:left; text-align:left; width:321px; padding:0px 0px 30px 0px; text-align:center}
.main-right {position:relative; float:right; width:568px; font-size:140%; line-height:150%; margin: 10px 0 30px 0px; text-align:center}

.bg-content1 {
	background: url(images/home-bg.jpg) no-repeat; max-width: 562px; 
}

/* PRODUCTS
*******************************************************************************/
body#products h1 {
	text-align: center;
	font-size: 240%;
}
body#products h2 {
	text-align: center;
	font-size: 200%;
}
body#products .bg-content2 {
	background: url(images/home-bg.jpg) no-repeat 300px 300px; 
	
}
body#products .logos {
	display: none;
}
.product-box .prod-img {
	float: left;
	width: 201px;
	margin-right: 60px;
	text-align: center;
}
.product-box .prod-desc {
	float: left;
	width: 600px;
	text-align: left;
}
.price {
	font-size: 120%;
	clear: both;
	margin-bottom: 10px;
	font-weight: bold;
}
/*One Column
*******************************************************************************/
.bg-content3 {
	background: url(images/home-bg.jpg) no-repeat center; 
	
}
body#onecol .logos {
	display: none;
}


/*Testimonials
*******************************************************************************/
body#testimonials .main-box {float:left; text-align:left; width:321px; padding:0px 0px 30px 0px; text-align:center; background: url(images/bg-testimonials.jpg)}
body#testimonials .main-right {position:relative; float:right; font-size:100%; line-height:140%; margin: 10px 0 30px 0px; text-align:center}

.bg-content3 {
	background: url(images/home-bg.jpg) no-repeat center; 
	
}



/* FOOTER
*******************************************************************************/

#footer { float: left;width:100%; margin:10px auto 0 auto; }
.ftr-links { text-align: center; width:960px; margin: 0 auto; }

#footer .top {
	/* padding-top: 10px;	 */
}

.logos {
	float: left;
	background: #e0ddb8;
	width: 100%;
	margin: 0 auto 5px auto;
}
.logos-container {
	width: 940px;
	margin: 0 auto;
}
.icons {
	float: left;
	width: 760px;
	margin: 0 auto 0 36px;
}
.icons img {
	margin-right:95px;
}
.social {
	float: right; 
	margin: 20px 12px 0 0;
	position: relative;
}

.trade {
	font-size: 16px;
	position: relative;
	top: -6px;
}
/* HEADINGS
******************************************************************************/
h1, h2, h3, h4 {
	color: #93744b;
}
h1 { font-size: 180%; line-height:100%; color: #9d7139; padding-bottom:0px;margin:2px; }
h2 { font-size: 140%; line-height:100%; padding-bottom:0px;margin:4px; }
h3 { font-size: 120%; margin-bottom:2px; line-height:120%}
h4 {
	font-size: 80%;
}
h5 {
	font-size: 80%;
	font-weight: normal;
	line-height: 140%;
}
.disc {
	font-size:60%; font-family: arial, sans-serif; line-height:18px
}
img, img a {border:0px; }
img.border , img.border a {border:1px solid #fff;}
.clear {clear:both; height:20px; }
.i {
	font-style: italic;
}
.break {
	clear: both;
}
.small {
	font-size: 80%;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}