body {
	background-color: #8D8D8D;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container {
	width: 950px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#colLeft {
	float: left;
	width: 305px;
	height: 601px;
	background-image: url(../images/bkg_menu.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#colLeft ul {
	margin: 0;
	padding: 28px 0 0 0;
	list-style: none;
	list-style-image: none;
}
#colLeft ul li {
	padding: 0;
	margin: 0;

}

/* button : home */

#colLeft ul li#but_home {
	height: 70px;
}
#colLeft ul li#but_home a {
	width: 305px;
	height: 33px;
	display: block;
}

/* button : about */

#colLeft ul li#but_about {
	height: 89px;
	width: 305px;
}
#colLeft ul li#but_about a {
	width: 305px;
	height: 45px;
	display: block;
}

/* button : demo */

#colLeft ul li#but_demo {
	height: 87px;
}
#colLeft ul li#but_demo a {
	width: 305px;
	height: 42px;
	display: block;
}

/* button : buy online */

#colLeft ul li#but_buyonline {
	height: 100px;
}
#colLeft ul li#but_buyonline a {
	width: 305px;
	height: 47px;
	display: block;
}

/* button : contact */

#colLeft ul li#but_contact {
	height: 39px;
}
#colLeft ul li#but_contact a {
	width: 305px;
	height: 39px;
	display: block;
}

/* Central column	*/

#colCentre {
	float: left;
	width: 343px;
	height: 601px;
	background-image: url(../images/bkg_centre.gif);
}
#colCentreLarge {
	float: left;
	width: 645px;
	height: 601px;
	background-image: url(../images/bkg_centre_large.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
}

/* submenu	*/

#colCentre div#submenuGap, #colCentreLarge div#submenuGap {
/*	height: 118px;				*/
	height: 79px;
}

#colCentre ul#submenu {
	margin: 0;
	padding: 33px 0 0 0;
	list-style: none;
	list-style-image: none;
}
#colCentre ul#submenu li {
	margin: 0;
	padding: 0;
	height: 28px;
	font: 0.35em/1.95em Arial, Helvetica, sans-serif;
}
#colCentre ul#submenu li a {
	height: 28px;
	width: 343px;
	display: block;
}
#colCentre ul#submenu li a img {
	height: 28px;
	width: 343px;
}


/* Right columnt	*/

#colRight {
	float: left;
	width: 302px;
	height: 601px;
	background-color: #FFFFFF;
}

/* Footer	*/

#footer p {
	font: 0.6em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0 20px 0;
	color:#FFFFFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #C3C3C3;
}

/* overall styles	*/

#colCentre div.content, #colCentreLarge div.content {
	padding: 26px 40px 0 98px;
}

#colRight div.content {
	padding: 30px 40px 18px 30px;
}

.clear {
	clear: both;
	display: block;
}
html>body .clear {
	height: 1px;
}
.boldSmall {
	font-weight: bold;
	font-size: 0.9em;
}
.FAQ {
	padding-bottom: 7px;
}
.FAQ a {
	text-decoration: none;
	color: #607582;
}
.FAQ a:hover {
	color: #4998FF;
}

.prodPrice {
	text-align: right;
	font: bold 0.65em Tahoma, Arial, Helvetica, sans-serif;
	color: #4998FF;
	border-bottom: 1px dotted #DBDBDB;
	padding: 0 0 4px 0;
	margin: -6px 0 16px 0;
}
.prodThumb {
	float: left;
	margin: 0 8px 0 0;
}

/* overall styles */

h1 {
	font: normal 1.4em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
	color: #4998FF;
}
h2 {
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 16px 0;
	color: #4998FF;
}
p {
	font: 0.65em/1.5em Verdana, Arial, Helvetica, sans-serif;
/*	font: 0.7em/1.5em "Gill Sans MT",Verdana, Arial, Helvetica, sans-serif;				*/
	margin: 0;
	padding: 0 0 16px 0;
	color: #607582;	
}
.noPadding {
	padding: 0;
}
ul {
	margin: 0 0 0 16px;
	padding: 0 0 16px 0;
	list-style: url(../images/bullet.gif);
}
ul li {
	font: 0.65em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #607582;	
	margin: 0;
	padding: 0 0 10px 0;
}
ul.tight li {
	padding-bottom: 3px;
}
a {
	color: #4998FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* Light Box pop up */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
.updateBasket th {
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	color: #4998FF;
	text-align: left;
}

.updateBasket td {
	font: 0.65em/1.5em Verdana, Arial, Helvetica, sans-serif;
/*	font: 0.7em/1.5em "Gill Sans MT",Verdana, Arial, Helvetica, sans-serif;				*/
	padding: 2px 5px;
	color: #607582;	
}

.updateBasket input.input {
	width: 20px;
	border: 1px solid #607582;
	padding: 2px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
.updateBasket input.button {
	padding: 3px 6px;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 20px;
}

#checkout {
	padding: 0 0 0 90px;
}

#checkout table th {
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	color: #4998FF;
	text-align: left;
}
#checkout table td {
	font: bold 0.65em/1.5em Verdana, Arial, Helvetica, sans-serif;
/*	font: 0.7em/1.5em "Gill Sans MT",Verdana, Arial, Helvetica, sans-serif;				*/
	padding: 2px 5px;
	color: #607582;
}
#checkout table input, #checkout table select {
	width: 190px;
	border: 1px solid #607582;
	padding: 2px;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}

#login dl {
	font: normal 0.65em/1.5em Verdana, Arial, Helvetica, sans-serif;
/*	font: 0.7em/1.5em "Gill Sans MT",Verdana, Arial, Helvetica, sans-serif;				*/
	color: #607582;
}
