body {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #ffcc99;
	margin: 0;
	padding: 0;
	background: url(css/pagebg.jpg) bottom center no-repeat #e6cfa1;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #996633;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #ffcc99;
	padding:0px;
	margin:4px 0px;
}
h1 {
	color:#330000;
	font-size:11px;
	width:700px;
	margin:0px auto;
	height:36px;
	overflow:hidden;
	text-align:center;
	float:left;
	width:720px;
}
h2 {
	font-size: 18px;
	color:#ffcc99 !important;
	font-weight:normal;
	margin-bottom:10px;
}
h2 a {
	font-size: 18px;
	color:#330000 !important;
	font-weight:normal;
	text-decoration:none !important;
}
h3 {
	font-size: 13px;
	color:#330000;
	width:720px;
	margin:0px auto;
	height:20px;
	overflow:hidden;
	text-align:center;
}

h4 {
	font-size: 16px;
	color:#ffcc99;
}
h5, h6 {
	font-size: 12px;
	color:#ffcc99;
}
img {
	border: none;
}
form {
	margin: 0;
}
table {
	border: 0px;
	border-collapse: collapse;
}
table td {
	padding: 0px;
	vertical-align: top;
	text-align: left;
	color:#ffcc99;
}
.clear-both {
	clear: both;
	font-size: 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Layout Blocks~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#container-bg {
	background: url(css/container.jpg) center top no-repeat;	
}
#container {
	background: url(css/footer.gif) left bottom no-repeat;
	width: 814px;
	margin: 0px auto;
}
#header {
	height: 205px;
}
#header_height {
height:274px;
}
#language {
float:left;
	width:80px;
	text-align:left;
}
#flashimage {
	width: 370px;
	float: right;
	text-align: right;
	padding: 0px 50px 0px 0px;
	
}
#logo {
	width: 300px;
	float:left;
	padding: 0px 0px 0px 60px;
}
#navigation {	
	width: 790px;
	margin: 2px auto;
  padding-left:30px;	
}

#content {
	line-height: 18px;
	color:#ffcc99 !important;
	padding: 0px 20px 0px 35px;
  font-size:14px;
  background: url(css/content.jpg) left top repeat-y;
  margin-bottom:47px;
  min-height:100px;
  height:auto !important;
  height:100px;
}

#content a {
color:#ffff66;
text-decoration:underline;
}

#partners {
text-align:right;
}

#footer {
	width: 800px;
	margin: 0px auto;
	color: #CCC;
	font-size: 12px;
	font-weight:bold;
	padding: 5px 0px;
}
#navfoot {
padding:20px 20px 20px 20px;
text-align:center;
}
#navfoot a {
	color:#ffcc99 !important;
	font-size: 11px;
	text-decoration:none;
	padding:2px;
	text-transform:uppercase;
}
#navfoot a:hover {
	text-decoration:underline;
	color:#FFF;
}
#copyright {
	text-align: center;
	font-size: 10px;
	color:#666633;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~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;
}