@charset "utf-8";


/**Top menu**/
#h-menu,#h-menu ul
{
	padding:0;
	list-style:none;
	font-size:13px;
	float:left;
}

#h-menu
{
	z-index:9999;
	margin-top: 8px;
	margin-bottom: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	margin-left: 6px;
	margin-right: auto;
}

/*Links*/
#h-menu a
{
	display:block;
	text-align:center;
	padding: 5px;
}
#h-menu li 

{
	z-index:9999;
	float:left;
	background-color: #eeeeee;
}


#v-sub-menu
	{
	background-image: url('/templ/it/down.png');
	background-repeat: no-repeat;
	background-position: 85px 38px;
	}


/*Root items*/
#h-menu li a.h-menu-root
{
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(button_bg_1_1.jpg);
	background-repeat: repeat-x;
}
/*Root items*/
#h-menu li a.h-menu-root-selected
{
	color: #FFF;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #63BCCC;
	background-image: url(button_bg_2_2.jpg);
	background-repeat: repeat-x;
}
.span-h-menu-root {
	height: 6px;
	width: 10px;
	display: block;
	float: right;
	background-image: url(down_.png);
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-left: 1px;
}
.span-h-menu-root-selected {
	height: 6px;
	width: 10px;
	display: block;
	float: right;
	background-image: url(down_w.png);
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-left: 1px;
}
.span-h-menu-sub {
	background-image: url(left_.png);
	display: block;
	float: right;
	height: 10px;
	width: 6px;
	margin-top: 3px;
}
.span-h-menu-sub-selected {
	background-image: url(left_w.png);
	display: block;
	float: right;
	height: 10px;
	width: 6px;
	margin-top: 3px;
}


#h-menu li a.h-menu-root-item {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(button_bg_1_1.jpg);
	background-repeat: repeat-x;

}

/*Root items*/
#h-menu li a.h-menu-root-item-selected
{
	color:#FFF;
	text-decoration: none;
	background-color: #63BCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(button_bg_2_2.jpg);
	background-repeat: repeat-x;
}






/*Root items*/
#h-menu li a.h-menu-sub
{
	color:#4F4F4F;
	font-weight:bold;
	padding:5px 12px;
}



/*Root items*/
#h-menu li a.h-menu-sub-selected
{
	color:#ffffff;
	font-weight:bold;
	padding:5px 12px;
	text-decoration: none;
	background-color: #63BCCC;
}

/*Root items*/
#h-menu li a.h-menu-item-selected
{
	color: #ffffff;
	text-decoration: none;
	background-color: #63BCCC;
}

.h-menu-item-selected
{
	color: #fff;
	text-decoration: none;
}




#h-menu ul
{
	box-shadow: 3px 3px 3px #999;
}
::selection {

	background: #63bccc; /* Safari */
	color:#fff;

	}

::-moz-selection {

	background: #63bccc; /* Firefox */
	color:#fff;

}
/*Child-items: hover*/
#h-menu li:hover, #h-menu li.jshover
{
	color:#1F2EAB;
	text-decoration: none;
	background-color: #e3fb05;
}

/*Child-items selected*/
#h-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
	text-decoration: none;
}

/*Sub-menu box*/
#h-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:9999;
	height:auto;
	/*width:12em;*/
	width:205px;
	background-color: #F5F5F5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

/*Sub-menu item box*/
#h-menu li li 
{
	width:100%;
	border-bottom-width: 1px;
	border-bottom-color: #DEDEDE;
	border-bottom-style: solid;
}
#v-sub-menu li li {
	width: 100%;
	background-image: url(button_bg_1_1.jpg);
}
#v-sub-menu , #v-sub-menu ul{
	list-style: none;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#v-sub-menu a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
	padding-left: 10px;
}
#v-sub-menu ul  a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color: #007f99;
}

#v-sub-menu li ul  {
	width: 205px;
	background-color: #e9efed;
	list-style: none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-left-color: #000;
	padding: 0px;
	left: 0px;
}
#v-sub-menu {
	padding-bottom: 10px;
}
.last_news_mini {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-left: 20px;
	width: 100%;
	padding-bottom: 5px;
}



#v-sub-menu li a.v-sub-menu-item-selected{
	color: #000;
	background-color: #FFC;
	text-decoration: none;
}
.v-sub-menu-root-selected {
	font-weight: bold;
	color: #c93704;
	font-size: 14px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 10px;

	border: 1px solid black;
	border-radius: 0px 0px 10px 10px;

	margin-left: 10px;
	margin-bottom:30px;
	margin-right:5px;

	background: #ffffcc;
	text-align:center;
}


.v-sub-menu-root-item-selected {
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
}
#v-sub-menu ul a:hover {
	color:#C93704;
	background-color: #FFC;
}
#v-sub-menu a:hover{
	text-decoration: none;
}
h3 {
	margin-top: 0px;
	padding-top:0px;
	text-align: center;
	color: #1E525B;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:16px;
}

