@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
p {
	padding-bottom: 0.8em;
}

h3 {
	font-size: 16px;
	color: #1070B7;
}
h1 {
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #1A75BB;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
h4 {
	color: #1D74B9;
	font-size: 13px;
	font-weight: bold;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
}


ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}



a:link, a:visited {
	color: #1073B7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}




.container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	float: left;
	height: 100px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a.logo:link {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 40px;
	width: 220px;
	margin-top: 40px;
	margin-left: 20px;
}

.content-div {
	float: left;
	width: 100%;
}
.content-div-half {
	float: left;
	width: 50%;
}

.wrapper {
	float: left;
	width: 100%;
}

.nav {
	float: right;
	padding-top: 70px;
}
.nav ul {
	margin: 0px;
	padding: 0px;
}
.nav ul li {
	display: inline;
	list-style-type: none;
}
.nav ul li a {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.left-nav {
	background-color: #F5F8FA;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 180px;
}
.left-nav  ul {
	margin: 0px;
	padding: 0px;
}
.left-nav ul li {
	display: block;
	list-style-type: none;
}
.left-nav ul li a {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 5%;
}


.text-tiny {
	font-size: 11px;
}


input.search-textbox    {
	width: 650px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}
input, textarea, select  {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 4px;
}
input:focus, textare:focus, select:focus {
	border-top-color: #1073B7;
	border-right-color: #1073B7;
	border-bottom-color: #1073B7;
	border-left-color: #1073B7;
}
input.button, a.button:link, a.button:visited {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	cursor: pointer;
}
input.button:hover, a.button:hover {
	-webkit-box-shadow: 0 0 3px 2px #cccccc;
box-shadow: 0 0 3px 2px #cccccc;
}

.button-m {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.button-blue {
	background-color: #0D71BC;
}
.button-orange {
	background-color: #EBA605;
}
.button-green {
	background-color: #009900;
}
.button-grey {
	background-color: #999999;
}


a.button:link {
	float: left;
	color: #FFFFFF;
	-webkit-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
}
.color-green {
	color: #009900;
}


.top-10 {
	padding-top: 10px;
}
.top-20 {
	padding-top: 20px;
}
.top-30 {
	padding-top: 30px;
}
.bottom-5 {
	padding-bottom: 5px;
}

.bottom-10 {
	padding-bottom: 10px;
}
.bottom-20 {
	padding-bottom: 20px;
}
.bottom-30 {
	padding-bottom: 30px;
}
.bottom-margin-10 {
	margin-bottom: 10px;
}
.bottom-margin-20 {
	margin-bottom: 20px;
}


.right-20 {
	padding-right: 20px;
}
.box-shadow {
	-webkit-box-shadow: 0 0 3px 0 #cccccc;
box-shadow: 0 0 3px 0 #cccccc;
}
.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.border-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.border-grey {
	border: 1px solid #CCCCCC;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}





.home-right-col {
	float: right;
	width: 660px;
	padding-right: 20px;
}
.home-left-col {
	float: left;
	width: 300px;
}
.home-caption {
	line-height: normal;
}
.home-caption h1 {
	font-size: 24px;
	color: #1072ba;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
.home-caption h2 {
	font-size: 23px;
	color: #757575;
	padding-bottom: 5px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
.home-callout-box {
	background-image: url(../images/home_calloutbox.png);
	background-repeat: no-repeat;
	float: left;
	height: 70px;
	width: 660px;
	background-position: left top;
	padding-top: 18px;
	text-align: center;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
}
.adv-search-box {
	float: right;
	width: 100%;
	background-image: url(../images/searchbox-bg.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	margin-bottom: 20px;
}
table {
	border-collapse:collapse;
}
table.table-general {
}
table.table-general tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
table.table-general table tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.copyright {
	font-size: 11px;
}
.leftcol {
	float: left;
	width: 180px;
}
.rightcol {
	float: right;
	width: 780px;
}
.search-result {
}
.search-result h2 {
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 14px;
}
.search-result-col1 {
	float: left;
	width: 85%;
}
.search-result-col2 {
	float: right;
	width: 15%;
}



.width-90 {
	width: 90%;
}
.width-100 {
	width: 100%;
}
.status-widget {
	float: left;
	width: 230px;
}
.status-widget .wid-title {
	float: left;
	width: 100%;
	color: #1073B7;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	font-weight: bold;
}
.status-widget .wid-content {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 50px;
	text-align: center;
	line-height: normal;
}

.status-prof-widget {
	float: left;
	width: 179px;
}
.status-prof-widget .wid-title {
	float: left;
	width: 100%;
	color: #1073B7;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	font-weight: bold;
}
.status-prof-widget .wid-content {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 30px;
	text-align: center;
	line-height: normal;
}
.profile-content-box, fieldset.profile-content-box {
	padding: 10px;
	float: left;
	width: 958px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
fieldset.profile-content-box  legend, fieldset.profile-content-box-half legend {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F2F2F2;
}
.profile-content-box-half, fieldset.profile-content-box-half {
	padding: 10px;
	width: 460px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.tabs {
	float: left;
	width: 100%;
	background-image: url(file:///D|/Works/Pask/html/images/dot_grey.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
}
.tabs ul {
	margin: 0px;
	padding: 0px;
}
.tabs ul li {
	display: inline;
	list-style-type: none;
}
.tabs ul li a {
	float: left;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F7F7F7;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	font-size: 11px;
	font-weight: bold;
}
.tabs ul li a.current_tabs {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}





#pagination, .pagination {
	width: 100%;
	float: left;
	padding-top: 10px;
}
#pagination    ul, .pagination ul   {
	margin: 0px;
	padding: 0px;
	float: left;
}

.pagination   ul  li            {
	float: left;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 2px;
	color: #0E577E;
	cursor: pointer;
	list-style-type: none;
}
.pagination       ul       li:hover           {
	background-color: #E1E1E1;
}
.pagination        ul        li.current_pagination                   {
	color: #FFFFFF;
	background-color: #1073B7;
	float: left;
}
.items-menu {

}
.items-menu ul {
	margin: 0px;
	padding: 0px;
}
.items-menu ul li {
	display: block;
	list-style-type: none;
}
.items-menu ul li a {
	float: left;
	width: 260px;
	background-color: #F7F7F7;
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	height: 70px;
}
.items-menu ul li a div {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.items-menu ul li a span {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.items-menu ul li a:hover {
	background-color: #F8E7AB;
}
.gallery {
}
.gallery ul {
	margin: 0px;
	padding: 0px;
}
.gallery ul li {
	display: inline;
	list-style-type: none;
}
.gallery ul li a {
	float: left;
	height: 140px;
	width: 180px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 3px solid #FFFFFF;
	-webkit-box-shadow: 0 0 4px 1px #cccccc;
	box-shadow: 0 0 4px 1px #cccccc;
	background-repeat: no-repeat;
	background-size: 110% Auto;
}
.gallery ul li a span {
	float: left;
	width: 160px;
	height: 90px;
	display: none;
	background-image: url(../images/transparent-white-bg.png);
	background-repeat: repeat;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.gallery ul li a:hover {

}
.gallery ul li a:hover span {
	display: block;
}

.gallery ul li a.gallery-loadmore {
	float: left;
	height: 80px;
	width: 180px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 0px 0px #cccccc;
	box-shadow: 0 0 0px 0px #cccccc;
	padding-top: 60px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-weight: bold;
}
.gallery ul li a.gallery-loadmore:hover {
	background-color: #F7F7F7;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}







.icon {
	background-image: url(../images/sprite.png);
	float: left;
	margin-right: 5px;
}
.icon-16 {
	height: 20px;
	width: 20px;
}
.min-height-400 {
	min-height: 400px;
}
.searchbox {
	background-color: #FFFFFF;
	width: 738px;
	float: left;
	padding: 20px;
	border: 1px solid #CCCCCC;
}
.text-tiny-2 {
	font-size: 20px;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #1976BC;
	border-left-color: #666666;
}
.map-kl {
	stroke="#000000";
}
.map-kl:hover {
	fill: #FACE00;
	cursor: pointer;
}


.map-kaz {

}

.click_expand{
	height:50px;	
	overflow:hidden;
}


.open:active .click_expand{
	height:200px;
	overflow:visible;
}
