body {
	background: #f0e6da;
	margin: 0;
}

a {
	color: #6c3f03;
}

#intro h1 {
	color: #6c3f03;
}

a:hover {
	color: #000;
}

#header-container {
	width: 100%;
	height: 138px;
	background: url(/img/bg-header.jpg) repeat-x;
}

#header {
	height: 138px;
	background: url(/img/bg-logo.jpg) no-repeat;
	position: relative;
}

p.slogan {
	position: absolute;
	top: 70px;
	right: 30px;
	font-size:24px ;
	color: #ebd88e;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-style: italic;
	letter-spacing: 0.05em;
}

#search {
	position: absolute;
	top: 10px;
	right: 0;
}

#gradient {
	width: 100%;
	background: url(/img/bg-page-gradient.jpg) repeat-x;
	padding-top: 50px;
}



#content {
	background: #FFF;
	min-height:600px;
height: auto !important;
height: 600px;
}

.pad {
	padding: 10px;
}

.send-article a {
	float: right;
	margin: 10px;
	line-height: 2;
	padding: 0px 10px;
	background: #a98049;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.zemContactForm {
	margin: 10px 10px 30px 10px;
	background: #f7f1e9;
	padding: 10px;
}

.send-article a:hover {
	background: #8b6f4a;
}

.zemThanks {
	font-weight: bold;
	color: #a55e00;
}

/* @group img */

div.img-left {
float: left;
margin: 0px 10px 10px 0;
}

div.img-right {
float: right;
margin: 0px 0 10px 10px;
}

p.caption
 {
font-size: 0.9em;
font-style: italic;
margin: 0;
}

/* @end */

/* @group home */

#feature-bar {
	width: 100%;
	height: 154px;
	background: url(/img/bg-home-feature.jpg) repeat-x;
}

#slideshow  {
	border: 1px solid #c2a885;
	height: 320px;
}

#slideshow .pad {
	
	border: 1px solid #FFF;
	padding: 10px;
	background: #f7f1e9;
	float: left;
	display: inline;
	height: 298px;
}

 #features p {
	line-height: 1.3;
	margin: 0;
}


#features .box {
	line-height: 1.3;
	border: 1px solid #c2a885;
	float: left;
	display: inline;
	height: 220px;
}

#features .box .pad {
	height: 198px;
	border: 1px solid #FFF;
	padding: 10px;
	background: #f7f1e9;
	float: left;
	display: inline;
	/*width: 270px;*/
}

h3.feature {
	line-height: 1.2;
}

#feature-bar {
	margin: 20px 0;
}


#feature-bar p, #intro p {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 20px;
	color: #6c3f03;
}

#feature-bar p {
	padding: 10px 10px 10px 0;
}

#feature-bar img {
	padding-top: 3px;
}

/* @end */

#footer-wrapper {
	margin-top: 20px;
	width: 100%;
	background: #55360b url(/img/bg-footer.jpg) repeat-x;
	
}


#footer {
	min-height:100px;
height: auto !important;
height: 100px;
background: #55360b url(/img/bg-footer-glow.jpg) no-repeat;
}

#footer p {
	padding: 10px 0;
	margin: 0;
	color: #ebd88e;
}

/* @group nav */

#nav-top {
	position: absolute;
	right: 0;
	top: 115px;
	width: 960px;
	height: 50px;
	background: url(/img/bg-nav.jpg) no-repeat;
}

#nav-top ul {
	line-height: 1;
	margin: 10px 0 0 170px;
	padding: 0 0 0 0;
	list-style: none;
}

#nav-top li {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	display: inline;
	float: left;
}

#nav-top a {
	text-decoration: none;
	color: #6c3f03;
	font-size: 16px;
	display: block;
	padding: 5px 10px;
}

#nav-top a:hover {
	background: #925d13;
	color: #FFF;
}

body#products a.products,
body#about a.about,
body#news a.news
 {
	background: #925d13;
	color: #FFF;
}


/* @end */

/* @group nav side */


.nav-box h4 {
	margin: 0;
	line-height: 1;
	background: #e3c8a7;
	padding: 5px 10px;
	border-bottom: 1px solid #FFF;
}

.nav-box h5 {
	line-height: 1;
	font-size: 15px;
	margin: 10px 10px 5px 10px;
	background: #f0e6da;
	padding: 2px 10px;
}

.nav-box {
	background: #FFF;
	margin-bottom: 20px;
	border: 1px solid #eedac2;
}


.nav-box p {
	padding: 10px;
}


ul.nav-side {
	margin: 0;
	padding: 10px;
	padding-top: 0;
	list-style: none;
}

ul.nav-side li {
	line-height: 1.3;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	border-bottom: 1px solid #eedac2;
}

ul.nav-side a {
	text-decoration: none;
	color: #6c3f03;
}

ul.nav-side a:hover {
	color: #000;
}

/* @end */
