@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: 1005px;
	margin: 0 auto;
	padding-top: 45px;
}

.side-box {
	width: 190px;
	height: 305px;
	background: url('http://www.sixpackbags.com/img/left-box-bg.jpg') repeat-x top left;
	border: 4px solid #505050;
	text-align: center;
	display: block;
}

#center-box {
	margin: 0 10px;
	width: 585px;
	height: 305px;
	display: block;
}

#nav {
	position: relative;
	width: 585px;
	background: #e42626;
	height: 22px;
	padding: 4px 0;
	text-align: center;
}

#nav a {
	position: relative;
	top: 2px;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 10px;
	margin: 0px 4px;
	font-size: 14px;
}	

#nav a:hover {
	color: #e42626;
	background: #3e2022;	
}

#main-image {
	margin-top: 10px;
}

.large-box {
	margin-top: 10px;
	width: 993px;
	background: url('http://www.sixpackbags.com/img/large-box-bg.jpg') repeat-y top left;
	border: 4px solid #505050;
}

.statement {
	width: 440px;
	margin: 15px 10px 15px 15px;
	padding-right: 10px;
	color: #a3a3a3;
	font-size: 14px;
}

.lineup {
	width: 150px;
	margin: 15px 0 0 0;
	padding: 5px 20px 15px 20px;
	color: #f35a27;
	font-size: 16px;
	cursor: pointer;
}

.pre-order {
	width: 295px;
	margin: 15px 0 0 0;
	padding: 0px 5px 0 15px;
	color: #bbbbbb;
	line-height: 20px;
}

.to-ship {
	font-size: 11px;
	border-top: 1px solid #e2e2e2;
	color: #e2e2e2;
}

.testimonials {
	color: #bababa;	
}

.testimonials img {
	float: left;	
}

.quote {
	padding: 10px 15px; 
	height: 95px;
	width: 333px;
	font-size: 16px;
	background: #666666 url('http://www.sixpackbags.com/img/quote-bg.jpg') repeat-y top left;
	border-left: 4px solid #696969;
}

.credit {
	margin-top: 10px;
	font-size: 10px;	
}

.vimeo {
	border-right: 4px solid #696969;
}

.arnold {
		
}

#footer {
	text-align: right;
	color: #ababab;
	font-size: 11px;
	padding: 10px;
}

#footer img {
	position: relative;
	top: 7px;
	margin-left: 5px;
}

.highslide-container {
	left: -370px !important;	
}

.float-left {
	float: left;	
}

/* HACKS */

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

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

a, object, embed {
   outline: none;
}

