@charset "UTF-8";
@import "form.css";
html, body, ul, ol, li, p, td, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	margin:0;
	padding:0;
	border:0;
}
a img {
	border:none;
	cursor:pointer;
	text-decoration:none;
}
html {
	font-size:.8em;
	overflow-y:scroll;
}
body {
	font-family:Arial, sans-serif;
	background:#fff;
	color:#000;
	text-align:center;
	min-width:1000px;
}
.body {
	width:765px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
h1 {
	font-family:Impact, "Arial Black";
	font-size:3.3em;
	padding-bottom:.25em;
	color:#000;
	font-weight:normal;
}
p, ul.list {
	padding-bottom:.75em;
	color:#4a4a4a;
	font-size:.9em;
	line-height:1.4em;
	letter-spacing:-.01em;
}
p img {
	margin:5px 0;
}
ul.list {
	padding-left:15px;
}
ul.list li {
	padding-bottom:.75em;
}
.container {
	padding:0 15px 2em;
}
a {
	text-decoration:none;
}
a:link {
	color:#666;
}
a:visited {
	color:#7d7d86;
}
a:hover, a:active {
	color:#444;
	text-decoration:underline;
}
p a {
	text-decoration:none;
}
p a:link {
	color:#a0002a;
}
p a:visited {
	color:#a0002a;
}
p a:hover {
	color:#bf0133;
	text-decoration:underline;
}
table {
	border-collapse:collapse;
}
.columns {
	overflow:hidden;
	width:100%;
}
.column-left, .column-right {
	width:150px;
}
.column-left {
	float:left;
}
.column-right {
	float:right;
}
.column-middle {
	margin:0 150px;
}
.container-block {
	border:2px solid #fff;
	padding:8px 15px 20px;
	min-height:40em;
}
/*{*-- HEADER --*}*/
.header {
	text-align:center;
	padding:13px 0 20px;
}
.main-menu {
	/*width:97%;*/
	margin-top:10px;
	margin-left:16px;
	font-size:1.85em;
	font-family:Impact, "Arial Black", Arial;
}

.main-menu a {
	text-decoration:none;
	margin-right:30px;
}
.main-menu a:link, .main-menu a:visited {
	color:#222226;
}
.main-menu a:hover {
	color:#af012f;
	text-decoration:none;
}
.main-menu .active {
	color:#a0002a;
}
.main-menu img {
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
}
.main-menu .what img {
	background-position:0 0;
}
.main-menu .active .what img, .main-menu .what:hover img {
	background-position:-100px 0;
}
.main-menu .why img {
	background-position:0 -30px;
}
.main-menu .active .why img, .main-menu .why:hover img {
	background-position:-100px -30px;
}
.main-menu .how img {
	background-position:0 -60px;
}
.main-menu .active .how img, .main-menu .how:hover img {
	background-position:-100px -60px;
}
.main-menu .where img {
	background-position:0 -90px;
}
.main-menu .active .where img, .main-menu .where:hover img {
	background-position:-100px -90px;
}
.main-menu .who img {
	background-position:0 -120px;
}
.main-menu .active .who img, .main-menu .who:hover img {
	background-position:-100px -120px;
}
.main-menu .faq img {
	background-position:0 -150px;
}
.main-menu .active .faq img, .main-menu .faq:hover img {
	background-position:-100px -150px;
}
/*{*-- CONTENT --*}*/
.content {
	padding-bottom:3em;
}
.bottle {
	text-align:center;
	padding:60px 0 40px;
}
.bottle a {
	color:#666;
	font-family:"Arial Narrow";
	text-decoration:none;
	font-size:1.4em;
	width:185px;
	display:block;
	margin:0 auto;
}
.bottle a:hover {
	color:#333;
}
.bottle a .link {
	padding-top:60px;
	display:block;
}
.bottle a .link span {
	background:url(../images/link-icon-main.png) no-repeat 0 3px;
	padding-left:22px;
}
.bottle a:hover .link span {
	background-position:0 -60px;
}
.bottle-collaj {
	text-align:center;
	padding-top:115px;
}
.items p {
	padding-bottom:2em;
}
p strong.large {
	font-size:1.15em;
}
.items .more {
	background:url(../images/sprite.png) no-repeat 100% 2px;
	padding-right:10px;
	white-space:nowrap
}
.items .more:hover {
	background-position:100% -38px;
	text-decoration:none;
}
.items .active {
	background-position:100% -77px;
}
.items .active:hover {
	background-position:100% -117px;
}
.items p span {
	display:none;
}
.nutrients {
	padding:145px 0 0 10px;
	text-align:center;
}
.nutrients .bg {
	background:#bd002a;
	color:#fff;
	padding:2px 6px 6px;
	margin-bottom:5px;
}
.nutrients table {
	width:100%;
}
.nutrients td, .nutrients th {
	text-align:left;
	font-weight:normal;
	padding:0;
	font-family:"Arial Narrow";
	vertical-align:top;
	font-size:.8em;
	line-height:1.1em;
}
.nutrients td {
	text-align:right;
}
.nutrients .title th {
	font-weight:bold;
	padding-top:4px;
}
.table {
	width:100%;
	margin:5px 0 10px;
}
.table td, .table th {
	color:#666;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:4px 10px 6px;
	line-height:1em;
	font-size:.8em;
}
.table thead td, .table thead th {
	background:#000;
	color:#fff;
	font-weight:bold;
	vertical-align:bottom;
	font-size:.85em;
}
.table td {
	text-align:right;
	padding-left:5px;
}
.table th {
	padding-right:5px;
}
.table .color td, .table .color th {
	background:#ccc;
}
p.disclaimer {
	font-size:.8em;
}
.impact {
	font-family:Impact, "Arial Black", Arial;
	font-size:1.9em;
	line-height:1.2em;
	color:#222226;
}
a.impact:link, a.impact:visited {
	color:#000;
}
a.impact:hover {
	color:#af012f;
	text-decoration:none;
}
.impact img {
	margin:5px 7px 4px 0;
}
table.valign {
	width:100%;
	height:30em;
}
table.valign td {
	padding:0;
	vertical-align:middle;
}
.contacts .sprite {
	padding-left:40px;
	background-image:url(../images/contacts-icons.png);
	background-repeat:no-repeat;
}
.contacts .email {
	background-position:0 3px;
}
.contacts .email:hover {
	background-position:0 -77px;
}
.contacts .tel {
	background-position:0 -148px;
}
.video-popup {
	position:absolute;
	width:760px;
	text-align:center;
	top:225px;
	display:none;
}
.video-popup .block {
	width:425px;
	margin:0 auto;
	background:#fff;
}
.video-popup .link {
	padding-top:28px;
}
.video-popup .link a {
	color:#666;
	font-family:"Arial Narrow";
	text-decoration:none;
	font-size:1.4em;
}
.video-popup .link a:hover {
	color:#333;
}
.overlay {
	position:absolute;
	width:385px;
	right:-30px;
	top:220px;
	display:none;
}
.overlay .nutrients {
	padding:0;
	margin:0 30px 0 0;
	text-align:left;
	border:4px solid #BD002A;
}
.overlay .nutrients .bg {
	padding:0 1.5em 1.4em;
	margin:0;
}
.overlay .nutrients table {
	width:300px;
}
.overlay .nutrients td, .overlay .nutrients th {
	font-size:1.4em;
	padding:.15em .4em;
}
.overlay .nutrients .title th {
	padding-top:1em;
}
.overlay .close {
	float:right;
	width:30px;
	height:25px;
	text-align:right;
}
div.overlay div.close {
	cursor:pointer;
	display:block;
	width:30px;
	height:25px;
	background:url(../images/close-sprite.png) no-repeat 5px 0;
}
div.overlay div.close:hover {
	background-position:5px -75px;
}
.logo{
	margin-right:10px;
}
