@font-face {
	font-family: "Bebas";
	src: url("../fonts/BEBAS.TTF");
}

html,body {
	padding: 0px;
	margin: 0px;
	font: 10px Tahoma;
	font-style: normal;
	background-color: #F3F2F7;
}

.main_tbl {
	width: 1500px;
}

.main_tbl .col1 {
	width: 30px;
}

.main_tbl .col2 {
	width: 300px;
}

.main_tbl .col3 {
	width: 1170px;
}

#carusel_wrap,#mycarousel img {
	width: 1170px;
}

.main_menu_cell {
	color: white;
	position: relative;
	z-index: 1000;
	background-color: #272727;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.top_center {
	height: 37px;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	font-style: italic;
	font-family: Georgia;
	font-weight: bolder;
	font-size: 18px;
	color: #454545;
	background-color: #F3F2F7;
	background-image: url("../img/top_back_content.png");
	background-repeat: repeat-x;
}

.top_color_line,.top_color_line div {
	height: 9px;
	line-height: 9px;
	overflow: hidden;
}

.top_color_line div {
	float: left;
}

.top_color_line .first {
	background-image: url("../img/color_line_first.png");
	background-repeat: repeat-x;
	width: 25%;
}

.top_color_line .second {
	background-image: url("../img/color_line_second.png");
	background-repeat: repeat-x;
	width: 25%;
}

.top_color_line .third {
	background-image: url("../img/color_line_third.png");
	background-repeat: repeat-x;
	width: 25%;
}

.top_color_line .forth {
	background-image: url("../img/color_line_forth.png");
	background-repeat: repeat-x;
	width: 25%;
}

.logo a {
	height: 200px;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}

.main_menu,.main_menu ul {
	font: 17px Arial;
	padding: 0;
	margin: 0;
	list-style: none;
}

.main_menu a,.main_menu a:hover,.main_menu a:visited {
	display: block;
	padding: 15px 40px 15px 40px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

.submenu {
	display: none;
}

.submenu li {
	padding: 0 40px 0 20px;
}

.submenu a,.submenu a:hover {
	font: 14px Arial;
	padding: 15px 20px 15px 20px;
	border-bottom: 1px solid #6C6C6C;
	background-color: #282828;
}

.main_menu a:hover {
	background-color: #3A3A3A;
	cursor: pointer;
}

.main_menu .selected div a {
	color: #A9D47F;
	background-color: #3A3A3A;
}

.main_menu .selected .submenu {
	display: block;
}

.submenu .selected a {
	color: #A9D47F;
	background-color: #3A3A3A;
}

.news_left {
	margin-top: 70px;
}

.news_header {
	height: 63px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	color: white;
	font-size: 20px;
	font-style: italic;
	font-family: Georgia;
	background: url("../img/news_header_back.png") repeat-x;
}

.news_left .new {
	margin-bottom: 30px;
}

.news_left .news_content {
	padding: 20px 42px 0px 42px;
	font: 12px Tahoma;
	font-style: normal;
}

.news_left .news_content .new_date {
	font-style: italic;
	font-family: Georgia;
	font-size: 14px;
	margin-bottom: 14px;
}

.news_left .news_content .new_header {
	color: #A9D47F;
	font-size: 18px;
	font-style: italic;
	font-family: Georgia;
	padding: 6px 0px;
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	margin-bottom: 10px;
}

.news_left .news_content .new_header a,.news_left .news_content .new_header a:visited
	{
	text-decoration: none;
	color: inherit;
}

.news_left .news_content .new_body .new_image {
	float: left;
	width: 83px;
	height: 83px;
	border: 2px solid #B5C9A6;
	margin: 0px 10px 10px 0px;
}

.new_image {
	overflow: hidden;
}

.center_footer {
	margin-top: 22px;
}

.footer_contacts_top_wave {
	height: 7px;
	background-image: url("../img/center_footer_top.png");
	background-repeat: repeat-x;
}

.footer_contacts {
	height: 65px;
	vertical-align: center;
	border-bottom: 1px solid white;
	background-image: url("../img/footer_contacts_back.png");
	background-repeat: repeat-x;
}

.footer_contacts_content {
	height: 58px;
	line-height: 58px;
	margin: 0px 25px 0px 5px;
	font: bolder 18px/58px Tahoma;
	text-align: center;
	color: #7C7C7C;
}

.footer_contacts_content span {
	margin-left: 25px;
	line-height: 27px;
	vertical-align: middle;
}

.footer_contacts_content span.phone {
	font-family: "Bebas";
	font-size: 27px;
	font-style: normal;
}

.footer_menu {
	background-color: #EEEEEE;
	padding: 35px 15px 20px 5px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 30px;
	background-image: url("../img/footer_contacts_back.png");
	background-repeat: repeat;
}

.footer_menu .footer_menu_item {
	text-align: left;
	padding-left: 20px
}

.footer_menu .footer_menu_item .bottom_hr {
	height: 1px;
	background-color: #9F9F9F;
	border-bottom: 1px solid white;
}

.footer_menu .footer_menu_item ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}

