body {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	background: url(css/pagebg.gif) top left repeat-x #FAF9F8;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #BCD902;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #845a41;
	padding:0px;
	margin:4px 0px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 16px;
	color:#000000;
}
h5, h6 {
	font-size: 12px;
}
img {
	border: none;
}
form {
	margin: 0;
}
table {
	border: 0px;
	border-collapse: collapse;
}
table td {
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
.clear-both {
	clear: both;
	font-size: 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Layout Blocks~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#container-bg {
	background: url(css/container.gif) center top repeat-y;
	width: 1003px;
	margin: 0px auto;
}
#container {
	background: url(css/container-footer.gif) center bottom no-repeat;
}
#header {
	background: url(css/container-header.gif) center top no-repeat;
	height: 129px;
}
#contact {
	width: 200px;
	float: right;
	font-size: 16px;
	text-align: right;
	padding: 30px 25px 0 0;
}
#logo {
	background: url(css/logo.gif) top left no-repeat;
	width: 315px;
}
#newadr {
float:right;
padding-top:30px;
}
#navigation {
	background:#9a9b95;
	width: 985px;
	margin: 5px auto;
	
}

#content {
	line-height: 18px;
	color: #494948;
	padding: 5px 10px 10px 5px;
	min-height:700px;
  height:auto !important;
  height:700px;
  font-size:14px;
}

#partners {
text-align:right;
}

#footer {
	width: 999px;
	margin: 0px auto;
	color: #000;
	font-size: 12px;
	font-weight:bold;
	padding: 5px 0px;
}
#navfoot {
	float: left;
	width: 600px;
}
#navfoot a {
	color: #000;
	font-size: 12px;
	text-decoration:none;
	padding:2px 5px;
}
#navfoot a:hover {
	background:#FFF;
	text-decoration:none;
	color:#000;
}
#copyright {
	float: right;
	text-align: right;
	width: 300px;
	font-size: 12px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~HOME~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.homepage-block {
width:200px;
margin-right:20px;
float:left;
font-size:14px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~CATALOG~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#catalog-categories {
float:left;
width:200px;
}

#catalog-categories a {
display:block;
font-size:16px;
font-weight:bold;
color:#845a41;
text-decoration:none;
padding:4px 0px 4px 20px;
}

#catalog-categories a:hover {
text-decoration:underline;
color:#000;
}

#catalog-categories a.active {
text-decoration:underline;
color:#845a41;
}

#catalog-categories-preview, #catalog-products-preview {
float:right;
width:740px;
padding-right:10px;
}

/*CATEGORY*/
.category-post {
margin-bottom:10px;
}

.category-post .image {
float:left;
width:420px;
}

.category-post .title a {
font-size:20px;
font-weight:bold;
color:#845a41;
text-decoration:none;
}
/*PRODUCT*/
.product-post {
margin:0px 10px 10px 0px;
}

.product-post .image {
float:left;
width:220px;
}

#product-post-full .image{
width:420px;
float:none;
}

.product-post .title a, .product-post .read_more a {
font-size:14px;
font-weight:bold;
color:#845a41;
text-decoration:none;
}

.product-post .read_more {
margin:5px 0px 20px 0px;
}

.desc {
font-size:12px;
}

.desc p {
margin:0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~FORMS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.field_title {
	text-align: right;
	padding: 2px;
}
.field_input {
	text-align: left;
	padding: 2px;
}
.field_input input, .field_input textarea {
	width: 300px;
	background: none;
	border: 1px solid #7D7D7D;
	color: #FFF;
}
.field_submit {
	border: 1px solid #7D7D7D;
	color: #000;
	background: none;
	margin: 2px;
}
#field_input_captcha input {
	width: 50px;
}