* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background: #3D3D3D;
	font-family: arial, sans serif;
}

/* >Structure
---------------------------------------------------------------------------------------- */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#floater {
	height: 50%;
	margin-bottom: -317px;
	position: relative;
}
#wrapper {
	clear: both;
	height: 620px;
	position: relative;
	margin: 0 auto;
	width: 955px;
	padding: 20px;
	background: url("../images/background.png") 50% 50% no-repeat;
}
#main {
	width: 65%;
	float: left;
}
#secondary {
	width: 30%;
	float: right;
	margin-top: 100px;
}


/* >Inline
---------------------------------------------------------------------------------------- */

#content a:link, #content a:visited {
	color: #C22B31;
}
#content a:hover, #content a:active {
	color: #000;
}
#home h1 {
	position: absolute;
	visibility: hidden;
}


/* >Content
---------------------------------------------------------------------------------------- */

#content {
	padding: 33px 50px 40px 70px;
	overflow: auto;
	background: url("../images/ice-logo.gif") 92% 33px no-repeat;
}
#content p {
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#content p.lead {
	font-size: 15px;
	clear: both;
}
#signed img {
	border: 4px solid #EBEBED;
}
#signed {
	background: url("../images/scott-sig.gif") no-repeat 90px 30%;
	margin-top: 20px;
	position: relative;
}
#signed p {
	position: absolute;
	font-size: 11px;
	left: 91px;
	top: 55px;
	color: #aaa;
}
#branding {
	margin-top: 0;
}
#branding img {
	border: 0;
}
#branding a:hover, .workoutThumb:hover {
	opacity: .8;
}


/* >Secondary
---------------------------------------------------------------------------------------- */

.workoutThumb img {
	border: 0;
}
#secondary p {
	color: #666;
}
#secondary p strong {
	color: #333;
}
#secondary h2 {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 0;
}
#content #secondary a {
	text-decoration: none;
}
#productRange {
	background: url("../images/sample-product.gif") no-repeat 100% 50%;
	padding: 27px 0 20px 0;
}
#home #secondary img {
	margin: 0 0 10px 25px;
}
#workouts {
	padding: 35px;
}
#workouts h3 {
	color: #000;
	margin-bottom: 15px;
}
#workouts img {
	border: 0;
	padding-bottom: 20px;
}
#workouts a {
	font-weight: bold;
	font-size: 16px;
}
#workouts a:hover {
	opacity: .7;
}
a.pdf {
	padding: 12px 0 12px 35px;
	background: url("../images/pdf.gif") 0 30% no-repeat;
}
#downloadGuys {
	float: left;
	width: 45%;
	text-align: center;
}
#downloadGirls {
	float: right;
	width: 45%;	
	text-align: center;
}


/* >Navigation
---------------------------------------------------------------------------------------- */

#navigation ul {
	list-style-type: none;
}
#navigation ul, #navigation li {
	float: left;
}
#navigation li {
	margin-right: 5px;
}
#navigation li {
	padding: 7px 12px;
	font-size: 13px;
}
#navigation li.selected {
	background: #F0F0F0;
}
#navigation li a:link, #navigation li a:visited {
	color: #666;
	text-decoration: none;
}
#navigation li a:hover, #navigation li a:active {
	color: #000;
}
#navigation {
	overflow: auto;
	margin: 30px 0 20px 0;
	border-bottom: 3px solid #F0F0F0;
}


/* >Modal Windows
---------------------------------------------------------------------------------------- */

.jqmWindow {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	background: #fff;
	padding: 10px 8px 6px 8px;
	border: 3px solid #333;
}
.modalInner {
	padding: 35px 50px 35px 50px;
}
.jqmOverlay {
	background-color: #000;
}