.footer_menu .footer_menu_item ul li span {
	background-image: url("../img/footer_menu_item_arrow.png");
	background-repeat: no-repeat;
	background-position: 24px center;
}

.footer_menu .footer_menu_item span {
	display: block;
	vertical-align: center;
	padding: 10px 0px;
}

.footer_menu .footer_menu_item a,.footer_menu .footer_menu_item a:visited,.footer_menu .footer_menu_item a:visited:hover
	{
	color: black;
	display: block;
	padding: 0px 24px 0px 50px;
	text-decoration: none;
	line-height: normal;
}

.footer_copyright {
	background-color: #CCCCCC;
	height: 40px;
	line-height: 40px;
	background-image: url("../img/footer_copyright_back.png");
	background-repeat: repeat-x;
	text-align: center;
}

.footer_copyright .footer_copyright_content {
	font-family: Tahoma;
	font-size: 13px;
	vertical-align: middle;
	line-height: normal;
}

.footer_copyright a, .footer_copyright a:visited, .footer_copyright a:hover{
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 5px;
	height: 40px;
	line-height: 40px;
	line-height: normal;
	text-decoration: none;
	vertical-align: middle;
	color:black;
}

.main_content {
	width: 1170px;
	overflow: hidden;
	font: 14px Tahoma;
	font-style: normal;
	line-height: 23px;
}

.main_content .inner_content {
	margin-left: 80px;
	margin-right: 80px;
	text-align: justify;
}

.main_content h1 {
	height: 33px;
	font: 26px Georgia;
	font-style: italic;
	font-weight: bolder;
	color: white;
	background-color: #AAEEAA;
	padding: 5px 80px 5px 80px;
	margin: 22px -80px 22px -80px;
	background-image: url("../img/content_item_header.png");
	background-position: top left;
	background-repeat: repeat;
}

.main_content .inner_content h2{
	font-style: italic;
	font-family: "Bebas";
	color: #454545;
}

.main_content .inner_content h3{
	font-family: "Bebas";
	color: #7C7C7C;
}

.sub_content {
	overflow: auto;
}

.sub_content .sub_list_item {
	width: 233px;
	padding: 10px 45px 10px 10px;
	/*overflow: hidden;*/
}

