body {
	margin: 0 auto;
	min-width: 320px;
	background-color: #000;
	color: #555;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
}

a {text-decoration: none; color: #464646;}
img {border: 0;}

#fp-notice, #fblike-container {
	display: none;
}

h1 {
	margin: 10px 0;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 160px;
	position: relative;
	z-index: 2;
}

h1, #non-flash p, .cta {
	padding: 0 15px;
}

h1 a {
	background-color: #ccc;
	border-bottom: 1px solid #666;
	color: #222;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
}
h2 {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding: 10px 15px;
	border-bottom: 1px solid #f4f4f4;
	text-transform: uppercase;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li a, .nav {
	display: block;
	font-size: 13px;
	text-decoration: none;
}

.nav {
	color: #fff;
	background: #000;
	background: -webkit-gradient(linear, 0 0, 0 395, from(#000), color-stop(.1, #2a2a2a) , color-stop(.2, #1b1b1b), to(#000));
	background: -moz-linear-gradient(center top, #000000, #2A2A2A 10%, #1B1B1B 20%, #000000);
	padding: 0;
}
.nav h3 {
	color: #FFFFFF;
	margin: 0;
	padding: 15px 10px 10px;
	text-transform: uppercase;
}
.nav h3 span {display: none;}
ul li a {
	color: #e6e6e6;
    background: -webkit-gradient(linear, 0 0%, 0 100%, from(#272728), to(#1c1c1c));
	background: -moz-linear-gradient(center top, #272727, #1c1c1c);
	border-bottom: 1px solid #0a090a;
	border-top: 1px solid #444545;
	padding: 10px 20px;
}
ul li.current a {
    color: #231f20;
    background: -webkit-gradient(linear, 0 0%, 0 100%, from(#acacac), to(#f2f2f2));
	background: -moz-linear-gradient(center top, #acacac, #f2f2f2);
	border-bottom-color: #cfd2d2;
}
ul li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
}
ul li:last-child a {
	border-bottom: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius: 0 0 5px 5px;
}

.prod_nav h4 {
	margin: 0;
	padding: 1em 34px;
}
.prod_nav ul {
	margin: 0 14px;
}
ul.prod {
	display: none;
}
h4.collapsed {
	border-bottom: 1px solid #3c3b3b;
}

h4.deodorant {background:  url(../img/mobile/plus_minus_blue.png) 14px -121px no-repeat;}
h4.hair {background:  url(../img/mobile/plus_minus_green.png) 14px -121px no-repeat;}
h4.shower_gel {background:  url(../img/mobile/plus_minus_orange.png) 14px -121px no-repeat; border-bottom: 0;}

h4.deodorant.collapsed,
h4.hair.collapsed,
h4.shower_gel.collapsed {
	background-position: 14px 13px;
}

.social_links {overflow: hidden; padding: 4px 7px 30px;}
.social_links li {width: 33.3%; text-align: center; float: left;}
.social_links li a {
	color: #fff;
	font-size: 12px;
	line-height: 26px;
	border-width: 0;
	padding: 10px 0 10px 27px;
	margin: 0 3px;
}
.social_links li a.facebook {background: url(../img/mobile/facebook.png) left center no-repeat;}
.social_links li a.twitter {background: url(../img/mobile/twitter.png) left center no-repeat;}
.social_links li a.youtube {background: url(../img/mobile/youtube.png) left center no-repeat;}
.social_links li a span {display: block; text-align: center; border-left: 1px solid #212020;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius: 0 5px 5px 0;
    background: -webkit-gradient(linear, 0 0%, 0 100%, from(#555555), to(#3b3b3b));
	background: -moz-linear-gradient(center top, #272727, #1c1c1c);}

#non-flash {
	width: 320px;
	color: #333;
	margin: 0 auto;
	padding: 0;
	background: #bcbcbc url(../img/mobile/bg.png) center 28px no-repeat;
	position: relative;
}
.hero {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 55px;
	left: 0;
	z-index: 1;
}
.cta {
	text-align: right;
    padding-top: 1em;
}
.cta a {
    font-weight: bold;
    color: #010101;
}
.js .cta {display: none;}
.main-content {
	padding-bottom: 1em;
}
.campaigns {
	overflow: hidden;
	padding: 0 3px;
}
.campaign {
	width: 50%;
	float: left;
}
.campaign_image {
	margin: 3px 3px 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.campaign_image img {
	width: 100%;
	display: block;
}
.home_campaigns .campaign_image img {
	width: 260px;
	margin-left: -55px;
}
.campaign_link {
	background: #000;
	margin: 0 3px 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius: 0 0 3px 3px;
}
.active .campaign_link {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d5d5d5));
	background: -moz-linear-gradient(90deg, #f0f0f0, #d5d5d5);
}
.active .campaign_link a {
	color: #000;
}
.campaign_link a {
	display: block;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	padding: 10px;
}
.videos {
	background: #a4a4a4;
	background: -webkit-gradient( radial, center 160, 0, center 160, 320, from(#f3f3f3), to(#a4a4a4) );
	background: -moz-radial-gradient(center 160px 45deg, circle closest-side, #f3f3f3 0%, #a4a4a4 100%);
}
.vid-thumb-cont {overflow: hidden; border-bottom: 1px solid #a4a4a4; padding: 14px 12px 11px 16px;}

.vid-thumb {
	overflow: hidden;
	width: 79px; height: 49px;
	float: left;
	position: relative;
}
.vid-thumb a {display: none;}
.vid-thumb embed {width: 75px; display: block; margin: -4px 2px;}
.vid-nav-blurb {
	float: left;
	padding: 0 0 0 12px;
	width: 197px;
}

.book {
	-webkit-transition: -webkit-transform .75s ease-out;
	-webkit-perspective: 400;
}
