body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #ded6b2;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #5b4b27;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	line-height: 20px;
}
.c {
	float: left;
}
a {
	color: #5b4b27;
	text-decoration: none;
	font-weight: bold;
}
.cr {
	clear: left;
}

td {
	vertical-align: top;
	padding: 5px;
}

h2 {
	font-size: 10pt;
	margin: 0px 15px 0px 10px;
	padding: 3px;
	text-align: left;
	color: #333333;
	background-color: #DED6B2;
	border: 1px dotted #999999;
}

h3 {
	color: #5e74b3;
	font-size: 8pt;
	padding: 0;
	margin-right: 5px;
}
#wrap {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#left {
	margin: 0px;
	padding: 0px;
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
}
#content {
	margin: 0px;
	padding: 0px;
	width: 570px;
	position: absolute;
	left: 190px;
	top: 0px;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 141px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0cab6;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: left;
}
#h {
	background-color: #d0cab6;
	text-align: left;
	margin: 0px 5px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: static;
	height: 20px;
}
/*Navigation*/
#nav {
	padding: 0px;
	margin-top: 161px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: left;
}
#nav ul, #nav ul li ul {
	margin: 0px;
	padding: 0px;
}
#nav ul ul {
	border-top-style: none;
}
#nav ul li, #nav ul li ul li {
	text-align: left;
	list-style-type: none;
	display: inline; /* this gets rid of the gaps in IE */
	margin: 0px;
	padding: 0px;
}
#nav ul li a, #nav ul li ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #5b4b27;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 18px;
}
#nav ul li a {
	font-weight: bold;
}
#nav ul li a:hover {
	background-color: #EAE8D5;
}
#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {
	margin-right: auto;
	margin-left: auto;
}
td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	border: 1px solid #A0A0A0;
	text-align: left;
}
td.msg{
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: 1px solid #A0A0A0;
	text-align: left;
}
.label {
	text-align: right;
}
.buttons {
	border-top: 1px solid #A0A0A0;
	text-align: center;
	margin-right: 5px;
}
.cat {
	margin: 0 8px;
	text-align: left;
}

.topcat {
background: url(images/dot.gif) no-repeat 0 6px;
font-family: "Trebuchet MS";
font-size: 13px;
padding: 0 0 3px 16px;
}

.topcat a, .topcat a:visited { color: #5b4b27; text-decoration: none; }

.subcat {  margin: 5px 0 30px 16px; }

.subcat a, .subcat a:visited { color: #5b4b27; }

.count { font-size: 11px; color: #777; }

#links {
	margin-right: 15px;
	margin-left: 10px;
	text-align: left;
}
#links a {
}
#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #6f6f6f;
}
#path {
	margin-top: 0px;
	padding: 3px 3px 3px 10px;
	background: #FFFFFF;
	line-height: 19px;
	text-align: left;
	margin-right: 5px;
	font-size: 12px;
	margin-bottom: 15px;
}
.submit {
	float: right;
	text-align: left;
}

.text, .btn{
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
.btn {
}
input.text {
	color: #000000; 
	border: 1px solid #5b4b27;
	height: 13px;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #5b4b27;
}
select {
	font-size: 8pt;
	border: 1px solid #5b4b27;
}

.captcha {
	border: 1px solid #5e74b3;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn{
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #5b4b27;
	background-color: #d0cab6;
	height: 17px;
}
span.req{
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #000000;
}
p.subcats {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg{
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb{
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

#footer {
	background-image: url(images/content_shaded.jpg);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p {
	font-size: 11px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#footer p a {
	color: #666666;
	text-decoration: none;
}
.price {
	border: 1px solid #A0A0A0;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}
.email {
	font-weight: bold;
	color: #5b4b27;
}
#email, #name {
	border: 1px solid #5b4b27;
}
#message {
	border: 1px solid #5b4b27;
}
