/*стили для комментирования {comments}*/
div.comment_text {
    border: 1px solid #D9D9D9;
    float: left;
    margin: 0;
    min-width: 70px;
    padding: 0 10px 0 0;
    position: relative;
}
div.comment_text img {
    clear: both;
    margin: 0;
}
div.comment_text img.abs1 {
    left: -1px;
    position: absolute !important;
    top: -1px !important;
}
div#response_form *{
	font-size: 12px !important;
	line-height: 12px !important;
}
a.href_send {
	float: right;
	font-family: Arial,Helvetica,sans-serif;
	display: block;
	width: 130px !important;
	text-decoration: none;
	line-height: 14px;
    margin-bottom: 4px;
    padding:  7px 5px 7px 5px; 
    /*padding: 7px 5px 7px 11px !important;*/
}
div.captcha_box {
	display: none;
}
.servises h3 {
	margin: 0px 0px 5px 0px;
}
div.captcha_box *{
	font-size: 12px !important;
	line-height: 12px !important;
}
div.captcha_box .asterix {
	font-size: 18px !important;
	line-height: 20px !important;
}
div.captcha_box #img_captcha_uid {
	margin: 0px 0px 0px 13px;
}
.cap_input_box {
	valign: top;
	padding: 3px 0px 5px 0px;
	margin: 13px 0px 0px 0px;
}
div.comment_text img.abs2 {
    position: absolute !important;
    right: -1px !important;
    top: -1px !important;
}
div.comment_text img.abs3 {
    bottom: -1px !important;
    position: absolute !important;
    right: -1px !important;
}
div.comment_text img.abs4 {
    bottom: -9px !important;
    left: -1px !important;
    position: absolute !important;
}
/* AJAX */
#ajaxPreloader, 
.ajaxPreloader{ 
	border:1px solid #B4DAFF;
	position:absolute;
	background: #EEF1F6;
	left:50%;
	width:200px;
	margin-left:-100px;
	top:200px;
	padding:40px 40px 40px 40px;
	text-align:center; 
	display:none;
	z-index: 100;
	-moz-border-radius: 6px; /* FF1-3.6 */
	-webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
   	border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */	
}

div.comment_author {
    clear: both;
    color: #737373;
    float: left;
    font-family: Arial;
    font-size: 11px;
    margin: 2px 0 0;
    padding: 3px;
}
div.comment_delfloat {
    clear: both;
    font-size: 1px;
    height: 1px;
    width: 100%;
}
div.bg_layer {
    background-color: black;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 40;
}
div.task_layer {
    -moz-border-radius: 20px 20px 20px 20px;
    background: none repeat scroll 0 0 white;
    border: 1px solid #5B7F93;
    display: none;
    font: 11px verdana;
    left: 50%;
    margin-left: -300px;
    padding: 20px;
    position: absolute;
    top: 200px;
    width: 400px;
    z-index: 50;
}
div.tasktitle {
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    background: none repeat scroll 0 0 #F6F6F6;
    color: #000000;
    font-size: 15px;
    padding: 8px;
    text-align: center;
}
/* Global */
/***  Misc ***/
html{
	height:100%
	}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}	
a {
	text-decoration:underline;
	outline:none;
	color:#073370;
	}	
a:hover {
	text-decoration:none;
	outline:none;
	color:#073370;
	}
body {
	background:#FFF;
	font-size:12px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#404040;
	width:100%;
	height:100%;
	text-align: center;
	padding:0px;
	margin:0px;
	}
	
/* Header */
.siteheart_div {
width: 165px;
padding-top: 15px;
position: absolute;
top: 75px;
right: 0px;
text-align: left;
max-height:20px;
}
.header_bg {
	width:100%;
	height:42px;
	background:url(img/header_bg.png) repeat-x;
	z-index:20
	
}
div.head {
text-align: right;
color: white;
margin: 0 20px 0 0;
position:relative;
	z-index:10;
	/*background:url(img/header_bg.png) repeat-x;*/
}
.header {
	height:42px;
	position:relative;
	width:1000px;
	margin:0 auto;
	background:url(img/header.png) no-repeat 0px 0px;
	text-align:right;
	}
.header h1 {
	margin:0px;
	padding:0px;
	}
.header h1 a img {
	margin:0px;
	padding:0px;
	border:0px;
	}
.header p {
	float:left;
	font-size:24px;
	line-height:42px;
	color:#ff9a12;
	margin:0px;
	padding:0px;
	}
.header p strong {
	font-weight:normal;
	color:#4aa9da;
	}
.header p em {
	font-style:normal;
	color:#FFF;
	}
	
/* Wrap */
.wrap_bg {
	background:url(img/wrap_bg.png) repeat-x 0px 0px;
	width:100%;
	padding-top:40px;
	}
.wrap {
	width:1000px;
	margin:0px auto;
	position:relative;
	}
.sidebar {
	float:left;
	width:160px;
	margin-right:12px;
	text-align:left;
	}
.content_left {
	float:left;
	width:650px;
	text-align:left;
	}
.content_right {
	float:right;
	width:165px;
	text-align:left;
	padding-top:150px;
	}
h1 {
	font-size:20px;
	font-weight:normal;
	line-height:22px;
	color:#4aa9da;
	font-style:italic;
	margin:10px 0px 14px 0px;
	padding:0px;
	}
h2 {
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	color:#073370;
	padding:0px;
	margin:0px;
	}
h3 {	
	/*background:url(img/title_arrow.png) no-repeat 0px 5px;*/
	color:#000;
	font-size:17px;
	font-weight:bold;
	line-height:19px;
	padding:0px 0px 0px 20px;
	margin:0 0 23px 0;
	text-align:left;
	}
.logo {
	background:url(img/logo.png) no-repeat;
	width:159px;
	height:78px;
	display:block;
	text-indent:-9999px;
	margin-bottom:55px;
	}
	
.gplus {	
		width:159px;
		height:78px;
		display:block;
		margin-bottom:55px;
	}	
	
.phone_us {
	background:url(img/phone.png) no-repeat 0px 0px;
	width:165px;
	padding-top:2px;
	position:absolute;
	min-height: 71px;
	top:10px;
	right:0px;	
	text-align:left;
	z-index:20;
	}
	
.phone_us a{
	background:url(img/phone.png) no-repeat 0px 0px;
	width:165px;
	padding-top:53px;
	position:absolute;
	height: 71px;
	top:10px;
	right:0px;	
	text-align:left;
	z-index:20;
	}
	
/* Menu */
.content .menu, .content_left .menu {
	padding:0 0 0 10px;
	margin:0px;
	list-style:none;
	}
.menu li {
	display:block;
	float:left;
	/*margin-right:6px;*/
	margin-right:2px;
	}
.menu a {
	float:left;
	display:block;
	height:23px;
	padding:0px 0px 5px 0px;
	text-decoration:none;
	}
.menu a span {
	height:23px;	
	padding-right:10px;
	display:block;
	float:left;
	cursor:pointer;
	}
.menu a strong {	
	padding-left:7px;
	line-height:23px;
	float:left;
	cursor:pointer;
	color:#4aa9da;
	font-weight:600;
	text-decoration:none;
	}
.menu a:hover, .menu a.act {
	background:url(img/menu_arrow.png) no-repeat center bottom;
	}
.menu a:hover span, .menu a.act span {
	background:url(img/menu_right.png) no-repeat right top;
	color:#255f91;
	}
.menu a:hover strong, .menu a.act strong {
	background:url(img/menu_left.png) no-repeat left top;
	color:#FFF;
	text-decoration:none;
	}
	
/* Sidebar */
	
	/* Servises */
.servises ul {
	color:#073370;
	padding:0px 0px 0px 15px;
	margin:0px 0px 30px 0px;
	}
.servises ul a {
	font-size:12px;
	line-height:23px;
	display:block;
	width:145px;
	}
.servises a.act, .servises a:hover{
	color:#FFF;
	text-decoration:none;
	background:#ff9a12;
	text-align:center;
	}
	
	/* Rubriki */	
.rubriki ul {
	color:#073370;
	padding:0px 0px 0px 15px;
	margin:0px 0px 30px 0px;
	}
.rubriki ul a {
	font-size:12px;
	line-height:23px;
	display:block;
	width:145px;
	}
.rubriki a.act, .rubriki a:hover{
	color:#FFF;
	text-decoration:none;
	background:#ff9a12;
	text-align:center;
	}	
	
	/* News */
.news {
	padding-bottom:25px;
	}
.news h3 {
	margin: 0px 0px 5px;
}
.news ul {
	margin:0px;
	padding:0px 0px 11px 0px;
	list-style:none;
	}
.news ul li {
	margin-bottom:11px;
	}
.news ul a {
	display:block;
	}
.news p {
	padding:0px;
	margin:0px;
	}
.news span {
	color:#ff9a12;
	font-size:11px;
	}
#mycarousel li {
	height:
}
	/* Blogs */
.blogs {
	padding-bottom:25px;
	}
.blogs ul {
	margin:0px;
	padding:0px 0px 11px 0px;
	list-style:none;
	}
.blogs li {
	padding-bottom:11px;
	}
.blogs ul p {
	margin:0px;
	padding:1px 0px;
	}
.blogs span {
	color:#ff9a12;
	}
	
	/* Web blogs */
.web_blogs {
	padding:0px 0px 25px 0px;
	width:160px;
	list-style:none;
	margin:0px;
	}
.web_blogs li {
	display:inline;
	padding:0px 4px;
	}
.web_blogs a img {
	border:none;
	}
	
	/* Top themes */
.top_themes {
	padding-bottom:25px;
	}
.top_themes ul {
	margin:0px;
	padding:0px;
	list-style:none;
	color:#073370;
	}
.top_themes li {
	padding-bottom:11px;
	}
	
	/* Enjoy */
.enjoy {
	padding-bottom:25px;
	text-align:center;
	}
.enjoy div {
	background:#ff9a12;
	padding:4px;
	}
.enjoy div img {
	float:left;
	}
.enjoy div p {
	float:right;
	color:#FFF;
	font-size:14px;
	line-height:26px;
	padding:0px;
	margin:0px;
	}
.enjoy ul {
	list-style:none;
	margin:0px;
	padding:6px 0px;
	text-align:center;
	}
.enjoy li {
	display:inline;
	padding:2px 1px;
	}
.enjoy li a img {
	border:none;
	}
.enjoy a, .enjoy a:hover{
	color:#4aa9da;
	font-size:14px;
	}
	
/* Content left */
.content_left p {
	padding:0;	
	margin:0 0 14px 0;
	line-height: 18px;
}

.content_left div {
	line-height: 18px;
}

.content_left ul {
	list-style:none;
	padding:0px 0px 0px 23px;
	margin:12px 0;
	}
.content_left ul img {
	float:left;
	}
.content_text ul{
	list-style:circle;
}
.content_left ul p {
	float:right;
	width:560px;
	}
.content_left ul p em {
	font-weight:bold;
	color:#4aa9da;
	}
.content_left table {
	/*background:#dedede;*/
	margin-bottom:23px;
	}
.content_left table td {
	background:#FFF;
	vertical-align:top;
	}
.content_left table span {
	float:left;
	}
.content_left table p {
	float:right;
	width:90%;
	}
.content_left .formula {
	/*background:url(img/dotted_line.png) repeat-x 5px 0px;*/
	padding:5px 0px 0px 10px;
	margin:10px 0 0 0;
	width: 617px;
	}
.content_left .formula li {
	display:block;
	float:left;
	padding:0px 5px;
	margin:0px;
	width: 140px;
	}
.content_left .formula strong {
	font-size:24px;
	line-height:26px;
	color:#073370;
	font-style:italic;
	line-height:60px;
	}
.content_left .formula div {
	width:140px;
	text-align:center;
	}
.content_left .formula img {
	float:none;
	border: 0;
	}
.content_left .formula p {
	width:140px;
	float:none;
	font-style:italic;
	}
	
