/* This stylesheet controls major page layout */
/* $Id$ */


/* Force IE to behave like other browsers, then stick back the default behaviour we actually want */
* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 1em;
} 
ul {
	padding-left:1em;
	margin-left:0;
}

/* Setup the main stuff */
body {
	min-width: 960px;
	text-align: center;
  	background: #f8f8f8 url(/gfx/bg.gif) repeat scroll;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dadada;
}

/* The primary regions */
#toolbar {
	position: relative;
	top: -173px; left: 735px;
	width: 225px;
	height: 16px;
}

#banner {
	float: left;
	height: 153px;
	width: 960px;
	margin-bottom: 15px;
	overflow: hidden;
}
#banner img { border: 0; }

#navigation {
	float: left;
	margin-left: -947px; /* use the negative margin trick to force this as far left as possible (-960px) then shove it right 10px */
	width: 147px;
	background-color: #ffffff;
}

#content {
	display:inline;
	margin-left:155px; /* we force this to the right to allow the navigation to slide in to the left */
	float: left;
	width: 628px;
}

#tools {
	float: left;
	width: 150px;
	margin-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	overflow: hidden;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 1em;
}
#footercategories {
	margin-top: 1em;
	background-color: #f7f7f7;
}
#footersmallprint {
	background-color: #e5e5e5;
}
#footer p {
	padding: 0.5em 0 0.5em 0;
}

/* Child DIVs used within the main containers */

#breadcrumb {
	text-align: left;
	position: relative;
	top:-19px;
	left: 15px;
	width: 630px;
	overflow: hidden; /* make sure this doesn't break things if it gets too long */
}

#featuredProducts {
	margin-top: 15px;
}

#productorder {
	float: left; 
	width: 280px; 
	margin: 0;
	padding: 0;
}
/* Work around this getting overridden later on */
#productorder form p {
	padding: 0 !important;
}

.ProductThumb {
	background-color:#ffffff;
	border: 1px solid #dddddd;
	float: left;
	display: inline; /* Prevent double-IE margin bug */
	width: 150px;
	min-height: 218px;
	margin: 0 5px 10px 0px;
}
div[class] .ProductThumb {
	height: auto;	/* HACK: http://wellstyled.com/css-minheight-hack.html */
}
.RelatedThumb {
	float: left;
	display: inline; /* Prevent double-IE margin bug */
	width: 100px;
	margin: 3px 2px;
	padding: 0px 5px;
}
img.fp {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #dddddd;
}

#productImages {
	margin: 0 10px 1em 0;
	float: left;
	width: 308px;
	border: 1px solid #dddddd;
}

#promo {
	background-color: #eef4e8;
	height: 197px;
	overflow: hidden;
	margin-top: 10px;
}
#promo img { float: left; margin-right: 10px; }

div.pagination {
	width: 610px;
	background-color:#eef4e8;
	text-align: right;
	margin: 0.4em 0;
	padding-right: 1em;
	line-height: 3em;
}

/* Some utility stuff, used generally all over the place */

.clear {
	clear: both;
}

/* Hide these  everywhere */
.hidden-navigation, #banner h1, #navigation h5, #content h5 {   
	width: 1px;
	position: absolute;
	left:-9999px;
}

#footer .printlinks {
	display: none;
}

