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

body {
	background:url(imgs/background.jpg) top no-repeat #4d3b2a fixed;
	text-align:center;
	margin:0px;
	padding: 0px;
	font:"Times New Roman", Times, serif;
	}
hr {
	height:1px;
	background:#c7b29a;
	border:0px;
	}
h3 {
	text-transform:uppercase;
	color:#990000;
	}
h4 {
	font-size:14px;
	}
#header {
	width:942px;
	background:url(imgs/header.jpg) no-repeat;
	position:fixed;
	top:0px;
	z-index:10;
	margin:0px auto;
	}

#mainbox {
	width:942px;
	min-height:550px;
	margin:0px auto;
	text-align:left;
	position:relative;
	z-index:2;
	}
#whitebox {
	background:url(imgs/whitebox.png) repeat-y top;
	clear:left;
	width:900px;
	margin:125px auto 0px auto;
	padding:0px 0px 10px 0px;
	text-align:center;
	position:relative;
	z-index:2;
	}
#nav {
	position:fixed;
	top:80px;
	z-index:10;
	height:30px;
	margin-left:14px;
	width:871px;
	overflow:hidden;
	background:#FFFFFF;
	text-align:center;
	padding-top:15px;
	}
#nav a {
	color:#736357;
	text-decoration:none;
	font-variant:small-caps;
	width:100px;
	display:inline-block;
	}
#nav a:hover {
	color:#000000;
	}
#current a {
	color:#9e0b0f;
	}
#special {
	margin-right: 5px;
	border:0px;
	}
.guts {
	width:654px;
	margin:0px auto;
	text-align:left;
	font-size:14px;
	}
.quote {
	float:left;
	background:url(imgs/Lquote.jpg) top left no-repeat;
	padding:30px 20px;
	}
.quote_end {
	background:url(imgs/Rquote.jpg) right bottom no-repeat;
	padding-bottom:20px;
	}
.quote_credit {
	text-align:right;
	clear:left;
	}
.guts p {
	margin:0px auto 5px auto;
	color:#333333;
	}
.guts a {
	color:#990000;
	text-decoration:none;
	}
.guts a:hover {
	text-decoration:underline;
	}
.guts img {border:2px solid #C8B19F;}
.name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:11px;
	color:#CFCFCF;
	font-style:italic;
	}

.left {
	float:left;
	margin:0px 15px 10px 0px;
	}

.header {
	font-size:18px;
	color:#9e0b0f;
	border-bottom:1px solid #754c24;
	height:20px;
	margin:10px auto;
	z-index:0;
	position:relative;
	text-align:center;
	}
.title {
	position:relative;
	background:#FFFFFF none repeat scroll 0 0;
	z-index:5;
	color:#754c24;
	margin:0px auto;
	padding:0px 5px;
	font-weight:normal;
	font-size:24px;
	font-variant:small-caps;
	}
.subtitle {
	color:#9e0b0f;
	margin:5px auto;
	height:20px;
	display:block;
	padding:5px 5px 5px 0px;
	font-weight:normal;
	font-size:20px;
	font-variant:small-caps;
	}
.whiteender {
	background:url(imgs/whitebox-end.png) top no-repeat;
	height:20px;
	}
.pricebar {
	height:14px;
	border-bottom:1px solid #c7b29a;
	color:#736357;
	margin:10px auto;
	font-size:18px;
	position:relative;
	}
.items {
	position:absolute;
	background:#FFFFFF;
	padding-right:4px;
	font-size:16px;
	height:18px;
	display:block;
	text-align:left;
	text-transform:uppercase;
	}
.prices {
	position:absolute;
	right:0px;
	background:#FFFFFF;
	padding-left:4px;
	font-size:16px;
	height:18px;
	display:block;
	text-align:right;
	}
.foot {
	color:#FFFFDF;
	padding-bottom:10px;
	text-align:center;
	}
.footguts {
	width:860px;
	margin:0px auto;
	}
.leftfoot {
	float:left;
	text-align:left;
	}
.rightfoot {
	float:right;
	text-align:right;
	}
