@import "reset-fonts-grids.css";
@import "text.css";

/* GLOBAL SETTINGS */

* {
	margin: 0px;
  padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

html { height: 100%; margin-bottom: 1px; }

html, body {
	background: #000 url('http://www.sixpackbags.com/img/bg.jpg') no-repeat center top;
}

body {
	overflow-x: hidden;
	text-align: left;
}

img {
	border: 0px;	
}

p {
	margin-bottom: 10px;	
}

/* FRAMEWORK LAYOUT */

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 82px;
	border-bottom: 1px solid #eeeeee;
}

h1.slogan {
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 48px;
	left: 190px;
}

#logo {
	position: absolute;
	left: 5px;
	top: 15px;
	z-index: 20;
}

#nav {
	position: absolute;
	right: 0px;
	top: 35px;
	z-index: 10;
	padding: 4px 10px 8px 10px;
	height: 15px;
	background: #e42626;
	border: 1px solid #700004;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	opacity: .9;
	text-transform: uppercase;
}

#nav a {
	text-decoration: none;
	padding: 1px 7px 3px 7px;
	color: #fff;
	font-size: 12px;
	margin: 1px;
	text-shadow: 2px 2px 4px #666;
	font-weight: bold;
}

#nav a.selected {
	color: #fff;
	margin: 0px;
	border: 1px solid #fff;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav a:hover {
	color: #fff;
	margin: 0px;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#video {
	position: absolute;
	left: 200px;
	top: 80px;
	background: #000;
	z-index: 2;
}

#content {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 100%;
}

#sidebar {
	width: 180px;
	float: left;
	margin: 150px 20px 0 0;
}

#main_content {
	width: 800px;
	float: left;
	position: relative;
	min-height: 420px;
}

#left_box {
	position: absolute;
	top: 218px;
	left: 5px;
	width: 167px;
	height: 132px;
	padding: 15px 20px;
	background: url('http://www.sixpackbags.com/img/left_box.png') no-repeat;
	z-index: 1;
	color: #fff;
	line-height: 24px;
	text-shadow: 2px 2px 4px #000;
}

#left_box h3 {
	font-weight: bold;
}

#cta {
	position: absolute;
	top: 90px;
	right: 5px;
	width: 302px;
	height: 290px;
	color: #fff;
	line-height: 18px;
	font-size: 12px;
	text-shadow: 2px 2px 4px #000;
}

#cta div {
	padding: 10px;
	width: 260px;
	margin: 17px 0 0 10px;
	background: url('http://www.sixpackbags.com/img/cta_bg.png') repeat-x top left;
}

#cta h4 {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

#compare {
	position: absolute;
	bottom: 0px;
	left: 17px;
}

#testimonials {
	position: absolute;
	top: 420px;
	width: 999px;
	text-shadow: 2px 2px 4px #000;
}

#test_container {
	width: 999px;
	padding: 5px 17px 0 16px;
	background: url('http://www.sixpackbags.com/img/testimonial_middle.png') repeat-y top left;
}

.testimonial {
	padding: 5px;
	width: 310px;
	height: 201px;
	background: url('http://www.sixpackbags.com/img/testimonial_bg.png') no-repeat;
	float: left;
	color: #fff;
}

.testimonial2 {
	padding: 5px;
	width: 310px;
	height: 201px;
	background: url('http://www.sixpackbags.com/img/arnold_bg.png') no-repeat;
	float: left;
	color: #fff;
}

.athlete_quote {
	width: 150px;
	line-height: 13px;
	font-size: 14px;
	color: #b8b8b8;
	float: right;
	margin: 7px 10px 0 0;
}

.athlete_name {
	margin: 5px 0 0 5px;
	font-size: 16px !important;
	line-height: 16px;
	color: #fff;
}

.athlete_sport, .athlete_location {
	margin: 0 0 0 5px;
	font-size: 12px;
	line-height: 14px;
}

#footer {
	background: #000;
	margin: 30px 10px 10px;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
}

#social_links {
	float: left;
	padding: 10px;
}

#links {
	padding: 10px;
	text-align: right;
}

/* HACKS */

.clearfix {
	clear: both;	
	height: 0px;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0px; 
  clear: both; 
  visibility: hidden;
}

a, object, embed {
   outline: none;
}

/* ZK additions */
.zk_product_wrapper {
	float: left;
	width: 266px;
}
.zk_product_wrapper .zk_product_thumb {
	min-height: 240px;
}
.zk_product_wrapper img {
	display: block;
	margin: 0 auto;
	max-width: 266px;
}
.zk_product_wrapper p {
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}
.zk_product_wrapper p.zk_product_title {
	padding-top: 20px;
}
.zk_product_wrapper p .zk_product_price,
.zk_product_wrapper p.zk_product_title {
	font-size: 18px;
	line-height: 25px;
}
.zk_product_wrapper a {
	text-decoration: none;
}

