body {
	background:#f6f6f6 url("../images/site/body_bg.jpg") repeat-x top left;
	font-family: "Myriad Pro";
}

h1,h2,h3 {
	font-family: "Myriad Pro";
	font-weight: normal;
}

p {
	margin: 5px 0;
	line-height:18px;
}

#main {
	background: url("../images/site/footer_bg.png") repeat-x bottom left;
}

#page {
	margin: 0 auto;
	width: 980px;
	position: relative;
/*	padding-bottom: 85px;*/
}

#fl-head {
	position: relative;
	background: url("../images/site/top_illustration.jpg") no-repeat top center;
	height: 531px;
	padding-top: 20px;
	color: #FFF;
}

#fl-head div.logo{
	float: left;
	width: 265px;
	height: 0;
	padding-top: 40px;
	background: url("../images/site/logo.png") no-repeat top left;
	overflow: hidden;
	margin-top: 20px;
}

#fl-head ul.menu {
	float: right;
	margin-top: 25px;
}

#fl-head ul.menu li{
	display: inline;
	margin:0 5px;
	font-size: 20px;
	color: #FFF;
}

#fl-head ul.menu li a {
	color: #FFF;
	text-decoration: none;
}

#fl-head ul.menu li a:hover {
	color: #214177;
}

#fl-head div.questions {
	clear: both;
	float: right;
	background: url("../images/site/id_card.png") no-repeat top left;
	padding-left: 35px;
	font-size: 20px;
	line-height: 32px;
}

#fl-head div.questions img {
	display: none;
}

/*content styles*/
#content {
	color: #595959;
}

#content a {
	color: #356482;
}

#content h1, #content h2, #content h3 {
	color: #356482;
}

#content h1 {
	font-size: 26px;
}

#content h2 {
	font-size: 23px;
}

#content h3 {
	font-size: 19px;
}

#intro {
	border-bottom: 1px solid #E9E9E9;
}

#cols {
	overflow: hidden;
}

#l-col {
	float: left;
	width: 625px;
	margin-bottom: 20px;
}

#r-col {
	width: 355px;
	float: left;
	margin-bottom: 20px;
}

#l-col div.t-block, #r-col div.t-block {
	margin: 5px;
}

/*l-col styles*/
#l-col div.t-block div.quote p{
	margin: 15px 0;
	padding: 20px 0 0 20px;
	font-style: italic;
/*	color: #333333;*/
}

#l-col div.t-block div.quote{
	background: url("../images/site/quotes.png") no-repeat top left;
}

#l-col div.latestProjects h2 {
	margin: 10px 0;
}

#r-col div.t-block h2 img {
	display: none;
}

#r-col div.t-block a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px solid #E9E9E9;
/*	background: url("../images/site/promotion.png") no-repeat center left;*/
/*	padding-left: 20px;*/
}

/*portfolio*/

#l-col div.port {
	clear: both;
	margin-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px solid #E9E9E9;
}

#l-col #news > h3 {
	font-size: 18px;
	margin:  20px 0;
}

#l-col div.port h2 {
	font-size: 14px;
	padding-bottom: 5px;
}

#l-col div.port h2 a{
	float: none;
}

#l-col div.port a {
	float: left;
	display: block;
	overflow: hidden;
}

#l-col div.port a.site-link {
	float: none !important;
	clear: both;
	margin-top: 5px;
}

#l-col div.port img {
	margin: 3px 10px 3px 3px;
}


/*carousel*/
div.carousel {
	position: relative;
	overflow: hidden;
	clear: both;
}

div.carousel > a {
	display: block;
	height: 100px;
	width: 20px;
	float: left;
}

div.carousel > a.next {
	background: url("../images/site/carousel_btn_next.png") no-repeat center center;
}

div.carousel > a.prev {
	background: url("../images/site/carousel_btn_prev.png") no-repeat center center;
}

div.carousel > a.next:hover {
	background: url("../images/site/carousel_btn_next_act.png") no-repeat center center;
}

div.carousel > a.prev:hover {
	background: url("../images/site/carousel_btn_prev_act.png") no-repeat center center;
}

div.carousel div.carousel-content {
	float: left;
	margin: 0 10px;
}

div.carousel div.carousel-content li {
	margin: 5px;
	height:  130px;
}

