html, body{
	margin: 0;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	color: #DAD6C6;
	height: 100%;
	background-image: url(../images/main_bg.jpg);
	background-color: #311217;
	line-height: 20px;
}
a:link {
	color: #D9C798;
	text-decoration: none;
}
a:visited {
	color: #D9C798;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
.brown a:link{
	color: #7E5D5A;
	text-decoration: none;
}
.brown a:visited {
	color: #7E5D5A;
	text-decoration: none;
}
.brown a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h1{
	font-size: 20px;
	color: #DAD6C6;
	margin-top: 0;
	line-height: 20px;
}
h2{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #DAD6C6;
}
h3{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #DAD6C6;
	
}
.body {
	font-size: 12px;
	font-style: normal;
	color: #7D7D7D;
}
img {
	 border: 0;
}
.header1{
	font-size: 20px;
	color: #DAD6C6;
	margin-top: 0;
	line-height: 20px;
}
.header2{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #DAD6C6;
}
.red-header{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #B2351C;
}
.descript-title{
	font-size: 15px; 
	font-weight: bold; 
	color: #DAD6C6;
}
.beige{
	color: #D9C798;
}
.red{
	color: #B33618;
}
.error{
	font-weight: bold;
	color: #C84215;
}
.bold{
	font-weight: bold;
}
.product-name{
	color: #333333;
	font-weight: bold;
}
.price{
	font-size: 14px;
	color: #333333;
}
.strike-price{
	font-size: 14px;
	text-decoration: line-through;
	color: #333333;
}
.lined_table td{
	border-bottom: 1px solid #92927E;
	padding: 5px;
}
/* topnavigation */
#topnav {
	margin: 0 0 0 7px;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 34px;
}
#topnav li {
	list-style: none;
	float: left;
	font-size: 14px;
	padding: 0 32px 0 0;
	margin: 0;
}
#topnav li a{
 	float: left;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	color: #D9C798;
}
#topnav li a:visited {
	color: #D9C798;
}
#topnav li a:hover {
	color: white;
}

#topnav li.selected a{
	color: white;
}
/* bottomnavigation */
#bottomnav {
	margin: 0 0 0 160px;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
#bottomnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 34px;
}
#bottomnav li {
	list-style: none;
	float: left;
	font-size: 14px;
	padding: 0 32px 0 0;
	margin: 0;
}
#bottomnav li a{
 	float: left;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	color: #D9C798;
}
#bottomnav li a:visited {
	color: #D9C798;
}
#bottomnav li a:hover {
	color: white;
}

#bottomnav li.selected a{
	color: white;
}
.form-field{
	border: 1px solid #92927E;
}
.title-cell{
	font-weight: bold;
	background: #E3E3DE;
}
	/* slightly enhanced, universal clearfix hack */
.clearfix:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
 }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */