* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #5B5B5B;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5B5B5B;
	padding: 2px;
}
input[type=text] {
	padding: 4px 2px;		
}
fieldset {
	border: none;
}
.clearer {
	clear: both;
}
.textCentre {
	text-align: center;
}
.textRight {
	text-align: right;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
.floatRight {
	float: right;
	margin-left: 10px;
}
h1 {
	color: #684063;
	margin-bottom: 0.2em;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #2e2e2e;
	margin-bottom: 0.2em;
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
}
h3 {
	color: #2e2e2e;
	margin-bottom: 0.4em;
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
}
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {
	border-collapse: collapse;
}
#outerContainer {
	font-size: 1.2em;
}
#innerContainer {
	text-align: left;
}
#productsearch label {
	display: none;
}
#bodyContent ul {
	list-style-position: outside;
	margin: 0 0 10px 20px;
	font-size: 1.2em;
}
#bodyContent li {
	margin-bottom: 0.3em;
}
#cardCategoryList {
	margin: 0 -20px 0 0;
}
#cardCategoryList ul {
	margin: 0;
}
#cardCategoryList ul li {
	float: left;
	margin: 0 20px 20px 0;
	width: 125px;
	height: 200px;
}
#cardCategoryList ul li a {
	display: block;
	text-decoration: none;
}
#cardCategoryList .cardCategoryDetails {
	display: block;
}
#cardCategoryList .cardCategoryPrice {
	margin-top: 0.2em;
	display: block;
	color: #5B5B5B;
	font-size: 0.8em;
}
#productDetailsImageCol #navigation ul, #cardCategoryList ul {
	list-style: none;
	margin: 0;
}
#productDetailsTextCol {
	width: 270px;
	float: right;
}
#productDetailsTextCol #acceptPaypal {
	margin: 20px auto 20px;
	text-align: center;
}
#productDetailsTextCol #acceptPaypal img {
	border: 1px solid #FF8000;
}
#productDetailsImageCol {
	width: 290px;
	float: left;
}
#productDetailsImageCol #navigation {
	margin-top: 20px;
}
#productDetailsImageCol #navigation ul li {
	float: left;
	margin: 0 20px 20px 0;
}
#contactDetailsFormCol {
	width: 270px;
	float: right;
}
#contactDetailsTextCol {
	width: 270px;
	float: left;
}
.newsArticle {
	margin-top: 10px;
}
.newsArticle h2 {
	float: left;
	display: inline;
	width: 85%;
}
.newsArticle .newsDate {
	float: right;
	display: inline;
	width: 15%;
	text-align: right;
	margin-bottom: 0.2em;
}
.pageList {
	margin: 10px 0;
}
.pageList span {
	padding: 2px 8px;
	margin: 5px;
	display: inline-block;
}
.pageList a span {
	background-color: #D2D2D2;
	border: 1px solid #2A2A2A;
	font-weight: bold;
}
.pageList a {
	text-decoration: none;
}
.pageList b span {
	background-color: #5B5B5B;
	border: 1px solid #5B5B5B;
	color: #E7E7E7;
}
.pageList .pageListTitle {
	border: 1px solid #FFF;
	margin: 5px 0;
	padding: 2px 0;
}
.pageList a:link, .pageList a:visited {
	color: #2A2A2A
}
.pageList a:hover, .pageList a:active {
	color: #2A2A2A;
}
.pageList a:hover span, .pageList a:active span {
	background-color: #BDBDBD;
}
#footerContent {
	padding: 15px;
	text-align: center;
	clear: both;
	font-size: 1.2em;
	color: #333;
}
#footerContent ul {
	margin: 0;
}
#footerContent li {
	display: inline;
	margin: 0 0.5em;
}
.smallPrint {
	font-size: 0.9em;	
}
