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

* {
	margin: 0px;
	Padding: 0px;
}

body {
	background-color: #C69C6D;

}

#wrapper {
	width:980px;
	margin: 0px auto;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #603813;
	height: 620px;

}
#header {
	width: 980px;
	float: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 155px;
}
#header h1 {
	font-size: 13px;
	color: #603813;
	padding: 25px 0px 0px 25px;
}
#leftcol {
	background-image: url(images/leftcoltopbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 215px;
	height: 192px;
	float: left;
}
#nav {
	width: 215px;
	float: left;
	margin-top: 192px;
	background-image: url(images/navmiddle.jpg);
	background-repeat: repeat-y;
	background-position: top;
	padding-top: 10px;
}
#nav ul {
	list-style-type: none;
}

#nav li {
	display: block;
	width: 177px;
	margin-left: 26px;
	height: 37px;
	text-align: center;


}
#nav li a {
	text-decoration: none;
	color: #603813;
	font-size: 16px;

}
#nav  li  a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
}



#navfooter {
	width: 215px;
	float: left;
	background-image: url(images/navbottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 25px;
}


#rightcol {
	width: 150px;
	float: right;
	background-color: #603813;
}
#rightcol h1 {
	font-size: 10px;
	text-align: right;
	padding: 27px 5px 5px 0px;
	font-weight: normal;
	color: #C69C6D;
}

#rightcol img {
	border: 0px;
	padding: 5px 0px 0px 0px;
}

#centercol {
	width: 615px;
	float: left;
}


#centercolheader {
	height: 40px;
	width: 615px;
	background-image: url(images/centercoltopbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#centercolheader h1 {
	color: #603813;
	font-size: 20px;
	padding-left: 25px;
	padding-top: 7px;
}


#centercolmiddle {
	background-image: url(images/centercolbg.jpg);
	background-repeat: repeat-y;
	padding: 0px 25px 0px 25px;

}
#cfwrapper {
	width: 565px;
}

#centercolmiddle p {
	font-size: 13px;
	color: #FFFFFF;
}
#centercolmiddle table {
	width: 575px;
}


#cd {
	float:left;
	width: 255px;
	padding-top: 5px;
}
#cffoot {
	width: 565px;
	clear: both;
}


#centercolbottom {
	background-image: url(images/centercolbottombg.jpg);
	background-repeat: no-repeat;
	height: 34px;
}
#middlecontent {
	width: 980px;
	float: left;
	background-color: #603813;
	min-height: 510px;
}
#footer {
	width: 980px;
	height: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	clear: both;
	margin: 0px auto;
}


#footer p {
	font-size: 11px;
	color: #8C6239;
}
#footeraddress {
	float: left;
	padding-left: 10px;
}
#footertag {
	float: right;
	padding-right: 10px;
}
#footertag a {
	color: #8C6239;
	text-decoration: none;
}
#footertag a:hover {
	color: #FFFFFF;
}


.price {
	width:75px;
	font-size: 15px;
	color: #603813;
	padding-left: 20px;
	padding-bottom: 5px;
}

.itemheader{
	font-size:15px;
	color:#603813;
	padding-bottom: 5px;
	font-weight: bold;
}
.itemdetail {
	font-size:11px;
	color:#C69C6D;
	font-style: italic;
}
.itemsubheader {
	color: #603813;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 7px;
}
#cd a {
	font-size:11px;
	color:#C69C6D;
	font-style: italic;
	text-decoration: none;
}
.timesnewromanfont {
	font-family: "Times New Roman", Times, serif;
}
.alignright  {
	text-align: right;


}

