@charset 'utf-8';

* {
	font-size: 13px;
}

html, body, div, p, form,
span, ul, ol, li, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

html, body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #120c00;
	background-color: #1a0100;
	width: 100%;
	height: 100%;
}

a, a:link,
a:hover,
a:visited {
	color: #120c00;
}

h1, h2, h3, p, div {
	text-align: justify;
}

#envelope {
/*	width: 1279px;*/
	width: 1024px;
/*	height: 100%;*/
	margin: 0 auto;
	background: #caaf78 url('../images/bg.png') top left repeat;
	position: relative;
}

#head {
	width: 100%;
	height: 162px;
	background: url('../images/head.png') top left no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	left: 22px;
	background-color: #481805;
}

#toplinks {
	position: absolute;
	left: 22px;
	width: 270px;
	text-align: center;
	z-index: 100;
}

#toplinks img {
	padding: 6px;
}

#head h1 {
	color: #3c1501;
	margin-top: 35px;
	font-size: 32px;
	font-family: "Times New Roman";
	font-weight: normal;
	text-transform: uppercase;
}

#title {
	width: 600px;
	height: 78px;
	top: 65px;
	left: 333px;
/*	background: url('../images/title.png') top left no-repeat;*/
	position: absolute;
}

#langs {
	position: absolute;
	top: 0px;
	right: 15px;
}

#langs a {
	float: left;
	color: #340500;
	display: block;
	width: 32px;
	height: 25px;
	padding: 5px 0px 0px 0px;
	margin: 0px 5px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#langs a.active {
	color: #ffffff;
	background: url('../images/activelang.png') center center no-repeat;
}

#middle {
}

#left {
/*	float: left;*/
	width: 305px;
	vertical-align: top;
}

#mainmenu {
	background-color: #fff1d0;
	width: 303px;
	padding: 5px 2px 40px 0px;
	border-top: solid 1px #fff1d0;
}

#mainmenu .level-1 {
	list-style: none;
	margin: 10px 0px 0px 10px;
	background: url('../images/menuhr.png') bottom center no-repeat;
}

#mainmenu .level-1 a {
	display: block;
	color: #310000;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	padding-right: 5px;
}

#mainmenu .submenu {
	padding: 0px 0px 5px 0px;
}

#mainmenu .level-2 {
	list-style: none;
	background: url('../images/menul2.png') center left no-repeat;
	margin-left: 2px;
}

#mainmenu .level-1 .active {
	background: url('../images/menul2active.png') center left no-repeat;
}

#mainmenu .level-2 a {
	display: block;
	padding: 4px 10px 0px 10px;
	margin-left: 17px;
	height: 20px;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
	text-align: left;
}

#mainmenu .level-2 a.high {
	height: 40px;
}

#mainmenu .level-2 a:hover {
	color: #896700;
}

#mainmenu .level-1 .active a {
	background-color: #c4ac79;
	text-decoration: none;
}

#right {
	padding-left: 5px;
	vertical-align: top;
}

#abovebanner {
	height: 8px;
	background: #481805 url('../images/abovebanner.png') top left no-repeat;
}

#banner {
	height: 275px;
	background: #481805 url('../images/banner.jpg') top left no-repeat;
}

#belowbanner {
	position: relative;
	height: 28px;
	background: url('../images/belowbanner.png') top left no-repeat;
}

#palm {
	position: absolute;
	top: -2px;
	left: 40px;
}

#search {
	color: #faf2d0;
	height: 37px;
	padding: 7px 0px 0px 15px;
	margin-right: 15px;
	background: url('../images/searchbg.png') top left repeat-x;
	text-transform: uppercase;
}

#search * {
	color: #faf2d0;
}

#search input {
	color: #3f2901;
	background: #ffffff url('../images/searchfield.png') center left no-repeat;
	padding-left: 16px;
	width: 210px;
}

#search a {
	font-weight: bold;
}

#content {
	margin: 0px 15px 0px 15px;
}

#bottom {
	background-color: #b49866;
	width: 90%;
	height: 60px;
	margin: 0 auto;
	text-align: center;
}

#bottom * {
	color: #33170e;
	font-weight: bold;
}

