@charset "utf-8";
/* CSS Document */

body {
	background-color: #8ca49c;
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	/*	IE7 either shifts the pagewrap to the left by 1px 
		or the background image to the right by 1px.
	--- This is rectified to some degree by using an odd-numbered pixel width on bgimage, in this case 1001px. ----
	*/
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline;}

p a:link {text-decoration: underline;}
p a:visited {text-decoration: underline;}
p a:active {text-decoration: underline;}
p a:hover {text-decoration: none;}

#pagewrap {
	width: 950px;
	margin: 0 auto 0; 
	padding: 0;
	background-color: #fff;
	float: none;
}
#topshadow {
	float: left;
	width: 100%;
	height: 19px;
	margin: 0;
	padding: 0;
	background-image: url(../images/topshadow.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#pagebanner {
	width: 950px;
	height: 140px;
	float: left;
	margin: 0;
	background-color: #fff;
	background-image: url(../images/banner01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#pagebanner img {
	margin: 0;
	margin-left: 3px;
	border: none;
}
#linksbar {
	width: 944px;
	height: 23px;
	float: left;
	margin-top: 3px;
	margin-left: 3px;
	padding: 0;
	background-color: #3e7767;
}
#sublinks {
	background-color: #6a9487;
	margin-left: 3px;
	margin-top: 3px;
	min-height: 230px;   
	_height: 200px;		/* Browsers Ignore this except IE 6 */
	overflow: visible;
}
#leftcol {
	float: left;
	width: 200px;
}
#centrecol {
	float: left;
	width: 570px;
	_width: 530px;
}
#rightcol {
	float: right;
	width: 180px;
}
#fullrightcol {
	float: right;
	width: 750px;
	_width: 710px;
	min-height: 650px;
}
#shoprightcol {
	float: right;
	width: 180px;
	margin-top: 15px;
}



#line {
	width: 950px;
	margin-left: 0px;
	float: left;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	width: 940px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	margin-left: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	background-color:#e3e9db;
}
#footer a { color: #333; }
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 0;
	padding: 0;
	font-size: 85%;
	color: #333;
}
#footerleft {
	width: 410px;
	float: left;
}
#footercentre {
	width: 200px;
	float: left;
}
#footerright {
	width: 200px;
	float: right;
	text-align: right;
}
#footerright img {
	border: 0;
	margin-top: 5px;
	margin-right: 10px;
}
#btmshadow {
	float: none;
	width: 970px;
	height: 22px;
	margin: 0 auto;
	padding: 0;
	background-color: #e3e9db;
	background-image: url(../images/btmshadow.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#btmshadow img {
	margin: 0;
	padding: 0;
}