/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background: url("../images/extra_clean_paper.png") repeat center top #E5E5E5;
	border-top: 5px solid #314054;
	font: 0.8125em/1.692307692307692 Georgia, "Times New Roman", Times, serif; /* 13/16 22/13 */
	color: #333;
}
h1 {
	color: #314054;
	font: bold 1.230769230769231em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
p {
	margin-bottom: 11px;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
}
#header {
	padding-top: 5px;
	font-size: 0.9230769230769231em; /*12/13*/
	text-transform: uppercase;
	font-style: italic;
	color: #314054;
	background: url(../images/shadow_top_nav.png) center 108px no-repeat;
}
.tag-line {
	float: left;
	letter-spacing: 1px;
	margin: 0 0 5px 49px;
	font-weight: normal;
}
.phone-number {
	float: right;
	margin-right: 49px;
}

.logo-search {
	clear: both;
	width: 891px;
	margin: 0 auto;
	border-top: 1px solid #314054;
}
.logo {
	float: left;
	padding: 14px 0;
	line-height: 0;
}
.search {
	float: right;
	padding: 14px 0;
}
.search label {
	display: block;
}
.main-nav{
	background-color: #314054;
	width: 960px;
	margin: 0 auto;
	color: #fff;
	font: 1.083333333333333em/1.5 Arial, Helvetica, sans-serif; /*13/12*/
}
.main-nav > ul {
	height: 36px;
}
.main-nav ul li{
	float: left;
	background: url(../images/bullet_sprite.png) 9px 16px no-repeat;
	padding-left: 21px;
	z-index: 9999;
}
.main-nav ul li:first-child{
	padding-left: 10px;
	background: none;
}
.main-nav a{
	color: #fff;
	padding: 8px 0 9px;
	display: block;
	text-decoration: none;
}
.main-nav li:hover a {
	color: #C8C988;
}
#main {
	width: 960px;
	margin: 0 auto;
}
.top {
	/*background: url(../images/shadow_bottom_nav.png) center 0 no-repeat #fff;*/
	padding-bottom: 26px;
	background: url('../images/shadow_below_main_white.png') center bottom no-repeat;
}
.shadow {
	background: url('../images/shadow_bottom_nav.png') center top no-repeat #fff;
	padding-bottom: 5px;
}
.cycle-container {
	position: relative;
	background: url('../images/shadow_above_main_white.png') center bottom no-repeat;
}
#cycle {
	width: 906px;
	margin: 0 auto;
	padding: 16px 0;
	height: 271px;

}
#cycle-nav {
	position: absolute;
	top: 16px;
	right: 10px;
}
#cycle-nav a {
	display: block;
	height: 8px;
	width: 8px;
	background: url(../images/cycle-dots.png) 0 0 no-repeat;
	text-indent: -9990px;
	margin-bottom: 3px;
}
#cycle-nav a.activeSlide {
	background-position: 0 -10px;
}
.cycle-nav-arrow {
	position: absolute;
	height: 19px;
	width: 15px;
	display: block;
	background: url(../images/cycle-arrows.png) 0 0 no-repeat;
}
#cycle-prev {
	background-position: 0 0;
	top: 197px;
	left: 6px;
}
#cycle-prev:hover {
	background-position: 0 -55px;
}
#cycle-next {
	background-position: -30px 0;
	top: 197px;
	right: 6px;
}
#cycle-next:hover {
	background-position: -30px -55px;
}
.slide {
	position: relative;
	width: 906px;
	height: 271px;
	margin: 16px auto;
}
.slide img {
	position: absolute;
	top: 0;
}
.slide p {
	position: absolute;
	top: 65px;
	left: 22px;
	color: #fff;
	font: bold 1.384615384615385em/1.5 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 204px;
	padding: 60px 18px 16px;
	background: rgb(25, 32, 42);
	/* RGBa with 0.6 opacity */
	background: rgba(25, 32, 42, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc19202A, endColorstr=#cc19202A);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc19202A, endColorstr=#cc19202A)";
}
.slide-2 p {
	width: 429px;
	padding-top: 16px;
	top: 139px;
}
.slide p span {
	color: #C8C988;
}
.slide-3 p {
	background: rgb(29, 60, 26);
	/* RGBa with 0.6 opacity */
	background: rgba(29, 60, 26, 0.75);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf1D3C1A, endColorstr=#bf1D3C1A);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf1D3C1A, endColorstr=#bf1D3C1A)";
}
.slide .ribbon {
	width: 281px;
	padding: 2px 0 1px;
	text-align: center;
	top: 230px;
	filter: none;
	-ms-filter: none;
	background: url(../images/ribbon-blue.png) 0 0 no-repeat;
}
.slide-4 .ribbon {
	background: url(../images/ribbon-green.png) 0 0 no-repeat;
}
.slide .ribbon span {
	color: #fff;
	padding-top: 10px;
}
.ie .slide p {
	background: none;
}
.main {
	margin: 20px 27px;
}
.interior .main {
	border-top: solid 1px #B2B2B2;
	margin-right: 0;
	padding-right: 27px;
	padding-top: 20px;
}
.main a {
	color: #305621;
}
.main a:hover {
	text-decoration: none;
}
a.store-link {
	color: #8C8D07;
}
a.store-link:hover {
	text-decoration: none;
}
.box{
	width: 191px;
	padding: 19px 18px 27px;
	background: #fff;
	float: left;
	height: 220px;
	margin-right: 17px;
	margin-bottom: 17px;
	text-align: center;
}
.category:hover,
.product:hover {
	border: solid 2px #CBCBCB;
	padding: 17px 16px 25px;
}
.box.last {
	margin-right: 0;
}
.box a {
	color: #314054;
}
.box a h2 {
	color: #314054;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.076923076923077em;
}
.category h2 img {
	margin-bottom: 13px;
}
.callout {
	text-align: left;
	background: none;
	padding: 0;
	width: 227px;
}
.callout div {
	background: #BDC2C9;
	padding: 19px 18px;
	margin-top: 17px;
}
.callout div:first-child {
	background: #C5CAAB;
	margin-top: 0;
}
.callout a {
	text-decoration: none;
}
.callout a h2 {
	font: bold 1.384615384615385em/1.5 Arial, Helvetica, sans-serif;
	padding-bottom: 2px;

}
.callout a h2 span {
	color: #666;
	text-decoration: underline;
	font-size: 0.6111111111111111em;
	font-weight: normal;
	display: block;
}
.callout a h2 span:hover {
	text-decoration: none;
}
.secondary a h2 {
	font: bold 1em/1.5 Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	color: #fff;
}
.secondary a h2 span {
	color: #fff;
}
.secondary a h2 span:hover {
	text-decoration: none;
}
#footer {
	clear: both;
	padding-bottom: 40px;
}
#quote {
	color:#305621;
	font: 1em/1.5 Arial, Helvetica, sans-serif;
	background: url("../images/quote.png") 18px 13px no-repeat #fff;
	border-top: solid 1px #314054;
	border-bottom: solid 1px #314054;
	padding: 10px 15px 10px 53px;
	margin: 28px 0 18px;
}
.secondary-nav{
	margin-bottom: 23px;
	padding-bottom: 17px;
	border-bottom: solid 1px #314054;
}
.secondary-nav ul {
	background: #C5CAAB;
	padding: 0 145px;
	width: 700px;
}
.secondary-nav li{
	padding-left: 20px;
	margin-left: 20px;
	background: url(../images/bullet_sprite.png) 0px -179px no-repeat;
	float: left;
	text-transform: uppercase;
}
.secondary-nav li:first-child {
	background: none;
	margin-left: 0;
	padding-left: 0;
}
.secondary-nav li a {
	font: 1.076923076923077em Arial, Helvetica, sans-serif;
	color: #314054;
	padding: 11px 0 9px;
	display: block;
	text-decoration: none;
}
.secondary-nav li a:hover {
	color: #666;
}
.bbb {
	float: left;
	margin: 0 17px;
}
.colophon {
	font-size: 0.9230769230769231em;
	color: #333;
	float: left;
}
.colophon p {
	margin-bottom: 1px;
}
.colophon p:first-child {
	color: #314054;
	font-style: italic;
	font-size: 1.181818181818182em;
}
.copyright {
	margin-top: 11px;
}
.copyright a {
	color: #333;
}
.copyright a:hover {
	color: #305621;
}
.social {
	float: right;
	color: #314054;
	font-style: italic;
	font-size: 1.076923076923077em;
	width: 215px;
}
.social ul {
	float: right;
}
.social li {
	height: 22px;
	background-image: url(../images/social-sprite.png);
	float: left;
	text-indent: -9999px;
}
.social li a {
	display: block;
	height: 100%;
}
li.twitter {
	width: 32px;
	background-position: 0 0;
	margin-right: 10px;
}
li.facebook {
	width: 22px;
	background-position: 57px 0;
	margin-right: 14px;
}
li.rss {
	width: 22px;
	background-position: 22px 0;
}
li.twitter:hover {
	background-position: 0 -24px;
}
li.facebook:hover {
	background-position: 57px -24px;
}
li.rss:hover {
	background-position: 22px -24px;
}
/* interior */

