@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Poiret+One&subset=latin,cyrillic);

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
html { }
body { }

.clr{ content:"";  display:block;  clear:both;  visibility:hidden;  line-height:0;  height:0}
.fl{ float:left; }
.fr{ float:right; }

.div50 { width: 50%; }
.div75 { width: 75%; }
.div25 { width: 25%; }
.div70 { width: 70%; }
.div30 { width: 30%; }
.div60 { width: 60%; }
.div40 { width: 40%; }

a img {border: 0;}
a, a:link{ color:#015176; text-decoration:none; }
a:hover{ color:#015176; text-decoration:underline; }

b, strong { font-weight: bold; }
i, em { font-style: italic; }

.layer {
	width: 980px;
	margin: 0px auto;
}

#header {
	height: 70px;
	width: 100%;
	background: #223bab; /* Old browsers */
	background: -moz-linear-gradient(top,  #223bab 0%, #14238d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#223bab), color-stop(100%,#14238d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #223bab 0%,#14238d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #223bab 0%,#14238d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #223bab 0%,#14238d 100%); /* IE10+ */
	background: linear-gradient(top,  #223bab 0%,#14238d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223bab', endColorstr='#14238d',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #0b1668;
}

#top_menu a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
	margin: 20px 5px 0px 5px;
	border: 1px solid transparent;
	height: 26px;
	line-height: 26px;
	padding: 0px 15px;
	font-family: 'Poiret One', cursive;
	letter-spacing: 1px;
	color: #f2f2f2;
	position: relative;
	font-weight: bold;
}

#top_menu a.lang {
	margin: 20px 0px 0px 0px;
	padding: 0px 5px;
}

#top_menu a img {
	vertical-align: middle;
	margin-bottom: 4px;
}

#top_menu a.current, #top_menu a:hover {
	-webkit-border-radius: 7px;
	border-radius: 7px; 
	-moz-box-shadow:inset 0 0 7px #001232;
	-webkit-box-shadow:inset 0 0 7px #001232;
	box-shadow:inset 0 0 7px #001232;
}

#footer {
	width: 100%;
	background: #f8f8f8;
	height: 85px;
	border-top: 2px solid #e3e3e3;
	margin-top: 20px;
}

#slideshow {
	background: url(../img/slide.png) no-repeat center -60px;
	height: 422px;
	overflow: hidden;
	border-bottom: 6px solid #00223F
}

.slideshow {
	width: 980px;
	height: 374px;
	background: url(../img/slide_bg.png) no-repeat center center;
	margin: 0px auto 0px auto;
	position: relative;
}

.slideshow img {
	position: absolute;
	margin: 11px;
}

#nav {
	display: block;
	text-align: center;
	width: 100%;
	height: 20px;
	margin-top: 10px;
}

#nav a {
	display: inline-block;
	height: 20px;
	width: 20px!important;
	background: url(../img/bullets.png) no-repeat 0 -3px;
	font-size: 0px!important;
	line-height: 20px!important;
	margin: 0px 5px;
}

#nav a.activeSlide {
	background: url(../img/bullets.png) no-repeat 0 -23px;
}

#center {
	margin-top: 20px;
}

.pg_title {
	background: url(../img/pg_title.png) repeat-x left bottom;
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 20px;
	font-family: 'Poiret One', cursive;
}

.pg_text {
	color: #505050;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    text-align: justify;
}

.pg_text p {
	margin: 10px 0px;
}

.pg_text ul li {
	list-style: disc;
	margin-left: 20px;
}

#slogan {
	background: url(../img/slide.png) no-repeat center top;
	color: white;
	text-align: center;
	font-style: italic;
	font-family: Georgia;
	font-size: 22px;
	letter-spacing: 2px;
	padding: 20px 0px 10px 0px;
}

.right {
	margin-left: 20px;
}


.footer_menu {
	float: right;
	margin-top: 10px;
}

.footer_menu a {
	font-size: 12px;
	display: inline-block;
	margin: 0px 0px;
	padding: 0px 10px;
	color: #959595;
	border-left: 1px solid #959595;
}

.footer_menu a:first-child {
	border: none;
}

.footer_menu a:hover, .footer_menu a.current {
	color: #757575;
	text-decoration: none;
}

.copyright {
	clear: both;
	float: right;
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
		color: #959595;
		line-height: 16px;
}

.form label {
	display: inline-block;
	width: 150px;
	margin: 4px 0px;
	float: left;
}

.form input[type="text"], .form textarea {
	width: 200px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	border: 1px solid #DDD;
	padding: 3px 5px;
	margin: 4px 0px;
}

.form textarea {
	height: 100px; 
}