#footer {
	color: #b49866;
	height: 61px;
	background: #481805 url('../images/footer.png') top left no-repeat;
	position: relative;
	font-size: 10px;
	padding: 0px 15px;
}

#footer * {
	color: #b49866;
	font-size: 10px;
}

#peoplelist h3 {
	font-size: 17px;
}

#peoplelist .position {
	color: #000000;
	margin-bottom: 25px;
}

#peoplelist .phone {
	color: #2e160d;
	float: right;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
}

#lifelist h3 a {
	font-size: 13px;
	text-decoration: underline;
}

#feedbacklist h3 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: normal;
}

#feedbacklist .position {
	color: #5b4010;
	margin-bottom: 5px;
}

#result,
.result {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.good {
/*	color: green;*/
}

.bad {
	color: #620000;
}

#applyform,
#mailform {
	display: none;
}

#contacts * {
	color: #000000;
	font-size: 12px;
}

#contacts h3 {
	font-size: 18px;
}

#contacts .label {
	font-weight: bold;
}

.spacer {
	height: 15px;
}

.hr {
	height: 5px;
	margin: 10px 0px;
	background: url('../images/hr.png') center center repeat-x;
}

.bighr {
	height: 5px;
	margin: 15px 0px;
	background: url('../images/headerhr.png') center left repeat-x;
}

.date {
	font-size: 10px;
}

.short {
	margin-left: 190px;
}

.write {
	color: #000000;
	padding-left: 20px;
	background: url('../images/mail.png') top left no-repeat;
}

.pages {
	margin-top: 20px;
}

.pages * {
	color: #000000;
	font-size: 12px;
}

.pages .general {
	color: #000000;
	background: url('../images/page.png') top left no-repeat;
}

.pages .active {
	color: #FFFFFF;
	background: url('../images/page.active.png') top left no-repeat;
	text-decoration: underline;
}

.pages .general,
.pages .active {
	float: left;
	display: block;
	width: 28px;
	height: 28px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 0px 4px;
	padding-top: 6px;
}

.morelink {
	text-align: right;
}

.morelink a {
	color: #000000;
	font-size: 11px;
}

.all {
	margin-top: 22px;
	text-align: right;
}

