* {
	margin: 0px;
	padding: 0px;
}
body {
/*	background-color: #591502; */
	background-color: #461102;
/*	background-color: #360D01; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 15px;
}
li {
	list-style: disc;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
a {
	color: #8d3504;
	margin: 0px;
	padding: 0px;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}


/* Website Container */
#site_container {
	border-left: 2px solid #af883a;
	border-right: 2px solid #af883a;
	border-bottom: 2px solid #af883a;
	background-color: #d6c49e;
	margin: 0px auto;
	padding: 0px;
	width: 956px;
}

/* Checkout Container */
#checkout_wrapper {
	
}
#checkout_container {
	text-align: right;
	color: #fff;
	padding: 6px 15px;	
}
#checkout_container a {
	font-size: 12px;
	font-weight: bold;
	color: #86543F;
}
#checkout_container a:hover {
	color: #fff;
	text-decoration: none;
}
#checkout_container_bottom {
	background-color: #000;
	height: 7px;
}

/* Header Container */
#header_container {
	height: 110px;
	overflow: hidden;
	width: 100%;
} 
#logo_container {
	padding: 0px;	
	float: left;
}
#header_image {
	width: 592px;
	height: 110px;
	float: left;	
}

/* Top Menu Container */
#top_menu_container {
	
}

/* Body Container */
#body_container {
	background-image: url(../images/body_container_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	width: 100%;
	padding: 0px;
}
#body_left {
	float: left;
	width: 249px;
	padding: 10px 0px 10px 0px;
}
#body_right {
	font-size: 14px;
	line-height: 1.6em;
	float: right;
	width: 680px;
	padding: 10px 15px 10px 0px;
}

/* Trail */
#trail a:hover {
	text-decoration: none;
	color: #63553a;
}

/* Status Message */
#status_message {
	background-image: url(../images/status_message_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: bold;
	color: #730000;
	width: 615px;
	padding: 5px 5px 5px 30px;
}

/* Print Page */
#print_page {
	text-align: right;
}
#print_page a {
	font-size: 10px;
	color: #2a4e80;	
}
#print_page a:hover {
	text-decoration: none;
}

/* Search */
#search {
	background-color: #af883a;
	padding: 10px 0px 10px 10px;
}
.ifield {
	color: #999999;
	height: 20px;
	width: 170px;
}

/* Side Content */
#side_content {
	margin: 10px;
	padding: 50px 0px 0px 0px;
	color: #ceb68a;
}

/* Footer Container */
#footer_container {
	background-color: #000;
	overflow: hidden;
	width: 100%;
	height: 40px;
}
#footer_left {
	color: #d6c49e;
	font-weight: bold;
	padding: 12px 0px 0px 10px;
	float: left;
}
#footer_left a {
	color: #d6c49e;
	font-weight: bold;
	text-decoration: none;
}
#footer_right {
	padding: 12px 10px 0px 0px;
	float: right;
}

/* Qwik Credit */
#qwik_credit {
	padding: 10px 0px;
	text-align: center;	
	color: #86543F;
}

/* Tan Line */
.tan_line {
	border-bottom: 1px solid #af883a;
}
	