/* Content right */
	/* Purchase form*/
.purchase_form {
	padding-bottom:45px;
	float: left;
	height: 20px;
}
.purchase_form input, .purchase_form textarea {
	font-family:Arial, Helvetica, sans-serif;
	width:139px;
	border:1px solid #dedede;
	background:#FFF;
	font-size:12px;
	line-height:14px;
	padding:2px;
	float:right;
	margin-bottom:4px;
	}
.purchase_form textarea {
	overflow-x:hidden;
	overflow-y:auto;
	}
.purchase_form span {
	float:left;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#ff9a12;
	}
.purchase_form .send {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	/*background:#ff9a12;*/
	background:url(img/order_bgr.png) no-repeat;
	padding: 7px 5px 7px 1px;
	border:none;
	min-width:165px;
	min-height:35px;
	text-align: center;
	cursor:pointer;
	}
	
	/* Requests */
.top_requests .col2 {
	color:#ff9a12;
	text-align:right;
	}
.top_requests ul {
	color:#ff9a12;
	font-size:14px;
	padding:0px 0px 0px 20px;
	margin:15px 0px;
	}
.top_requests ul a {
	color:#ff9a12;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:18px;
	}
.top_requests ul a:hover {
	text-decoration:underline;
	}
	
	/* Clients */
.clients {
	padding: 25px 0px 25px 0px;
	text-align:right;
	}
.clients h3{
	margin: 0px;
}
.top_requests h3 {
	margin: 0px;
}
.clients .slider {
	height: 203px;
	width:160px;
	position:relative;
	margin-bottom: 15px;
	}
.recomends h3 {
	margin: 0px 0px 5px 0px;
}
.form textarea.inp_form{
	color: #000000 !important;
	font-size: 18px !important;
	padding: 0px !important;
	width: 355px !important;
	height: 23px;
    line-height: 20px;
    vertical-align: middle;
    border: 1px solid #DEDEDE;
    -webkit-border-radius: 5px 5px;
}

.form input.inp_form
{
	color: #000000 !important;
	font-size: 18px !important;
	padding: 0px !important;
	width: 225px !important;
	height: 23px;
    line-height: 20px;
    vertical-align: middle;
    border: 1px solid #c6dade;
    -webkit-border-radius: 5px 5px;
}


.serteficats h3 {
	margin: 0px 0px 5px 0px;
}

	.serteficats UL LI {
		margin-bottom: 30px;
	}

	.serteficats H3 {
		margin-bottom: 20px;
	}
	
.clients .slider a img {
	border:0px;
	margin:0px;
	padding:0px;
	}
.clients .slide_prev {
	position:absolute;
	top:30px;
	left:0px;
	}
.clients .slide_next {
	position:absolute;
	top:30px;
	right:0px;
	}
.slider .belt_hole {
	width:160px;
	height:203px;
	margin:0 auto;
	overflow:hidden;
	}
.jcarousel-container, 
.jcarousel-clip-vertical {
	height: 160px;
}

.jcarousel-clip	{
	width: 140px;
	margin: 0 auto;
} 
	
.slider .belt {
	margin:0px;
	padding:0px;
	list-style:none;
	}
.slider .gallery_p {
	text-align: center;
}
/* 	height:38px;
*/
.slider .belt li {
	display:block;
	float:left;
	width:140px;
	text-align:center;
	overflow:hidden;
	margin-bottom: 2px;
	}
.slider .belt li a {
	display:block;
	}
	
.jcarousel-prev,
.jcarousel-next {
	display: block;
	width: 10px;
	height: 99px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	top: 20px;
}

.jcarousel-prev {background:url(img/slide_prev.png) no-repeat 0 0;left:0;}	
.jcarousel-next {background:url(img/slide_next.png) no-repeat 0 0;right:0;}	
.jcarousel-prev-disabled {background:url(img/slide_prev_deact.png) no-repeat 0 0;}	
.jcarousel-next-disabled {background:url(img/slide_deact.png) no-repeat 0 0;}	
	
	/* Serteficats */
