/* CSS Document */

/* LAYOUT */
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 10px;

	
}

#banner {
	width: 800px;
	background:  url(assets/banner2.jpg) no-repeat center top;
	height: 200px;
	float: right;
	padding-bottom: 0px;
	border: 6px solid #421D0D;
	margin-top: 5px;
}
#banner2 {
	width: 800px;
	background:  url(assets/banner-gallery.jpg) no-repeat center top;
	height: 200px;
	float: right;
	padding-bottom: 0px;
	border: 6px solid #421D0D;
	margin-top: 5px;
}
#banner3 {
	width: 800px;

	background:  url(assets/banner a.jpg) no-repeat center top;
	height: 200px;
	float: right;
	padding-bottom: 0px;
	border: 6px solid #421D0D;
	margin-top: 5px;
	background-image: url(assets/banner%20a.jpg);
}

#banner4 {
	width: 800px;
	background:  url(assets/banner4.jpg) no-repeat center top;
	height: 200px;
	float: right;
	padding-bottom: 0px;
	border: 6px solid #421D0D;
	margin-top: 5px;
}

#banner5 {
	width: 800px;
	background:  url(assets/banner-prod-specs.jpg) no-repeat center top;
	height: 200px;
	float: right;
	padding-bottom: 0px;
	border: 6px solid #421D0D;
	margin-top: 5px;
}
#banner6 {
	width: 800px;
	background:  url(assets/banner6.jpg) no-repeat center top;
	height: 200px;
	float: right;
	padding-bottom: 0px;
	border: 6px solid #421D0D;
	margin-top: 0px;

	
}
#banner-resources {
	width: 800px;
	background:  url(assets/banner-resources.jpg) no-repeat center top;
	height: 200px;
	float: right;
	padding-bottom: 0px;
	border: 6px solid #421D0D;
	margin-top: 5px;
}

#banner-testimonials {
	width: 800px;
	background:  url(assets/banner-testimonials.jpg) no-repeat center top;
	height: 200px;
	float: right;
	padding-bottom: 0px;
	border: 6px solid #421D0D;
	margin-top: 5px;
}

#banner-video {
	width: 800px;
	background:  url(assets/banner-video.jpg) no-repeat center top;
	height: 200px;
	float: right;
	padding-bottom: 0px;
	border: 6px solid #421D0D;
	margin-top: 5px;
}

#main {
	width: 800px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #421D0D;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #421D0D;
	border-bottom: 6px solid #421D0D;
	border-right-color: #421D0D;
	margin-bottom: 10px;
	background-image: url(assets/background-1.jpg);
}
#content {
float: center;
width: 350px;
padding-left: 10px;
padding-right: 10px;
}

#body {
	font-family: Arial, Helvetica, sans-serif;
	background:  url(assets/bg2.jpg) repeat center top;
			margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

#nav-area {
	width: 800px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #421D0D;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #421D0D;
	border-bottom: 6px solid #421D0D;
	border-right-color: #421D0D;
	margin-bottom: 10px;
	background: #421D0D;
}

/* NAVIGATION */
ul#mainNav {
	border-left: 1px dashed #421D0D;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#mainNav li {
	float: left;
	width: 125px;
	list-style-type: none;
}


#mainNav a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	border-top: 1px solid #D0AF79;
	border-bottom: 1px solid #D0AF79;
	border-right: 1px solid #D0AF79;
	border-left: 1px solid #D0AF79;
	display: block;
	padding: 7px 5px 7px 10px;
	background: #421D0D no-repeat left center;
/*	font-weight: bold; */
}

#mainNav a:hover {
	background: url(assets/background-nav.jpg) 5px 50%;
	font-weight: bold;
	color: #ffffff;
}

/* special formatting for home page link */
a#homeLink {
	background: #666666 5px 52%;
}

/* styles for the "you are here" buttons */
#home #mainNav a#homelink,
#feature #mainNav a#featureLink {
	background: #FEFF99  5px 50%;
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;
	color: #000000;
}

#home #mainNav a#homelink:hover,
#feature #mainNav a#featureLink:hover {
	color: #B2F511;
}
