div.container {
	background: #bfbfbf url('../img/contentBG.jpg') repeat-x;
}








div#menu ul li{
	line-height: 1em;
}

li.act a{
	cursor:default;
}

div#menu ul li a.thumb{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 1em;
}

div#menu ul li a.thumb:hover{
	cursor: pointer;
}

div#menu ul li a.thumb div.highlightThumb {
	background: url('../img/highlightThumbLarge.png') no-repeat;
	width: 88px;
	height: 50px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

div#menu ul li a.thumb strong{
	color: #444444;
	font-weight: bold;
}




.thumbnails {
	padding: 0px 0px 0px 0px;

	background: #dbdbdb url('../img/thumbsBG.jpg') repeat-x;
	min-height: 80px;
	width: 820px;
	position: absolute;
	bottom: 0px;
	
	
	
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	border-radius:0 0 20px 20px;
	
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
}




div.thumbnails ul li.menuItem{
	text-align: center;
	height: 105px;
	list-style-type: none;
}





/* Drop Down Styles */
div.dropdown{
	width: 240px;
	margin-right: 55px;
	padding-top: 14px;
	float: right;
	position: relative;
}

div.dropdown select{
	width: 200px;
}

div.dropdown span{
	display: inline-block;
	font-size: 17px;
	padding-bottom: 1px;
	color: #666666;
}


div.dropdown div#swatchdropdown{
	left: 65px;
	top: 15px;
}









/* Gallery styles */
#gallery{
	/* The width of the gallery */
	width: 820px;
	display: block;
	overflow: hidden;
}

#slides{
	/* This is the slide area */
	height: 280px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width: 820px;
	overflow: hidden;
}

.slide{
	float: left;
	width: 820px;
	height: 280px;
}


.info {
	width: 650px;
	height: 200px;
	background:#fff url('../img/panelBG.jpg') repeat-x bottom left;
	margin: 10px auto 0px auto;
	padding: 30px;
	
	-moz-border-radius:5px;
	-webkit-border:5px;


	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
}



div.info  div.leftpanel{
	width: 220px;
	height: 200px;
	float: left;
}

div.info  div.rightpanel{
	width: 425px;
	height: 200px;
	float: right;
}


div.info  div.rightpanel h2{
	font-weight: normal;
	font-size: 22px;
}

div.info  div.rightpanel h2 strong{
	font-weight: bold;
	color: #333333;
}


div.info  div.rightpanel dl {
	width:420px;
	font-size:12px;
}
	 
div.info  div.rightpanel dl dt {
	background:#5f9be3;
	background:none;
	float:left;
	margin-right:10px;
	padding:2px;
	width:250px;
	font-weight:bold;
}
	 
div.info  div.rightpanel dl dd {
	margin:0;
	padding:3px 0;
	border-bottom:dotted 1px #ccc;
}


div.info  div.leftpanel .previewColour {
	width					: 195px;
	height					: 130px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}


div.info  div.leftpanel .highlightLarge {
	background:url('../img/highlightLarge.png');
	width: 195px;
	height: 130px;
}





