/****************************************************************
 * Style Sheet Name: main.css                                *
 * Style Sheet Version: 1.0                                  	      *
 * Style Sheet Info: Global/Default Styles        *
 *                                                             							 *
 orange:					#eb8d1d						 		 *
 orange-brown:		#7a490e								 *
 light-orange			#f8bd76								 *
 ****************************************************************/
/* Global Definitions */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(../img/main_bg.jpg) repeat-x; 
	background-color:#7a490e;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#fff;
}

body{position:relative; min-height:100%;}

a, visited, active{
    text-decoration: underline;
    color:#360;
    font-weight:bold;
}

a:hover {
    text-decoration: underline;
    color:#FFEF9D;
}

p{
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 14	pt;
	font-size:13px
}

ol li, ul li{
	margin:0 0 8px 0;
}

/*** ASSETS ***/
.hide {display: none; }
.clear{clear:both;}
.left_image{ float:left;	margin: 0 10px 8px -5px;	border:0;}
.right_image{float:right;	margin: 3px 0 10px 10px;  border:0;}
.info_list li{margin: 0 0 8px 0; line-height: 18px;}
.footnote{font-size:10px; line-height:13px}

.hline{
	margin: 15px 0 25px 50px;
	background-color:#f8bd76;
	height:1px;
	width:750px;
	clear:both;
	
}


/*** CONTAINER ***/
#container { 
	margin: 0 auto;
	padding: 0 ;
	height: 100%;
	width: 932px;
	background: url(../img/container_bg_932.jpg) no-repeat; 
}

#bg{ 
	width: 932px;
	background: url(../img/container_bg_bottom.jpg); 


}

#main { 
	margin: 0;
	padding: 10px  17px  0px 15px ;
	width: 932px;
	background: url(../img/container_bg_932.jpg) no-repeat; 
	height:100%;
/*	background-color:#f08d1d; */
}

/*** CONTENT ***/
#content { 
	margin: 0;
	padding: 5px 30px 0 30px ;
	width: 840px;
}

/*** HEADER ***/
#header{
	margin:   0 ;
	padding: 0 ;
	height: 85px;
}

h1 {
	display:none;	
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color:#5B310F;
	margin: 3px 0 2px 0;
	padding: 0;
}

h3 {
	font-weight:  bold;
	font-size: 14px;
	color:#FFF;
	margin: 2px 0 5px 0;
	padding: 0;
}


.home {
	margin:  0 0 0 10px;
	padding: 0;
	height: 80px;
	width: 207px;
	display: block;
	background: url(../img/logo.gif); 
	float:left;

 }

 /*** FACT VS MYTH ***/
 
 .myth, .fact {
	margin:  0 4px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color:#F00;
}
 
 .myth {color:#F00;}
.fact {color:#060;}

#overlay{
	position:absolute;
	width:100%;
	height:150%;
	display:none;
	background:#000;
	margin:0px;
	left:0px;
	text-align:center;
	z-index: 900;
}

#light-form-box{
	position:absolute;
	width:100%;
	height:150%;
	display:none;
	margin:0px;
	left:0px;
	text-align:center;
	z-index: 960;
}

#light-form{
	display:block;
	position:relative;
	width:433px;
	text-align: left;
	height:700px;
	background:#fff;
	margin:0 auto;
	top:2%;
	background:url('../img/form_bg.png') no-repeat;
	z-index: 1000;
}

#light-content{
	display:block;
	width:370px;
	top:30px;
	margin-left:55px;
	position:relative;
	padding-bottom:30px;
	
}

#light-close{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	right:3px;
	top:3px;
	cursor:pointer;
}

#form_submit{
	border:none; display:block; width:140px; height:39px; background:url('../img/form_submit.png'); float:right; margin-right:55px; cursor:pointer;
}

#loadForm{
	color:#007b0c; font-size:16px; font-weight:bold; cursor:pointer;
}
.form_sec{margin:5px 5px 10px 5px;}
.form_sec2{margin:5px 15px 10px 5px;}

.form_sec input, .form_sec select, .form_sec option{font-size:11px; letter-spacing:1px}

.form_sec span{display:block; color:#000; font-size:11px;}
.form_sec span strong{color:#ff0000;}

.form_sec2 span{display:block; color:#000; font-size:11px;}
.form_sec2 span strong{color:#ff0000;}


.form_sec .field1{ width:300px;}
.form_sec .field2{ width:300px; height:40px;}

.form_sec .fieldcity{ width:180px;}
.form_sec .fieldstate{ width:30px;}
.form_sec .fieldzip{ width:70px;}


.vendor_sign{
	display:block;
	width:178px;
	height:90px;
	position:absolute;
	top:540px;
	left:375px;
	background: url('../img/vendor_sign.png') left;
}

.vendor_sign:hover{
	background: url('../img/vendor_sign.png') right;
}

#home_flash{
	position:relative;
}

