body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #eee; 
	background: #53311a;
	/*background-image: url(images/wood_bg.jpg);*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1
 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #753513;
	font-weight: bold;
	text-decoration: none;
	line-height: 19px;
}

#wrapper{
	width: 1000px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	border-left: 3px solid #000;
	border-right: 3px solid #000; 
	text-align: left;
	background-color: #753513;
}
#nav  {
	margin: 0;
	padding: 0;
	background: #53311a;
	list-style-type: none;
	width: 1000px;
	height: 35px;
	float: none; /* contain floated list items*/
	background: url(images/list.jpg) no-repeat;
}
#nav li {
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding-left: 38px;
	float: left;
}
#nav a {
	float: left;
	width: 125px;
	color: #d8a860;
	text-decoration: none;
	line-height: 2.2;
	text-align: center;
}
#nav a:hover {
	color: #eee;
}
#nav a#current {
	color: #eee;
	font-size: 110%;
}

#nav2  {
	margin: 0;
	padding: 0;
	background: #53311a;
	list-style-type: none;
	width: 1000px;
	height: 35px;
	float: none; /* contain floated list items*/
	background: url(images/list.jpg) no-repeat;
}
#nav2 li {
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding-left: 38px;
	float: left;
}
#nav2 a {
	float: left;
	width: 250px;
	color: #d8a860;
	text-decoration: none;
	line-height: 2.2;
	text-align: center;
}
#nav2 a:hover {
	color: #eee;
}
#nav2 a#current {
	color: #eee;
	font-size: 110%;
}

#sidebar {
	width: 220px;
	float: left;
	color: #753513; 
	background: #c0782e;
	padding: 0px;
	margin-left: 10px;
	margin-top: 20px;
	/*border: 4px solid #53311a;*/
}
#sidebar h3 {
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #753513;
	padding: 0;
	margin: 0;
	text-align: center;
}
#sidebar a {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #753513;
	padding: 0;
	margin: 0;
	text-align: center;
}
#sidebar p 
{
	font-size: 75%;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #753513;
	padding: 0;
	margin: 0;
	text-align: center;
}
#sidebar a:hover {
	color: #eee;
}
#sidebar2 {
	width: 220px;
	float: right;
	color: #753513; 
	background: #c0782e;
	padding: 0px;
	margin-right: 10px;
	margin-top: 20px;
	/*border: 4px solid #753513*/
}
#sidebar2 h3 {
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: center;
}
#sidebar2 a {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #753513;
	padding: 0;
	margin: 0;
	text-align: center;
}
.adbox {
	padding: 0;
	margin: 5px;
	border: 2px solid #753513;
	background-color: #d8a860;
}
.adbox p {
	text-align: center;
}
.adbox form {
	text-align: center;
}

.adboxecom 
{
	padding: 0;
	margin: 5px;
	border: 2px solid #753513;
	background-color: #d8a860;
}
.adboxecom p {
	text-align: center;
}
.adboxecom form {
	text-align: center;
}

#content {
	margin-left: 250px;
	margin-right: 250px;
	margin-top: 20px;
	padding: 5px;
	border: 5px solid #c0782e;
	color: #753513; 
	background: #d8a860;
}
#content h2 {
	font-size: 120%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#content p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	text-align: left;
}
#footer {
	clear: both;
	padding: 0;
	color: #d8a860; 
	background: #753513;
	font-size: 70%;
	text-align: center;
}
#contentadmin {
	margin-left: 250px;
	margin-right: 10px;
	margin-top: 20px;
	padding: 5px;
	border: 5px solid #c0782e;
	color: #753513; 
	background: #d8a860;
}
/* Custom classes */
.txtError
 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}

.txtBody
 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #753513;
	text-decoration: none;
	line-height: 15px;
}

.txtBody a:link,
.txtBody a:hover,
.txtBody a:active,
.txtBody a:visited
 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
}

.txtBodyBold
 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #753513;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
}

.txtBodyBold a:link,
.txtBodyBold a:hover,
.txtBodyBold a:active,
.txtBodyBold a:visited
 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}

.txtTitle
 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #753513;
	font-weight: bold;
	text-decoration: none;
	line-height: 19px;
}

.btnnolink {
	 text-decoration:none;
	 color: #415366;
	 /* color: #415366; */
}

.buttonLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #415366;
	text-decoration: none;
	background-image: url(../images/bgd_but.gif);
	background-repeat: no-repeat;
	line-height: 13px;
	padding-left: 15px;
}

.txtMenuText a:link,
.txtMenuText a:hover,
.txtMenuText a:active,
.txtMenuText a:visited
 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}

.txtMenuText2 a:link,
.txtMenuText2 a:hover,
.txtMenuText2 a:active,
.txtMenuText2 a:visited
 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}


.txtCartTitle
 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #753513;
	text-decoration: none;
	line-height: 16px;
}

.txtCartItem
 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #753513;
	text-decoration: none;
}

.txtCartRed
 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
	text-decoration: none;
	line-height: 12px;
	font-weight: normal;
}

hr 
{
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #000000; 
	border-style: none none dotted; 
}

.txtCheckoutSelectedItem
 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
