/*========================================= Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*========================================== Typo */
body {
  font: 14px 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
body.dark {
  color: #b6b6b6;  
}
body.light {
  color: #453d33;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, blockquote {
  margin: 0 0 12px;
}
h1 {
  font-size: 25px;
  font-weight: normal;
  margin: 40px 0 18px;
}
body.dark h1 {
  color: #fff;
}
li {
  margin-left: 2em;
}
ul li {
  list-style: disc;
}
ol li {
  list-style: decimal;
}
body.dark a {
  color: #fff;
}
body.light a {
  color: #32281e;
}
body div a:hover, 
body div a:active, 
body div a:focus {
  color: #df4c8b;
}
td {
  padding: 5px;
  vertical-align: top;
}
th {
  padding: 5px;
  vertical-align: top;
}
sup {
  font-size: 75%;
  vertical-align: super;
}
sub {
  font-size: 75%;
  vertical-align: sub;
}
strong,
.strong {
  font-weight: bold;
}
em,
.em {
  font-style: italic;
}
.big {
  font-size: 15px;
}
body.dark .big {
  color: #fff;
}
.placeholder {
  color: #777367;
}
h3.spec {
  font-weight: bold;
  color: #ed5998;
  font-size: 18px;
  position: relative;
  margin: -40px 0 19px 0;
}
/*========================================== Layout */
body {
  min-width: 1200px;
}
body.dark {
  background: #493d31 url(../i/body-dark.png) repeat-y center;
}
body.light {
  background: #493d31 url(../i/body-light.png) repeat-y center;
}
#header, 
#content,
#footer,
#nav {
  max-width: 1326px;
  min-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  _width: expression(document.body.clientWidth < 1140? "1140px" : document.body.clientWidth > 1326? "1326px" : "auto");
}
#header {
  background: url(../i/header-big.jpg) no-repeat top center;
  height: 699px;
  position: relative;
}
body.inside #header {
  background: url(../i/header-small.jpg) no-repeat top center;
  height: 171px;
}
#nav {
  height: 58px;
}
body.dark #nav {
  background: #453d33;
}
body.light #nav {
  background: #ebdecb;
}
#content {
  overflow: hidden;
}
body.dark #content {
  background: #32281e url(../i/content-dark.png) repeat-x;
}
body.light #content {
  background: #cfbea4 url(../i/content-light.png) repeat-x;
}
#footer {
  padding: 15px 20px 30px;
}
body.index #footer {
  background: #261d16 url(../i/footer-dark.png) repeat-x;  
}
.wrap, 
.quick-links {
  width: 1176px;
  margin: 0 auto;
}
.text {
  background: #f9f7ff;
  padding: 4px 2px;
  border: 1px solid #b2b1b5;
  font-size: 12px;
}
input.text {
  height: 16px;
}
/*========================================== Header */
#header a.logo {
  position: absolute;
  left: 20px;
  top: 20px;
}
#header .phone {
  position: absolute;
  top: 20px;
  right: 20px;
}
#header .quick-links {
  position: relative;
}
#header .quick-links li span.shadow {
  position: absolute;
  display: block;
  background: url(../i/label-shadow.png) no-repeat;
  width: 15px;
  height: 35px;
  top: 0;
  overflow: hidden;
}
#header .quick-links li {
  list-style: none;
  margin: 0;
  position: absolute;
  padding: 0;
}
#header .quick-links li.register {
  left: 135px;
  top: 300px;
}
#header .quick-links li.bouquet {
  left: 305px;
  top: 440px;
}
#header .quick-links li.flowers {
  left: 470px;
  top: 165px;
}
#header .quick-links li.limo {
  left: 790px;
  top: 320px;
}
#header .quick-links li.care {
  left: 535px;
  top: 440px;
}

