#mainContainer {
	width: 500px ;
	height: 750px;
	margin-left: auto ;
	margin-right: auto ;
}
html, body {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	}
#vimeo, #youtube {
	margin-bottom: 10px;
	text-decoration: none;
}
#html5vid {
	position: relative;
	width: 300px ;
	height: 250px;
	left: 85px;
	text-decoration: none;
}
#banner-fade {
	margin-bottom: 40px;
}
.chapter {
	border: 1px solid #cfcfcf;
	padding: 12px;
	color: #fff;
	background: rgb(60, 60, 60); /* Fall-back for browsers that don't support rgba */
    background: rgba(60, 60, 60, .8);
	}
.chart {
	font-size: 13px;
	font-weight: bold;
	}

.chart li {
	border-bottom: 1px solid rgb(80%, 80%, 80%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0;
	text-align: left;
	vertical-align: bottom;
	}
	
.tabs h3 {
	background: url("../img/main/shading.png");
	font-size: 20px;
	height: 1.0em;
	padding: 1.0em;
	background-color: #00234b;
	font-weight: bold !important;
	}
.tabs p {
	background: url("../img/main/shading.png");
	font-size: 18px;
	height: 1.2em;
	padding: .5em;
	margin-bottom: -3px;
	background-color: #00234b;
	font-weight: bold !important;
	}
.tabs strong {
	text-transform: uppercase;
	}	
a, a:link, a:visited {
	color: #be3916;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
h1, h2, h3, .chart span, th {
	text-transform: uppercase;
	text-decoration: bold;
	}
h3, h4 {
	font-family:"Museo 900", Verdana, serif;
	font-weight: bold !important;
	margin: 0 0 10px 0;
	}
strong {
	font-weight: bold !important;
	}
.intro, .tabs, #how { overflow: hidden; } 		
	
/* Gallery
----------------------------------------------- */
#properties {
	background: rgb(103,103,103) url("../img/main/shading.png");
	background: rgba(103,103,103,0.5) url("../img/main/shading.png");
	margin: 0 auto;
	padding: 0 0 32px 0;
	position: relative;
	width: 902px;
	height: 660px
	}
#properties h2 {
	color: white;
	font-size: 48px;
	border: 0;
	margin-left: 16px;
	margin-bottom: 16px;
	z-index: 4;	
	}
#properties .hash {
	margin: 16px;
	background: #be3916;
	color: white;
	}
#onesheets {
	position: relative;
	width: 962px;
	height: 460px;
	left: -38px;
	background-color: #fff;
	background-repeat: no-repeat;
	border: 8px solid #333;
	overflow: hidden;
	}
#onesheet {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 66;
	width: 100%;
	height: 420px;
	}
#properties .controls {
	position: absolute;
	top: 420px;
	width: 930px;
	background: #333;
	padding: 8px 16px;
	height: 24px;
	text-align: right;

	}

#previous, #next {
	position: absolute;
	cursor: pointer;
	display: block;
	width: 80px;
	height: 80px;
	top: -420px;
	right: 0;
	z-index: 67;
	background: url("../images/sprited-v2.png") no-repeat -918px -30px;
	}
#previous {
	right: 80px;
	background: url("../images/sprited-v2.png") no-repeat -838px -30px;
	}
#onesheets .what {
	padding: 16px;
	margin-top: 90px;
	margin-left: 24px;
	height: 600px;
	width: 594px;
	color: white;
	}		
#onesheets .footnote {
	border: 0;
	}
.onesheet .split {
	width: 240px;
	margin: 0 16px 0 0;
	}
.onesheet .split ul {
	width: 100%;
	}			


/* Section: Showcase
----------------------------------------------- */
#showcase-accolades {
	background: #eee url("../img/main/accolades.jpg") no-repeat right bottom;
	padding-top: 30px;
}
#showcase h2 {
	font-size: 55px;
	}
#accolades div {
	background: #666666;
	padding: 2px;
	color: #fff;
	background: rgb(80, 80, 80); /* Fall-back for browsers that don't support rgba */
    background: rgba(80, 80, 80, .6);
	}
#accolades {
	float: right;
	margin-right: 16px;
	width: 448px;
	}
#accolades a {
	width: auto;
	height: auto;
	}
#featuredproduct strong, #gallery strong {
	display: block;
	}
#gallery a div, #featuredproduct div {
	background: #333;
	padding: 8px;
	}
#gallery {
	width: 944px;
	overflow: hidden;
	margin: 0 -16px;
	font-size: 13px;
	}
#gallery a, #featuredproduct a {
	display: block;
	padding: 8px;
	width: 200px;
	background: #cfcfcf;
	overflow: hidden;
	height: 180px;
	float: left;
	margin: 16px 0 0 16px;
	color: #999;
	}
#featuredproduct {
	float: right;
	margin-top: 0;
	margin-right: 16px;
	width: 448px;
	}
#featuredproduct a {
	width: auto;
	height: auto;
	}
#gallery a:hover, #featuredproduct a:hover {
	background: url("../img/main/shading-ani.gif");
	text-decoration: none;
	color: white;
	}