.cur_page {
	font-size: 16px;
	font-weight: bold;
	color: #286F7B;
}




/*Item link*/
#h-menu li ul a
{
	text-align:left;
}



#h-menu a
{
	color:#4F4F4F;
	font-weight:bold;
}





.h-menu-sub-selected
{
	color:#ffffff;
	text-decoration: none;
}


#h-menu li ul ul
{
	margin:-27px 0 0 222px;
	/*margin:-1.93em 0 0 11.6em;*/
}
#top_title_header {
	font-weight: bold;
	color: #f9fd00;
	text-align: right;
	font-size: 16px;
	background-color: #09F;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	text-shadow: 1px 1px 5px black;
}



#h-menu li:hover ul ul,
#h-menu li.jshover ul ul,
#h-menu li:hover ul ul ul,
#h-menu li.jshover ul ul ul,
#h-menu li:hover ul ul ul ul,
#h-menu li.jshover ul ul ul ul,
#h-menu li:hover ul ul ul ul ul,
#h-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#h-menu li:hover ul,
#h-menu li.jshover ul,
#h-menu li li:hover ul,
#h-menu li li.jshover ul,
#h-menu li li li:hover ul,
#h-menu li li li.jshover ul,
#h-menu li li li li:hover ul,
#h-menu li li li li.jshover ul,
#h-menu li li li li li:hover ul,
#h-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}


#main {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#bottom {
	border-radius: 0px 0px 10px 10px;
	background-color: #C1DDDB;
	height: 73px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-left: 225px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #286F7B;
	font-family: Arial, Helvetica, sans-serif;
}
#middle {
	border-radius: 10px 10px 0px 0px;
	display: table;
	border: 1px solid #000;
}
#header {
	border-radius: 10px 10px 10px 10px;
	height: 150px;
	clear: both;
	background-image: url(logo.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 13px;
	background-color: #EEF7F7;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#leftmiddle {
	border-radius: 9px 0px 0px 0px;
	display: table-cell;
	width: 200px;
	background-color: #63BCCC;
	padding-bottom: 20px;
	padding-left: 10px;
	vertical-align: top;
	padding-top: 10px;
}
.more_category_list a {
	margin-left: 15px;
}


#content {
		border-radius: 0px 9px 0px 0px;
	display: table-cell;
	background-color: #FFC;
	width: 747px;
	padding: 10px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	height: 600px;
}

#main_link {
	height: 100%;
}
#menu {
	height: 32px;
}
#note_img {
	position: relative;
	top: -67px;
	z-index: 1;
	height: 37px;
	background-image: url(note.png);
	width: 980px;
}


#top_header_right {
	float: right;
	text-align: right;
	vertical-align: middle;
	margin: 5px;
}
#header_social {
	float: right;
}
#header_social {
	margin-left: 5px;
	margin-top: 3px;
}
#input_q {
	height: 15px;
	width: 160px;
}

#login_space {
	float: right;
	padding-top: 2px;
	visibility: hidden;
}
#search_form {
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	visibility: hidden;
}
#top_header {
	font-weight: bold;
	vertical-align: middle;
}
#top_header_left {
	float: left;
	vertical-align: middle;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 18px;
	color: #286F7B;
}

#header_social img {
	margin-left: 5px;
}
#submit_search {
	width: 55px;
	position: absolute;
	visibility: hidden;
	height: 23px;
}
.news_box {
	margin-bottom: 30px;
}
.news_date {
	float: left;
	padding: 5px;
	font-weight: bold;
	color: #4f5151;
}
.news_title {
	float: left;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	clear: both;
	color: #217672;
	text-decoration: underline;
}
.news_comments {
	font-weight: bold;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.news_content {
	padding: 5px;
	clear: both;
	border: 1px dashed #00C;
	background-color: #FFF;
}
.news_author {
	font-weight: bold;
	float: right;
	clear: both;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #4f5151;
}
.news_navigation {
	margin-right: 3px;
	margin-left: 3px;
	font-size: 16px;
	font-weight: bold;
}
.prev_next_news {
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
}
#news_navigation {
	text-align: center;
	width: 100%;
}
#archiv_box{
	clear:both;
}
#archiv_ul{
	padding: 0px;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 65px;
}
#archiv_ul a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
	padding-left: 10px;
}
#archiv_ul li {
	width: 135px;
	background-color: #FFC;
	list-style: none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-left-color: #000;
	padding: 0px;
	left: 0px;
}
#archiv_ul li a:hover.archiv_month_item_selected {
	color: #C93704;
}
#archiv_ul li a.archiv_month_item_selected {
	color: #4F4F4F;
	background-color: #e3fb05;
	text-decoration: none;
}