.serteficats {
	padding-bottom:25px;
	}
.serteficats ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}
.serteficats li {
	padding-bottom:4px;
	}
.serteficats img {
	float:center;
	}
.serteficats p {
	float:right;
	width:80px;
	margin:0;
	}
	
	/* Reviews */
.reviews {
	padding-bottom:25px;
	}
.reviews ul {
	margin:0px 0px 25px 0px;
	padding:0px;
	list-style:none;
	}
.reviews li a {
	display:block;
	float:right;
	font-style:italic;
	text-decoration:none;
	}
.reviews li a:hover {
	text-decoration:underline;
	}
.reviews li p {
/*	background:url(img/quote.png) no-repeat 0px 0px;*/
	font-style:italic;
	}
.reviews a {
	float:right;
	}
	
/* Content */
.content {
	width:820px;
	float:right;
	text-align:left;
	}
.content p {
	padding:0px;
	margin:0px 0px 12px 0px;
	line-height: 18px;
	}
.blogs_list {
	/*padding:130px 0px 0px 0px;*/
	padding:30px 0px 0px 0px;
	margin:0px;
	list-style:none;
	}
.blogs_list h2 {
	font-size:18px;
	line-height:22px;
	color:#4aa9da;
	font-weight:normal;
	}
.blogs_list h2 a {
	font-size:18px;
	line-height:22px;
	color:#4aa9da;
	font-weight:normal;
	}
.blogs_list h2 a:hover {
	color:#ff9a12;
	text-decoration:none;
	}
.blogs_list span {
	color:#666460;
	font-size:12px;
	line-height:18px;
	margin:0px 0px 12px 0px;
	display:block;
	}
.blogs_list li {
	/*border-bottom:1px solid #e1e1e1;*/
	padding:0px;
	margin:0px 0px 25px 0px;
	}
.blogs_list a img {
	border:0;
	}

/* Pager */
.pager {
	text-align:center;
	margin:0px;
	padding:0px 2px;
	list-style:none;
	font-size:14px;
	}
.pager li {
	display:inline;
	}
.pager li a.act, .pager li a:hover {
	text-decoration:underline;
	color:#ff9a12;
	}
	
	
/* Footer menu */
.footer_menu {
	width:100%;
	height:20px;
	background:url(img/footer_menu.png) repeat-x;
	margin:0px;
	padding:15px 0px;
	}
.footer_menu li {
	display:inline;
	padding:0 15px;
	margin:0px;
	}
.footer_menu li a {
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	line-height:20px;
	}
.footer_menu li a.act {
	color:#4aa9da;
	text-decoration:none;
	}	
	
/* Footer */
.footer_bg {
	width:100%;
	background:url(img/footer_bg.png) repeat-x;
	}
.footer {
	height:99px;
	position:relative;
	width:1000px;
	margin:0 auto;
	background:url(img/footer.png) no-repeat center center;
	}
.footer .copyr {	
	padding-top:26px;
	color:#FFF;
	text-align:left;
	float:left;
	width:350px;
	}
.footer .adress {	
	padding-top:24px;
	color:#FFF;
	text-align:right;
	float:right;
	width:350px;
	}
.footer a {
	color:#37a0d6;
	}
.footer ul {
	width:300px;
	text-align:center;
	float:left;
	padding:0px;
	margin:33px 0px 0px 0px;
	list-style:none;
	}
.footer li {
	display:inline;
	margin:0px 3px;
	}
.footer li a img {
	border:none;
	}
	
table.news_archive {
	background:none !important;
	border-spacing:15px;
}	
#form td {
	text-align: right;
}
#form_send {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	/*background:#ff9a12;*/
	background:url(img/send_bgr.png) no-repeat;
	padding: 7px 7px 7px 7px;
	border:none;
	width:125px;
	height:30px;
	text-align: center;
	cursor:pointer;

}
.img_center {
float: center;
border:none;
/* margin: 7px 0 7px 7px;*/
}


#paginator {
	text-align: center;
}

#paginator A{
	font-size: 17px;
	padding: 2px;
	margin: 2px;
}