/*
 * Reset
 * make a level playing field across all browsers
 * based on YUI's CSS Foundation
 */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0; 
}



/*
 * Fonts
 * same font size across all browsers
 * based on YUI's CSS Foundation
 *
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */

body {
	font: 13px/1.231 arial, helvetica, clean, sans-serif;
	/* for IE6/7 */ 
	*font-size: small;
	/* for IE Quirks Mode */
	*font: x-small;
}

select, input, button, textarea, button {
	/* Nudge down to get to 13px equivalent for these form elements */
	font: 99% arial,helvetica,clean,sans-serif;
}

table {
	/* To help tables remember to inherit */
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	/* Bump up IE to get to 13px equivalent for these fixed-width elements */
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}



/*
 * Base
 * base.css, part of YUI's CSS Foundation
 */

h1 {
	font-size: 13.85pt; /* 18px */
}

h2 {
	font-size: 12.31pt; /* 16px */
}

h3 {
	font-size: 10.8pt; /* 14px */
}

h1, h2, h3 {
	/* top & bottom margin based on font size */
	margin: 1em 0;
}

h1, h2, h3, h4, h5, h6, strong {
	/* bringing boldness back to headers and the strong element*/
	font-weight: bold; 
}

abbr, acronym {
	/* indicating to users that more info is available */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* bringing italics back to the em element  */
	font-style: italic;
}

blockquote, ul, ol, dl {
	/* giving blockquotes and lists room to breath */
	margin: 1em;
}

ol, ul, dl {
	/* bringing lists on to the page with breathing room */
	margin-left: 2em;
}

ol li {
	/* giving OL's LIs generated numbers */
	list-style: decimal outside;	
}

ul li {
	/* giving UL's LIs generated disc markers */
	list-style: disc outside;
}

th, td {
	/* borders and padding to make the table readable */
	/*border: 1px solid #000;
	padding: .5em;*/
}

th {
	/* distinguishing table headers from data cells */
	/*font-weight: bold;
	text-align: center;*/
}

caption {
	/* coordinated marking to match cell's padding */
	margin-bottom: .5em;
	/* centered so it doesn't blend in to other content */
	text-align: center;
}

p, fieldset, table {
	/* so things don't run into each other */
	margin-bottom: 1em;
}



html, body {
	height: 100%;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.sn_clear {
	clear: both;
}

.sn_left {
	float: left;
}

.sn_right {
	float: right;
}

table {
	margin-bottom: 0;
}

/*
 * Horizontal Menu (component)
 */

#mainMenu ul {
	margin: 0;
}

#mainMenu li {
	list-style-type: none;
	display: block;
	float: left;
}

#mainMenu li a {
	display: block;
	text-decoration: none;
}


/*
 * Global
 */



/*
 * Layout
 */

#page {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

#top { /* to show background colour */
	width: 100%;
	overflow: hidden;
}

#header {
	width: 900px;
	height: 93px;
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 450px;
	height: 93px;
}

#mainMenu {
	position: absolute;
	left: 505px;
	top: 28px;
	width: 364px;
	height: 39px;
}

#content {
	width: 560px;
	float: left;
	padding: 30px 0 0 30px;
}

#sidebar {
	width: 246px;
	float: right;
	padding: 30px 30px 0 0;
}


#footer {
	width: 100%;
	padding: 15px 0;
	margin-top: 30px;
	overflow: hidden;
	clear: both;
}

#info {
	margin: 0 auto;
	width: 840px;
}

#copyright {
	float: left;
}

#credit {
	float: right;
}


/*
 * Fonts
 */

body,
select, input, button, textarea, button {
	color: #6d6d6d;
	font-family: verdana, arial, helvetica, clean, sans-serif;
	line-height: 1.77em;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	color: #427516;
	font-size: 3.23em;
	margin: 0 0 0.5em;
}

h2 {
	font-size: 1.85em;
	margin: 1em 0 0.42em;
}

h3 {
	font-size: 1.31em;
	margin: 0;
}

a {
	color: #55961c;
}

p.intro {
	font-style: italic;
	font-size: 1.16em;
}

em, em strong {
	font-style: italic;
}


/*
 * Header
 */

#top {
	background-color: #396512;
}

#header {
	background: transparent url(../images/css-sprite.gif) no-repeat scroll 0 0;
}

#logo {
	text-indent: -999em;
}

#logo a {
	display: block;
	background: transparent url(../images/css-sprite.gif) no-repeat scroll 0 0;
	width: 450px;
	height: 93px;
}


/*
 * Main Menu
 */

#mainMenu li a {
	background: transparent url(../images/css-sprite.gif) no-repeat 0 -38px;
	height: 39px;
	text-indent: -999em;
	
}

#mainMenu a.home {
	width: 41px;
	background-position: 0 -93px;
}
#mainMenu li a.home:hover {
	background-position: 0 -132px;
}
body#home #mainMenu li a.home {
	background-position: 0 -171px;
}

#mainMenu a.products {
	width: 106px;
	background-position: -41px -93px;
}
#mainMenu li a.products:hover {
	background-position: -41px -132px;
}
body#products #mainMenu li a.products {
	background-position: -41px -171px;
}

#mainMenu a.delivery {
	width: 99px;
	background-position: -147px -93px;
}
#mainMenu li a.delivery:hover {
	background-position: -147px -132px;
}
body#delivery #mainMenu li a.delivery {
	background-position: -147px -171px;
}

#mainMenu a.locations {
	width: 118px;
	background-position: -246px -93px;
}
#mainMenu li a.locations:hover {
	background-position: -246px -132px;
}
body#locations #mainMenu li a.locations {
	background-position: -246px -171px;
}



/*
 * Content
 */

