body {
  margin: 0;
  padding: 0;
  background: #c2c3b4 url(../images/body-bg.jpg) repeat-x top left;
  font:  12px "Century Gothic",  Verdana, Arial, Helvetica, sans-serif;
  color: #3f310c;
}
h1, h2, h3, h4, h6{
	font: "Impact", Verdana, Arial, Helvetica, sans-serif;
	color:#443410;
}
h6{
	font-size:1.1em;
}
h3{
	font-size:1.4em;

}
h4{
	color:#fff;
	font-size:1.3em;
	margin-left:0;
}
a img{
	border:none;
}
a{
	text-decoration:none;
	color:#3f310c;
}
a:hover{
	text-decoration:none;
	color:#786940;
}
#main{
	margin:0 auto;
	padding:0;
	background:url(../images/main-bg.jpg) repeat-y top;
}
.popup #main {
  padding: 10px 10px;
  margin: 10px 10px;
  background-image: none;
  background: #DCDACE;
  border: 5px solid #E7E8E5;
}

/* FORMS */
form	{
	margin: 0;
	padding: 0 0 0 10px;
}
form label	{
	cursor: pointer;
}
fieldset	{
	border: 1px solid #EDECE7;
	padding: 5px 5px;
	text-align: left;
}
legend, label	{
	font-weight: bold;
}
.required	{
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}


table {
  border-style: solid;
  border-collapse: collapse;
  margin: 5px 0px;
}


#container{
	margin:0;
	padding:0;
	background:url(../images/container.jpg) no-repeat top;
}
#header{
	margin:0;
	padding:0;
	width:923px;
	background:;
	height:460px;
	background:url(../images/header.jpg) no-repeat top ;
}
#content{
	margin:20px 0 0 0;
	padding:0;
	width:923px;
}
#textarea{
	float:left;
	width:450px;
	text-align:justify;
	margin: 10px  0 0 85px;
	padding-left:20px;
}
#eform{
	float:right;
	padding:0 10px 0 0px;
	width:250px;
	text-align:left;
	margin-right:55px;
	color:#ffffff;
}
#footer{
	margin:0 auto;
	padding-top:10px;
	padding-bottom:0;
	width:923px;
	background: #c2c3b4 url(../images/footer-bg.jpg) no-repeat top;
}
.popup #footer {
  background-image: none;
  width: auto;
}
#fineprint{
	margin:30px 0 0 0;
	padding:0;
}
#fineprint ul{
	
}
#fineprint li{
	display: inline;
    list-style-type: none;
    padding:0 7px;
	border-left:1px solid #3f310c;

}
#products img{
	float:left;
	padding:0 10px 10px 0;
}
#products li{
	list-style:none;
}
.clearfloats{
	clear:both;
}
.error{
	color:#990000;
	margin-right:20px;
}
.okay{
	
	margin-right:20px;
}
#thankyou{
	float:right;
	width:200px;
	background-color:#fff;
	margin:10px;
	padding:10px 0;
	font-size:1.3em;
	text-align:center;
	color:#443410;
	font-weight:bold;
}


/* SHADOWBOX */
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message {
	color: #555;
	font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0px 10px;
}
#sb-title-inner {
  border-top: 1px solid #ccc;
}
#sb-container {
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	text-align: left;
	top: 0;
	visibility: hidden;
	z-index: 999;
}
#sb-overlay {
	height: 100%;
	position: relative;
	width: 100%;
}
#sb-wrapper {
	position: absolute;
	visibility: hidden;
	width: 100px;
}
#sb-wrapper-inner {
	border: 5px solid #fff;
	height: 100px;
	overflow: hidden;
	position: relative;
}
#sb-body {
	height: 100%;
	position: relative;
}
#sb-body-inner {
	height: 100%;
	position: absolute;
	width: 100%;
}
#sb-player.html {
	height: 100%;
	overflow: auto;
}
#sb-body img {
	border: none;
}
#sb-loading {
	height: 100%;
	position: relative;
}
#sb-loading-inner {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin-top: -12px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
#sb-loading-inner span {
	display: inline-block;
	padding-left: 34px;
}
#sb-body,#sb-loading {
	background-color: #E0E0E0;
}
#sb-title,#sb-info {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#sb-title,#sb-title-inner {

	line-height: 26px;
}
#sb-title {
    background: #fff;
}


#sb-title-inner {
	font-size: 16px;
}
#sb-info,#sb-info-inner {
	height: 20px;
	line-height: 20px;
}
#sb-info-inner {
	font-size: 12px;
}
#sb-nav {
	float: right;
	height: 16px;
	padding: 2px 0;
	width: 45%;
}
#sb-nav a {
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: right;
	height: 16px;
	margin-left: 3px;
	width: 16px;
}
#sb-nav-close {
	background-image: url(../js/shadowbox/close.png);
}
#sb-nav-next {
	background-image: url(../js/shadowbox/next.png);
}
#sb-nav-previous {
	background-image: url(../js/shadowbox/previous.png);
}
#sb-nav-play {
	background-image: url(../js/shadowbox/play.png);
}
#sb-nav-pause {
	background-image: url(../js/shadowbox/pause.png);
}
#sb-counter {
	float: left;
	width: 45%;
}
#sb-counter a {
	color: #fff;
	cursor: pointer;
	padding: 0 4px 0 0;
	text-decoration: none;
}
#sb-counter a.sb-counter-current {
	text-decoration: underline;
}
div.sb-message {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
div.sb-message a:link,div.sb-message a:visited {
	color: #fff;
	text-decoration: underline;
}