.form input[type="submit"] {
	background: #96b6d9; /* Old browsers */
	background: -moz-linear-gradient(top,  #96b6d9 0%, #6992be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96b6d9), color-stop(100%,#6992be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #96b6d9 0%,#6992be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #96b6d9 0%,#6992be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #96b6d9 0%,#6992be 100%); /* IE10+ */
	background: linear-gradient(top,  #96b6d9 0%,#6992be 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96b6d9', endColorstr='#6992be',GradientType=0 ); /* IE6-9 */
	border: none;
	padding: 4px 15px;
	color: white;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	cursor: pointer;
}

.form input[type="submit"]:hover {
	background: #6992be; /* Old browsers */
	background: -moz-linear-gradient(top,  #6992be 0%, #96b6d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6992be), color-stop(100%,#96b6d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6992be 0%,#96b6d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6992be 0%,#96b6d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6992be 0%,#96b6d9 100%); /* IE10+ */
	background: linear-gradient(top,  #6992be 0%,#96b6d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6992be', endColorstr='#96b6d9',GradientType=0 ); /* IE6-9 */
}

.message {
	background: #b7d996;
	text-align: center;
	padding: 3px 0px;
	border-top: 1px solid #8eaf6d;
	border-bottom: 1px solid #8eaf6d;
	margin-top: 10px;
}

#cata {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

#catalog h1 {
	background: #36529a; /* Old browsers */
	background: -moz-linear-gradient(top,  #36529a 0%, #283f8e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36529a), color-stop(100%,#283f8e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #36529a 0%,#283f8e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #36529a 0%,#283f8e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #36529a 0%,#283f8e 100%); /* IE10+ */
	background: linear-gradient(top,  #36529a 0%,#283f8e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36529a', endColorstr='#283f8e',GradientType=0 ); /* IE6-9 */
	color: white;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #365299;
	border-bottom: 1px solid #1c2f6e;
	padding-left: 20px;
	text-transform: uppercase;
}

#catalog ul {
	background: #486baa; /* Old browsers */
	background: -moz-linear-gradient(top,  #486baa 0%, #3a589e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#486baa), color-stop(100%,#3a589e)); /* Chrome,Safari4+ */	
	background: -webkit-linear-gradient(top,  #486baa 0%,#3a589e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #486baa 0%,#3a589e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #486baa 0%,#3a589e 100%); /* IE10+ */
	background: linear-gradient(top,  #486baa 0%,#3a589e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486baa', endColorstr='#3a589e',GradientType=0 ); /* IE6-9 */
	min-height: 380px;
}

#catalog ul li {
	padding: 5px 0px;
}

#catalog ul li a {
	font-size: 16px;
	font-weight: bold;
	color: white;
	line-height: 18px;
	display: block;
	padding: 3px 20px;
	margin: 10px 0px;
}

#catalog ul li a:hover, #catalog ul li a.current {
	color: #aecded;
	text-decoration: none;
}

#slides {
	margin:0;
	height:410px;
	background:transparent url(../img/slider_bk.png) repeat-x left top;
	position:relative;
}
#slides #slidesContainer {
  margin:0 auto;
  width:560px;
  height:400px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slides #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:30px;
  height:61px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:170px;
  left:10px;
  background:transparent url(../img/left.png) no-repeat 0 0;
}
#rightControl {
  top:170px;
  right: 10px;
  background:transparent url(../img/right.png) no-repeat 0 0;
}
.slide {
	position: relative;
}
.slide img {
	float: left;
	display: block;
}

.slide h2 {
	color: #FFF;
	margin:10px 0px 10px 0px;
}

.slide_desc {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-left: 250px;
	color: white;
	margin-top: 100px;
}

.order_now, #order_form input[type="submit"] {
	display: inline-block;
	padding: 10px 20px;
    border: none;
	color: #fff!important;
	text-decoration: none;
	margin-top: 20px;
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

}

.order_now:hover, #order_form input[type="submit"]:hover {
	background: #9ecb2d; /* Old browsers */
	background: -moz-linear-gradient(top,  #9ecb2d 0%, #72aa00 49%, #8eb92a 50%, #bfd255 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ecb2d), color-stop(49%,#72aa00), color-stop(50%,#8eb92a), color-stop(100%,#bfd255)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9ecb2d 0%,#72aa00 49%,#8eb92a 50%,#bfd255 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9ecb2d 0%,#72aa00 49%,#8eb92a 50%,#bfd255 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9ecb2d 0%,#72aa00 49%,#8eb92a 50%,#bfd255 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9ecb2d 0%,#72aa00 49%,#8eb92a 50%,#bfd255 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ecb2d', endColorstr='#bfd255',GradientType=0 ); /* IE6-9 */
	text-decoration: none;

}

.order_now[disabled="disabled"] {
	background: #9f9f9f;
}

#contacts_form label {
	display: inline-block;
	width: 90px;
}

#logo {
	position: absolute;
}

.photo_gallery  {
	margin-top: 10px;
}

.photo_gallery h1 {
	margin: 10px 20px;
}

.photo_gallery a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px;
	padding-bottom: 0px;
	background: white;
	margin: 3px;
	background: #f9f9f9
}

.photo_gallery a img {
	border: 1px solid #ccc;
}

#news li {
	height: 280px;
	display: block;
	text-align: center;
}

#news h2 {
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
}

#news img {
	height: 220px;
	margin: 10px auto;
}

#news div {
	text-align: center;
	padding-bottom: 5px;
}

#items td {
	vertical-align: middle;
}

#order_form td{
	 padding: 5px 5px;
}
	#order_form input[type="text"] {
		width: 200px;
	}
	
	#order_form textarea {
		width: 80%;
		height: 100px;
	}

.success {
	padding: 10px 15px;
	font-size: 16px;
	background: #d0ffbc;
	border: 1px solid #3bb23f;
}