
/* Body Styles */
html, body {
	margin: 0;
	padding: 0;
	background-color: #AD8C55;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000200;
	background-image: url(../images/bgnd.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: center;
	width: 100%;
	height: 100%;
}
a:link, a:visited {color:#000200; text-decoration: underline; font-weight: bold;}
a:hover {color: #000200; text-decoration: none; font-weight: bold;}
a:active {color:#000200; text-decoration: underline; font-weight: bold;}
#vcenter {width: 85%; height: 100%;}
#vcenter td {vertical-align: middle; height: 100%;}
/* Wrapper */
#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	border: 10px solid #3E0202;
	width: 730px;
	padding: 0px;
}
/* Header */
#header {
	width: 100%;
	margin: 0;
	padding: 0;
}
/* Navigation */
#nav {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #210D02;
}
#nav ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	background-color: #210D02;
	padding: 5px 0px 5px 0px;
}
#nav li {
	display: inline;
	color: white;
	font-size: 10pt;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid white;
}
#nav li.noline {
	border-right: none;
}
#nav a:link, #nav a:visited, #nav a:active {font-size: 10pt; background-color: #210D02; color: white; font-weight: normal; text-decoration: none;}
#nav a:hover {font-size: 10pt; color: #A47638; font-weight: normal; text-decoration: none;}
/* Main */
#main td {
	vertical-align: top;
}
#main .lefttop {
	vertical-align: middle;
	background-color: #725224;
	color: #B89056;
	font-weight: bold;
	text-align: left;
	padding: 0px 10px 0px 10px;
	width: 247px;
	height: 25px;
}
#main .righttop {
	height: 25px;
	vertical-align: middle;
	background-color: #54270E;
	color: #DE8D5E;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	text-align: left;
}
#main .righttop a:link, #main .righttop a:visited, #main .righttop a:active {color: #DE8D5E; text-decoration: underline; font-weight: bold;}
#main .righttop a:hover {color: #DE8D5E; text-decoration: none; font-weight: bold;}

#main .leftbot {
	vertical-align: top;
	width: 247px;
	text-align: left;
	background-color: #A67836;
	padding: 10px 10px 0px 10px;
	color: white;
	line-height: 2;
	font-weight: bold;
}
.cat a:link, .cat a:visited, .cat active {color: white; text-decoration: none; font-weight: bold;}
.cat a:hover {color: #732D05; text-decoration: none; font-weight: bold;}

.subcat a:link, .subcat a:visited, .subcat a:active {color: white; text-decoration: none; font-weight: normal;}
.subcat a:hover {color: #732D05; text-decoration: none; font-weight: normal;}
.subcat {font-weight: normal;}

#main .rightbot {
	vertical-align: top;
	padding: 10px;
	background-color: #732D05;
	color: white;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
}
.rightbot li {
	letter-spacing: 1px;
	font-size: 12px;
	margin-bottom: 7px;
	}
.rightbot a:link, .rightbot a:visited, .rightbot a:active {background-color: #transparent; color: #ECCA6F; text-decoration: underline; font-weight: bold;}
.rightbot a:hover {background-color: transparent; color: #ECCA6F; text-decoration: none; font-weight: bold;}
/* Footer */
#footer {
	height: 24px;
	background-color: #210D02;
}
#footer .copyright {
	position: relative;
	float: left;
	padding-left: 7px;
	text-align: left;
	width: 300px;
	margin-top: 6px;
	color: white;
	font-size: 10px;
}
#footer .credit {
	position: relative;
	text-align: right;
	padding-right: 7px;
	float: right;
	width: 300px;
	margin-top: 6px;
	color: white;
	font-size: 10px;
}
#footer .credit a:link, #footer .credit a:active, #footer .credit a:visited {
	color: white;
	font-size: 10px;
	text-decoration: none;
}
#footer .credit a:hover {
	color: white;
	font-size: 10px;
	text-decoration: underline;
}
h1 {color: #F5C98A; font-weight: bold; font-size: 15px; text-transform: capitalize; letter-spacing: 2px;}
form {margin: 0; padding: 0;}
.largetxt {
	font-size: 15px;
	font-weight: bold;
}
.keyword {
	color: #63471F;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	font-size: 13px;
	color: #F5C98A;
	margin-top: -5px;
}
h3 {
	background-color: #55270F;
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #ECCA6F;
	letter-spacing: 1px;
}
.accent {
	font-weight: bold;
	color: #DE8D5E;
}
.smfont {
	font-size: 11px;
}
.thumbnails {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 1px solid #461B02;
}
.orderbtn {
	padding-left: 10px;
}
.boldtext {
	font-weight: bold;
	font-size: 15px;
	color: #DE8D5E;
}
.browse {
	color: #F5C98A;
	font-weight: bold;
	font-size: 13px;
}
#business {
	background-color:#FFCC99;
	color: black;
	padding: 10px;
	border: 1px solid #CC9900;
	clear: both;
}