/* Copyright 2006 Refunk <http://www.refunk.com/> All rights reserved. */

/* generic page layout */
body {
	margin:0;
	padding:0;
	text-align:center;
	background:#6d6d6d;
	
}
#basic-content {
	margin:0 auto;
	width:840px;
	text-align:left;
}
#container-outer {
	background:transparent;	
}
#container-inner {
	position:relative;
	background:transparent;	
}
#content {
	position:relative;
	padding:120px 50px 60px 70px;
}

/* generic content styles */
body {
	color:#000;
	font:12px/1.5 Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	padding:20px 0 10px;
}
h3 {
	padding-bottom:10px;
}
h3 a {
	text-decoration:none;
}
p {
	margin:0;
	padding-bottom:10px;
}
a, h3 a {
	color:#71ac23;
}
a:hover, h3 a:hover {
	color:#000;
}
a img {
	border:none;
}

/* navigation */
ul#navigation {
	position:absolute;
	left:250px;
	top:65px;
	margin:0;
	padding:0;
}
ul#navigation li {
	display:block;
	float:left;
	list-style-type:none;
}
ul#navigation li.first-child {
	background:transparent;
}
ul#navigation li a {
	display:block;
	float:left;
	padding:0 12px;
	background:transparent;	
	text-decoration:none;
	font-weight:bold;
	color:#71ac23;
}
ul#navigation li a:hover {
	color:#000;
}

/* specific layout */
#home, #testimonials, #video, #merchandise {
	clear:left;
}
#home .col {
	float:left;
	width:240px;
	display:inline;
	position:relative; /* ie fix */
}
#home .col img {
	float:left;
	margin:-10px 0 0 -12px;
}
#home .col p {
	width:200px;
}
#testimonials .col {
	float:left;
	width:360px;
	display:inline;
}
#testimonials .col img {
	float:left;
	margin:-10px 0 0 -10px;
}
#testimonials .col p {
	width:300px;
}
#video ol {
	width:420px;
	padding:0 0 10px 20px;
}
#video ol li {
	clear:left;
}
#video ol li img {
	float:left;
	width:240px;
	padding:0 10px 10px 0;
}
#video .download {
	clear:left;
}
#merchandise .col {
	float:left;
	width:360px;
	display:inline;
}
#merchandise ul {
	margin:0;
	padding:0;
}
#merchandise li {
	list-style-type:none;
}
#merchandise h4 {
	clear:left;
	padding-top:10px;
}
#credits {
	clear:left;
	margin:0 0 0 696px;
	height:20px;
}