.all a {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.client,
.partner {
	width: 94px;
	height: 66px;
	float: left;
	text-align: center;
}

.client img,
.partner img {
	filter: gray;
	width: 88px;
	height: 56px;
	padding: 2px;
}

.client a:hover img,
.partner a:hover img {
	filter: none;
	border: solid 1px #6d5536;
}

.organization {
	font-weight: bold;
}

.highlight {
	color: #692601;
	font-weight: bold;
	text-decoration: underlined;
}

.short,
.full {
	padding-right: 25px;
}

ul {
	list-style: none;
	padding: 0px 0px 0px 15px;
}

li {
	padding: 6px 0px;
}

img {
	border: none;
}

img.newsphoto,
img.projectsphoto,
img.publicationsphoto,
img.videocover {
	border-left: solid 6px #b49866;
	border-right: solid 6px #b49866;
	border-top: solid 5px #b49866;
	border-bottom: solid 5px #b49866;
	width: 163px;
	height: 91px;
/*	margin-right: 14px;*/
}

/*img.projectphoto {
	border-left: solid 6px #b49866;
	border-right: solid 6px #b49866;
	border-top: solid 5px #b49866;
	border-bottom: solid 5px #b49866;
	width: 290px;
	height: 92px;
}*/

img.peoplephoto {
	border-left: solid 6px #b49866;
	border-right: solid 6px #b49866;
	border-top: solid 5px #b49866;
	border-bottom: solid 5px #b49866;
	margin-bottom: 5px;
	width: 112px;
	height: 145px;
}

img.lifephoto {
	border-left: solid 6px #b49866;
	border-right: solid 6px #b49866;
	border-top: solid 5px #b49866;
	border-bottom: solid 5px #b49866;
	margin-bottom: 5px;
	width: 300px;
	height: 169px;
}

img.feedbackphoto {
	border-left: solid 6px #b49866;
	border-right: solid 6px #b49866;
	border-top: solid 5px #b49866;
	border-bottom: solid 5px #b49866;
	margin-bottom: 5px;
	width: 140px;
	height: 186px;
}

img.clientlogo {
	width: 92px;
	height: 60px;
}

img.pressphoto {
	border-left: solid 6px #b49866;
	border-right: solid 6px #b49866;
	border-top: solid 5px #b49866;
	border-bottom: solid 5px #b49866;
 	margin-left: 10px;
 	margin-bottom: 10px;
}

img.map {
	border-left: solid 6px #b49866;
	border-right: solid 6px #b49866;
	border-top: solid 5px #b49866;
	border-bottom: solid 5px #b49866;
	width: 638px;
	height: 288px;
}

h2.header {
	color: #5e4210;
	font-size: 19px;
	text-transform: uppercase;
	background: url('../images/headerhr.png') bottom left no-repeat;
	padding-bottom: 7px;
	margin-bottom: 15px;
	text-align: left;
/*	font-weight: normal;
	text-decoration: underline;*/
}

h2.header .subtitle {
	color: #000000;
	font-size: 12px;
	text-transform: none;
	background: url('../images/subtitle.png') bottom left no-repeat;
	padding-left: 15px;
}

h2.header .subtitle a {
	color: #000000;
}

h2.header .subsubtitle {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	background: url('../images/subsubtitle.png') top left no-repeat;
	padding: 0px 3px 2px 17px;
	margin-left: 5px;
}

h2.header .subsubtitle a {
	color: #000000;
}

h2.header .subsubtitle.active {
	background-color: #b8810c;
	border: solid 1px #bf9439;
	font-weight: bold;
	text-decoration: underline;
}

h2.mainmore {
	color: #2c150d;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 5px 0px 15px 0px;
	background: url('../images/headerhr.png') bottom left no-repeat;
	padding-bottom: 10px;
}

h2.mainmore a {
	color: #2c150d;
	font-size: 18px;
}

h2.more,
h2.more a {
	color: #2c150d;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 15px 0px;
}

h3,
h3 a {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0px;
	text-decoration: none;
}

h3 a:hover {
	color: #886600;
	text-decoration: underline;
}

/*h3.more {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px;
}*/

p {
	margin: 10px 0px;
}

form label {
	color: #5e4210;
	font-size: 18px;
	font-weight: normal;
}

form input {
	width: 50%;
}

form textarea {
	width: 98%;
}

form button {
	color: #2c150d;
	cursor: pointer;
	background-color: transparent;
	border: none;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
}

form .mandatory {
	color: #620000;
	font-size: 10px;
}

form td.label {
	vertical-align: top;
	padding-top: 10px;
}

form td.input {
	background-color: #b49866;
	padding: 10px;
	width: 75%;
}

.writeme {
	display: none;
}

.writeme .close {
	position: absolute;
	right: -7px;
	top: -7px;
}

.writeme .result {
	margin: 5px;
	text-align: center;
}

.writeme form {
	padding: 5px 5px 5px 10px;
	background-color: #cfbc99;
	display: none;
	position: relative;
}

.writeme label {
	color: #000000;
	font-size: 11px;
}

.writeme td.label {
	vertical-align: top;
	padding-top: 5px;
}

.writeme td.input {
	background-color: #b49866;
	padding: 3px;
	width: 75%;
}

.form {
	display: none;
}

.videothumb .videolink {
	position: relative;
	display: block;
}

.videothumb .thumb {
	position: absolute;
	top: 5px;
	left: 6px;
	width: 163px;
	height: 91px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	background: #000 url('../images/videooverlay.png') top left no-repeat;
	cursor: pointer;
}

.videothumb a:hover .thumb {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}

.video-overlay,
.video-overlay a {
	color: #FFF;
/*	background-color: transparent;*/
}

.video-overlay .title {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.video-overlay .player {
	background-color: #76500d;
	width: 640px;
	height: 443px;
}

.video-overlay .code {
	display: none;
	padding: 5px 0 10px;
}

.video-overlay .code .title {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.video-overlay .code pre {
	width: 630px;
	white-space: pre-wrap;
	color: #3f2901;
	background-color: #fff1d0;
	padding: 5px;
	margin: 0;
}

.video-overlay .close {
	text-align: right;
	margin-top: 5px;
}

.video-overlay .close a {
	cursor: pointer;
}