body {
	margin: 0;
	background-color: #63677f;
	background-image:url(../images/bgd-top.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
.pageWrapper {   /* div */
	text-align:center;
	/* background-image:url(../images/bgd.jpg);
	background-position:bottom;
	background-repeat:repeat-x; */
}
.wrapperWidth {   /* div */
	width:85%;   /* affects all pages in the site - can be overriden by local CSS rules */
	max-width:1200px;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	/* background-image:url(../images/button-grass.jpg);
	background-position:bottom;
	background-repeat: no-repeat; */
}
body,td,th,p,div {
	font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
.small {
	font-size:10px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
strong, b {
	font-weight:bold;
}
blockquote {
	margin: 20px;
	margin-top: 0px;
}
/*--   main layout blocks   --*/
#pageHeader {
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	text-align: right;
	height:160px;
}
	#top {
		height:45px;
		padding-top:15px;
		text-align: right;
	}
	#logo {
	}
	#menu {
		clear:both;
		padding-top:10px;
		text-align: right;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:16px;
	}
		#menu a:link {
			color: #ddd;
			text-decoration:none;
		}
		#menu a:visited { 
			color:#ddd; 
			text-decoration:none; }
		#menu a:hover {
			color:#fff;
			text-decoration:none;
		}
		#menu a:active { 
			color:#fff; 
			text-decoration:none; 
		}
	
	#cartTable td {
		border-bottom:#8084A2 solid 1px;
	}
		
#pageContent {
		width:100%;
		text-align:left;
		margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
}
	#slideshowBox {
		text-align:center;
	}
	.contentBlock {
		padding:20px;
		margin-bottom:20px;
		border:#8084A2 solid 1px;
	}
#pageFooter {
	padding:30px;
	clear:both;
}
/*----------------------------------------------------   links   ----------------------------------------------------*/
a:link {
	color: #fff;
	text-decoration:underline;
}
a:visited { color:#fff; text-decoration:underline; }
a:hover {
	color:#fff;
	text-decoration:underline;
}
a:active { color:#fff; text-decoration:underline; }

/*----------------------------------------------------   headers   ----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #ddd;
	font-weight:normal;
}
h1 {
	font-size: 17px;
}
/*----------------------------------------------------   lists   ----------------------------------------------------*/
#pageContent ul {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 0px;
	list-style:none;
}
#pageContent li {
	padding-left: 15px;
	padding-bottom: 2px;
	background-image:url(../images/listBullet.gif);
	background-position: 0 5px;
	background-repeat:no-repeat;
}
#pageContent ol {
	margin: 0px;
	margin-left: 30px; /* shouldn't have to do that because of the padding existing in the container block */
	margin-bottom: 20px;
	padding-left: 0px;
}
#pageContent ol li {
	padding-left: 10px;
}
#pageContent ol ul li {
	padding-left: 20px;
}
#pageContent ol ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
#pageContent ul ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
/*----------------------------------------------------   galleries and images   --*/
.pageNumbers {
	font-size: 12px;
	text-align:center;
	margin-top:10px;
}
.currentPageNumber {
	font-weight:bold;
}
.thumbnails {
	border:#8084A2 solid 1px;
	margin-top:5px;
	padding:10px;
}
.thumbTable {
	width:220px;
	height:220px;
	padding:5px;
}
.thumbnail {
	padding:10px;
	border-bottom: #8084A2 solid 1px;
}
#imageBox {
	text-align:center;
	margin-bottom:20px;
	padding-top:7px;
	padding-bottom:20px;
	border:#8084A2 solid 1px;
}
	#imageBox h1 {
		text-align:center;
		margin-bottom:10px;
	}
/*----------------------------------------------------   forms   --*/
form {
	padding:0;
	margin:0;
}
select {
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
option {
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.textField {
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:#666 solid 1px;
}

.imgRight {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
#formCaptcha {
	background-color:#FFFFFF;
	}