﻿/* General Styles */
*{
	margin:0;
	padding:0;
}

body#home-page {
	background:#c7c7c7 url(./images/bg_home.jpg) repeat-x top left;
	font:12px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
}

body#sub-pages { 
	background:#c7c7c7 url(./images/bg_subpages.jpg) repeat-x top left;
	font:12px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
}

a {
	color:#2e4e89;
	text-decoration:none;
}
a:hover {text-decoration:underline;color:#1d2f56;}
h1{font-size:32px;}
h2{font-size:24px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h1,h2,h3,h4,h5,h6{margin:10px 0 15px 0;font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight:bold; color:#2e4e89;}
img { border: 0; padding: 0; margin: 0;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
img.floatleft{float:left; margin: 10px;}
img.floatright{float:right; margin: 10px;}
img.noborder { margin: 0 10px 0 10px; padding: 0; border: 0; background: none;}
.center{text-align:center;}
.textleft{text-align:left;}
.textright{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}
hr { height: 1px; width: 100%; color: #79a0e8; margin: 10px 0;}
.important { color: #2e4e89; font-weight: bold; }
a.read-more {
	width : 80px;
	background : #252525;
	font-family : verdana;
	font-size : 10px;
	color : #ffffff;
	text-align : center;
	float : right;
	cursor : pointer;
	margin: 20px 10px;
}

a.read-more:hover {
	cursor : pointer;
	color : #9db8e8;
	cursor : pointer;
}

ul, ol { padding:0 0 20px 35px; }
li ul, li ol { padding-bottom:0; }
code {
	background-color:#CCC;
	display:block;
	color:#333;
	padding:10px;
	margin:10px;
}
blockquote {
	border-left:4px solid #CCC;
	border-bottom:4px solid #CCC;
	margin:0 0 10px 20px;
	padding-left:15px;
}
/* ///General Styles */


/* ///Layout Styles */
#header {
	width: 940px;
	height:81px;
	margin: 10px auto 0 auto;
	background: url(./images/bg_header.jpg) no-repeat top left;
}
#logo {
	width:220px;
	height: 66px;
	float:left;
	margin: 0;
	padding: 0;
	background:url(./images/logo.png) no-repeat top left;
}	
	#logo h1{
		height: 65px;
		margin: 0; padding:0;
	}
		#logo h1 a{
			display:block;
			height:65px;
		}
		#logo h1 a span{
			display:none;
		}
	#logo h3 span {
		display:none;
	}

#menu {
	margin: 0;
	float: left;
	width: 460px;
	height: 66px;
}
	#menu ul { margin: 0; padding: 0; }
	#menu li{
		list-style:none;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 14px;
		line-height: 60px;
	}
	#menu li {
		display:block;
		float:left;
		height:66px;
		text-decoration:none;
		cursor:pointer;
	}
	#menu li a{
		float:left;
		display:block;
		height:66px;
	}
	#menu li a span{
		float:left;
		display:block;
		height:66px;
	}
	#menu li a.current, #menu li a.current span{
		display:block;
		float:left;
		height:66px;
		text-decoration:none;
		cursor:pointer;
	}
	#menu li a, #menu li a.current{
		color:#333;
		padding:0 18px;
	}
	#menu li a:hover, #menu li a.current{
		background:url(./images/menu_over.jpg) no-repeat top center;
		color:#FFF;
		text-decoration:none;
	}
	#menu li a:hover span, #menu li a.current span{
		color:#2a364c;
		text-decoration:none;
	}
	#menu li.spacer {
		background: url(./images/menu_spacer.jpg) no-repeat;
		width: 2px;
		height: 66px;
	}

	#search {
		float: left;
		width: 252px;
		text-align: right;
	}
	
	#search form .txtInput {
		width: 170px; 
		height: 20px; 
		background: transparent url(./images/search.png) no-repeat; 
		margin: 5px 10px 0px 0px; 
		padding: 7px 4px 0px 26px; 
		float: left; 
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 11px; 
		color: #555555; 
		border: none;
	}
	
	#search form .button { 
		width: 38px; 
		height: 23px; 
		background: url(./images/searchbutton.png) no-repeat; 
		margin-top: 8px; 
		border: none; 
	}
	
	#search form .button:hover { cursor: pointer; }
	
	ul#quicklinks {
		margin: 5px 0 0 0;
		padding: 0;
		width: 250px;
		height: 20px;
		float: left;
		list-style: none;
		display:inline;
	}
	ul#quicklinks li { display: block; float: left; margin: 0; padding: 0; }
	ul#quicklinks img { border: 0; background: none; margin: 3px; padding: 0;}
	
	ul#footerlinks {
		margin: 15px 0 0 0;
		padding: 0;
		width: 310px;
		float: right;
		list-style: none;
		display:inline;
		text-align: right;
	}
	ul#footerlinks li { display: block; float: left; margin: 0px; padding: 0 5px; border-right: 1px solid gray; }
	ul#footerlinks li#lastitem { display: block; float: left; margin: 0px; padding: 0 5px; border: none; }
	ul#footerlinks li#copyright { display: block; float: right; margin: 20px 0 0 0; padding: 0; border: none; }