.hidden {
	display: none;
}

.thumbs {
	margin: 30px 0;
	overflow: hidden;
}

.thumbs .thumb {
	float: left;
}

.thumb .caption {
	text-align: center;
	font-style: italic;
}

.breadcrumb {
	font-size: 1.31em;
	font-style: italic;
	margin-bottom: 30px;
}

#content h2, #content h3 {
	clear: both;
}

#content p img {
	float: right;
	margin-left: 5px;
}

#content p {
	overflow: hidden;
	clear: both;
}

#content ul {
	width: 250px;
	margin: 0 10px 30px 0px;
	float: left;
	list-style-type: disc;
}

#content ul.wide {
	width: 560px;
	margin-right: 0;
}

#content li {
	list-style-type: disc;
	margin-left: 20px;
}

table th {
	color: #333;
	background-color: #e5e5e5;
}

table {
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	width: 100%;
}

th, td {
	padding: 2px;
}

dl {
	margin: 0 0 20px;
}

dt {
	width: 150px;
	text-align: right;
	font-style: italic;
	float: left;
}

dd {
	width: 380px;
	float: right;
}

dd.no-title {
	margin-left: 100px;
}

#content h4 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: #333;
}


/* faq */

#faq #content h3 {
	color: #55961c;
	cursor: pointer;
	margin-top: 10px;
}


/* contact */

#contact-form {
	background-color: #e5e5e5;
	padding: 20px;
}

#contact-form label {
	display: block;
}

#contact-form button {
	float: none;
}

#contact-form input {
	width: 285px;
}

#contact-form textarea {
	width: 518px;
}



/*
 * Sidebar
 */

#phone-number {
	background: transparent url(../images/css-sprite.gif) no-repeat scroll -364px -104px;
	width: 246px;
	height: 33px;
	margin-bottom: 30px;
	text-indent: -999em;
}

#phone-number h2 {
	margin: 0;
}


#product-list {
	background-color: #e5e5e5;
	width:246px;
	color: #333;
	font-size: 1.15em;
	line-height: 1.2em;
	padding-bottom: 1em;
	margin-bottom: 30px;
}

#product-list h2 {
	background: transparent url(../images/css-sprite.gif) no-repeat scroll -610px -93px;
	width: 246px;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	margin: 0;
}

#product-list a {
	color: #6d6d6d;
}

#product-list ul {
	margin-left: 2.5em;
}

#product-list li {
	margin-bottom: 1em;
}


/*
 * QuickQuote
 */

#quickquote {
	background-color: #e5e5e5;
	width:246px;
	margin-bottom: 30px;
	overflow: hidden;
}

#quickquote h2 {
	background: transparent url(../images/css-sprite.gif) no-repeat scroll -364px -152px;
	width: 246px;
	height: 58px;
	margin: 0 0 15px;
	text-indent: -999em;
}

#quickquote p {
	margin: 0 0 5px 10px;
/*	overflow: hidden;*/
}

#quickquote select {
	color: #6d6d6d;
	font-size: 0.85em;
}

#quickquote input {
	color: #6d6d6d;
	height: 1.5em;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#quickquote input#name,
#quickquote input#email-phone,
#quickquote textarea#comments {
	width: 221px;
	float: none;
}
#quickquote textarea {
	height: 23px;
}

#quickquote input#dropoff,
#quickquote input#destination {
	width: 145px;
}

#quickquote label {
	margin-right: 15px;
}

#quickquote .size label {
	margin-right: 5px;
}

#quickquote p.hint {
	color: #c55;
	line-height: 1em;
	width: 135px;
	float: left;
	padding-bottom: 10px;
}

#quickquote p.submit {
	margin-right: 7px;
	float: right;
}

form button {
	background: transparent url(../images/css-sprite.gif) no-repeat scroll -697px -173px;
	width: 84px;
	height: 35px;
	border: none;
	float: right;
	text-indent: -999em;
	display: block;
}

form button.inactive,
form button:hover.inactive {
	background-position: -611px -173px;
}

form button:hover {
	background-position: -783px -173px;
	cursor: pointer;
}

form .inline-message {
	color: #c00;
	display: block;
}

form input.input-error {
	background: #fff url(../images/css-sprite.gif) no-repeat scroll right -210px;
}
form select.input-error {
	background-color: #fdd;
}


/*
 * SlideShow
 */

#slideshow {
	width: 560px;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

#slideshow #slide-cache {
	display: none;
}

#slideshow img.top, #slideshow img.bottom {
	position: absolute;
	left: 0;
	top: 0;
}

/*
 * Footer
 */

#footer {
	background: #e5e5e5 url(../images/css-sprite.gif) repeat-x scroll 0 -250px;
	color: #727272;
	font-size: 0.85em;
	line-height: 1.55em;
}

#footer a {
	color: #727272;
}

#sitemap {
	overflow: hidden;
	margin-bottom: 20px;
}

#sitemap .column {
	float: left;
	padding-right: 25px;
}

#sitemap .column.last {
	padding-right: 0;
}


#sitemap ul {
	width: 170px;
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
}

#sitemap ul.locations {
	width: 40px;
}

#sitemap li {
	list-style: none;
}

#footer .hr {
	border-bottom: 1px solid #727272;
	width: 100%;
	margin: 15px 0;
	clear: both;
}

#credit .sr-logo {
	display: block;
	float: left;
	background: transparent url(../images/css-sprite.gif) no-repeat scroll -856px -95px;
	width: 44px;
	height: 30px;
	text-indent: -999em;
	margin: -4px 0 0 -44px;
	
}

#credit a:hover .sr-logo {
	background: transparent url(../images/css-sprite.gif) no-repeat scroll -856px -130px;
}

