hr {
	background: url("../img/hr.png") no-repeat;
	width: 936px;
	height: 8px;
}

.logo-text {  width: 210px; position: absolute; top: 75px; }
.logo-text h1 { font-size: 10px; font-weight: normal; line-height: 15px; margin: 0; padding: 0; text-align: center; text-transform: uppercase; }
#top {
	background: #227795;
	width: 100%;
	height: 44px;
	position: fixed;
	top: 0;
	z-index: 9997;
}
.logotype {
	display: block;
	background: url("../img/logo.png") no-repeat;
	width: 120px;
	height: 69px;
	margin-left: 53px;
	float: left;
}
#top-menu {
	width: 700px;
	float: right;
}
#top-menu ul li {
	display: inline-block;
	list-style-type: none;		
	margin-left: -4px;
	border-right: #175a71 1px solid;
	border-left: #79d5ee 1px solid;
}
#top-menu ul li:first-child {
	border-left: none;
}
#top-menu ul li:last-child {
	border-right: none;
}
#top-menu ul a {
	display: block;	
	height: 24px;
	padding: 10px 13px;
	color: #fff;	
	text-transform: uppercase;
}
#top-menu ul a:hover {
	text-decoration: none;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.50)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}
#top-menu li ul li {
	display: block;
	border: none;
	margin: 0;
	text-align: center;
}

#header {
	margin-top: 50px;
	margin-bottom: 40px;
	float: left;
}
#header-slogan h4 {
	margin-left: 45px;
	margin-top: 0;
	color: #237895;
	text-transform: uppercase;
}
.rlButton {
 -moz-box-shadow: 0px 2px 3px 0px #000000;
 -webkit-box-shadow: 0px 2px 3px 0px #000000;
 box-shadow: 0px 2px 3px 0px #000000;
 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #227695), color-stop(1, #105369));
 background:-moz-linear-gradient(top, #227695 5%, #105369 100%);
 background:-webkit-linear-gradient(top, #227695 5%, #105369 100%);
 background:-o-linear-gradient(top, #227695 5%, #105369 100%);
 background:-ms-linear-gradient(top, #227695 5%, #105369 100%);
 background:linear-gradient(to bottom, #227695 5%, #105369 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#227695', endColorstr='#105369',GradientType=0);
 background-color:#227695;
 -moz-border-radius:8px;
 -webkit-border-radius:8px;
 border-radius:8px;
 display:inline-block;
 cursor:pointer;
 color:#ffffff;
 font-family:Trebuchet MS;
 font-size:14px;
 font-weight:bold;
 padding: 4px 40px;
 margin-left: 44px;
 margin-top: 10px;
 text-decoration:none;
 text-shadow:0px 1px 0px #3d768a;
 position: relative;
}
.rlButton:hover {
 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #105369), color-stop(1, #227695));
 background:-moz-linear-gradient(top, #105369 5%, #227695 100%);
 background:-webkit-linear-gradient(top, #105369 5%, #227695 100%);
 background:-o-linear-gradient(top, #105369 5%, #227695 100%);
 background:-ms-linear-gradient(top, #105369 5%, #227695 100%);
 background:linear-gradient(to bottom, #105369 5%, #227695 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#105369', endColorstr='#227695',GradientType=0);
 background-color:#105369;
 text-decoration: none;
}
.rlButton:focus,
.rlButton:active { 
 top:1px;
 text-decoration: none;
}
#header-search {
	margin-left: 40px;
	position: relative;
	z-index: 9998;
}
#header-search p {	
	color: #237895;
	font-size: 1.2em;
	text-align: right;
}
#header-search #searchsubmit {
	background: url("../img/searchsubmit.png") center no-repeat;
	width: 17px;
	height: 17px;
	border: none;	
}
#header-slider {
	background: url("../img/slider-bg.png") no-repeat;
	height: 290px;
	margin-top: 20px;
}

#content {
	color: #086876;
	float: left;
}

#services h5, .main_titles {
	background: url("../img/services-top.png") 50% 50% no-repeat;
	color: #393939;
	text-align: center;
	text-transform: uppercase;
}
#services .services-block {
	margin: 0 8px;
	height: 260px;
}
.services-block .services-block_title {
	height: 70px;
}
.services-block .services-block_title h6 {
	height: 70px;
	color: #237895;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.services-block p {
	font-size: 9pt;
}
#personal-slider { position: relative; }
#personal-slider li { margin: 0 8px; }
#personal-slider .jcarousel-control-prev {	
	background: url("../img/slider-prev.png");  
	width: 24px;
  	height: 50px;
	display: block;
	left: -16px;
	position: absolute;
  	right: auto;  	
  	top: 40%;
}
#personal-slider .jcarousel-control-next {	
	background: url("../img/slider-next.png");
	width: 24px;
	height: 50px;	
	display: block;
	position: absolute;
  	right: -24px;
  	top: 40%;
  	left: auto;
}
#partners .span3 {
	margin: 20px 7px;
	text-align: center;
}

#footer {
	background: #227795;
	min-height: 180px;
	border-top: #3191b3 8px solid;
	margin-top: 20px;
	padding-top: 20px;
	color: #fff;
	font-size: 1em;	
}
#footer #bottom-menu ul {
	list-style-type: none;	
}
#footer #bottom-menu ul li a {
	color: #fff;	
	text-decoration: underline;
	line-height: 25px;
}
#footer #bottom-menu ul li a:hover {
	text-decoration: none;
}

#footer #bottom-contacts {
	text-align: right;
}
#footer #bottom-contacts a {
	color: #fff;
}
#footer #bottom-contacts a:hover {
	text-decoration: underline;
}

.sharkweb {margin-top: 107px;}
.sharkweb a {color: #8fdc60;text-decoration: underline;}
.sharkweb a:hover {text-decoration: none;}

#toTop {
 width:25px;
 border:1px solid #ccc;
 background:#f7f7f7;
 text-align:center;
 padding: 20px 10px 0px 10px;
 position:fixed;
 bottom:10px;
 right:10px;
 cursor:pointer;
 display:none;
 color:#333;
 font-weight: bold;
 font-size:40px;
 -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}

#share42 {
	background: url("../img/share_bg.png") no-repeat; 
	width: 73px; 
	height: 283px;
	padding: 20px 0 0 20px;
	left: -7px;
	top: 180px !important;
}
#share42 a {opacity: 0.5;}
#share42:hover a {opacity: 0.7;}

#sidebar-right {
	margin-left: 0px;
	position: fixed;
	right: -10px;
	top: 180px;
}
#sidebar-right ul { list-style-type: none; }
#sidebar-right ul li a {
	display: block;
	width: 189px;
	height: 64px;
	position: relative;
}
#sidebar-right #ask {
	background: url("../img/ask.png") no-repeat;
	z-index: 997;
}
#sidebar-right #ask:hover { background: url("../img/ask_h.png") no-repeat; }
#sidebar-right #price {
	background: url("../img/price.png") no-repeat;
	bottom: 25px;
	z-index: 998;	
}
#sidebar-right #price:hover { background: url("../img/price_h.png") no-repeat; }
#sidebar-right #znp {
	background: url("../img/znp.png") no-repeat;
	top: 13px;
	z-index: 999;
}
#sidebar-right #znp:hover { background: url("../img/znp_h.png") no-repeat; }
#dtime { width: 70px; }