.interior .main {
	float: left;
	width: 638px;
	margin-bottom: 0;
}
.secondary {
	float: left;
	width: 241px;
	padding: 20px 27px 0 0;
	position: relative;
}
.secondary div {
	position: absolute;
	left: 0;
	top: 177px;
	color: #fff;
	font: bold 1.384615384615385em/1.5 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 170px;
	padding: 27px 18px 16px;
	background: rgb(25, 32, 42);
	/* RGBa with 0.6 opacity */
	background: rgba(25, 32, 42, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc19202A, endColorstr=#cc19202A);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc19202A, endColorstr=#cc19202A)";
}
.left-column {
	clear: both;
	float: left;
	width: 245px;
}
.boxes {
	width: 715px;
	float: left;
}
.boxes header {
	border-bottom: solid 1px #314054;
}
.boxes header h2 {
	color: #314054;
	font: bold 1.230769230769231em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 19px;
	float:left;
}
.boxes header a {
	color: #314054;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 0.9125em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 19px;
	float: left;
	margin-left: 9px;
}
.boxes header a:hover {
	text-decoration: none;
}
.left-nav h2 {
	color: #fff;
	font: bold 1.230769230769231em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 0 16px 9px;
	border-bottom: 1px solid #fff;
}
.left-nav {
	background: #314054;
	margin-right: 17px;
	padding-top: 19px;
	padding-bottom: 17px;
	margin-bottom: 17px;
}
.left-nav a {
	padding-left: 29px;
	color: #fff;
	text-transform:uppercase;
	font: 1.076923076923077em/2.1 Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	background: url(../images/bullet_sprite.png) 16px 13px no-repeat;
}
.left-nav li:hover {
	background-color: #C5CAAB;
}
.left-nav li:hover a {
	color: #314054;
	background-position: 16px -183px;
}
.left-column .callout {
	margin-right: 17px;
	width: 227px;
	text-transform: uppercase;
}
.left-column .callout div {
	padding: 19px 11px;
}
.left-column .callout a {
	color: #314054;
}
.product img {
	display: block;
	margin-bottom: 12px;
}
.product a {
	text-decoration: none;
}
.product a h2 {
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 5px;
	text-decoration: underline;
}
.product span {
	display: block;
	color: #808080;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.subnav {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 36px;
	left: 11px;
}

li:first-child .subnav {
	left: 0;
}

.main-nav li {
	position: relative;
}

.main-nav li:hover .subnav {
	display: block;
}

.main-nav ul ul.subnav li {
	background: #C5CAAB;
	padding: 0px 10px;
	width: 180px;
}

.main-nav ul ul.subnav li a {
	color: #314054;
}

.main-nav ul ul.subnav li:hover {
	background: #314054;
}

.main-nav ul ul.subnav li:hover a {
	color: #FFF;
}

.subnav a {
	padding: 5px 0;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}