body {
	background:url(css/body_bg.gif) top center repeat-y #600b0b;
	color:#221b1b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	margin: 0px 0px;
	padding: 0px;

}

.clear{clear:both;}

* {
	margin: 0px;
	padding: 0px;
	
}
#container {
	background-color:#D5D0BA;
	text-align: left;
	width: 790px;
	margin: 0px auto;
}

a{
	
}
p{
	margin: 15px 0px;
	
}

.lead {
	font-size: 14px;
	line-height:19px;	
}

.small {
	font-size: 11px;
}

.email_link {
	font-size: 11px;
	text-decoration:underline;
}



blockquote {
	padding: 0 0 0 50px;
	margin: 0px 20px 0 0;
	background: url(css/quote.gif) no-repeat;
	font: italic small Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em;
}

/********************** Header ***************************/
#header {
	background:url(css/header_bg.gif) repeat-x;
	width:790px;
	height:140px;
	position:relative;
}

#menu {
      float:right;
      width:100%;
      background: url("css/menu/bg.gif") repeat-x bottom;
      font-size:100%;
      line-height:normal;
	  position:absolute;
	  top:108px;
	  right:0px;
	  
      }

#menu ul {
      margin:0;
      padding:10px 20px 0;
      list-style:none;
      }

#menu li {
      float:right;
      background:url("css/menu/left_on.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }

#menu a {
      display:block;
      background:url("css/menu/right_on.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
	  margin: 0 0px 0 0px;
      text-decoration:none;
      font-weight:normal;
      color:#765;
      }

#menu a:hover {
      color:#333;
      }

#menu #current {
      background-image:url("css/menu/left.gif");
      }

#menu #current a {
      background-image:url("css/menu/right.gif");
      color:#333;
      padding-bottom:5px;
      }

#price_badge {
	background: url(css/price_badge.gif) no-repeat;
	position:absolute;
	top:50px;
	left:20px;
}

#price_badge a{
	background-color:red;
	}

#price_badge a:hover{
	background-color:red;
	}


#logo a{
	background-image: url(css/brand.gif);
	background-repeat: no-repeat;
	height: 0px;
	width: 750px;
	padding-top: 50px;
	position:absolute;
	top:25px;
	left:20px;
	overflow: hidden;
	display: block;
}

/********************** Content ***************************/

#image_banner {
	padding: 20px 20px;
}

#content {
	background-color: #D5D0BA;

}

img{
	border-width:0px;
}

h1{
	font-weight:normal;
	color:#600b0b;
	border-bottom:solid #660000 1px;
	font-size:18px;
	margin: 0px 0px 25px 0px;
}

h2{
	border-bottom: solid #600b0b 1px;
	color:#600b0b;
	font-weight:bold;
	font-size:14px;
	margin: 15px 0px 15px 0px;
	padding-bottom: 0px;
}

h3{
	color:#222;
	font-weight:normal;
	font-size:12px;
	margin: 25px 0px 10px 0px;

}


#left ul{
	padding:0 0 10px 20px;
}

#left li{
	padding:0 0 10px 0px;
}

#left {
	float:left;
	text-align:justify;
	width:390px;
	margin: 0 0 50px 30px;
	_margin: 0;
	padding: 0px 30px 0px 0px;
	_padding: 0px 30px 30px 30px;

}

#left a {
	font-size: 12px;
	color:#600b0b;
 	text-decoration:underline;

	}
	
#left a:hover{
	color:#600b0b;
	background-color:#bdb8a5;
	text-decoration:none;
}

#photos a{
	margin-right:14px;
}

#feature {
	float:right;
	width:300px;
	height:350px;
	padding: 0px 10px 10px 10px;
	background: url(css/feature_bg.jpg) top repeat-x #D5D0BA;
	margin: 0 20px 0 0;
	_margin: 0 10px 0 00px;
	_padding: 0 10px 0 10px;
	color:#503a0c;
}

#feature p{
	margin: 10px;
}

#feature h1 {
	border:none;
	font-weight:normal;
	font-size:14px;
	color:#333;
	background-color:#D5D0BA;
	padding:5px;
	margin: 10px 0 30px 0;
	
}

#feature h2 {
	border:none;
	color: #660000;
	font-size:16px;
	font-weight:normal;
	line-height:12px;
	margin: 5px 0 20px 10px;
	
}

#feature h3 {
	margin-left: 10px;
}

#feature a:hover{
	margin:0;
}
/********************** Footer ***************************/

#footer {
	border-top: solid #474c0a 1px;
	background: url(css/footer.gif) repeat-x;
	clear:both;
	width:790px;
	text-align:center;
	padding: 20px 0px 20px 0;
	_margin: 20px 0 0 0;
	font-size: 10px;
	color:#ccc;
}

#footer .credits {
	margin-left:50px;
}

#footer a {
	text-decoration:none;
	color:#ccc;
	font-size: 10px;
}

#footer a:hover{
	color:#FFCC66;
}