#featured {
	margin: 0 auto;
	display: block;
	width: 940px;
	height: 273px;
	background: url(./images/featured.jpg) no-repeat top center;
}
	#featured img { border: 0; padding: 0; margin: 0; } 
	
	#promoleft {
		float: left;
		width: 697px;
		margin: 10px 0 0 10px;
	}
	
	#promoright {
		float: left;
		width: 221px;
		margin: 2px 0 0 0;
	}
	
	#promoright h2 {
		font-size: 14px;
		float: right;
		color: #FFF;
		margin: 40px 10px 0 0;
	}
	
	#promoright img { border: 1px solid #828282; }

#featured-sub {
	margin: 0 auto;
	display: block;
	width: 940px;
	height: 75px;
	background: url(./images/featured-sub.jpg) no-repeat top center;
}
	#featured-sub img { border: 0; padding: 0; margin: 0 10px; float: right; } 


.content { 
	margin: 0px auto; 
	width: 960px;
}

.sub-content { 
	margin: 0px auto; 
	width: 960px;
	overflow: auto;
	background: url(./images/sub-content.jpg) no-repeat top center;
}

.sub-content2 { 
	margin: 0px auto; 
	width: 960px;
	overflow: auto;
	background: url(./images/sub-content2.jpg) no-repeat top center;
}

#main { 
	width: 100%; 
	float: left; 
	padding: 0; margin: 0;
	font-size: 13px;
}

#main ul { 
	margin: 5px 0 20px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	color:#333;
}
 
#main li { 
	list-style: none; 
	background: url(./images/bullet.png) no-repeat 0 5px; 
	padding-left: 25px; 
}

.divider { 
	width: 10px; 
	height: 310px; 
	background: url(./images/divider.png) no-repeat; 
	float: left; 
	margin: 25px 15px 0px 15px; 
}

.divider2 { 
	width: 100%; 
	height: 10px; 
	background: url(./images/divider2.png) no-repeat top center; 
	float: left; 
	margin: 20px auto; 
	display: block;
}

#home .box { 
	width: 270px;
	padding: 5px;
	margin: 5px;
}

#home .contentbox { 
	width: 575px;
	padding: 5px 20px 30px 20px;
	margin: 5px;
}

#home .pbox { 
	width: 260px;
	height: 320px;
	padding: 5px;
	margin: 5px;
	overflow: hidden;
}

#home .pbox img { 
	padding: 5px;
	margin: 0;
	border: 1px solid #ccc;
	
}

#contentarea {
	float: left;
	margin: 16px 10px 0 10px;
	width: 628px;
	background: #FFF;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#projectsarea {
	float: left;
	padding: 0 0 0 10px;
	margin: 16px 0 0 10px;
	width: 928px;
	background: #FFF;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#sidebar {
	float: left;
	margin: 16px 0 0 0;
	width: 300px;
	background: #e3e3e3 url(./images/sidebar_bottom.jpg) no-repeat left bottom;
}

