@charset "UTF-8";
/* CSS Document */

/*__________ GLOBAL STYLES _______________________________________________________*/
body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  color: #333;
  background-color:#4b3224;
  
 /* #fff3e8;*/
}
p {
  color: #333;
  font-size: .75em;
  line-height: 1.5em;
}
h1 {
  color: #5b3e2e;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: bold;
}h2 {
  color: #5b3e2e;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: normal;
}
#welcome_to a, #special_1 a, #special_2 a, #special_3 a, #right a, .email_us {
	text-decoration: none;
	color: #333;
}
#welcome_to a:hover .cta {
	color: #0072bc;
}
#right a:hover .email_us {
	color: #5b3e2e;
}
.cta_arrow {
	font-weight: bold;
	color: #5b3e2e;
}
.cta {
	color: #333;
	font-style:italic;
}
.subhead {
	font-weight: bold;
	color: #333;
	line-height: 3em;
}
.email_us {
	color: #425482;
}

/*__________ STRUCTURE STYLES _______________________________________________________*/
/*__div that holds the entire site structure__*/
#wrapper {
		width: 600px;
		margin: 0 auto;
		background: none;
		position: relative;
}
/*__div that holds the HEADER image__*/
#header {
	height: 102px;
	width: 600px;
}
/*__div that holds styles for the TOP NAV__*/
#top_nav {
	background: #5b3e2e;
	height: 24px;
	width: 600px;
	color: #FFF;
}
#top_nav_shdw {
	height: 5px;
	width: 600px;
}
#top_nav a {
	color: #FFF;
	font-size: .75em;
  	line-height: 2.25em;
	text-decoration: none;
}
#top_nav a:hover {
	color:  #fdd003;
}
#top_nav .sellink {
	color: #fdd003;
}

/*__div that holds styles for CONTENT__*/
#content_home {
	width: 600px;
	min-height: 428px;
	margin: 0 auto;
	/*background-color:black;*/
	background-image: url('images/wood_texture2075173.jpg');
	positon: relative;
	z-index: -1;
}
#content {
	width: 600px;
	min-height: 428px;
	margin: 0 auto;
	positon: relative;
	z-index: -1;
	background-color:#FFF;
}
#left {
	width: 219px;
	min-height: 393px;
	float: left;
	positon: relative;
	background-color:white;
	background-image: url('images/left_bkgrd.jpg');
}
#right {
	width: 371px;
	min-height: 428px;
	margin: 0 auto;
	padding-right:10px;
	background-color:FFF;
	float: left;
}
#right .feature {
	float: right;
	padding-top:5px;
	padding-left: 5px;
}

/*__div that holds styles for the IMAGE ROTATOR__*/
#main_rotator {
	width: 411px;
	min-height: 288px;
	float: left;
	/*background-color: purple;*/
}
#main_rotator_basic {
	width: 371px;
	min-height: 261px;
	float: right;
	/*background-color: purple;*/
}
/*__________ jQUERY ROTATOR STYLES _______________________________________________________*/

.pics {    
		width: 411px;
		height: 288px;
		padding: 0px;  
		margin: 0px;  
} 
.pics_basic {    
		width: 371px;
		height: 261px;
		padding: 0px;  
		margin: 0px;  
} 
.pics img {  
		padding: 0px;  
		border: none;  
		background-color: #fff;  
		width: 411px; 
		height: 288px; 
		top: 0; 
		left: 0 
}
.pics_basic img {  
		padding: 0px;  
		border: none;  
		background-color: #fff;  
		width: 371px;
		height: 261px; 
		top: 0; 
		left: 0 
}

/*__div that holds styles for WELCOME TO__*/
#welcome_to {
	width: 189px;
	float: right;
	/*background: pink;*/
}

#welcome_to p {
	padding-right: 1em;
	font-weight: bold;
}
#welcome_to a .cta {
	padding-right: 1em;
	font-weight: normal;
}

/*__styles for the SPECIALS__*/
#specials_bkgrd {
	clear: both;
	width: 600px;
	min-height: 160px;
	/*margin: 0 auto;*/
	/*z-index: 10;*/
	/*positon: relative;*/
	background-image: url('images/wood_texture2075173_30.jpg');
}

#special_1 {
	text-align: center;
	padding-top: 1em;
	float: left;
	width: 204px;
	min-height: 140px;
	/*background: green;*/
	border-right: 0px solid #ffffff;
}
#special_1 h3 {
	/*padding-top: 1em;*/
	padding-left: 1.2em;
	color: #0072bc;
}
#special_1 p {
	padding-left: 1.2em;
	color: #5b3e2e;
	font-weight: bold;
}
#special_1 p .cta {
	color: #5b3e2e;
	font-weight: normal;
}
#special_1 a:hover .cta {
	color: #333;
	color: #0072bc;
}

#special_2 {
	text-align: center;
	padding-top: 1em;
	float: left;
	width: 201px;
	min-height: 140px;
	border-right: 0px solid #ffffff;
	/*background: red;*/
}
#special_2 h3 {
	/*padding-top: 1em;*/
	color: #d94b37;
}
#special_2 p {
	color: #5b3e2e;
	font-weight: bold;
}
#special_2 p .cta {
	color: #5b3e2e;
	font-weight: normal;
}
#special_2 a:hover .cta {
	color: #d94b37;
}
.special_2_red {
	font-weight: bold;
	color: #d94b37;
	font-size: 1.12em;
}
.special_2_blue {
	font-weight: bold;
	color: #0072bc;
	font-size: 1.12em;
}
#special_2 .check {
	color: #0072bc;
}
#special_3 {
	text-align: center;
	padding-top: 1em;
	float: left;
	width: 195px;
	min-height: 140px;
	/*background-color: yellow;*/
}
#special_3 h3 {
	/*padding-top: 1em;*/
	padding-right: 1.3em;
	color: #0072bc;
}
#special_3 p {
	padding-right: 1.3em;
	color: #5b3e2e;
	font-weight: bold;
}
#special_3 img {
	padding-bottom: .5em;
}
/*__styles for the FOOTER__*/
#footer {
	width: 600px;
	height: 25px;
	padding-top: 3px;
	background-image: url('images/wood_texture2075173.jpg');
	text-align: center;
	clear: both;
	border-top: 2px solid #5b3e2e;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #0072bc;
}

.liquid {
	clear: both;
	font-size: 1px;
	line-height: 0px;
}

