@charset "utf-8";
/* SITE-WIDE STYLE SHEET */

/* ------ HTML Declarations ------ */
body {
	margin: 0;
	padding: 0;
	font: 10px 'Times New Roman', Times, serif;
	background: #fff url(/images/backgrounds/daisy.png);
	}
a:link,
a:visited {
	color: #6fbfc8;
	}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	color: #bf2020;
	}
h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.8em;
	}
h3 {
	font-size: 1.6em;
	}
p, table, fieldset {
	margin: 1em 0;
	}
legend {
	color: #000;
	}

/* ------ Website Layout ------ */
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 36px;
	width: 924px;
	background: transparent url(/images/backgrounds/scallops.gif) repeat-y;
	}
	
/* -- Header -- */
#header {
	height: 165px;
	text-indent: -9999px;
	background: #fff url(/images/backgrounds/banner.png) no-repeat;
	}
	
/* -- Navigation -- */
#navigation {
	padding-right: 140px;
	height: 50px;
	line-height: 44px;
	overflow: hidden;
	text-align: center;
	font-size: 1.8em;
	background: #fff url(/images/backgrounds/banner.png) left bottom no-repeat;
	}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navigation li {
	display: inline;
	padding: 0 .5em;
	}
#navigation a {
	color: #bf2020;
	text-decoration: none;
	}
#navigation a.selected {
	font-weight: bold;
	}
	
/* -- Side bar -- */
#categories {
	float: right;
	padding-top: 10px;
	width: 312px;
	font-size: 1.3em;
	background-color: #fff;
	}
#categories h2 {
	margin: .5em 0;
	}
#categories ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	}
#categories ul ul {
	margin: 0;
	}
#categories li a {
	padding: .5em 0;
	line-height: 2;
	font-weight: bold;
	}
#categories #product-search {
	margin: 1em 0;
	}
#categories li.root ul {
	margin-left: 1em;
	font-size: .9em;
	}
#categories .expanded a {
	font-weight: normal;
	}
#categories .collapsed {
	display: none;
	}
#signin-box {
	position: absolute;
	top: 57px;
	right: 36px;
	padding: 0 10px;
	width: 210px;
	height: 157px;
	overflow: auto;
	text-align: center;
	background: #fff url(/images/backgrounds/thread-yellow.png);
	border: 1px solid #6fbfc8;
	}
#signin-box h2 {
	margin: 10px 0 0;
	}
#signin-box p,
#signin-box ul {
	margin: 0;
	}
#quick-search {
	margin: 10px 0;
	}
#link-question a,
#link-estimate a {
	display: block;
	padding: 0 !important;
	position: absolute;
	right: 36px;
	text-indent: -9999px;
	overflow: hidden;
	}
#link-question a {
	top: 10px;
	width: 150px;
	height: 16px;
	background-image: url(/images/backgrounds/text-ask-a-question.png);
	}
#link-estimate a {
	top: 30px;
	width: 168px;
	height: 14px;
	background-image: url(/images/backgrounds/text-request-estimate.png);
	}
.module {
	margin: 0 0 10px;
	padding: 0 10px;
	border: 1px solid #6fbfc8;
	}
#categories .alt {
	margin-bottom: 0;
	padding: 1px 10px;
	border: none;
	background-image: url(/images/backgrounds/thread-blue.png);
	}
#categories .alt a {
	color: #000;
}
	
/* -- Page Content -- */
#content {
	float: left;
	padding: 10px 10px 0;
	width: 580px;
	min-height: 550px;
	line-height: 1.5;
	font-size: 1.3em;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: 20px 0 10px;
	text-align: center;
	font-size: 1.2em;
	color: #777;
	background: #fff url(/images/backgrounds/dash.png) 0 10px repeat-x;
	}
#footer a {
	color: #777;
	}
#footer p {
	margin: 0;
	}
	
/* -- Wholesale -- */
#wholesale-valid {
	text-align: center;
	color: #900;
	}
#wholesale-valid a:link,
#wholesale-valid a:visited,
#wholesale-valid a:hover,
#wholesale-valid a:active {
	display: inline;
	width: auto;
	height: auto;
	text-decoration: underline;
	color: #900;
	background: none;
	border: none;
	}

/* ------ Event Calendar ------ */
#eventCalendar {
	clear: left;
}
.cal-day-text {
	font-size: .7em;
}
#dayDetailDiv h3 {
	clear: left;
}
#dayDetailDiv img {
	float: left;
	margin: 0 1em .5em 0;
}

/* -- Retailers Page -- */
#us-retailer-wrap,
#intl-retailer-wrap {
	float: left;
	margin: 0 10px 1em 0;
	width: 317px;
	}
#retailers-listing {
	margin: 1em 0;
	padding: 0;
	list-style: none;
	}
#retailers-listing li {
	clear: left;
	}
.retailer-map {
	margin-left: 5px;
	font-size: .7em;
}
.retailer-image {
	float: left;
	margin: 0 10px 10px 0;
	width: 125px;
	}
#retailerForm {
	clear: left;
	}

/* ------ Classes ------ */
.success {
	padding: .5em;
	color: #060;
	background-color: #f6fff6;
	border: 1px solid #060;
	}
.success a {
	color: #060 !important;
	text-decoration: underline !important;
	}
.error {
	padding: .5em;
	color: #c00;
	background-color: #fff6f6;
	border: 1px solid #c00;
	}
.error a {
	color: #c00 !important;
	text-decoration: underline !important;
	}
.section-divider {
	clear: both;
	}