/* LAST UPDATED 10.04.08 */

/*

	Table of Contents

	I. GENERAL
	II. NAVIGATION MENUS
	III. STRUCTURE & TYPOGRAPHY
	IV. FORM ELEMENTS
	V. HEADINGS

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html, body { height: 100%; }

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}

p, ul { padding: 0 0 10px 0; }

a {
	color: #0163ac;
	text-decoration: none;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a img { border: 0; }

.small { font-size: 90%; }

ul, ol {
	margin-left: 20px;
	line-height: 1.2em;
}

/* -----------------------------------------------------------
		II. NAVIGATION MENUS
----------------------------------------------------------- */

/* This will be handle by BC's Dynamic Menu tool */

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

/* Use percentages on font-sizes on block elements, not em or px and NOT on the paragraph element */

#wrap {
	background: #f5f5f5 url('../assets/images/bg-mainContent.gif') 0 123px no-repeat;
	margin: 0 auto;
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px; /* the bottom margin is the negative value of the footer's height */
	text-decoration: none;
}

	#header {
		padding-top: 10px;
		height: 73px;
		background: #fff;
	}

		#headerNav {
			float: right;
			text-align: right;
			padding-top: 10px;
		}

	#menu-top {
		margin: 0 auto;
		width: 978px;
		height: 40px;
	}

	#mainContent {
	font-size: 90%;
	height: auto;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 16px;
	}

		#subHeader {
			height: 25px;
			padding-bottom: 5px;
			padding-right: 16px;
		}

			#crumbs {
				float: left;
				font-weight: bold;
			}

			#cartLinks {
				float: right;
				text-align: right;
			}

		hr {
			margin: 0;
			padding: 0;
			height: 1px;
			line-height: 1px;
			border-top: 1px #a7a7a7 solid;
			border-bottom: 0;
			border-right: 0;
			border-left: 0;
			width: 947px;
		}

		#mainSections {
			clear: both;
		}

			.sectionBox, .catalogBox {
				float: left;
				width: 232px;
				margin: 0 6px 0 0;
			}

			.catalogBox {
				width: 170px;
			}

				.sectionBox .padding, .catalogBox .padding { padding: 15px; }

		#featured {
			clear: both;
			padding-top: 10px;
		}

		.product {
			float: left;
			margin-right: 22px;
			padding: 10px 9px 0 9px;
			width: 150px;
			min-height: 160px;
			border: 1px #a7a7a7 solid;
			background: #fff;
			text-align: center;
		}

	.push {
		height: 65px; /* .push must be the same height as .footer */
	}

#footer {
	width: 980px;
	line-height: 65px;
	text-align: center;
	background: #fff url('../assets/images/footer.png') no-repeat;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* -----------------------------------------------------------
		IV. FORM ELEMENTS
----------------------------------------------------------- */



/* -----------------------------------------------------------
		V. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

/* Use px on font sizes for headings to ensure cross-browser compatibility, especially with IE */

h1 { font-size: 24px; }

h2 { font-size: 16px; }

	#mainContent .sectionBox h2 { font-size: 14px; }

	#mainContent .product h2 { font-size: 12px; }
	#mainContent .product h2 a { color: #000; }

h3 { font-size: 14px; }

h4 { font-size: 100%; }

/* -----------------------------------------------------------
		CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */
