@charset "iso-8859-2";
body {
 	background: #060606 url(../img/background/body-bg.png) top left repeat-x;
	color: #000;
 	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
 	font-size: 80%;
 	line-height: 1.25;
	margin: 0 0 10px;
	padding: 0;
    	text-align: center;
}
a:link {
	color: #f0cb5f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a:visited {
	color: #f0cb5f;
}    

a img {border: none;}
/* ============================= PAGE ============================= */
#page {
	left: 65px;
	margin: 10px auto;
	position: relative;
	text-align: left;
	width: 1100px;
}
#page-inner {
	float: left;
	width: 970px;
}
/* ============================= HEADER ============================= */
#header {
	height: 100px;
	margin-bottom: 10px;
	width: 100%;
}
#header a {
	display: block;
	float: left;
	height: 100px;
	text-align: center;
	width: 220px;
}
.logo {
	display: block;
	height: 66px;
	margin: 17px auto;
	width: 200px;
}
/* ============================= TOPMENU ============================= */
#topmenu {
  background: #ffffac url(../img/background/topmenu-bg.png) bottom left repeat-x;
	min-height: 40px;
	text-transform: uppercase;
	width: 100%;
}
* html #topmenu {
	height: 40px;
}
#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topmenu ul li {
  background: transparent url(../img/background/topmenu-separator.png) bottom right no-repeat;
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
}
#topmenu ul.right li {
 	background-position: bottom left;
	padding: 0 0 0 2px;
}
#topmenu ul li a {
 	color: #452a0c;
	display: block;
	font-family: Georgia;
	font-size: 90%;
	font-weight: bold;
	padding: 14px 30px 12px;
	text-decoration: none;
}
/* ============================= BREADCRUMB & LANGUAGES ============================= */
.breadcrumb, .languages {
	margin: 8px 15px;
	
}
.breadcrumb {
	color: #777;
	float: left;
}
.breadcrumb a {
	color: #777;
}

.languages {
	text-align: right !important;
	color: #f0cb5f;
	float: right;
}

