/* General styles */
body
{
	margin: 0; padding: 0;
	background-color: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
a
{
	color: #fff;
}
a img
{
	border: 0;
}
p, li
{
	font-weight: bold;
	font-size: 69%;
}

#jstLoading
{
	width: 100%;
	text-align: center;
	padding-top: 100px;
}
.mainContainer
{
	margin: 0px auto;
	width: 790px;
}
.headerContainer
{
	width: 100%;
	background: url("../images/headerbg.gif") top left repeat-x;
}
.header
{
	margin: 0px auto;
	width: 790px;
	height: 28px;
}
.header .textNode
{
	float: left;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 69%;
	margin-right: 20px;
	padding: 5px 0px 0px;
}
.mainContainer .mainContent
{
	width: 100%;
}
.mainContainer .mainNav
{
	width: 100%;
	margin: 10px 0px 8px;	
}
.mainContainer .mainNav ul
{
	list-style: none;
	margin: 0; padding: 0;	
}
.mainContainer .mainNav ul li
{
	float: left;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 75%;
	margin-right: 20px;
}
.mainContainer .mainNav ul li a
{
	text-decoration: none;
	color: #707070;
}
.mainContainer .mainNav ul li a.selected
{
	color: #fff;
}
.mainContainer .mainNav ul li a:hover
{
	text-decoration: underline;
}
.mainContent
{
	float: left;
	width: 100%;
}
.mainContent .thumbnailContainer
{
	float: left;
	width: 100%;
	clear: both;
}
.mainContent .imageContainer
{
	float: left;
	height: 105px;
	width: 143px;
	background-color: #0d0d0d;
	text-align: center;
	padding: 1px;
	margin: 5px;
}
.centreSection img.button
{
	float: right;
	padding: 5px 0px 10px 10px;
}

.fullImageContainer
{
	display: none;
	width: 100%;
	height: 700px;
	top: 120px;
	left: 0px;
	background-color: #000;
	position: absolute;
	text-align: center;
}
.fullImageContainer img
{
	margin-bottom: 10px;
}
.fullImageContainer img.imgButton
{
	margin: 0px 10px 250px;
}
.fullImageContainer img.closeButton
{
	margin: 0px 0px 560px -30px;
}
.fixedCloseButton
{
	float: right;
	position: relative;
	right: -200px;
	top: -10px;
}
.highlightedSection
{
	background-color: #fff;
	color: #000;
	padding: 15px;
	width: 600px;
	margin: 0 auto 16px;
}
.highlightedSection p
{
	margin: 6px 0px 10px; padding: 0;
}
.highlightedSection a
{
	color: #000;
}
.highlightedSection h2
{
	margin: 0; padding: 0;
	font-size: 123%;
	text-transform: uppercase;
}
.highlightedSection hr
{
	background: url("../images/bg_hr.gif") bottom left repeat-x;
	border: 0px;
}
.highlightedSection .priceOutline
{
	width: 400px;
	margin: 0 auto 15px;
}
.highlightedSection .priceOutline h3
{
	margin: 0; padding: 0;
	font-size: 100%;
}
.highlightedSection .priceOutline ul
{
	margin: 4px 0px 15px; padding: 0px 0px 0px 15px;
}