body {
	font:11px "Tahoma";
	color:#343434;
}

strong {
	font-weight:bold;
}

h1 {
	color: #757575;
	font-size: 21px;
	margin-bottom:16px;
}

h2 {
	margin-bottom:13px;
	font-weight:bold;
}
h3 {
	color: #003e7e;
	font-size: 18px;
	padding-left: 12px;
	background:url("/images/bullets/h3.png") no-repeat left 7px;
	margin-bottom:14px;
}
h4 {
	color: #003e7e;
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	background:url("/images/bullets/h4.png") no-repeat left 4px;
	margin-bottom:14px;
}
h6 {
	font-weight: bold;
	margin-bottom: 5px;
}

ul {
	list-style: none;
}
li {
	line-height: 16px;
}
ol li {
	list-style: decimal;
	margin-left: 15px;
}

ul, ol {
	margin-bottom: 20px;
}


p {
	margin-bottom: 14px;
}

.phones h2 {
	margin-bottom:5px;
}
.phones {
	font-size: 10px;
	color: #858585;
}


a {
	color:#f55200;
}
	a.ab {
		background:url("/images/bullets/grey.png") no-repeat right 6px;
		padding-right:10px;
	}
	
.grey {
	color:#8c8c8c;
}	

img.align-left {
	float:left;
}
	
small {
	font-size:10px;
	line-height:10px;
}

	small a.strong {
		font-size: 11px;
		font-weight: bold;
		text-decoration: underline;
	}

.date {
	color:#8c8c8c;
	font-size:10px;
	margin-top:9px;
}

img.icon {
	margin-right:20px;
} 

.separator {
	height:35px;
}

.footer {
	color:#fff;
}
	.footer a {
		color:#fff;
	}

.items-holder {
	
}
	.items-holder .vline-fill {
		background:url("/images/layout/page/vline.png") repeat-y center 0;
	}
	
	.hline-fill {
		border-top:#e9ecee solid 1px;
		font-size:0;
	}

	.items-holder .item {
		float:left;
	}
		.items-holder .item .info, .news-block .info {
			padding-left:118px;
		}

	.items-holder.cols-2 .item {
		width:49%;
	}
	
	.items-holder.cols-3 .item {
		width:33%;
	}
	
	.center-content .padding {
		padding:22px 45px 18px 20px;
	}
	
.answer {
	padding-left: 28px;
}



a.more {
	background:url("/images/bullets/info.png") no-repeat 1px 5px;
	padding: 0px 3px;
	text-decoration: none;
}
ul.marks {
	padding-left: 0px;
	background:none;
}
ul.marks li {
	padding-left: 9px;
	background: url("/images/bullets/li.png") no-repeat left 6px;
}
.marks {
	padding-left: 9px;
	background:url("/images/bullets/li.png") no-repeat left 6px;
}



.pages {
	clear: both;
}

.pages a {
	color: #f55200;
	font-weight: bold;
	background-image: url("/images/layout/pages/normal.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 6px 0px; 
	display: block;
	float: left;
	width: 24px;
	text-align: center;
	margin: 3px;
}
.pages span {
	display: block;
	float: left;
	padding-top: 5px;
	margin: 3px;
}
.pages a.active {
	background-image: url("/images/layout/pages/active.png");
	text-decoration: none;
	color: #fff;
}




.table {
	width: 100%;
}
.table th {
	padding: 10px 20px 13px 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #4ca3df;
	border: 1px solid #fff;
	background-image: url("/images/layout/table/bg.png");
	background-repeat: no-repeat;
	background-position: right top;
}
.table td {
	border: 1px solid #e3e3e3;
	padding: 10px 20px;
}
.table td.border {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	padding: 0px;
	background: #fff;
	border: 1px solid #fff;
	border-bottom: 1px solid #e3e3e3;
}


.news-block {
	
}
.news-block .date {
	color: #8c8c8c;
	font-size: 10px;
}


.paper-block {
	padding-left: 20px;
}
.paper-block .date {
	color: #8c8c8c;
	font-size: 10px;
	padding: 10px 0px 4px 0px;
}




.contacts {
	width: 400px;
	margin: 0px auto;
}
.contacts div {
	margin: 5px 0px;
	float: left;
	width: 400px;
}
.contacts a.button {
	cursor: pointer;
	float: right;
	width: 79px;
	display: block;
}
.contacts input.captcha {
	border: 1px solid #e5e5e5;
	float: right;
	width: 125px;
	padding: 3px 5px;
	margin-top: 10px;
}
.contacts label.captcha {
	margin-top: 13px;
}
.contacts img.captcha {
	border: 1px solid #e5e5e5;
	width: 100px;
	height: 40px;
	margin-left: 65px;
	float: left;
}
.contacts label {
	float: right;
	margin-right: 5px;
}
.contacts .indent {
	width: 155px;
	float: left;
	margin-left: 65px;
}

textarea.text {
	border: 1px solid #e5e5e5;
	width: 325px;
	height: 120px;
	padding: 3px 5px;
	float: right;
}
input.text {
	border: 1px solid #e5e5e5;
	width: 325px;
	padding: 3px 5px;
	float: right;
}
select.text {
	border: 1px solid #e5e5e5;
	width: 337px;
	line-height: 20px;
	height: 20px;
	float: right;
}
#commForm {
	margin: 0px;
}
#commForm input.button {
	cursor: pointer;
	float: right;
	width: 79px;
}
.answer span.date {
	display: block;
	margin: 0px 0px 10px 0px;
}

.glass {
	background: #000;
	opacity: 0.2;
	position: fixed;
	height:auto !important;
	min-height:100%;
	height:100%;
	width: 100%;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	display: none;
	z-index: 50;
}

.message {
	display: none;
	position: fixed;
	z-index: 100;
	top: 40%;
	left: 40%;
	width: 250px;
	height: 119px;
	background-image: url("/images/layout/contacts/message.png");
	background-repeat: no-repeat;
	background-position: center;
}



.gallery .item {
	text-align: center;
	width: 25%;
}
.gallery img {
	width: 152px;
	height: 152px;
}

#fotoNavi {
}
#fotoNavi a {
	cursor: pointer;
}

#fotoBlock {
	width: 700px;
	height: 400px;
	overflow: hidden;
}
#fotoCont {
	height: 400px;
	width: 10000px;
}
#fotoBlock div.album {
	width: 700px;
	height: 400px;
	float: left;
}
.gallery a.title {
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 152px;
	text-align: center;
	margin: 10px 0px -20px 0px;
}


.map-item {
	margin: 5px 0px 5px 25px;
}


.submenu {
	color: #bbb;
	line-height: 20px;
	margin-bottom: 20px;
}
.submenu a.active {
	color: #343434;
	text-decoration: none;
}


.q-search {
	margin: 0px 0px 30px 0px;
	width: 400px;
	float: left;
}
	.q-search .search-input {
		border: 1px solid #e5e5e5;
		width: 326px;
		padding: 3px 5px;
		float: right;
	}
	.q-search label {
		float: right;
		padding: 3px 5px 0px 0px;
	}
	.q-search div {
		margin: 5px 0px;
		float: left;
		width: 400px;
	}
	.q-search a.button {
		cursor: pointer;
		float: right;
		width: 71px;
		display: block;
		margin-left: 8px;
	}
	
.search {
	float: left;
}
	.search input {
		border: 1px solid #e5e5e5;
		width: 300px;
		padding: 3px 5px;
		float: left;
	}
	.search  a.button {
		cursor: pointer;
		width: 71px;
		display: block;
		margin: 1px 0px 0px 8px;
		float: left;
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
