@charset "utf-8";
/* CSS Document */
body
{
	background-color: #1b1b1b;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background-image: url(../images/layout/shell.png);
	background-repeat: repeat-y;
	background-position: center;
}
a, a:hover, a:visited, a:active
{
	color: #b00 !important;	
}
h1,h2,h3,h4
{
	color: #aaa;
	font-weight: normal;
}
h1
{
	font-size: 24px;
	margin-top: 36px;
}
h2
{
	font-size: 18px;
	margin-top: 24px;
}
.subHead
{
	margin-top: 0px;
	margin-bottom: 8px;
	color: #555;
}
p
{
	margin-bottom: 2em;	
}
#shell
{
	width: 939px;
	margin: 0px auto;
	
}
#head
{
	height: 160px;
	padding-top: 10px;
	background-image: url(../images/layout/head.png);
	overflow: hidden;
	padding-left: 23px;
}
#head img
{
	float: left;
}
.expand
{
	clear: both;	
}
#title
{
	width: 618px;
	margin-top: 53px;
	float: left;
}
#menu, #content
{
	float: right;	
}
#menu
{
	width: 179px;
	padding: 0px;
	padding-top: 77px;
	margin: 0px;
	border-right: 1px solid #444;
	background-color: #222;
}
#menu a, #menu a:hover, #menu a:visited, #menu a:active
{
	color: #aaa !important;
	text-decoration: none;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #444;
	display: block;
	font-weight: bold;
}
#menu li:hover
{
	background-color: #323232;	
}
#menu li.last a
{
	border: none;
}
#menu li
{
	vertical-align: middle;
	display: block;
	padding: 0px 16px;
}
#content
{
	/*width: 668px; */
	/*padding-right: 75px;*/
	width: 727px;
	padding-right: 0px;
	padding: 16px;
	padding-bottom: 8px;
	
}
.boxed
{
	border: 1px solid #444;
	background-color: #222;
	padding: 16px;
	margin: 16px 0px;
}
.boxed h2
{
	margin-top: 0px;	
}
.boxed[class ~="vertical"]
{
	float: right;
	margin: 0px 0px 0px 20px;
	width: 40%;
}
.boxed[class ~="vertical"] li
{
	margin-bottom: 20px;	
}
ul.benefits
{
	margin-top: 16px;
	padding-top: 0px;
	
	/*margin-bottom: 40px;*/
	list-style: url(../images/icons/checkmark.png) outside;
}
ul.benefits h3
{
	font-size: 15px;
	font-weight: bold;
}
ul.benefits li
{
	margin-bottom: 9px;	
	margin-left: 26px;
}
#sampleReels
{
	width: 192px;
	height: 398px;
	border: 1px solid #444;
	float: left;
}

#sampleReels div
{
	height: 338px;
	overflow: hidden;
	position: relative;
}
#sampleReels ul
{
	position: relative;	
}
#sampleReels ul li
{
	border-bottom: 1px solid #444;
	position: relative;
	top: 0px;
}
#player
{
	float: left;
	width: 100%;
}
#player object
{
	float: left;	
}
#sampleReels a
{
	display: block;	
}
#kmi
{
	float: right;	
}
#footer
{
	float: left;	
	margin-top: 20px;
	font-size: 11px;
	width: 100%;
}
#footer a
{
	color:	#666 !important;
}
.rightFloated
{
	float: right;
	margin: 0px 0px 10px 10px;
}
.leftFloated
{
	float: left;
	margin: 0px 10px 10px 0px;
}
