@charset "utf-8";

body {
	font: 14px Arial;
	background-color: #23211f;
	background-image:url(../img/bga.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	margin:0px;
	padding:0px;
	color:#f7f7f7;
}
ul {

}
form {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
a {
	outline:none;
}
h1, h2, h3, h4 {
    padding:0px;
    margin:0px;
    font-size:inherit;
    *font-size:12px;
    font-weight:normal;
    display:inline;
}
#container {
	width:100%;
	min-height:800px;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#holder {
	width:100%;
	position:relative;
	margin:0px auto;
}
#holder #top {
	width:960px;
	height:298px;
	margin:0px auto;
	position:relative;
}
#holder #top #logo {
	width:142px;
	float:left;
	padding-top:22px;
}
#holder #top #menu {
	width:490px;
	margin-left:328px;
	float:left;
}
#holder #top #menu ul {
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
}
#holder #top #menu ul li {
	width:112px;
	height:55px;
	float:left;
	margin-right:10px;
	background-image:url(../img/m-normal.png);
	background-repeat:no-repeat;
}
#holder #top #menu ul li.selected {
	background-image:url(../img/m-selected.png);
}
#holder #top #menu ul li a {
	width:109px;
	height:39px;
	padding-right:3px;
	padding-top:16px;
	display:block;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#ffffff;
	font-size:14px;
}
#holder #top #menu ul li a.selected {
	color:#fff66e;
}
#holder #top #slogan {
	width:100%;
	color:#e95717;
	font-style:italic;
}
#holder #top #nakretki{
	position:absolute;
	right:60px;
	bottom:-75px;
}
#holder #content-bg {
	margin-top:35px;
	background-image:url(../img/bgaa.jpg);
	background-position:center top;
}
#holder #content {
	width:960px;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:25px;
}
#holder #content .header {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:16px;
	color:#fff66e;
	position:relative;
	top:-35px;
	text-transform:uppercase;
	font-weight:bold;
	background-image:url(../img/bg-header.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}
#holder #content .side {
	width:460px;
	float:left;
	padding-top:10px;
	padding-right:20px;
}
#holder #content .side .head {
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:20px;
	min-height:21px;
	padding-left:28px;
	color:#f7f7f7;
	font-style:italic;
	margin-bottom:8px;
}
#holder #content .side .body {
	line-height:22px;
}
#holder #content .pictures {
	width:100%;
	margin-top:20px;
}
#holder #content .pictures img {
	border:1px solid #fff;
	margin:5px;
	max-width:124px;
	-webkit-border-radius: 2px; /* Safari, Chrome */
	-khtml-border-radius: 2px;	/* Konqueror */
	-moz-border-radius: 2px; /* Firefox */
	border-radius: 2px;
}
#holder #content .gallery {
	width:100%;
	padding-top:10px;
}
#holder #content .gallery .pic {
	float:left;
	max-width:126px;
	min-height:146px;
	
	margin:10px;
}
#holder #content .gallery .pic .thumb {
	max-width:126px;
	overflow:hidden;
	margin-bottom:5px;
	max-height:94px;
	border:1px solid #fff;
	-webkit-border-radius: 2px; /* Safari, Chrome */
	-khtml-border-radius: 2px;	/* Konqueror */
	-moz-border-radius: 2px; /* Firefox */
	border-radius: 2px;
}
#holder #content .gallery .pic .thumb img {
	max-height:94px;
}
#holder #content .gallery .pic .name {
	width:100%;
	margin:0px auto;
	font-size:12px;
	color:#fffefe;
}
#holder #content .contact-left {
	width:360px;
	float:left;
}
#holder #content .contact-right {
	width:540px;
	float:left;
	padding-left:40px;
}
#holder #content .contact-right #map{
	width:540px;
	height:400px;
	color:#000;
}
#holder #content #offer {
	width:100%;
	padding-top:10px;
}
#holder #content #offer .offer .head {
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:20px;
	min-height:21px;
	padding-left:28px;
	color:#f7f7f7;
	font-style:italic;
	margin-bottom:12px;
}
#footer {
	width:100%;
	min-height:220px;
	background-color:#23211f;
	background-image:url(../img/bgf.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#footer #finside {
	width:960px;
	margin:0px auto;
	padding-top:20px;
}
#footer #finside .box {
	width:320px;
	min-height:120px;
	float:left;
	position:relative;
}
#footer #finside .box .header {
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:16px;
	min-height:17px;
	padding-top:4px;
	padding-left:28px;
	color:#f7f7f7;
	font-style:italic;
	margin-bottom:12px;
}
#footer #finside .box .body {
	width:280px;
	padding-right:30px;
	padding-left:10px;
	font-size:12px;
	color:#ffffff;
	line-height:18px;
}
#footer #finside .box .ico {
	position:absolute;
	bottom:0px;
	right:30px;
}