#sidebar h3 {
	color:#999;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 25px;
}

#sidebar img {
	padding: 5px;
	margin: 5px 0 0 0;
	background: #FFF;
}

#sidebar img.noborder {
	padding: 0;
	margin: 0;
	background: none;
}

#sidebar a img {
	padding: 5px;
	border: 1px solid #CCC;
}

#sidebar a:hover img {
	border: 1px solid #2e4e89;
}

#sidebar ul {
	list-style:none;
	margin-bottom: 20px;
	padding: 0;
}

#sidebar ul.sidebar-images {
	text-align: center;
}

#sidebar ul.sidebar-images li {
	margin: 0; padding: 0;
	background: none;
	border: none;
}

#sidebar ul li {
	display: block;
	margin: 0 0 0 20px;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #CCC;
}

#footer {
	float: left;
	width: 100%;
	height: 108px;
	background: url(./images/bg_footer_fill.jpg) repeat-x;
	font-size: 12px;
	color:#333;
}

#footer_container {
	margin: 0 auto;
	width: 960px;
	height: 108px;
	background: url(./images/bg_footer.jpg) no-repeat;
	text-align: right;
}
#footer p {
	margin: 25px 25px 0 25px;
}

#footer a {
	color: #2e4e89;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color:#4b70b2;
	text-decoration:underline;
}
/* ///Layout Styles */


/* Forms */
#container form{
	padding:0 5px;
	margin: 0 auto;
}
#container form p{
	margin:0 0 5px 0;
}
#container form p.floatleft{
	margin-right:15px;
}
.input{
	border:1px solid #a5a5a5;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
	width:200px;
	color: #0057c3;
}
textarea.input{
	width:415px;
	height:100px;
}
.input:focus, .textarea:focus{
	border:1px solid #0057c3;
}
.btnsend{
	background:#EBEBEB;
	margin:8px 0;
	padding:5px 10px;
	color:#2a364c;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
	border: 1px solid #2a364c;
}
.btnsend:hover {
	color: #FFF;
	background-color: #2a364c;
}
/* ///Forms */

/* Cleanup */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* ///Cleanup */

/* Table Styles */
table.tabela{
	font-family:Arial,Helvetica,sans-serif;
	color:#646464;
	font-size:12px;
	width:100%;
	margin: 10px 0 10px 0;
}
table.tabela td{
	height:25px;
}
table.tabela th{
	height:25px;
	font-size:13px;
	color:#ffffff;
}
.tablewidth{
	width:10%;
	text-align:center;
}
.largura1{
	width:50px;
	text-align:center;
}
table img { border: 0; padding: 0; margin: 0;}
table.tabela tr.tabletitle{
	background: #565656 ; 
	color:#fff;
}
.rownormal {font-weight: bold; text-align:center; background-color: #F3F8FE;}
.rownormal:hover {background-color:#cce6cd;}

.rowhighlight {font-weight: bold; text-align:center; background-color: #FFDDDD;}
.rowhighlight:hover {background-color:#FFB7B7;}
/* ///Tabelas */

/* Tooltip Info */
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index: 100;
	}
#blogtip{
	position:absolute;
	border:1px solid #CCC;
	background:#F5F5F5;
	padding:2px 5px;
	display:none;
	color:#787878;
	z-index: 100;
	}
/* ///Tooltip Info*/

/* Carousel 1 and 2 */
#carousell {
	float: left;
	width: 689px;
	height: 233px;
}
	.slider {
		width: 689px;
		height: 233px;
		margin: 0px; padding: 0;
	}

#carousell2 {
	float: left;
	width: 231px;
	height: 175px;
	
	overflow: hidden;
}
	.slider2 {
		visibility: hidden;
		left: -5000px;
		width: 190px;
		height: 200px;
		margin-left: 5px;
		margin-top: -15px;
		float: left; border: 1px solid #b9b9b9;
	}
	.prev {
		width: 19px;
		height: 19px;
		cursor: pointer;
		background: url(./images/btn_up.jpg) no-repeat;
		position: relative;
		right: 15px;
		top: 5px;
		float: left;
		left: 200px;
		border: 0;
	}
	.next {
		width: 19px;
		height: 19px;
		cursor: pointer;
		position: relative;
		background: url(./images/btn_down.jpg) no-repeat;
		right: 5px;
		top: 150px;
		left: 182px;
		float: left;
		border: 0;
		z-index: 111;
	}