.languages a {
	color: #f0cb5f;
}
/* ============================= COLUMNS ============================= */
.column {
	display: inline;
	float: left;
}
#main-column {
	float: right;
	width: 770px;
}
#left-column {
	width: 190px;
}
/* ============================= LEFT COLUMN ============================= */
/* ----------------------------- MENU ---------------------------- */
#sidemenu {
    	background: #bc8e38 url(../img/background/sidemenu-bg.png) top left repeat;
	text-transform: uppercase;
	width: 100%;
}
#sidemenu ul {
    	background: transparent url(../img/background/sidemenu-bg-top.png) top left no-repeat;
	list-style: none;
	margin: 0;
	padding: 0 8px;
}
#sidemenu ul li {
   	background: transparent url(../img/background/sidemenu-separator.png) bottom left repeat-x;
	list-style: none;
	margin: 0;
	padding: 0 0 2px 0;
}
#sidemenu ul li ul {
    	background: none;
	margin-left: 15px;
	padding: 0;
}
#sidemenu ul li ul li {
   	background: none;
	margin: 0;
	padding: 0 0 1px 0;
}
#sidemenu ul li a {
   	background: transparent url(../img/background/sidemenu-arrow-main.gif) 6px center no-repeat;
 	color: #38220a;
	display: block;
	font-family: Georgia;
	font-size: 90%;
	font-weight: bold;
	padding: 11px 0px 9px 21px;
	text-decoration: none;
	text-transform: uppercase;
}
#sidemenu ul li ul li a {
   	background: transparent url(../img/background/sidemenu-arrow-sub.gif) 6px center no-repeat;
 	color: #38220a;
	display: block;
	font-family: Georgia;
	font-size: 90%;
	font-weight: normal;
	padding: 4px 0px 4px 15px;
	text-decoration: none;
	text-transform: capitalize;
}
#sidemenu ul li ul li a.active {
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
/* ----------------------------- SEARCH ---------------------------- */
form#searchbox {
   	background: #202020 url(../img/background/searchbox-bg.png) top left no-repeat;
	margin: 10px 0;
}
form#searchbox fieldset {
	border: none;
	margin: 0;
	padding: 11px;
}
form#searchbox fieldset input.text {
	background-color: #ccc;
	border: 1px solid #121212;
	color: #333;
	margin-bottom: 6px;
	padding: 3px 0;
	width: 100%;
}
form#searchbox fieldset input.button {
	float: right;
	text-align: center;
}
/* ----------------------------- NEWS ---------------------------- */
#news {
   	background-color: #191919;
	width: 100%;
}
#news h2 {
   	background: #232323 url(../img/background/news-header.png) bottom left no-repeat;
 	color: #f0cb5f;
	font-family: Georgia;
	font-size: 100%;
	margin: 0 0 14px;
	padding: 14px 3px 12px 15px;
	text-transform: uppercase;
}
#news h3 {
	margin: 0 3px 7px 15px;
	padding: 0;
}
#news h3 a {
 	color: #f0cb5f;
	font-family: Georgia;
	font-size: 80%;
	font-weight: bold;
}
#news p {
    	background: transparent url(../img/background/news-separator.png) bottom left repeat-x;
	color: #777;
	margin: 0 3px 9px 15px;
	padding-bottom: 14px;
}
/* ============================= MAIN COLUMN ============================= */
/* ----------------------------- PROMO ---------------------------- */
.promo {
 	background: #232323 url(../img/background/main-promo.png) top left no-repeat;
	color: #ccc;
	float: left;
	margin-bottom: 10px;
	min-height: 185px;
	padding: 25px;
	width: 330px;
}
* html .promo {
	height: 185px;
}
.promo h1 {
 	color: #f0cb5f;
	font-family: Georgia;
	font-size: 200%;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.promo p {
	margin: 0;
}
.promo p.narrow {
	margin-right: 115px;
}
.promo p a {
	font-weight: bold;
}
/* ----------------------------- PROMO2 ---------------------------- */
.promo2 {
  background: #232323 url(../img/background/main-promo2.png) top left no-repeat;
	color: #ccc;
	margin-bottom: 10px;
	padding: 25px;

}
* html .promo2 {
	height: 185px;
}
.promo2 h1 {
 	color: #f0cb5f;
	font-family: Georgia;
	font-size: 200%;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.promo2 p {
	margin: 0 0 5 0;
	text-align: justify;
}
.promo2 p.narrow {
	margin-right: 115px;
}
.promo2 p a {
	font-weight: bold;
}
/* ----------------------------- INFOBOX ---------------------------- */
.infobox {
	float: right;
	min-height: 235px;
	width: 380px;
}
.infobox.light {
	color: #ccc;
}
.infobox.dark {
	color: #777;
}
.infobox h2 {
 	color: #f0cb5f;
	font-family: Georgia;
	font-size: 100%;
	margin: 0;
	padding: 14px 3px 12px 15px;
	text-transform: uppercase;
}
.infobox.light h2 {
   	background: #433e4d url(../img/background/infobox-light-header.png) top left no-repeat;
}
.infobox.dark h2 {
   	background: #333 url(../img/background/infobox-dark-header.png) top left no-repeat;
}
.infobox .body {
	padding: 12px 15px 15px;
}
* html .infobox .body {
	padding: 12px 15px;
}
*+html .infobox .body {
	padding: 12px 15px;
}
.infobox.light .body {
   	background-color: #2d2932;
		min-height: 166px;
}
.infobox.dark .body {
   	background: #333 url(../img/background/infobox-dark-body.png) top left repeat-x;
}
.infobox .body h3 {
 	color: #f0cb5f;
	font-family: Georgia;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0;
}
.infobox .body a.more {
   	background: #ffed8b url(../img/background/button-false.png) bottom center no-repeat;
 	color: #3c240b;
	display: block;
	float: left;
	font-weight: bold;
	margin-top: 10px;
	min-height: 22px;
	min-width: 78px;
	padding-top: 7px;
	text-align: center;
	text-decoration: none;
}
* html .infobox .body a.more {
 	height: 22px;
	width: 68px;
}
.infobox.light .body a.more {
	clear: both;
	margin: 0 0 -3px 105px;
	position: relative;
	top: -2px;
}
* html .infobox.light .body a.more {
	display: inline-block;
	float: left;
	margin-bottom: -40px;
	position: relative;
	top: -15px;
}
*+html .infobox.light .body a.more {
	float: left;
	margin-bottom: -40px;
	position: relative;
	top: -15px;
}
.infobox.light .body p {
	position: relative;
	top: -3px;
}
* html .infobox.light .body p {
	top: -7px;
}
*+html .infobox.light .body p {
	top: -7px;
}
.infobox.light .body img {
	border: 1px solid #ffed8b;
}
.infobox.dark ul {
	font-size: 95%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.infobox.dark ul li {
	list-style: none;
	margin: 3px 0;
	padding: 0;
}
/* ----------------------------- DESCRIPTION ---------------------------- */
.description {
	background-color: #242127;
	border: 1px solid #37323d;
	margin-bottom: 10px;
}
.description img {
	border: 1px solid #51495a;
	float: left;
	margin: 10px;
}
.description div {
	color: #ccc;
	margin: 0 10px 0 126px;
	position: relative;
	top: 10px;
}
/* ----------------------------- FORM ---------------------------- */
fieldset.form {
	background-color: #2D2932;
	border: 0px;
	color: #ccc;
	margin: 0;
	padding: 0;
}
.form-inner {
	margin: 11px 16px;
}
.form h2 {
	background: #433E4D url(../img/background/middlebox-header.png) no-repeat scroll left top;
	color: #F0CB5F;
	font-family: Georgia;
	font-size: 100%;
	margin: 0;
	padding: 14px 15px 12px;
	text-transform: uppercase;
}
.form label {
  display: block;
  padding: 5px;
  position: relative;
}
.form label input {
	display: block;
	left: 9em;
	position: absolute;
	right: 0;
	top: 1px;
	width: 250px;
}
.form label input.radio {
	margin: 0;
	top: 6px;
	width: auto;
}
.form label input.captcha {
	left: 11em;
	width: 48px;
}
.form label textarea {
	display: block;
	margin: 3px 0 5px 16px;
	width: 48%;
}
.form input.button {
	clear: both;
	display: block;
	float: none;
	margin: 15px auto;
}
/* ----------------------------- MIDDLEBOX ---------------------------- */
.middlebox {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}
.middlebox h2 {
  background: #433e4d url(../img/background/middlebox-header.png) top left no-repeat;
 	color: #f0cb5f;
	font-family: Georgia;
	font-size: 100%;
	margin: 0;
	padding: 14px 15px 12px;
	text-transform: uppercase;
}
.middlebox h2.with-form {
	padding-right: 150px;
}
.middlebox h2 a {
 	color: #8e80a2;
	float: right;
    	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
}
.middlebox .body {
   	background-color: #2d2932;
	padding: 11px 6px 0;
}
.middlebox .body .product {
	background-color: #242127;
	border: 1px solid #37323d;
	float: left;
	margin: 0 5px 10px;
	padding: 10px;
	width: 347px;
	min-height: 120px;
}
* html .middlebox .body .product {
	height: 120px;
}
.middlebox .body .product img {
	border: 1px solid #51495a;
}
.middlebox .body .product h3 {
 	color: #f0cb5f;
	font-family: Georgia;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}
.middlebox .body .product div h3 a {
	color: #f0cb5f;
	float: none;
	width: 100%;
}
.middlebox .body .product div {
	color: #ccc;
	height: 120px;
	margin-left: 13px;
	overflow: hidden;
	width: 210px;
}
.middlebox .body .product div h4 {
	color: #88819a;
	margin: 3px 0;
}
.middlebox .body .product div a {
	color: #cdcad5;
	display: block;
	float: left;
	width: 49%;
}
.middlebox form{
	color: #f0cb5f;
	float: right;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 2px;
}
.middlebox form select {
	background-color: #ccc;
	border: 1px solid #121212;
	color: #333;
	display: block;
	font-size: 90%;
	margin-top: 1px;
}
.pictures .body {
   	background-color: #2d2932;
	padding: 11px 8px 0;
}
.pictures .body a {
	background-color: #242127;
	border: 1px solid #37323d;
	display: block;
	float: left;
	margin: 0 8px 10px;
	min-height: 113px;
	padding: 10px;
	text-align: center;
	width: 150px;
}
* html .pictures .body a {
	height: 113px;
}
/* ============================= FOOTER ============================= */
#footer {
	background-color: #222;
	color: #777;
	margin-top: 10px;
	padding: 13px;
	width: 100%;
	text-align: center;
}
#footer .left {
	width: 100%;
}
#footer a {
	color: #777;
}
#footer .partners {
	float: left;
	height: 100%;
	margin-right: 15px;
}
#footer .partners a {
	text-decoration: none;
}
#footer .partners a img {
	margin: 0 10px;
}
#footer .left a {
	margin: 0 13px;
	text-transform: capitalize;
}
#footer .left p {
	margin: 10px 0 0 13px;
}
#footer .left p a {
	margin: 0;
}
/* ============================= BANNER ============================= */
.banner {

}
.banner.left-side {
	height: 600px;
	position: absolute;
	right: 0;
	top: 110px;
	width: 120px;
}
.banner.top-side {
	float: right;
	height: 100px;
	width: 745px;
}
.banner.in-sidebar {
	margin: 10px 4px 0;
	width: 160px;
}
/* ============================= GENERAL ============================= */
.left {
	float: left !important;
}
.right {
	float: right !important;
}
form input.button {
   	background: #ffed8b url(../img/background/button-false.png) bottom left no-repeat;
	color: #3c240b;
	height: 29px;
	width: 68px;
}
/* ------------------------ clear: both - start -------------------------------- */
.clear:after {
	clear: both !important;
	content: "." !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
.clear {display: inline-block !important;}
/* Hides from IE-mac \*/
* html .clear {height: 1% !important;}
.clear {display: block !important;}
/* End hide from IE-mac */
/* ------------------------ clear: both - end -------------------------------- */
