p, h1, h2, h3, h4, h5, h6, ul, li, body, form, label, input {
	margin: 0;
	padding: 0;
}

body {
	font-size: 76.1%;
	text-align: center;
	background: url(i/body_bg.jpg) center top no-repeat;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#nav {
	height: 165px;
	width: 800px;
}

#nav ul {
	margin-left: 253px;
	margin-top: 8px;
	height: 21px;
	width: 586px;
	background: url(i/nav.jpg);
	list-style: none;
	position: relative;
}

html>body #nav ul {
	margin-left: 233px;
	margin-top: 17px;
}

#nav ul li {
	position: absolute;
	height: 21px;
}

#nav ul li a {
	display: block;
}

#nav1 {
	left: 0px;
}

#nav1 a {
	width: 60px;
	height: 21px;
}

#nav1 a:hover {
	background: url(i/nav.jpg) 0 -20px no-repeat;
}

#nav2 {
	left: 60px;
}

#nav2 a {
	width: 95px;
	height: 21px;
}

#nav2 a:hover {
	background: url(i/nav.jpg) -60px -20px no-repeat;
}

#nav3 {
	left: 155px;
}

#nav3 a {
	width: 100px;
	height: 21px;
}

#nav3 a:hover {
	background: url(i/nav.jpg) -155px -20px no-repeat;
}

#nav4 {
	left: 255px;
}

#nav4 a {
	width: 95px;
	height: 21px;
}

#nav4 a:hover {
	background: url(i/nav.jpg) -255px -20px no-repeat;
}

#nav5 {
	left: 350px;
}

#nav5 a {
	width: 130px;
	height: 21px;
}

#nav5 a:hover {
	background: url(i/nav.jpg) -350px -20px no-repeat;
}

#nav6 {
	left: 480px;
}

#nav6 a {
	width: 106px;
	height: 21px;
}

#nav6 a:hover {
	background: url(i/nav.jpg) -480px -20px no-repeat;
}


#guts {
	width: 800px;
	text-align: left;
}

#guts_left {
	float: left;
	width: 398px;
}

#guts_right {
	float: right;
	width: 402px;	
}

.clear100 {
	height: 53px;
	clear: both;
	margin-top: 50px;
	width: 100%;
	text-align: left;
}

.clear100 p {
	margin: 0;
}

#foot_wrap {
	clear: both;
	width: 100%;
	border-top: 5px solid #787746;
	background: #32331D;
	height: 600px;
	text-align: center;
	
}

#foot {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#foot_left {
	float: left;
	width: 400px;
}

#foot_right {
	float: right;
	width: 400px;
}

#featured {

	width: 402px;
	margin: 0 auto;
}

#featured_top {
	background: url(i/featured_top.jpg);
	height: 39px;
	width: 402px;
}

#featured_guts {
	background: url(i/featured_gut.jpg) repeat-y;
	width: 306pxpx;
	padding: 5px 0 0 44px;
}

#featured_bot {
	background: url(i/featured_bot.jpg);
	height: 40px;
	width: 402px;
}

#featured_guts_left {
	float: left;
}

#featured_guts_right {
	float: right;
	text-align: right;
}

#featured_guts_desc {
	clear: both;
	padding-top: 0px;
}

#footform {
	margin: 30px 0 0 20px;
}

#footform label, #maintform label {
	display: block;
}

#footform input {
	border: 2px solid #787746;
	background: #B4AF91;
	width: 220px;
	height: 18px;
	margin-bottom: 20px;
}

#footform textarea {
	border: 2px solid #787746;
	background: #B4AF91;
	width: 300px;
	overflow: auto;
}

#footform .button {
	background: url(i/footsend.jpg);
	height: 30px;
	width: 60px;
	border: none;
	margin-top: 30px;
}

#maintfield {
	width: 360px;
	background: #32331D;
	border: 3px solid #787746;
}

#maintform {
	margin: 30px 0 0 20px;
}

#maintform input {
	border: 2px solid #787746;
	background: #B4AF91;
	width: 220px;
	height: 18px;
	margin-bottom: 20px;
}

#maintform textarea {
	border: 2px solid #787746;
	background: #B4AF91;
	width: 300px;
	overflow: auto;
}

#maintform .button {
	background: url(i/footsend.jpg);
	height: 30px;
	width: 60px;
	border: none;
	margin-top: 30px;
}

.listing {
	border-bottom: 1px solid #40411E;
	min-height: 180px;
	padding: 40px 0 20px 0;

}

span.no {
	display: none;
}

p {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 150%;
	color: #40411E;
	margin: 10px 0 10px 0;
}

h1 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 2.4em;
	color: #40411E;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 2em;
	color: #40411E;
}


h3 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 2em;
}

h4 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.2em;
}

h6 {
	text-transform: uppercase;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.4em;
}

#guts a {
	text-decoration: none;
	border-bottom: 1px dotted #40411E;
	color: #40411E
}

#guts a:hover {
	border-bottom: 1px solid #BF3000;
	color: #BF3000;
}

#guts_left p {
	width: 350px;
}

#guts p {
	max-width: 600px;
}

#featured_guts p {
	color: white;
	font-size: 1em;
}

#featured_guts_left p {
	font-size: 1.2em;
	font-weight: bold;
}

#featured_guts_right a, #featured_guts_right a:visited {
	color: white;
	margin: 0 54px 0 0;
}

#featured_guts_desc p {
	width: 300px;
}

#featured_guts_right a {
	color: white;
	border-bottom: 1px dotted white;
}

#featured_guts_right a:hover {
	border-bottom: 1px solid #32331D;
	color: #32331D;
}

#featured_link a {
	border-bottom: none;
}

#featured_link a:hover {
	border-bottom: none;
}


.listing h3 {
	padding: 0 0 0 270px;
	color: #40411E;
}

.listing h6 {
	padding: 0 0 0 270px;
	color: #40411E;
}

.listing h4 {
	padding: 10px 0 0 40px;
	color: #40411E;
}

.listing p {
	padding: 0 0 0 0px;

}

#guts ul {
	margin: 0 0 20px 20px;
}

#guts li {
	list-style-image: url(i/redstar_small.jpg);
	list-style-position: inside;
	padding: 0 0 5px 0;
	margin: 0 0 0 10px;
	font-size: 1.1em;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	line-height: 150%;
	color: #40411E;
}


img.featuredpic {
	border: 3px solid white;
	margin-top: 15px;
}

img.rs {
	position: relative;
	float: right;
	top: 35px;
	left: -180px;
}

img.left_arrow {
	float: left;
	padding: 0 10px 0 0;
	margin: 5px 0 0 0;
}

img.listingpic, iframe {
	float: left;
	margin: 0 40px 0px 0;
	padding: 3px;
}

a img.listingpic, iframe {
	text-decoration: none;
	border: 1px solid #777646;

}

a img.listingpic:hover {
	border: 1px solid #BF3000;
}

img.gallery {
	border: 1px solid #777646;
	padding: 3px;
	margin: 20px 10px 20px 10px;
}

img.bullet {
	float: left;
	padding: 0 7px 0 0;
	margin: 4px 0 0 0;
}

a.totop {
	display: block;
	height: 57px;
	width: 123px;
	background: url(i/top.jpg);
}

a.totop:hover {
	background: url(i/top_hover.jpg);
}

.detail_copy p {
	margin: 0 20px 20px 20px;
}

span.red {
	color: red;
}