.sub_content .sub_list_item .body {
	border: 0px solid transparent;
	background-color: white;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.sub_list_item .body {
	width: 233px;
	max-width: 233px;
	height: 344px;
	max-height: 344px;
}

.sub_list_item .title {
	width: 233px;
	height: 177px;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}

.sub_list_item .text {
	width: 213px;
	overflow: hidden;
	text-align: center;
}

.sub_list_item a {
	color: #3c3c3c;
	text-decoration: none;
}

.sub_list_item a .header {
	width: 241px;
	height: 80px;
	position: relative;
	left: -8px;
	background: url("../img/sub_item_back.png") no-repeat scroll 0 0
		transparent;
}

.sub_list_item a:hover .header {
	background: url("../img/sub_item_back_hover.png") no-repeat scroll 0 0
		transparent;
}

.sub_list_item a:hover .header span {
	cursor: pointer;
	background-color: #95C275;
}

.sub_list_item .header span {
	display: block;
	line-height: 65px;
	height: 65px;
	text-decoration: none;
	text-align: center;
	color: white;
	background-color: #779AB0;
	padding: 5px;
	margin-left: 7px;
	font-weight: bolder;
	font-family: Tahoma;
	font-size: 18px;
}

.sub_list_item .header span div {
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
}

.sub_list_item .text {
	padding: 10px;
	height: 67px;
	position: relative;
	top: -4px;
	overflow: hidden;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 17px;
}

.carusel_sub_docs {
	position: relative;
	border: 0px none white;
	width: 240px;
	height: 250px;
}

.sub_docs_title {
	font-family: Bebas;
	font-style: italic;
	font-size: 19px;
	line-height: 45px;
	color: #d9ffa6;
	text-align: center;
	vertical-align: middle;
	border-top: 2px white dotted;
	border-bottom: 2px white dotted;
}

.sub_docs_body {
	margin: 0px;
	padding: 0px;
}

.sub_docs_item {
	display: block;
	margin: 0px;
	padding: 10px;
	color: white;
	font-family: Bebas;
	font-style: italic;
	font-size: 19px;
	text-decoration: none;
	border-bottom: 1px solid #afcece;
}

/*-----------------  price tables  --------------------------------------*/
.price_table,.price_table * {
	color: #454545;
	font-family: Georgia;
	font-weight: bolder;
	font-style: italic;
}

.price_table a,.price_table a:hover,.price_table a:visited {
	padding-right: 5px;
	line-height: 32px;
	color: #454545;
	background-color: #F3F2F7;
	font-family: Georgia;
	font-weight: bolder;
	font-style: italic;
	text-decoration: underline;
}

.price_table a:hover {
	color: #298484;
}

.price_table td {
	background: url("../img/table_price_bg.png") center;
	background-repeat: repeat-x;
	/*text-decoration: underline;*/
}

.price_table td b{
	background-color: #F3F2F7;
	display:block;
	text-decoration: none;
	font-style: normal;
	font-size: 120%;
	padding-top:10px;
	color:#298484;
}

.price_table td.blank {
	background: none;
	text-decoration: none;
}

.price_table .price_col,.price_table .price_col * {
	padding-left: 5px;
	background: none;
	color: #298484;
	font-weight: bolder;
	text-decoration: none !important;
}

----------------- .price_table2 -------------------------

.price_table2,.price_table2 * {
	color: #454545;
	font-family: Georgia;
	font-weight: bolder;
	font-style: italic;
}

.price_table2 a,.price_table2 a:hover,.price_table2 a:visited {
	padding-right: 5px;
	line-height: 32px;
	color: #454545;
	background-color: #F3F2F7;
	font-family: Georgia;
	font-weight: bolder;
	font-style: italic;
	text-decoration: underline;
}

.price_table2 a:hover {
	color: #298484;
}

.price_table2 td {
	/*background: url("../img/table_price_bg.png") center;
	background-repeat: repeat-x;
	text-decoration: underline;*/
}

.price_table2 td b{
	background-color: #F3F2F7;
	display:block;
	text-decoration: none;
	font-style: normal;
	font-size: 120%;
	padding-top:10px;
	color:#298484;
}

.price_table2 td.blank {
	background: none;
	text-decoration: none;
}

.price_table2 .price_col,.price_table2 .price_col * {
	padding-left: 5px;
	background: none;
	color: #298484;
	font-weight: bolder;
	text-decoration: none !important;
}

/*------------------  jcarusel  -----------------------------------------*/
.main_carusel .jcarousel-container-horizontal {
	width: 1170px;
	height: 595px;
	overflow: hidden;
}

.main_carusel .jcarousel-clip {
	overflow: hidden;
}

.main_carusel .jcarousel-item,.main_carusel .jcarousel-clip-horizontal {
	width: 1170px;
	height: 595px;
}

.main_carusel .jcarousel-next-horizontal,.main_carusel .jcarousel-prev-horizontal
	{
	position: absolute;
	top: 50%;
	margin-top: -61px;
	width: 37px;
	height: 123px;
	cursor: pointer;
}

.main_carusel .jcarousel-prev-horizontal {
	left: 5px;
	background: transparent url("../img/carusel_prev_button.png") no-repeat
		0 0;
}

.main_carusel .jcarousel-next-horizontal {
	right: 5px;
	background: transparent url("../img/carusel_next_button.png") no-repeat
		0 0;
}

.main_carusel .jcarousel-next-disabled-horizontal,.main_carusel .jcarousel-next-disabled-horizontal:hover,.main_carusel .jcarousel-next-disabled-horizontal:focus,.main_carusel .jcarousel-next-disabled-horizontal:active
	{
	cursor: default;
}

.main_carusel .jcarousel-prev-disabled-horizontal,.main_carusel .jcarousel-prev-disabled-horizontal:hover,.main_carusel .jcarousel-prev-disabled-horizontal:focus,.main_carusel .jcarousel-prev-disabled-horizontal:active
	{
	cursor: default;
}