@charset "UTF-8";
/* CSS Document */

/* Columns
************************************/

#left_col {
	width: 240px;
	border-top: 3px solid #342211;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	position: relative;
}

#right_col {
	width: 550px;
	border-top: 3px solid #342211;
	margin: 0;
	padding: 0;
	float: left; 
	color: #FFFFFF;
}


/* Box Outs
************************************/

#page_header {
	width: 800px;
	float: left;
	margin: 0;
	padding: 10px 0 10px 0;
	border: none;
}

.index_offers_box_container {
	width: 180px;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
	border: none;
	position: relative;
}

.item_name {
	width: 180px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	line-height: 30px;
	color: #D8D195;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: capitalize;
	border-bottom: 1px dotted #342211;
	position: relative;
	z-index: 0;
}

.item_desc {
	width: 180px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 10px;
	color: #5D4732;
	border-bottom: 1px dotted #342211;
	height: 100px;
	position: relative;
	z-index: 0;
}

.item_link {
	width: 180px;
	line-height: 30px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	color: #5D4732;
	text-align: right;
	position: relative;
	z-index: 0;
}

.item_link a {
	color: #D8D195;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 9px;
}

.index_offers_box {
	width: 160px;
	height: 60px;
	float: left;
	border: 5px solid #342211;
	padding: 5px;
	margin: 0;
	background-color: #000000;
	position: relative;
	z-index: 0;
}

.offer {
	float: left;
	position: absolute;
	width: 180px;
	height: 80px;
	text-align: right;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 100;
}

#detail_image {
	width: 530px;
	height: 398px;
	float: left;
	border: 5px solid #342211;
	padding: 5px;
	margin: 0;
	background-color: #000000;
	position: relative;
	z-index: 0;
}

#profile_image {
	width: 200px;
	height: 275px;
	float: left;
	border: 5px solid #342211;
	padding: 5px;
	margin: 0 10px 0 0;
	background-color: #000000;
	position: relative;
	z-index: 0;
}

#large_offer {
	float: left;
	position: absolute;
	width: 530px;
	height: 358px;
	text-align: right;
	z-index: 100;
}

#item_contact {
	float: left;
	position: absolute;
	width: 530px;
	height: 398px;
	text-align: right;
	z-index: 150;
}

#detail_top {
	width: 550px;
	padding: 0;
	margin: 0;
	border: none;
	float:left;
	position: relative;
}

#news_story {
	width: 350px;
	float: left;
	margin: 0 15px 0 0;
	border: none;
	padding: 0;
}

#news_archive {
	width: 185px;
	float: left;
	margin: 0;
	border-top: 3px solid #342211;
	padding: 0;
}

.archive_title {
	font-family: "Times New Roman", Times, serif;
	color: #D8D195;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: bold;
	display: block;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #342211;
}

#news_archive li {
	color: #F1ECB5;
	font-size: 10px;
	list-style: square;
}
	

/* Navigation System
************************************/

.nav_container {
	width: 240px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #342211;
	height: 25px;
	line-height: 25px;
	float: left;
}

.nav_container a {
	width: 240px;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	color: #F1ECB5;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #271A0D;
}

.nav_container a:hover {
	width: 229px;
	margin: 0;
	padding: 0 0 0 8px;
	border-left: 3px solid #FFFFFF;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #6DB18F;
	background-image: url(images/jpg/nav_bg.jpg);
}

#sub_nav_container {
	width: 240px;
	border-top: 3px solid #342211;
	border-bottom: 3px solid #342211;
	padding: 0;
	margin: -1 0 0 0;
	float: left;
}

#sub_nav_container a {
	width: 232px;
	margin: 0;
	border-bottom: 1px solid #000000;
	padding: 0 0 0 8px;
	float: left;
	display: block;
	height: 25px;
	line-height: 25px;
	background-color: #1D130A;
	color: #56402D;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 10px;
}

#sub_nav_container a:hover {
	width: 232px;
	margin: 0;
	border-bottom: 1px solid #000000;
	padding: 0 0 0 8px;
	float: left;
	display: block;
	height: 25px;
	line-height: 25px;
	background-color: #271A0D;
	color: #F1ECB5;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 10px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #F1ECB5;
	text-decoration: none;
}