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

body {
	background-image: url('images/backrepeat.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #000000;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #423A2F;
}

a {
	color: #423A2F;
	text-decoration: none;
}

a:hover {
	color: #7f6544;
	text-decoration: none;
}

#wrapper {
	background-image: url('images/back.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding-top: 96px;
}

#topnav {
	height: 50px;
	width: 840px;
	background-color: #7f6544;
}

#toplinks {
	color: #FFFFFF;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	text-decoration: none;
	font-size: 10px;
}

#toplinks a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav {
	height: 43px;
	width: 840px;
}

#nav a{
	display:block;
	height: 30px;
	float: left;
} 

#content {
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	min-height: 960px;
	background-image: url('images/backrepeat2.jpg');
	background-repeat: repeat;
}

#footer {
	width: 100%;
	background: #000000;
	min-height: 100px;
	margin-bottom: 0px;
	text-align: center;
	color: #C1B295;
	padding-top: 25px;
	padding-bottom: 25px;
}

#footer a {
	color: #C1B295;
	text-decoration: none;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 4px;
}

.left_col {
	float: left;
	padding-left: 40px;
	width: 370px;
}

.main_col {
	float: left;
	padding-left: 40px;
	width: 470px;
}

.small_col {
	float: left;
	padding-left: 20px;
	width: 270px;
}

.content_box {
	width: 330px;
	padding: 10px;
	margin-bottom: 30px;
	background-image: url('images/contentback.png');
	
}

.content_header {
	width: 330px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	background-image: url('images/contenttopback.png');
	height: 23px;
	
}

.content_box_main {
	width: 430px;
	padding: 10px;
	margin-bottom: 30px;
	background-image: url('images/contentback.png');
	
}

.content_header_main {
	width: 430px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	background-image: url('images/contenttopbacklong.png');
	height: 23px;
	
}

.content_box_small {
	width: 250px;
	padding: 10px;
	margin-bottom: 30px;
	background-image: url('images/contentback.png');
	
}

.content_header_small {
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	background-image: url('images/contenttopbacksmall.png');
	height: 23px;
	
}

h2 {
	color: #E88A32;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	padding-top: 2px;
}

.newsitem {
	background-color: #999999;
	clear: both;
	margin-bottom: 5px;
}

.newsitem1 {
	display: block;
	clear: both;
	margin-bottom: 5px;
	text-decoration: none;
	color: #423A2F;
	padding: 5px;
	height: auto !important; /* for modern browsers */
	height: 60px; /* for IE5.x and IE6 */
	min-height: 60px; /* for modern browsers */
}

.newsitem1:hover {
	color: #201c17;
		
}

.wshopitem1 {
	display: block;
	clear: both;
	margin-bottom: 5px;
	text-decoration: none;
	color: #423A2F;
}

.wshopitem1:hover {
	color: #201c17;
		
}

.newsitem p{
	margin-top: 5px;
}

.newsitem1 p{
	margin-top: 5px;
}

.newsitem img{
	float: left;
	margin-right: 5px;
}

.newsitem1 img{
	float: left;
	margin-right: 5px;
	border: none;
}

.readmore {
	padding-top: 5px;
	text-align: right;
}

.readmore a {
	color: #423A2F;
	text-decoration: none;
	font-weight: bold;
}

.rssimage {
	float: right; padding-top: 2px; text-align: right;
}

.headerlink {
	float: right; padding-top: 2px; text-align: right;
}

.headerlink a {
	display: block;
	padding-top: 5px;
	color: #FFFFFF;
}

.lastupdated {
	float: right; padding-top: 0px; font-size: 10px; color: #FFFFFF; padding-bottom:5px; display: none;
}

.clrb {
	clear:both;
}

.price {
	font-size: 12px;
	font-weight: bold;
}

.oldprice {
	font-size: 12px;
	font-weight: bold;
}

.link_list {
	margin-top: 10px;
}

.link_list a {
	display: block;
	color: #423A2F;
	height: 10px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}

.link_list a:hover{
	padding-left: 20px;
}







