/* 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-color: #40a2ed;
/*  	background-color: #fffdd3; */
	background-image: url('/gfx/bg.gif');
	background-repeat: repeat-x;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	background-color: #ffffff;
/*	background-image: url('/gfx/grid-bg.gif'); */
}

/* The primary regions */
#toolbar {
	position: relative;
	top: -180px; left: 720px; 
	width: 240px;
	height: 20px;
	background-color: #00abe0;
}

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

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

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

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

#footer {
	clear: both;
	text-align: center;
	padding: 10px;
}
#footer hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #e1eaf9;
	background-color: #e1eaf9;
	}

/* Child DIVs used within the main containers */

#breadcrumb {
	width: 950px;
	height: 20px;
	background-color: #e8f5fa;
	text-align: left;
	left: 0px;
	padding-left: 10px;
	overflow: hidden; /* make sure this doesn't break things if it gets too long */
}

#featuredProducts {
	margin-top: 15px;
}
#categoryProducts {
}

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

div.productTop {
	float: left;
	margin-top: 1em;
	border: 1px solid #e8f5fb;
}

#productImage {
	margin: 0 0 0 0;
	float: left;
	width: 298px;
	border: 0;
	border-right: 1px solid #e8f5fb;
	text-align: center;
}

#productData {
    float: left;
    width: 329px;
    margin: 0;
	border: 0;
}

#productData div.productDataA {
	padding: 10px 20px;
	border-bottom: 1px solid #e8f5fb;
}

#productData div.productDataB {
	padding: 10px;
	border-bottom: 1px solid #e8f5fb;
	line-height: 10px;
}

div#productContent
{
	float: left;
	margin: 0;
	padding: 10px;
	border: 1px solid #e8f5fb;
	border-top: 0;
	width: 608px;
}


#delivHilite {
	padding: 10px;
}

/* Work around this getting overridden later on */
#productData form p {
    padding: 0 !important;
}

/* product navigation */
#productNav {
	float: left;
	margin: 0;
	margin-top: 1em;
	padding: 0;
	padding-top: 2px;
	clear: both;
	width: 100%;
	background-color: #e8f5fb;
}
#productNav ul {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1.1em;
}
#productNav ul li {
	float: left;
	list-style: none;
	margin: 0;
	border-right: solid 1px white;
	border-bottom: 0;
}

#productNav ul li a {
	float: left;
	padding: .3em 1em;
	text-decoration: none;
	color: #336699;
	background: #e8f5fb;
}
#productNav ul li a:hover {
	background: white;
	color: #f28123;
}
/* jquery UI tabs */
#productNav ul li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
#productNav ul li.ui-tabs-selected a, #productNav ul li.ui-tabs-selected a:hover {
	background: white;
	color: #336699;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}


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

div.pagination {
	background-color:#e8f5fa;
	text-align: right;
	margin: 0.4em 0;
	line-height: 2.5em;
}

/* 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;
}
#footer p {
    padding: 0.5em 0 0.5em 0;
}


