
/*  
	What:	Main page layout styles
	Where:	Everywhere
	Who:	quark
*/

body, html {
	font-family: Arial, Sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	background-color: #f9f9f9;
}

html {
	overflow-y: scroll;
	min-height: 100%;
}
body {
	overflow: hidden;
	min-height: 100%;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff;

	box-shadow: 0 0 40px rgba(0, 0, 0, .2);
}


/* Logo */
#header {
	height: auto;
	overflow: hidden;
	position: relative;
}
#logo {
	text-indent: -999999px;
	display: block;
	float: left;
	width: 135px;
	height: 150px;
	margin: 5px 0 0 10px;
	background: url(../images/de-logo.png) no-repeat center center;
}


#content {
	padding: 0 20px 20px;
	position: relative;
	zoom: 1;
}



.language-selector {
	float: right;
	line-height: 36px;
	padding: 16px 20px;
}

.language-selector a {
	background: url(../images/flag-ru.png) no-repeat top left;
	float: left;
	width: 48px;
	height: 36px;
	margin-left: 20px;
}
.language-selector .en {
	background-image: url(../images/flag-en.png);
	margin-left: 10px;
	opacity: .2;
	filter: alpha(opacity=20);
}

.language-selector a span {
	display: none;
}

.language-selector span {
	float: left;
}


.header-menu {
	position: absolute;
	bottom: 0;
	right: 0;
	list-style: none;
	margin: 0 20px 8px 0;
	padding: 0;
}

.header-menu a { text-decoration: underline; }
.header-menu .btn { text-decoration: none; }

.header-menu li {
	float: left;
	line-height: 40px;
	margin-left: 30px;
}

.header-menu .contact {
	background: url(../images/icon-chat.png) no-repeat left 3px;
	padding-left: 50px;
}

.header-menu .live-help {
	background: url(../images/icon-help.png) no-repeat left center;
	padding-left: 43px;
}



.hero {
	background: url(../images/hero-bg.png) repeat-x left top;
	height: 338px;
	margin: 10px -20px 0;
	/*border-top: 1px solid #cc6600;*/
	border-bottom: 1px solid #cc6600;
	overflow: hidden;
}

.hero .video {
	float: left;
	width: 534px;
	height: 300px;
	/*background: url(../images/vimeo-placeholder.png) no-repeat left top;*/
	margin: 20px;
	overflow: hidden;
}
.ie .hero .video {
	width: 533px;
}

.hero .actions {
	float: right;
	width: 300px;
	margin: 0 50px 0 0;
	padding-top: 120px;
}

.hero .actions .btn {
	text-transform: uppercase;
	display: block;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 22px;
}
.hero .actions .btn small {
	display: block;
	font-size: 12px;
	text-transform: none;
	margin-top: 7px;
}

.hero .actions p {
	margin-top: 10px;
	color: white;
}

.hero .actions p a {
	color: #fff;
	text-decoration: underline;
}
.hero .actions p a:hover {
	text-decoration: none;
}


h1 {
	font-size: 36px;
	font-weight: normal;
}

.content {
	font-size: 14px;
	line-height: 1.3;
}
.content.legal {
	padding-top: 20px;
}

.headline {
	padding: 15px 20px;
	margin: 0 -20px 0;
}

.benefits  {
	margin-left: -20px;
	margin-right: -20px;
	width: auto;
}
.benefits h3 {
	font-weight: bold;
	margin-right: -10px;
	font-size: 15px;
	text-decoration: underline;
	line-height: 1.3;
	color: #000;
}

.benefits .tiles {
	min-height: 300px;
	width: 570px;
	margin-left: 10px;
	padding: 10px 15px;
	float: right;
	/*border: 1px solid #eee;*/
	background: #fffff5;
}
.tiles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tiles li {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 14px;
	padding-left: 64px;
	position: relative;
}
.tiles li+li {
	margin-top: 15px;
}
.tiles h5 {
	margin: 0;
	line-height: 1.3;
}
.tiles i {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	background: #eee;
	background: url(../images/features-icons.png) no-repeat top left;
}
.tiles .interface i { background-position: left -48px; }
.tiles .templates i { background-position: left -192px; }
.tiles .lists i { background-position: left top; }
.tiles .analytics i { background-position: left -240px; }
.tiles .widgets i { background-position: left -144px; }
.tiles .profit i { background-position: left -336px; }

.benefits .stats {
	float: left;
	width: 310px;
	/*border: 1px solid #e5eef5;*/
	background: #f0fafd;
	padding: 10px 15px;
}

.stats ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.stats li {
	margin: 0;
	padding: 0;
}
.stats li+li {
	margin-top: 5px;
}
.stats .pct {
	font-family: impact, arial, Sans-serif;
	color: #025caf;
	font-size: 18px;
}

.benefits .announce {
	float: left;
	clear: left;
	width: 310px;
	/*border: 1px solid #e5eef5;*/
	background: #f0fafd;
	padding: 10px 15px;
	margin-top: 20px;
}

.announce h4 {
	font-weight: bold;
	font-size: 13px;
	margin-right: -10px;
	line-height: 1.3;
	color: #000;
}

.announce .read-more {
	float: right;
	font-size: 13px;
}

.announce p {
	font-size: 13px;
	color: #444;
	line-height: 1.3;
}


#footer {
	width: 940px;
	margin: 0 auto;
	padding: 10px;
	background: #1c1c1c;
	color: #fff;
	overflow: hidden;
	position: relative;
	height: 65px;
}

#footer .copyright {
	line-height: 86px;
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 12px;
	color: #ccc;
}
#footer .logo {
	width: 90px;
	height: 80px;
	background: url(../images/footer-logo.png) no-repeat top left;
	float: left;
	text-indent: -999999px;
}

#footer .footer-menu {
	float: right;
	margin: 5px 10px;
	font-size: 13px;
}
#footer ul {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
}

#footer li {
	float: left;
	padding: 0;
}

#footer li + li {
	border-left: 1px solid #444;
	padding-left: 10px;
	margin-left: 10px;
}

#footer li a {
	color: #eee;
}

#footer li a:hover {
	color: #fff;
}


#footer .address {
	color: #666;
	font-style: italic;
	font-size: 12px;
	line-height: 1.3;
}