/* searchbox stuff */
#searchbox {
	text-align: justify;
	font-size: .9em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #94AAFF;
	border: 1px solid #666666;
	height: 25px;
	width: 650px;
	position: relative;
}
#basketbox {
	float: right;
}
#searchform {
	width: 480px;
	float: left;
}
/* Main content area */
#mainarea {
	margin-top: 20px;
	background-color: #FFFFFF;
	position: relative;
	height: 475px;
}
#bodypanel {
	height: 300px;
}
#popupmain {
	margin-top: 15px;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#popupmain h1 {
	font-size: 2em;
}
/* product classes */
#productitle {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}
.productbox {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.proddesc {
	font-style: italic;
	font-weight: normal;
}
.pricestyle {
	font-weight: bold;
	color: #000066;
	text-align: right;
}
/* product page layout */
#fullsize {
	float: right;
	width: 500px;
	position: relative;
	margin-right: 25px;
	margin-bottom: 20px;
}
#fullsize a {
	text-decoration: none;
}
#navibar {
	float: left;
	width: 250px;
	text-align: center;
	margin-left: 25px;
	font-size: 1.1em;
}
#navibar a {
	font-weight: bold;
	text-decoration: underline;
}
#navistripe {
	width: 100%;
	clear: both;
}
#thumbs {
	float: left;
	width: 250px;
	text-align: center;
	margin-left: 25px;
	font-size: 1.1em;
	margin-bottom: 20px;
}
#thumbs img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #666666;
	height: 100px;
	width: 100px;
}
.fullpicture {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	text-align: center;
}
/* general classes */
.stockistblock {
	border: 1px solid #CCCCCC;
	width: 800px;
	padding: 2px;
	clear: both;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 210px;
}
.stockistdetail {
	float: right;
	width: 380px;
}
.picpad {
	margin: 2px;
}
#hometext {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#contactform {
	width: 70%;
	background-color: #94AAFF;
	text-align: left;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	margin-bottom: 20px;
}
.noscript {
	font-weight: bold;
	color: #FF0000;
}
.subheadstyle {
	font-size: 1.5em;
	font-weight: bold;
}
#navistripe {
	width: 100%;
	clear: both;
}
.offers {
	color: #FF3300;
}
