.fl_right {
	float: right;
}

.fl_left {
	float: left;
}

.parent_clear {
	overflow: hidden;
	zoom: 1;
}

.clear {
	clear: both;
}

* {
	margin: 0;
	padding: 0;
}

html,body {
	font-size: 12px;
	color: #333;
	min-width: 1000px;
	font-family: Arial, Helvetica, Garuda, sans-serif;
}

html {
	background: #F6E6A3 url(../images/site_images/bgr_html.png) 0 0 repeat-x;
	height: 100%;
}

body {
	background: url(../images/site_images/bgr_body.png) 0 0 repeat;
	min-height: 100%;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

#wrapper {
	padding-top: 6px;
	background: url(../images/site_images/bgr_top.png) 0 0 repeat-x;
	width: 100%;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	position: relative;
	margin: 0 0 10px;
}

.logo {
	position: absolute;
	display: block;
	left: 5px;
	z-index : 1;
}

.logo a img {
	display: block;
}

.lang {
	position: absolute;
	top: 20px;
	left: 325px;
	z-index: 1;
}

.lang * {
	vertical-align: middle;
}

.lang img {
	margin-right: 5px;
}

.lang a {
	color: #fff;
	font-size: 14px;
}

.menuNavigation {
	z-index : 1;
	position: absolute;
	margin: 0 46px 0 0;
	right: 5px;
	background: url(../images/site_images/bgr_menu_left.png) 0 0 no-repeat;
}

.menuNavigation ul {
	height: 62px;
	list-style: none;
	padding-right: 46px;
	margin: 0 -46px 0 46px;
	background: url(../images/site_images/bgr_menu_right.png) 100% 0 no-repeat;
}

.menuNavigation ul li {
	float: left;
	padding: 22px 10px;
	font-size: 14px;
	background: url(../images/site_images/bgr_separator.png) 0 50% no-repeat;
}

.menuNavigation ul li:first-child {
	background: none;
}

.menuNavigation ul li a {
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

.menuNavigation ul li a.active, .menuNavigation ul li a:hover {
	color: #F0D439;
}

.stage {
	position: relative;
}

.stage p, .stage h2 {
	position: absolute;
	overflow: hidden;
	text-indent: -10000px;
}

.btn_map {
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	position: absolute;
	right: 40px;
	bottom: 30px;
	width: 143px;
	height: 36px;
	background: url(../images/site_images/btn_map.png) 0 0 no-repeat;
}

.btn_map_en {
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	position: absolute;
	right: 40px;
	bottom: 30px;
	width: 143px;
	height: 43px;
	background: url(../images/site_images/btn_map_en.png) 0 0 no-repeat;
}

.btn_map_contacts {
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	width: 293px;
	height: 43px;
	background: url(../images/site_images/map_button.png) 0 0 no-repeat;
}

.btn_map_contacts_en {
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	width: 293px;
	height: 43px;
	background: url(../images/site_images/map_button_en.png) 0 0 no-repeat;
}

.home .promo {
	top: 200px;
	left: -4px;
}


.home .promo_en {
	top: 200px;
	left: -4px;
}

.promo {
	top: 55px;
	right: 0;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	width: 237px;
	height: 166px;
	background: url(../images/site_images/bgr_promo_winter.png) 0 0 no-repeat;
	position: absolute;
	__cursor: default;
	cursor: pointer;
}

.promo_en {
	top: 55px;
	right: 0;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	width: 237px;
	height: 179px;/*166px;*/
	background: url(../images/site_images/bgr_promo_en_winter.png) 0 0 no-repeat;
	position: absolute;
	__cursor: default;
	cursor: pointer;
}


.gallery_preview {
	margin: 10px 0;
	overflow: hidden;
}

.gallery_preview ul {
	list-style: none;
	overflow: hidden;
	margin: 0 -10px;
}

.gallery_preview ul li {
	float: left;
	padding: 5px 10px;
}

.gallery ul li {
	float: left;
	padding: 5px 17px;
}

.gallery_preview ul li a {
	display: block;
	padding: 3px 5px 5px 3px;
	background: url(../images/site_images/bgr_thumb.png) 0 0 no-repeat;
}

.home #footer {
	position: relative;
	height: 110px;
	background: url(../images/site_images/bgr_footer.png) 0 0 no-repeat;
}

#footer {
	position: relative;
	height: 30px;
}

#footer .form {
	position: relative;
	float: left;
	top: 10px;
	left: 25px;
}

#footer .form h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#footer .form p {
	padding: 3px 0;
}

#footer .form input {
	width: 148px;
	border: 1px solid #155C0A;
	background: #FFDE3D;
	font-size: 11px;
	padding: 2px 5px;
	vertical-align: middle;
}

#footer .form .button {
	width: auto;
	padding: 1px 5px;
	border: 1px solid #FFDE3D;
	background: #155C0A;
	color: #FFDE3D;
}

#footer .form .code {
	width: 90px;
}

