@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #fff;	
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	background-image: url("/images/header-background.jpg");
	background-repeat: repeat-x;
	background-position: 337px 0;
	height: 100%;
}

div#notbody {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#container { 
	width: 960px;
	margin: 30px 0 0 0;
	min-height: 400px;
	height: auto !important;
  	height: 400px; /* IE :) */
	padding-bottom: 60px;
} 

#header { 
	height: 151px;
	width: 960px;
	position: relative;
}

#header p {
	background-image: url("/images/logo-lt.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 390px;
	height: 22px;
	font-size: 13px;
	color: #fff;
	padding-top: 129px;
	padding-left: 40px; 
	float: left;
	letter-spacing: 1px;
	text-decoration: none;
}

#header.en p {
	background-image: url("/images/logo-en.jpg");
}

ul#language {
	position: absolute;
	top: 0px;
	right: 0px;
  	-moz-border-radius-topleft: 5px;
  	-moz-border-radius-topright: 5px;
	font-size: 1px;
	vertical-align: middle;
	border: 0;
	white-space: nowrap;
}

ul#language li {
	display: inline;
  	list-style: none;
	margin-left: 4px;
}

ul#language a {
	background: #81a80c;		
	color: #fff;
  	-moz-border-radius-bottomright: 3px;
  	-moz-border-radius-bottomleft: 3px;
	padding: 5px 15px 4px 15px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

ul#language li.active a {
	color: #fff;
	background: #a4a479;	
}

div#search {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #433a17;
	padding: 6px;
  	-moz-border-radius-topleft: 5px;
  	-moz-border-radius-topright: 5px;
	font-size: 1px;
	vertical-align: middle;
}

.button, #ajaxSearch_submit {
	background: #81a80c;
	border: none;
  	-moz-border-radius-topright: 2px;
  	-moz-border-radius-bottomleft: 2px;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: auto;
	overflow: visible;
}

div#search .button {
	margin-left: 5px;
}

.button:hover {
	background: #2e1405;
}

div#search .text {
	border: none;
	width: 230px;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
}

form .email {
	border: 1px solid #668114;
	margin-bottom: 3px;
	width: 172px;
	color: #668114;
	font-size: 13px;
	padding: 1px 3px 1px 3px;
  	-moz-border-radius-topright: 2px;
  	-moz-border-radius-bottomleft: 2px;
}

.newsletter {
	color: #3c380e;
	font-size: 13px;
	font-weight: bold;
}

.newsletter .button {
	margin-bottom: 5px;
}

.newsletter.en .button {
	font-size: 11px !important;
}

#menu {
	float: left;
	width: 220px;
}

#menu ul {
	padding: 0 20px 0 20px;
	list-style-type: none;
	font-size: 1px;
}

#menu ul li {
	margin-top: 5px;
}

#menu ul li a {
	background: #678114;
	font-size: 14px;
	display: block;
	color: #fff;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
  	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	width: 140px;
}

#menu ul li.active a {
	background: #a4a479;
}

#menu ul li ul {
	padding: 0;
}

#menu ul li ul li a, #menu ul li.active ul li a {
	background: #dedebc;
	font-size: 12px;
	display: block;
	margin-top: 0px;
	color: #678114;
	padding: 5px 20px 5px 25px;
  	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-decoration: none;
}

#menu ul li.active ul li.active a {
	color: #898964;
}

#menu ul li a:hover {
	background: #2e1405;
	color: #fff;
}

span.B_crumbBox {
	position: relative;
	top: -15px;
}

#main-content span.B_crumbBox {
	top: 0px;
}

span.B_crumbBox {
	font-size: 11px;
}

span.B_crumbBox a {
	text-decoration: none;
}

#main-content { 
	margin: 0 200px 0 220px;
	width: 530px;
	font-size: 14px;
	line-height: 1.5;
}

#main-content p {
	margin-bottom: 5px;
	text-align: justify;
}

#main-content h1 { 
	font-size: 18px;
	color: #2e1405;
	margin-bottom: 15px;
}

#main-content h2 { 
	font-size: 15px;
	color: #2e1405;
	margin: 15px 0 6px 0;
	font-weight: bold;
}

#main-content .ajaxSearch_highlight {
	color: #fff;
	background: #a4a479 !important;
	padding: 2px;
}

#main-content div.ajaxSearch_result {
	margin-top: 15px;
}

#main-content .ajaxSearch_resultLink {
	font-weight: bold;
}

#main-content h3 { 
	font-size: 14px;
	color: #2e1405;
	margin: 12px 0 6px 0;
}

#main-content ul {
	margin-left: 15px;
	line-height: 1.4;
}

#main-content a, .B_crumbBox a {
	color: #668114;
	text-decoration: underline;
}

#main-content a:visited, .B_crumbBox a:visited {
	color: #898964;
	text-decoration: none;
}

#main-content a:hover {
	background: #2e1405;
	color: #fff;
	padding: 2px 0 2px 0;
}

.errors, .error {
	color: red !important;
}

form#contact label {
  display: block;
  margin-top: 8px;
}

input.contacts, textarea.contacts, input#ajaxSearch_input {
	border: 1px solid #668114;
	margin-bottom: 3px;
	width: 200px;
	color: #668114;
	padding: 2px;
  	-moz-border-radius-topright: 2px;
  	-moz-border-radius-bottomleft: 2px;
}

input#ajaxSearch_input {
	width: 340px;
}

#ajaxSearch_form fieldset {
	border: none;
	margin-bottom: 10px;
}

textarea.contacts {
	height: 300px;
	width: 500px;
}


#right-section {
	float: right;
	width: 190px;
}

#right-section h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #3c380e;
}

#footer { 
	background: #433a17;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 0;
} 

#footer p {
	text-align: right;
	font-family: Verdana;
	font-size: 11px;
	color: #81a80c;
	width: 960px;
	padding: 10px 20px 10px 0;
	letter-spacing: 1px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.invisible {
	display: none;
}

.clearfloat {
	clear: both;
	height:0;
 	font-size: 1px;
 	line-height: 0px;
}