/* ///Carousel 1 and 2 */

/* Calendar Styles */
#calendar {
	width: 250px;
	padding: 0;
	margin: 0 auto 20px auto;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px Arial,Helvetica,sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

#calendar .nav, #calendar .nav a {
	font: bold 18px Arial,Helvetica,sans-serif;
	color: #0057c3;	
	text-align: center;
	text-decoration: none;
}	

#calendar caption {
	margin: 10px 0 0 0;
	padding: 0;
	width: 250px;
	background: #dbe2f1;
	color: #787878;	 
	font: bold 12px Arial,Helvetica,sans-serif;
	text-align: center;
}

#calendar th {
	font: bold 11px/20px Arial,Helvetica,sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

#calendar .today, #calendar td.today a {
	color: #F6F4DA;
	font-weight: bold;
	background: #CCC;
}

#calendar td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
}

#calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#calendar td a:link, #calendar td a:visited {	
	color: #0057c3;
}

#calendar td a:hover, #calendar td a:active {
	color: #2c8aff;
}
.cnt-def{
	width: 100%;

}

.cnt-def-tl {background: url(images/samples/images/box_side_l.gif) top left repeat-y}
.cnt-def-tr {background: url(images/samples/images/box_side_r.gif) top right repeat-y}
.cnt-def-bl {background: url(images/samples/images/box_bl.jpg) bottom left no-repeat}
.cnt-def-br {background: url(images/samples/images/box_br.jpg) bottom right no-repeat}
.cnt-def-footer {background: url(images/samples/images//box_b.gif) top right repeat-x}

.cnt-def-side-l {background: url(images/samples/images/box_side_l.gif) left repeat-y}
.cnt-def-side-r {background: url(images/samples/images/box_side_r.gif) right repeat-y}

.cnt-def-header{
	font-weight: bold;
	font-size: 14px;
	/*color: #BCBCBC;*/
background: url(images/samples/images/box_t.gif) top left repeat-x;
vertical-align:middle; padding-left: 0px; padding-top: 5px

}
/* === Remove input autofocus webkit === */
*:focus {outline: none;}

/* === Шрифты для формы и общая ширина === */
body {font: 14px/21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;}
.contact_form h2, .contact_form label {font-family:Georgia, Times, "Times New Roman", serif;}
.form_hint, .required_notification {font-size: 11px;}

.contact_form {
		width:700px;
	}

/* === Ширина формы === */
.contact_form p {
    	width:650px;
	margin:7px 10px 7px 10px;
	padding:0px;
}

/* === Размер и расположение блоков === */
.contact_form label {
	width:150px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}
.contact_form input {
	height:20px; 
	width:220px; 
	padding:5px 8px;
}
.contact_form textarea {padding:8px; width:300px;}
.contact_form button {margin-left:156px;}

	/* Цвета и эффекты */
	.contact_form input, .contact_form textarea { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		padding-right:30px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
		padding-right:70px;
	}

/* === HTML5  === */	
.contact_form input:required, .contact_form textarea:required {
	background: #fff no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Стили подсказок === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* подсказки поверх всех элементов */
	position: absolute; /* правильное отображение, если подсказка в 2 строки */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
	
/* === Оформление кнопки === */
button.submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}

/* ///Calendar Styles */