#footer .form .capcha {
	border: 1px solid #155C0A;
	vertical-align: middle;
	margin-right: 2px;
}

.cp {
	position: absolute;
	bottom: 3px;
	left: 24px;
	color: #333;
}

.cp a {
	color: #333;
}

.mag {
	position: absolute;
	right: 24px;
	bottom: 3px;
	color: #333;
}

.mag a img {
	display: block;
}

.mag a {
	display: inline-block;
	vertical-align: middle;
}

.round_box {
	background: #fff;
	float: left;
	width: 1000px;
	margin: 14px 0;
	position: relative;
	color: #333;
}

.round_box .left {
	width: 595px;
	float: left;
	padding: 5px 20px 65px;
}

.round_box .gallery {
	float: left;
	padding: 5px 20px;
}

.round_box .right {
	width: 275px;
	float: right;
	padding: 0 15px;
}

.round_box:before, .round_box .before {
	background: url(../images/site_images/bgr_r_top.png) 0 0 no-repeat;
	content: "";
	display: block;
	height: 14px;
	margin-top: -14px;
}

.round_box:after, .round_box .after  {
	clear: both;
	background: url(../images/site_images/bgr_r_bottom.png) 0 0 no-repeat;
	content: "";
	display: block;
	height: 14px;
	margin-bottom: -14px;
}

.title_big {
	font-size: 24px;
	font-weight: normal;
	color: #004F00;
	margin: 15px 0;
	padding: 0 15px;
}

.share {
	__position: absolute;
	bottom: 0;
	right: 20px;
	text-align: right;
}


.left {
	left: 20px;
	text-align: left;
}

.share p {
	padding: 5px 0;
}

.share a {
	margin: 0 0 0 7px;
}

ul.services, ol.services {
	list-style-position: inside;
}

ul.services li, ol.services li {
	padding-left: 10px;
	margin-left: 5px;
}

.center {
	text-align: center;
}

table.prices {
	border-collapse: collapse;
	border: 1px solid #000
}

table.prices th {
	border: 1px solid #000;
	text-align: center;
	font-weight: normal;
	vertical-align: bottom;
	padding: 5px;
}

table.prices td {
	border: 1px solid #000;
	text-align: right;
	font-weight: bold;
	vertical-align: bottom;
	padding: 5px;
}

.map {
	padding: 0px 10px 10px 0px;
	border: 0px;
}
#fb_bg, #fb_en {
    display: block;
    width: 120px;
    height: 33px;
    position: absolute;
    right: 40px;
    top: 22px;
    text-indent: -99999px;
}
#fb_bg{
    background: url(../images/site_images/fb_btn_bg.png) 0 0 no-repeat;
}

#fb_en{
    background: url(../images/site_images/fb_btn_en.png) 0 0 no-repeat;
}

#inquiry .form {
	position: relative;
	float: left;
	top: 10px;
	left: 25px;
}

#inquiry .form h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#inquiry .form p {
	padding: 3px 0;
}

#inquiry .form input {
	width: 200px;
	border: 1px solid #333333;/*#155C0A;*/
	background: #FFFFFF; /*#F2FDFF;*/
	font-size: 11px;
	padding: 2px 5px;
	vertical-align: middle;
}

#inquiry .form .button {
	width: 80px;
	height: 25px;
	padding: 1px 5px;
	border: 0px;
	background-image: url(../images/site_images/button.png);
	color: #F7EAB9;
	cursor: pointer;
	margin-top: 10px;
}

#inquiry .form .code {
	width: 90px;
}

#inquiry .form .capcha {
	border: 1px solid #333333;
	vertical-align: middle;
	margin-right: 2px;
}


#inquiry .form textarea {
	width: 200px;
	border: 1px solid #333333;
	background: #FFFFFF;
	font-size: 11px;
	padding: 2px 5px;
	vertical-align: middle;
	overflow:auto;
}

#inquiry .form input.subscribe {
	width: 20px;
	border: 0px;
	background: none;
	font-size: 11px;
	padding: 0px 0px;
	margin: 0px 0px;
	vertical-align: middle;
}

.heading {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
}

table.promo_table
{
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: left;
	width: 632px;
}

table.promo_table th
{
	border: 1px solid #000000;
	color: #003300;
	background: #FFFF99;
	padding: 2px;
	text-weight: bold;
}

table.promo_table td
{
	border: 1px solid #000000;
	background: #003300;
	color: #FFFFFF;
	padding: 2px;
}

table.promo_table td.no_style
{
	border: 1px solid #000000;
	background: none;
	color: #333;
	padding: 2px;
}

a.promo_link {
	color: #333333;
}

#inquiry .form input.short {
	width: 140px;
}

.red {
	color: red;
}

.black {
	color: black;
}

#contacts a.button {
	width: 230px;
	height: 25px;
	padding-top: 1px;
	line-height: 21px;
	background: url(../images/site_images/button_230.png) no-repeat;
	color: #F7EAB9;
	cursor: pointer;
	margin-top: 10px;
	display: block;
	text-align: center;
}