#footer #foot {
	width:960px;
	margin:60px auto 20px;
	background-image:url(../img/footline.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:11px;
	color:#928d88;
	padding-top:15px;
}


.size10 {font-size:10px;}
.size11 {font-size:11px;}
.size12 {font-size:12px;}
.size13 {font-size:13px;}
.size14 {font-size:14px;}
.size15 {font-size:15px;}
.size16 {font-size:16px;}
.size17 {font-size:17px;}
.size18 {font-size:18px;}
.size35 {font-size:35px;}
.size46 {font-size:46px;}
.size28 {font-size:28px;}

.normal {font-weight:normal;}
.float_left {float:left;}
.float_right {float:right;}
.bold {font-weight:bold;}
.text_left {text-align:left;}
.text_center {text-align:center;}
.text_justify {text-align:justify;}
.text_right {text-align:right;}
.def_clear {clear:left;}
.def_both {clear:both;}
.def_clear_right {clear:right};
.no_border {border:0px}
.ver_middle {vertical-align:middle;}
.pointer {cursor:pointer;}
.green {color:#175c2e;}
.white {color:#FFFFFF;}
.green2 {color:#728C43;}
.red {color:#ffadad;}
.black {color:#000000;}
.grey555 {color:#545550;}
.grey {color:#aeaeae;}
.blue {color:#016597;}
.gold {color:#fff66e;}
.orange {color:#D75E33;}
.form_class {padding:0px;margin:0px;}
.line-through {text-decoration:line-through}

a:link    {text-decoration: none;		color:#c8a144;}
a:visited {text-decoration: none;		color:#c8a144;}
a:hover   {text-decoration: none;   	color:#c8a144;}
a:active  {text-decoration: none;		color:#c8a144;}

a.more:link    {text-decoration: none;color:#FFFFFF;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}
a.more:visited {text-decoration: none;color:#FFFFFF;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}
a.more:hover   {text-decoration: none;color:#FF9640;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}
a.more:active  {text-decoration: none;color:#FFFFFF;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}

a.item_link:link    {text-decoration: none;	color: #FFFFFF;}
a.item_link:visited {text-decoration: none;	color: #FFFFFF;}
a.item_link:hover   {text-decoration: none; color: #FFFFFF;}
a.item_link:active  {text-decoration: none;	color: #FFFFFF;}

a.red_link:link    {text-decoration: none;	color: #8c080a;}
a.red_link:visited {text-decoration: none;	color: #8c080a;}
a.red_link:hover   {text-decoration: none;  color: #8c080a;}
a.red_link:active  {text-decoration: none;	color: #8c080a;}

a.grey_link:link    {text-decoration: none;	color: #aeaeae;}
a.grey_link:visited {text-decoration: none;	color: #aeaeae;}
a.grey_link:hover   {text-decoration: none; color: #aeaeae;}
a.grey_link:active  {text-decoration: none;	color: #aeaeae;}

a.black_link:link    {text-decoration: none;	color: #000000;}
a.black_link:visited {text-decoration: none;	color: #000000;}
a.black_link:hover   {text-decoration: none;    color: #000000;}
a.black_link:active  {text-decoration: none;	color: #000000;}

a.green_link:link    {text-decoration: none;		color: #38A260;}
a.green_link:visited {text-decoration: none;		color: #38A260;}
a.green_link:hover   {text-decoration: none;	color: #38A260;}
a.green_link:active  {text-decoration: none;		color: #38A260;}

a.footer_link:link    {text-decoration: underline;	  color: #595959;}
a.footer_link:visited {text-decoration: underline;	  color: #595959;}
a.footer_link:hover   {text-decoration: none;	  color: #595959;}
a.footer_link:active  {text-decoration: underline;	  color: #595959;}

a.foot_link:link    {text-decoration: none;	  color: #928d88;}
a.foot_link:visited {text-decoration: none;	  color: #928d88;}
a.foot_link:hover   {text-decoration: none;	  color: #928d88;}
a.foot_link:active  {text-decoration: none;	  color: #928d88v;}