#header .quick-links li.event {
  right: 30px;
  top: 170px;
}
#header .quick-links li.l {
  padding: 0 15px 0 0;
}
#header .quick-links li.r {
  padding: 0 0 0 15px;
}
#header .quick-links li.l .shadow {
  background-position: top right;
  right: 0;
}
#header .quick-links li.r .shadow {
  background-position: top left;
  left: 0;
}
#header .quick-links li a {
  background-image: url(../i/label.png);
  color: #fff;
  text-align: none;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  height: 17px;
  line-height: 15px;
  float: left;
}
#header .quick-links li.l a {
  background-position: left top;
  padding: 11px 0 8px 15px;
}
#header .quick-links li.r a {
  background-position: right top;
  padding: 11px 15px 8px 0;
}
/*========================================== Navigation */
#nav {
  position: relative;
  z-index: 99;
}
#nav ul {
  margin: 0;
}
#nav li {
  list-style: none;
  margin: 0;
  float: left;
}
#nav li a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  padding: 7px 7px 6px 7px;
}
#nav li a:hover,
#nav li.active a,
#nav li a.hover {
  background: #df4c8b;
  color: #fff;
}
#nav li ul {
  position: absolute;
  display: none;
  z-index: 99;
  zoom: 1;
}
#nav li ul li {
  float: none;
}
#nav li ul li a {
  display: block;
  background: #fff;
  color: #302923;
  font-size: 12px;
  font-family: Tahoma;
  padding: 5px 10px;
  _white-space: nowrap;
  _margin: 0 0 -18px;
}
#nav li ul li a:hover {
  background: #e9e5e4;
  color: #302923;
}
#nav .contact {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px dotted;
  float: right;
  padding: 5px 0 0;
}
body.dark #nav .contact {
  color: #fff;
}
body.light #nav .contact {
  color: #32281e;
}
#nav .home {
  float: right;
  padding: 5px 0;
  width: 11px;
  height: 11px;
  text-indent: -9000px;
  background: url(../i/home.png) no-repeat center;
  margin: 4px 0 4px 20px;
}
/*========================================== Content */
#content .left {
  width: 675px;
  float: left;
  padding: 0 0 40px;
  position: relative;
}
#content .right {
  float: right;
  width: 462px;
  height: 327px;
  margin: -10px;
  padding: 10px;
}

#content .right2 {
  float: right;
  width: 462px;
//  height: 327px;
  margin: -10px;
  padding: 10px;
}

#content .center {
  background: #fff;
  padding: 25px;
  margin: 18px -25px 30px;
  position: relative;
  width: 1176px;
}
#content .center .tl,
#content .center .tr,
#content .center .br,
#content .center .bl {
  position: absolute;
  display: block;
  background: url(../i/content-round.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
#content .center .tl {
  left: 0;
  top: 0;
  background-position: 0 0;
}
#content .center .tr {
  top: 0;
  right: 0; 
  _right: -1px;
  background-position: -16px 0;
}
#content .center .br {
  bottom: 0;
  right: 0;
  _right: -1px;
  _bottom: -1px;
  background-position: -16px -16px;
}
#content .center .bl {
  bottom: 0;
  left: 0;
  _bottom: -1px;
  background-position: 0 -16px;
}
body.dark #content .right {
  background: url(../i/right-dark.png) no-repeat 0 0;
}
body.light #content .right {
  background: url(../i/right-light.png) no-repeat 0 0;
}
#content a.flowers {
  font-size: 13px;
  font-family: Arial;
  float: right;
  color: #fff;
  background: url(../i/flowers.png) no-repeat 0 center;
  padding: 5px 0 5px 30px;
  margin: 30px 0 0;
}
.breadcrumb {
  margin: 25px 0 -25px;
  font-size: 13px;
  color: #fff;
  font-family: Arial;
}
body .breadcrumb a {
  color: #fff;
}
.sites {
  overflow: hidden;
  padding: 45px 0;
  height: 230px;
}
.sites .site {
  width: 340px;
  padding: 0 0 0 50px;
  float: left;
  position: relative;
}
.sites .site a {
  position: relative;
  z-index: 10;
}
.sites .site .info {
  font-size: 12px;
  position: absolute;
  top: 0;
  padding: 90px 0 0 0;
  width: 255px;
  display: none;
}
.sites .weddingful .info {
  left: 97px;
}
.sites .greenful .info {
  left: 103px;
}
.sites .flowerful .info {
  left: 112px;
}
.scrollable {
  height: 335px;
  overflow: auto;
  text-align: justify;
}
.gallery-small #img-big {
  height: 238px;
  overflow: hidden;
  text-align: center;
}
.gallery-small .thumb {
  float: left;
  margin: 17px 0 0 20px;
}
.scroll-control {
  position: absolute;
  left: -40px;
  top: 130px;
  background: url(../i/scroll-control.png) no-repeat 0 0;
  overflow: hidden;
  width: 25px;
  height: 25px;
}
.scroll-control a {
  display: block;
  width: 25px;
  height: 12px;
  overflow: hidden;
  text-indent: -900px;
}
.columns {
  overflow: hidden;
  margin: 0 -25px 0 0;
  position: relative;
}
.columns td {
  padding: 0 20px 0 0;
}
.columns td td {
 padding: 5px;
}
.column {
  float: left;
  width: 380px;
  margin: 0 20px 0 0;
  text-align: justify;
}
.gallery .column a {
  display: block;
  text-align: center;
  margin: 30px 0;
  font-size: 15px;
  overflow: hidden;
}
.gallery .column a img {
  display: block;
  margin: 0 auto 7px;
  border: 5px solid #cebda1;
}
.gallery .column a:hover img {
  border-color: #df4c8b;
}
#contact-form {
  background: url(../i/form.png) no-repeat 0 0 !important;
  background: url(../i/form-ie6.png) no-repeat 0 0;
  width: 383px;
  height: 381px;
  position: absolute;
  z-index: 99;
  padding: 30px;
  display: none;
  font: 13px/15px Arial, Helvetica, sans-serif;
  color: #000;
  overflow: hidden;
}
#contact-form h1 {
  color: #120458;
}
#contact-form h2 {
  font-size: 16px;
  color: #120458;
  margin-bottom: 35px;
}
#contact-form .close {
  background: url(../i/close.png) no-repeat 0 0;
  position: absolute;
  width: 33px;
  height: 33px;
  top: 22px;
  right: 22px;
  cursor: pointer;
}
#contact-form .field {
  text-align: right;
  padding: 3px 0;
}
#contact-form .text {
  margin: 0 65px 0 2px;
  width: 200px;
  vertical-align: middle;
  color: #000;
}
#contact-form .req label {
  font-weight: bold;
}
#contact-form img {
  margin-right: 91px;
  margin-top: 10px;
}
#contact-form .lock {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 12px;
  padding: 0 0 0 15px;
  background: url(../i/lock.png) no-repeat left center;
}
#contact-form label {
  vertical-align: baseline;
  margin: 3px 0 0;
}
#contact-form .submit {
  color: #120458;
  font-size: 25px;
  position: absolute;
  bottom: 23px;
  right: 30px;
  border: none;
  background: none;
  padding: 2px 0;
  width: 150px;
  text-align: right;
  height: 40px;
}
#contact-form textarea.text {
  overflow: auto;
  height: 45px;
  vertical-align: text-top;
}
#contact-form .submit .cufon {
  border-bottom: 2px solid;
}
#contact-form .error {
  border-color: #d52;
}
#contact-form h1 {
  text-align: center;
  margin: 160px 0 0;
}