div.carousel div.carousel-content ul li a.label{
	display: block;
	font-size: 10px;
	width: 120px;
	text-align: center;
	margin-top: 3px;
}

div.carousel div.carousel-content a {
	text-decoration: none;
}


/*news*/
div.news {
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E9E9E9;
	overflow: hidden;
}
div.news h2, div.news h3 {
	margin: 10px 0;
}

div.news a.more-link {
	display: block;
	float: right;
	margin-top: 10px;
}

div.news ul.simple li{
	margin: 5px 0;
}

div.resources {
	margin: 30px 0;
	overflow: hidden;
}

div.resources ul {
	width: 50%;
	float: left;
	font-size: 14px;
}

div.resources ul li {
	margin: 5px 0;
}

div.resources ul li.caption {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}


/*footer*/

/*#footer {
	height: 85px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	color: #FFF;
	text-align: center;
	width: 850px;
}*/

#footer {
	height: 85px;
	overflow: hidden;
	color: #FFF;
	text-align: center;
	width: 850px;
	margin-top: 20px;
}

#f-links {
	margin-top: 20px;
}

#f-links a {
	color: #FFF;
}

#f-links > a {
	float: right;
	display: block;
	margin: 0 5px;
	text-decoration: none;
}

#footer a:hover {
	color: #214177;
}

#copy {
	float: right;
	font-size: 13px;
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #FFF;
}


h2.news {
	background: url("../images/site/television.png") no-repeat left top;
	padding-left: 33px;
	line-height: 32px;
	padding-top: 5px;
}

h2.latest {
	background: url("../images/site/new.png") no-repeat left top;
	padding-left: 33px;
	line-height: 32px;
	padding-top: 5px;
}

h2.address {
	background: url("../images/site/home.png") no-repeat left top;
	padding-left: 33px;
	line-height: 32px;
	padding-top: 5px;
}

h3.last {
	background: url("../images/site/clock.png") no-repeat left top;
	padding-left: 27px;
	line-height: 24px;
	padding-top: 3px;
}

h3.resource {
	background: url("../images/site/globe.png") no-repeat left top;
	padding-left: 27px;
	line-height: 24px;
	padding-top: 3px;
}

form.fb-form {
	width:500px;
}

form.fb-form label {
	clear:  left;
	float: left;
	margin-top: 10px;
	width: 120px;
	display: block;
	line-height:27px;
}

form.fb-form input, form.fb-form textarea  {
	clear:  right;
	float: right;
	margin-top: 10px;
}

form.fb-form p.info {
	display:  block;
	margin: 5px 0;
	font-size: 12px;
	clear: both;
}

form.fb-form input.line-field, form.fb-form textarea {
	width: 350px;
	font-size: 15px;
	border: 1px solid #E9E9E9;
	background-color: #FDFDFD;
	padding: 3px;
	display: block;
}

/* portfolio */
div.portfolio {
	clear: both;
	overflow: hidden;	
}

div.portfolio a {
	width: 120px;
	display: block;
	float: left;
	margin: 4px;
}

div.portfolio h3 {
	clear: both;
	line-height: 35px;
	margin: 0 !important;
}

/*sitemap*/
ul.sitemap li {
	margin-top: 5px;
}
ul.sitemap ul{
	margin-left: 16px;
}

ul.sitemap a {
	padding-top: 5px;
	line-height: 20px;
	padding-left: 24px;
	background: url("../images/site/full_page.gif") no-repeat top left;
}

div.address {
	background: url("../images/site/map.jpg") no-repeat top left;
	padding-top: 140px;
	margin-left: 20px;
}
span.partners{
	display:block;
	padding-top:8px;
	text-align:left;
}
span.partners a{
	color:white;
}
#rightNote h2{
	font-size:20px;
	line-height:24px;
	background:#8cb9cc;
	padding:12px;
	text-align:center;
	margin-bottom:0px;
	border:1px solid #d0d0d0;
	-moz-border-radius:5px;
	color:white;
}
#rightNote h2 a{
	color:white;
}
#rightNote p{
	line-height:16px;
	text-align:justify;
	padding:12px;
	border:1px solid #d0d0d0;
	margin-bottom:10px;
	-moz-border-radius:5px;
}

.chtodeshevo{
	float:left;
	display:block;
	margin-right:6px;
}
