body {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #f3dba6;
	margin: 0px;
	padding: 0px;	
	background:#000;
}
a {
	color: #e7b029;
	text-decoration: underline;
}
a:hover {
	color: #f3dba6;
	text-decoration: underline;
}
img {
	border: none;
}
form {
	margin: 0;
}
.clear-both {
	clear: both;
	font-size: 0px;
}
#Container {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	;
}
h1,h2,h3,h4,h5,h6 {
padding:0px;
margin:0px;
color:#ffd556;
}
table {
	border: 0px;
	border-collapse: collapse;
}
table td {
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Layout Blocks~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
height:230px;
overflow:hidden;
background:url(images/header.gif) center top no-repeat;
}
#bodyhomepage #header {
height:365px;
overflow:hidden;
background:url(images/header-bodyhomepage.jpg) center top no-repeat;
}
#header-top {
height:82px;
overflow:hidden;
}
#logo {
	float:left;
	width:380px;
	margin: 20px 0px 0px 100px;
}
#donate {
	float:left;
	width:200px;
	padding:30px 0px 0px 0px;
}
#logo h1 a {
color:#ffd556;
font-size:25px;
font-weight:normal;
text-decoration:none;
}
#logo h2 a {
color:#fff5dc;
font-size:17px;
font-weight:normal;
text-decoration:none;
}
#logo_right {
float:right;
width:200px;
text-align:right;
margin:0px 90px 0px 0px;
}
#sublinks {
text-align:right;
}
#login {
font-size:10px;
line-height:20px;
}
#sublinks a {
color:#fbbb26;
font-size:17px;
font-weight:normal;
text-decoration:none;
}
#sublinks a:hover, #logo h1 a:hover, #logo h2 a:hover {
text-decoration:underline;
}

#contenttablebg {
background:url(images/contenttablebg.gif) center top repeat-y;
width:978px;
margin:0px auto;
}

#contenttable {
border-collapse:none;
margin:0px;
width:978px;
}

#contentarea {
background:url(images/contentarea.gif) center top no-repeat;
}
#contentarea-top {
background:url(images/contentarea-top.gif) center top no-repeat;

}
#contentarea-bottom {
background:url(images/contentarea-bottom.gif) center bottom no-repeat;
height:10px;
}
#contentarea-bottom2 {
background:url(images/contentarea-bottom2.gif) center bottom no-repeat;
height:10px;
}
#contentarea-text {
  padding:40px 90px;
  color:#f3dba6;
}
#bodypageid41 #contentarea-text {
padding:40px 70px;
}
#bodyhomepage #contentarea-text {
background:url(images/bodyhomepage.gif) center top no-repeat;
} 

#contentarea-text h1 {
margin-bottom:10px;
font-size:24px;
}
#contentarea-text h2 {
margin-bottom:10px;
font-size:18px;
}
#contentarea-text h3 {
margin-bottom:10px;
font-size:13px;
color:#FFF;
}

#contentarea-text p {
margin-bottom:10px;
}
#home-left {
float:left;
width:350px;
}
#home-right {
float:right;
width:350px;
}
#home-right h2 a {
color:#ffd556;
}
.news-post {
border-bottom:1px solid #3d3d3d;
padding-bottom:10px;
margin-bottom:10px;
}

#footer {
background:url(images/footer.gif) center top no-repeat;
font-size:11px;
color:#ffc452;
text-align:center;
padding:15px 0px;
}


/* Navigation~~~~~~~~~~~~~~~~~~~~  */
#navigation {
margin:0px 0px 0px 140px;
}
ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Header menu */
#header_menu {
	position: absolute;	
}
#header_menu li {
	line-height: normal;
}
ul#header_menu {
	z-index: 10;
	clear: both;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
/* Fix the Stupid IE6 Bug */
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	display: block;
	color: #000;
	padding: 0px 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height:34px;
}
#bodyhomepage #navigation ul li a {
line-height:31px;
}
/* Root Level Link Formatting */
#navigation ul li a:hover, #navigation li.menu-current a, #navigation li.menu-parent a, #navigation li.menu-parent .menu-current a {
	text-decoration: none;
	color:#515151;
}
#navigation li.menu-parent li a,#navigation li.menu-current li a {
	text-decoration: none;
	color:#515151;
}
/* 2nd Child menu */
#navigation .menu li ul {
	position: absolute;
	width: 13em;
	margin: 0;
	display: none;
	background: #cc9933;
	border-left:1px solid #e8c891;
	border-right:1px solid #e8c891;
}
#navigation .menu li ul li {
	width: 13em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#navigation .menu li ul a {
	color: #000;
	border-bottom: 1px solid #e8c891;	
	padding:0px 5px;
	line-height: 20px;
	font-weight:normal;
	background:#d09f56;
	font-size:12px;
}
#bodyhomepage #navigation .menu li ul a  {
line-height: 20px;
}
/* 2nd Child link hover */
#navigation .menu li ul a:hover {
	text-decoration: none;
	background:#d09f56;
	color:#FFF;
}
/* Show and hide */
#navigation .menu li:hover ul, #navigation .menu li a:focus ul, #navigation .menu li.subMenu ul {
	display: block;
}
#navigation .menu li ul ul {
	display: none;
}
#navigation .menu li:hover ul ul, #navigation .menu li.subMenu ul ul {
	display: none;
}
#navigation .menu li:hover ul, #navigation .menu li li:hover ul, #navigation .menu li.subMenu ul, #navigation .menu li li.subMenu ul {
	display: block;
}
/* Positioning the Pop-out Drops */
#navigation li {
	position: relative;
}
#navigation ul ul {
	position: absolute;
	top: 34px;
	left: 0px;
}
#bodyhomepage #navigation ul ul {
top: 31px;
}
#navigation ul ul ul {
	position: absolute;
	top: -1px;
	left: 13em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~FORMS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.field_title {
	text-align: left !important;
	padding: 2px;	
	font-weight:bold;
}
.field_input {
	text-align: left;
	padding: 2px;
	color: #FFF;
}
.field_input input {
	width: 300px;
	background: #222222;
	border: 1px solid #C49627;
	color: #FFF;
}
.field_input textarea {
	width: 300px;
	height: 200px;
	background: #222222;
	border: 1px solid #C49627;
	color: #FFF;
}
.field_submit {
	border: 0px;
	color: #000;
	margin: 2px;
	padding: 2px 0px;
	width: 100px;
	float: right;
}
#field_input_captcha input {
	width: 50px;
	color: #000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~GALERY~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#assortiment-firstimage {
float:left;
width:370px;
}
#assortiment-firstimage img {
border:1px solid #f1af34;
}
.assortiment-caption {
margin:5px 0px;
font-weight:bold;
font-size:14px;
}
.assortiment-desc {
margin:0px;
}
#assortiment-allimages {
float:right;
text-align:right;
width:350px;
}
#assortiment-allimages a {
display:block;
float:left;
width:160px;
height:100px;
overflow:hidden;
margin:0px 5px 5px 0px;
border:1px solid #f1af34;
}
.assortiment-product-head { /*header of 1st demo*/
display:none;
}

.imagethumbs a {
border:1px solid #CCC;
margin:0px 2px 2px 0px;
display:block;
height:115px;
width:160px;
overflow:hidden; 
float:left;
}
.imagethumbs a:hover {
border:1px solid #FFF;
}