/* Gallery details */
div#gallery {
	overflow: hidden;
	position: relative;
}
div#gallery .gallery-scrollable {
	overflow: hidden;
	position: relative;
	margin: 0 -20px;
}
div#gallery ul {
	width: 9999px;
	margin: 0;
	position: relative;
}
div#gallery ul li {
	padding: 2px 17px 0 17px;
	margin: 0;
	list-style: none;
	float: left;
	overflow: hidden;
}
div#gallery ul li img {
  border: 3px solid #cfbea3; 
}
div#gallery ul li a:hover img {
  border-color: #df4c8b;
}
div#gallery #big {
	text-align: center;
	padding: 10px 0 20px;
	position: relative;
	color: #06477f;
	height: 545px;
}
#gallery.decorate {
  background: #fff url(../i/decorate.jpg) no-repeat left 36%;
}
div#gallery #big img {
	margin: 5px 0;
	border: 5px solid #cfbea3;
}
div#gallery #big .arrow-left {
	position: absolute;
	top: 45%;
	left: 45px;
	width: 73px;
	height: 73px;
	text-indent: -9000px;
	background: url(../i/arrows.png) no-repeat;
}
div#gallery #big .arrow-right {
	position: absolute;
	top: 45%;
	right: 45px;
	width: 73px;
	height: 73px;
	display: block;
	text-indent: -9000px;
	background: url(../i/arrows.png) no-repeat right;
}
.shade-left {
	position: absolute;
	left: 0;
	bottom: 25px;
	height: 150px;
	width: 161px;
	background: url(../i/shade.png) no-repeat;
	z-index: 5;
}
.shade-right {
	position: absolute;
	right: 0;
	bottom: 25px;
	height: 150px;
	width: 161px;
	background: url(../i/shade.png) no-repeat right;
	z-index: 5;
}

#content .columns .bx-yandex-view-layout td, #content .columns .bx-yandex-view-layout table {
	margin:0;
	padding:0;
}


/*========================================== Footer */
#footer {
  text-align: center;
}
#footer .search {
  float: left;
  text-align: left;
  margin: 20px -100px 0 0;
}
#footer .search #q {
  background: url(../i/search.png) no-repeat 0 0;
  border: none;
  padding: 4px 3px 3px 23px;
  width: 150px;
}
#footer .copy {
  float: right;
  text-align: right;
  margin: 15px 0 0 -100px;
  font-size: 14px;
  color: #3b3b3b;
}
.index #footer .copy {
  color: #df4c8b;
}
#footer .copy a {
  color: #fff;
}
#footer .be-ready {
  margin: 0 15px 0 0;
}