body {
	background-color: #d6d6d6;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
}
img {
	border: none;
}

/* wrappers */
div#globalWrapper {
	background-color: #fff;
	border: 10px solid #b4b4b4;
	font-size: 0.8em;
	margin: 40px auto;
	width: 900px;
}
div#headerWrapper {
	background-color: #eee;
}
div#mainWrapper {
	background-color: #fff;
}
div#homeContentWrapper {
	background: #dc0024 url("images/home-middle-strip.gif") repeat-y left top;
}
div#otherContentWrapper {

}
div#shopWrapper {
	background: #eee url("images/shop-bg.jpg") repeat-y 170px 0px;
}
div#shopFrontWrapper {
	background: #eee url("images/shop-front-bg.jpg") repeat-y 170px 0px;
}
div#catWrapper {
	float: left;
	overflow: auto;
	width: 170px;
}
div#newProductWrapper {
	float: right;
	width: 300px;
}
div#footerWrapper {
	background-color: #000;
	color: #fff;
}

/* content */
div#header {
	padding: 20px 10px;
}
div#nav, div#shopNav {
	background-color: #000;
	color: #fff;
	padding: 10px;
}
div#nav form, div#shopNav form {
	/* this keeps stupid IE happy */
	margin: 0px;
	padding: 0px;
}
div#nav div, div#shopNav div {
	font-weight: bold;
	margin: 0px;
}
div#nav a, div#shopNav a {
	color: #fff;
	text-decoration: none;
}
div#nav a:hover, div#shopNav a:hover {
	text-decoration: underline;
}
div#nav input {
	color: #999;
	border: none;
	font-family: Verdana, Georgia, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}
div#nav label {
	margin-right: 5px;
}
div#homeContent {

}
div#homeLeft {
	background: url("images/home-left-bg.jpg") no-repeat right top;
	padding: 20px;
	width: 310px;
}
div#homeRight {
	background: url("images/home-right-bg.jpg") no-repeat left top;
	padding: 20px;
	width: 313px;
}
div#homeMiddle {
	margin-left: 350px;
	margin-right: 353px;
	padding-top: 20px;
	text-align: center;
}
div#homeMiddle img {
	margin-top: 20px;
}
div#otherContent {
	padding: 40px;
}
div#otherContent h1 {
	color: #ff0000;
	margin: 0px;
}
div#cat {
	/*background-color: #eee;*/
	font-weight: bold;
	padding: 40px 20px;
}
div#cat ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}
div#cat li {
	padding: 3px 0px;
}
div#cat a {
	color: #000;
	text-decoration: none;
}
div#cat a:hover {
	text-decoration: underline;
}
div#shop {
	margin-left: 170px;
	padding: 40px 20px;
}
div#shop h1 {
	color: #ff0000;
	margin: 0px;
}
div#newProducts {
	/*background-color: #eee;*/
	padding: 20px;
}
div#newProducts h1 {
	margin: 0px 0px 20px 0px;
	text-align: right;
}
div#shopFront {
	margin-left: 170px;
	margin-right: 300px;
	padding: 40px;
}
div#shopFront h1 {
	color: #ff0000;
	margin: 0px;
}
div#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
}
div#footer li {
	display: inline;
}
div#footer div {
	font-size: 0.9em;
	padding: 5px;
}
div#footer a {
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}

/* dms */
.search_button {
	background-color: #000; 
	border: none;
	color: #ff0000; 
	font-weight: bold; 
	padding: 0px;
}
.search_input {
	color: #999;
	border: none;
	font-family: Verdana, Georgia, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}
.newProduct {
	margin-bottom: 20px;
}
.newProduct img {
	border: 1px solid #000;
	float: right;
}
.newProduct h3, .newProduct p {
	margin: 5px 0px;
}
.newProduct a {
	color: #000;
	text-decoration: none;
}
.newProduct a:hover {
	text-decoration: underline;
}
.general_error {
	color: #ff0000;
	font-weight: bold;
}
.category, .product {
	margin-bottom: 20px;
}
.category h3 , .product h3{
	margin: 0px;
}
.subImage {
	width: 200px;
}
.subContainer {
	margin-right: 200px; 
}
.shop_head {
	font-size: 1.4em;
	font-weight: bold;
}
.shop_subhead {
	font-style: italic;
	font-weight: bold;
}
.shop_table_heading {
	font-weight: bold;
}
.shop_text_bold {
	font-weight: bold;
}
tr.shop_basket_row td {
	border-bottom: 1px dotted #999;
	border-right: 1px dotted #999;
}

/* misc */
.floatWrapper {
	height: 100%;
	overflow: hidden;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}