body {
	background: #f3f4f5;
}

.box.concierge {
    width: 978px;
	background: #fff;
	color: #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: -1px 0 0 0 #d2d2d2,-1px 0 0 0 #e6e6e6,1px 0 0 0 #d2d2d2,2px 0 0 0 #e6e6e6,0 -1px 0 0 #e8e8e8,0 2px 0 0 rgba(241,241,241,0.3),0 1px 0 0 #b1b1b1;
	-moz-box-shadow: -1px 0 0 0 #d2d2d2,-1px 0 0 0 #e6e6e6,1px 0 0 0 #d2d2d2,2px 0 0 0 #e6e6e6,0 -1px 0 0 #e8e8e8,0 2px 0 0 rgba(241,241,241,0.3),0 1px 0 0 #b1b1b1;
	box-shadow: -1px 0 0 0 #d2d2d2,-1px 0 0 0 #e6e6e6,1px 0 0 0 #d2d2d2,2px 0 0 0 #e6e6e6,0 -1px 0 0 #e8e8e8,0 2px 0 0 rgba(241,241,241,0.3),0 1px 0 0 #b1b1b1;
	-ie7-8-border: 1px solid #dedede;
	border: 1px solid #dedede \9;
	position: relative;
	margin: 0 auto 9px;
	font-size: 14px;
	padding: 0;
}

.box > .box-content {
    border: none;
    box-shadow: none;
}

.concierge .header {
    position: relative;
    min-height: 520px;
}

.concierge .header .info {
    width: 378px;
    padding: 70px 0 0 80px;
    margin-bottom: 40px;
}

.concierge .header .info p {
	margin: 30px 0 15px;
    font-size: 16px;
    line-height: 24px;
}

.concierge .header .video {
  position: relative;
  margin: 20px 0;
  float: left;
  font-size: 12px;
  line-height: 1.2em;
  color: #666;
  text-align: center;
  width: 114px;
}
.concierge .header .video img {
  display: block;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 #999999;
  margin-bottom: 13px;
}
.concierge .header .video img.hover {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: none;
  visibility: hidden;
}
.concierge .header .video a:hover img.hover, .concierge .header .video a:focus img.hover, .concierge .header .video a:active img.hover {
  visibility: visible;
}

.concierge .header .hero {
    position: absolute;
    right: 28px;
    bottom: 0;
}

.concierge .main {
	padding: 40px;
	background: url(bg/concierge2012-lp-divider.png) no-repeat;
}

.concierge .main h2 {
	font-size: 24px;
	/*font-weight: bold;*/
}

.concierge .main h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.concierge .main p {
	font-size: 14px;
	line-height: 20px;
}

.concierge .main .column {
	float: left;
	width: 278px;
	margin: 38px 28px 40px 0;
}

.concierge .main.two .column {
	width: 428px;
	margin-right: 38px;
}

.concierge .main .column.last {
	margin-right: 0;
}

.concierge .main .column img.icon {
	float: left;
}

.concierge .main .column p, .concierge .main .column h3, .concierge .main .screens {
	margin-left: 34px;
}
.ru .concierge .main .column p,
.ru .concierge .main .column h3,
.ru .concierge .main .screens {
	margin-left: 0;
}

.concierge .main .decision {
	width: 736px;
	margin: 40px 0 0 34px;
}

.concierge .main .decision p {
	color: #666666;
	margin-top: 12px;
}

#videoOverlay {
	width: 848px;
	height: 480px;
	background-color: #FFF;
	text-align: center;
	padding: 0 0 0 0;
}
#video-container {
	position: relative;
	width: 848px;
	height:480px;
	background-color: #FFF;
}