#archiv_ul a:hover {
	text-decoration: none;
}
#archiv_ul a:hover {
	color:#C93704;
	background-color: #e3fb05;
}
.archiv_news_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 10px;
}
.contacts_td1 {
	font-weight: bold;
	width: 120px;
	color: #1E525B;
}
#result_send_contacts {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}


.contacts_input_textarea {
	width: 550px;
}

#contacts_form {
	padding: 10px;
	width: 690px;
	border: 1px solid #30ADA4;
	border-radius: 5px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}
#contacts_bottom {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}


#contacts_submit {
	float: right;
}
#main_category_list {
	margin-right: auto;
	margin-left: auto;
	width: 730px;
	height: auto;
}
.item_category_list {
	width: 710px;
	border: 1px solid #000;
	border-radius: 0px 0px 30px 30px;
	float: left;
	background-image: url(bg.jpg);
	margin: 0px 10px 20px 10px;

}

.title_category_list {
	border: 1px solid black;
	border-width: 0px 1px 1px 1px;
	text-align: center;
	padding: 8px;
	font-weight: bold;
	font-size:16px;
	background-color: #eeeeee;
	color: #4f5151;
	border-radius: 0px 0px 30px 30px;
	background-image: url(button_bg_1_1.jpg);
	width: 285px;
	margin-left:auto;
	margin-right:auto;
}
.more_category_list {
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 5px;

}


.more_category_list a
	{
	color: #C93704;
	padding: 4px 13px 6px 13px;
	border: 1px solid black;
	border-radius: 10px;
	background-image: url(button_bg_1_1.jpg);
	}
.more_category_list a:hover
	{
	background:white;
	}

.price_order
	{
	margin-bottom:10px;	
	margin-right:10px;	
	}





.price_order a
	{
	color: #C93704;
	padding: 4px 13px 6px 13px;
	border: 1px solid black;
	border-radius: 10px;
	background: white;
	font-size:14px;
	}
.price_order a:hover
	{
	background:white;
	color:red;
	}




.content_category_list {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	height: 40px;
}
.title_category_list a {
	color: #C93704;
	display:block;
}
.title_category_list a:hover {
	color: #C93704;
}
.title_category_list:hover {
	background:white;
}
.more_category_list a:hover {
	color: #C93704;
}
#main_content {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: 1px solid #000;
	border-radius: 10px;
	background-image: url(bg.jpg);
	background-color: #EEF7F7;
	background-repeat: repeat-x;
}

#description_title_div {
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	width: 700px;
	border: 1px solid #000;
	border-radius: 10px 10px 10px 10px;

	background-color: #fff;
	background-repeat: repeat-x;
	border-width: 1px 1px 1px 1px;

	box-shadow: 3px 3px 3px #999;
}

.price_order {
	padding: 10px;
	text-align: right;
}

.content_description_title {
	background-color: #eeeeee;
	text-align: left;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color: #4f5151;
	padding: 10px;
	background-image: url(button_bg_1_1.jpg);
}
.content_description {
	padding: 10px;
}
.title_r {
	float: right;

}


.section_description_title {
	background-color: #63bccc;
	text-align: left;
	font-weight: bold;
	border-radius: 10px 10px 10px 10px;
	border-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding: 5px;

}


.section_description_title h3
	{
	background:#bcece7;
	border-radius: 10px 10px 10px 10px;
	padding:5px;
	border:1px solid black;
	color:black;
	}


#abonent_table {
	border: 1px solid #000;
}
#abonent_table td {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
}
#abonent_table th {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
}
#abonent_table caption {
	padding-top: 5px;
	padding-bottom: 5px;
}
#calling {
	color: #000;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 1px;
	font-size: 14px;
	margin-top: 90px;
}

#order {
	text-align: left;
	z-index: 1002;
	top: 30%;
	position: absolute;
	left: 35%;
	border: 2px solid #666;
	border-radius: 10px 10px 10px 10px;
	background-image: url(bg.jpg);
	box-shadow: 3px 3px 3px #999;
	visibility: hidden;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#order_form input {
	width: 400px;
	padding:5px;
	border:solid #a8a8a8 1px;
	border-radius: 5px;
}
#order_form textarea {
	width: 400px;
	height: 100px;
	padding:5px;
	border:solid #a8a8a8 1px;
	border-radius: 5px;
}
#submit_order {
	color: #ffffff;
	background:#3cb867;
	font-weight: bold;
}

#submit_order:hover {

	background:#2ecc70;

}
#overlay{
	display:none;
	position:fixed;
	top:0px;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#order_result {
	padding-top: 5px;
	padding-bottom: 5px;
}
#wait_status {
	visibility: hidden;
}
.price_order strong {
	visibility: hidden;
}
