@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);

body {
	font-family: Helvetica, Sans-Serif;
	font-size: 85%;
	line-height: 150%;
	color: #666;
}

a {color: #003E74}
a:link {color: #003E74}
a:visited {color: #003E74}
a:active {color: #2d5980}
a:hover {color: #2d5980;text-decoration:none;}

.wrap {
	margin-top:30px;
	margin-bottom:30px;
	background:white;
	-webkit-box-shadow: 0px 0px 9px 0px #333;
	-moz-box-shadow: 0px 0px 9px 0px #333;
    box-shadow: 0px 0px 9px 0px #333;
}

.header {
	height:140px;
	background:#FAFAF8 url(/images/shadow.png) no-repeat center 114px;
}
.footer {
	height:50px;
	line-height:50px;
	font-size:0.7em;
	background:#EEEBE1;
}
.inner {
  width:750px;
}
.column1 {
	margin: 0 auto;
	width:200px;
}
.logo {
	display: block;
	position: relative;
	top:20px;
	left:20px;
	width:175px;
	height:110px;
	background:url(/images/logo.png) no-repeat top left;
}
.logotext {
	font-family: 'PT Sans', sans-serif;
	font-size:3em;
	position:relative;
	top:30px;
	line-height:39px;
	color:#544d4d;
	text-shadow:1px 1px 0px white;
	float:left;
}
.lang {
	text-align:right;
	float:right;
}
.lang a, .lang a:link {
	position:relative;
	top:100px;
	text-transform:uppercase;
	font-size:0.7em;
}
.line {
	height:140px;
	border-bottom:1px solid #CCC;
}
.topline {
	border-top:1px solid #CCC;
}
.grey {
	margin-top:30px;
  background:#EEEBE1 url(/images/shadow.png) no-repeat center -26px;
}
#menu {
	list-style:none;
	padding:0;
}
#menu li {
	padding: 3px 0;
	border-bottom:1px dashed #999;
}
#menu li a, #menu li a:link {
	font-family: 'PT Sans', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color: #333;
	display: block;
	padding-left:20px;
	height:30px;
	line-height:33px;
}
#menu li a:hover, #menu li a.active {
	background:#AADB69;
	text-shadow:1px 1px 0 #999;
	color: white;
}
.lead {
	font-family: 'PT Sans', sans-serif;
	text-shadow:1px 1px 0px white;
	line-height:130%;
}
.vertline { 
	background:url(/images/dop_dot.png) center;
	height:200px;
	width:1px;
	float:left;
}
.lead h3 {
	margin-bottom:-4px;
	line-height:90%;
	text-shadow:1px 1px 0px white;
	color:#544d4d;
}
.date {
	font-size:0.7em;
	margin-bottom:-12px;
}

h1 {
	font-family: 'PT Sans', sans-serif;
    font-weight:400;
    font-size:1.7em;
    line-height:110%;
    color: #333;
}
h2 {
	font-family: 'PT Sans', sans-serif;
    font-weight:400;
    font-size:1.4em;
    line-height:110%;
    color: #333;
}
h3 {
	font-family: 'PT Sans', sans-serif;
    font-weight:400;
    font-size:1.7em;
    line-height:120%;
}
.folioitem {
	float: left;
	width:210px;
	height:195px;
	padding:10px;
	margin: 0 9px 20px 9px;
	border:1px solid #EEE;
}
.people {
	float: left;
	width:120px;
	height:180px;
	padding:10px;
	margin: 0 9px 20px 9px;
	border:1px solid #EEE;
}
.folioitem img {
	border:1px solid #EEE;
}
.cline {
	border-bottom:1px solid #CCC;
	height:12px;
}
a.accordion-title {
	display: block;
	font-size:1.1em;
	padding:8px 0 8px 12px;
	border-bottom:1px solid #EEE;
}
.carousel-tmb a img {
	padding:8px;
	border:1px solid #CCC;
	margin-right:15px;
}
/* BG */

img#bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img#bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}

/* carousel */
.carousel-container {
	height:322px;
	overflow: hidden;
  	margin-bottom: 18px;
  
  	-webkit-box-shadow: 0px 0px 9px 0px #CCC;
  	-moz-box-shadow: 0px 0px 9px 0px #CCC;
  	box-shadow: 0px 0px 9px 0px #CCC;
  	border:1px solid white;
}
.carousel-control {
  font-family: Arial, "MS Trebuchet", sans-serif;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  font-size: 40px;
  font-weight: 100;
  line-height: 22px;
  color: #ffffff;
  text-decoration:none;
  text-align: center;
  background: #AADB69;
  border: 2px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.4;
  z-index:2000;
  filter: alpha(opacity=40);
}
.carousel-control.right {

  left: 700px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}

.yout {
	float:right;
	margin-top:7px;
}

.ui-tabs { position: relative; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; border-bottom:1px solid #EEEBE1;}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; width:140px; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 12px; text-decoration: none; font-size:14px; color:#000; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; background:#EEEBE1;text-shadow:1px 1px 0 white;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 30px 0 0 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; text-decoration:none; border-bottom:1px dotted #666; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 0; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 0; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; height:auto; }
.ui-accordion .ui-accordion-content-active { display: block; }

.tablebodytext {
display:none !important;
}