/* Reset CSS */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	position: relative;
}

/* HTML Elements */

body {
	font: 14px/1.5em "helvetica neue",helvetica,arial,sans-serif;
	background: #eff9d9 url(../img/bg-body.png) center top no-repeat;
	color: rgb(102,119,85);
}

a {
	color: #557;
}

a:hover {
	color: #a5484c;
}
sup {line-height:0;}
/* Wrapper */
div#wrap {
	width: 960px;
	margin: 0 auto;
}

/* Page Header */
div#header {
	overflow: hidden;
	margin-bottom: 1.5em;
}

div#header h1 {
	float: left;
	width: 260px;
	height: 60px;
	margin-top: 10px;
	text-indent: -9999px;
	background: url(../img/img-logo.gif) no-repeat;
}

div#header div.dealer-login {
	float: right;
	width: 300px;
	background: rgb(183,218,120) url(../img/bg-dealer-login.png) repeat-x;
	border: solid 1px rgb(101,161,0);
	border-top: none;
	padding: 5px;
	color: rgb(66,104,0);
	/* Progressive Enhancement */
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

div#header div.dealer-login h2 {
	font-size: 0.7em;
	line-height: 1em;
	margin-bottom: 8px;
	//text-shadow: 1px 1px 1px rgb(255,255,255);
	text-transform: uppercase;
	color: rgb(66,104,0) !important;
}

div#header div.dealer-login label {
	display: block;
	float: left;
	width: 145px;
}

div#header div.dealer-login label.first {
	margin-right: 10px;
}

div#header div.dealer-login label span {
	display: block;
	font-size:  0.86em;
	line-height: 1em;
}

div#header div.dealer-login label input {
	width: 136px;
	border: solid 1px rgb(101,161,0);
	padding: 3px;
	font-size: 0.8em;
	font-family: verdana;
	color: #777;
}

div#header div.dealer-login label.checkbox input {
	display: inline;
	width: auto;
}
div#header div.dealer-login label.checkbox span {
	display: inline;
}

div#header div.dealer-login input.submit {
	float: right;
	margin-top: 5px;
}

div#header div#cat_561378_divs {
	clear: both;
	overflow: hidden;
	background: rgb(238,238,238) url(../img/bg-nav.png) repeat-x;
	margin-top: 100px;
	border: solid 1px #ccc;
	height: 28px;
	text-transform: uppercase;
	color: rgb(66,104,0);
	font-weight: bold;
	font-size: 0.86em;
}

div#header ul#nav_561378 {
	list-style: none;
	overflow: hidden;
	height: 28px;
}

div#header ul#nav_561378 li {
	float: left;
	border-right: solid 1px #ccc;
	height: 28px;
	line-height: 27px;
	text-shadow: 1px 1px 1px rgb(255,255,255);
}

div#header ul#nav_561378 li.phone {
	border: none;
	float: right;
	margin-right: 10px;
}

div#header ul#nav_561378 li.phone span {
	color: rgb(52,61,44);
}

div#header ul#nav_561378 li a {
	display: block;
	height: 28px;
	padding: 0 10px;
	background: url(../img/bg-nav-item.png) repeat-x;
	color: rgb(66,104,0);
	text-decoration: none;
}

div#header ul#nav_561378 li a:hover {
	background-position: 0 -28px;
}

div#header ul#nav_561378 li.phone a {
	padding: 0;
	background: none;
	cursor: default;
}

div#header ul#nav_561378 li.phone a:hover {
	background: none;
}

/* Page Content */

div#content h2, div#content h3 {
	margin: 1em 0;
	font-style: italic;
	font-family: "Hoefler Text", "Times New Roman", Times, serif;
	font-weight: normal;
	color: rgb(52,61,44);
	font-size: 2em;line-height:28px;
}

div#content h3 {
	font-size: 1.5em;
}

div#content ol, div#content ul {
	margin: 1em 0 1em 1.5em;
}

div#content p {
	margin: 1em 0;
}

div#content div.home-carousel {
	width: 960px;
	height: 320px;
	background: rgb(183,218,120);
	border: solid 1px rgb(0,0,0);
}

div#content div.img-pro {
	background-color: rgba(0,0,0,0);
	height: 320px; 
	position: absolute;
	width: 810px;
	z-index: 50;
}

div#content div.home-carousel ul.carousel-images {
	list-style: none;
	float: left;
	width: 810px;
	height: 320px;
}

div#content div.home-carousel a {
	display: block;
	float: right;
	clear: right;
	width: 150px;
	height: 80px;
	background: rgb(183,218,120);
	text-decoration: none;
}

div#content div.home-carousel a.last {
	border-bottom: none;
}

div#content div.home-carousel a.closet {
	background: url(../img/bg-carousel-closet.jpg) 0 0 no-repeat;
}

div#content div.home-carousel a.office {
	background: url(../img/bg-carousel-work.jpg) 0 0 no-repeat;
}

div#content div.home-carousel a.pantry {
	background: url(../img/bg-carousel-pantry.jpg) 0 0 no-repeat;
}

div#content div.home-carousel a.garage {
	background: url(../img/bg-carousel-garage.jpg) 0 0 no-repeat;
}

div#content div.home-carousel a:hover {
	/*-webkit-box-shadow: 0 0 5px rgb(102,119,85);
	-moz-box-shadow: 0 0 5px rgb(102,119,85);
	z-index: 2;*/
	border: none;
}

div#content div.home-carousel a span {
	display: block;
	padding: 5px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.6);
	color: rgb(255,255,255);
}

div#content div.home-carousel a:hover span {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
}

div#content div.call-to-action {
	margin-top: 2em;
	height: 150px;
}

div#content div.call-to-action a {
	display: block;
	float: left;
	width: 468px;
	height: 150px;
	background: rgb(238,238,238) url(../img/bg-calltoaction.png) repeat-x;
	margin: 0 auto;
	margin-right: 20px;
	text-decoration: none;
	color: rgb(102,119,85);
	border: solid 1px rgb(101,161,0);
	cursor: pointer;
	/* Progressive Enhancement */
	-webkit-box-shadow: 0 0 5px rgb(175,192,144);
	-moz-box-shadow: 0 0 5px rgb(175,192,144);
	box-shadow: 0 0 5px rgb(175,192,144);
}

div#content div.call-to-action a:hover {
	z-index: 2;
	/* Progressive Enhancement */
	-webkit-box-shadow: 0 0 5px rgb(102,119,85);
	-moz-box-shadow: 0 0 5px rgb(102,119,85);
	box-shadow: 0 0 5px rgb(102,119,85);
}

div#content div.call-to-action a.last {
	margin-right: 0;
}

div#content div.call-to-action a h3 {
	background: rgb(183,218,120);
	margin: 0;
	padding: 10px;
	border-bottom: solid 1px rgb(101,161,0);
	/* Progressive Enhancement */
	text-shadow: 1px 1px 1px rgb(255,255,255);
}

div#content div.call-to-action a p {
	font-size: 0.86em;
	padding: 5px;
	height: 55px;
	margin: 0;
}

div#content div.call-to-action a span.btn-calltoaction {
	display: block;
	float: right;
	width: 154px;
	height: 33px;
	text-indent: -9999px;
	margin-right: 10px;
	cursor: pointer;
}

div#content div.call-to-action a.book-estimate span.btn-calltoaction {
	background: url(../img/btn-cta-home-estimate.png) 0 0 no-repeat;
}

div#content div.call-to-action a.become-dealer span.btn-calltoaction {
	background: url(../img/btn-form-become-franchisee.png) 0 0 no-repeat;width:222px;
}

div#content div.call-to-action a.book-estimate span.btn-calltoaction:hover,
div#content div.call-to-action a.become-dealer span.btn-calltoaction:hover {
	background-position: 0 -33px;
}

div#content div.call-to-action a.book-estimate span.btn-calltoaction:active,
div#content div.call-to-action a.become-dealer span.btn-calltoaction:active {
	background-position: 0 -66px;
}

div#content div.testimonials {
	overflow: hidden;
	margin-top: 2em;
}

div#content div.testimonials h3 {
	margin-top: 0;
}

div#content div.testimonials blockquote {
	display: block;
	float: left;
	width: 310px;
	margin-right: 15px;
}

div#content div.testimonials blockquote.last {
	margin-right: 0;
}

div#content div.testimonials blockquote p {
	margin-top: 0;
}

div#content div#credentials {
	margin: 1em 0;
	text-align: center;
}

div#content div#credentials img {
	vertical-align: middle;
	padding: 0 12px;
}

/* Page Footer */

div#footer {
	clear: both;
	margin: 2em 0;
	text-align: center;
}

/**********************************************
	LANDING PAGE
**********************************************/

div.col-left {
	float: left;
	width: 620px;
	margin-bottom: 2em;
}

div.col-left p {
	margin: 1em 0;
}

div.col-left ul, div.col-left ol {
	margin-left: 1.5em;
	line-height: 2em;
}

div.col-left blockquote {
	width: 90%;
	margin: 1em auto;
	padding: 5px;
	background: rgb(255,255,255);
	border-top: solid 1px rgb(175,192,144);
	border-bottom: solid 1px rgb(175,192,144);
}

div.col-right {
	float: right;
	width: 310px;
	margin-bottom: 2em;
}

#fixedfloat {
	position: absolute;
	width: 310px;
	margin-top: 1.5em;
}

#fixedfloat.fixed {
	position: fixed;
	top: 0;
}

#fixedfloat.bottom {
	position: absolute;
	bottom: 0;
}

form.lead-generation {
	border: solid 1px rgb(175,192,144);
	background: rgb(238,238,238);
}

form.lead-generation h3 {
	background: rgb(196,244,113) url(../img/bg-form-header.png) bottom no-repeat;
	padding: 8px 5px 35px 5px;
	margin: 0 !important;
	text-align: center;
	/* Progressive Enhancement */
	text-shadow: 1px 1px 1px rgb(255,255,255);
}

form.lead-generation .form-body {
	background: rgb(238,238,238) url(../img/bg-form-body.png) top repeat-x;
}

form.lead-generation .form-body p {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 0.86em;
}

form.lead-generation .form-body ol,
form.lead-generation .form-body ul {
	margin-top: 0;
	margin-left: 1.5em;
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 0.86em;
}

form.lead-generation .form-body label {
	display: block;
	overflow: hidden;
	padding: 5px 10px;
}

form.lead-generation .form-body label span {
	float: left;
	height: 22px;
	line-height: 22px;
}

form.lead-generation .form-body label input {
	float: right;
	width: 194px;
	height: 16px;
	line-height: 16px;
	padding: 3px;
	font-size: 0.86em;
	border: solid 1px rgb(175,192,144);
	color: #555;
}

form.lead-generation .form-body input.btn-designconsultation {
	display: block;
	margin: 10px auto;
	width: 294px;
	height: 33px;
	border: none;
	background: url(../img/btn-form-design-consultation.png) 0 0 no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

form.lead-generation .form-body input.btn-designconsultation:hover {
	background-position: 0 -33px;
}

form.lead-generation .form-body input.btn-designconsultation:active {
	background-position: 0 -66px;
}

form.lead-generation .form-body input.btn-becomedealer {
	display: block;
	margin: 10px auto;
	width: 294px;
	height: 33px;
	border: none;
	background: url(../img/btn-form-become-dealer.png) 0 0 no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

form.lead-generation .form-body input.btn-becomedealer:hover {
	background-position: 0 -33px;
}

form.lead-generation .form-body input.btn-becomedealer:active {
	background-position: 0 -66px;
}

div.testimonial {
	margin: 1em 0;
}

div.testimonial blockquote p {
	font-family: "Hoefler Text", "Times New Roman", "Times", serif;
	font-size: 1.3em;
	color: rgb(52,61,44);
	margin-top: 15px;
}

div.testimonial blockquote span {
	display: block;
	text-align: right;
	margin-top: 0.5em;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 0.8em;
	color: rgb(102,119,85);
}

div#content div.testimonial h3 {
	margin-bottom: 5px;
}

div#content div.testimonial a.kiva {
	display: block;
	text-align: center;
}

div#content div.testimonial div.credentials {
	margin: 1em auto;
}

div#content div.testimonial div.credentials img {
	vertical-align: middle;
}

/*--- Products Page ---*/

.product-category {
	display: block;
	float: left;
	width: 220px;
	margin: 0 10px 2em 10px;
}

.product-category img {
	display: block;
	width: 220px;
	height: 130px;
	opacity: 0.75;
}

.product-category:hover img {
	opacity: 1;
}

.product-category h3 {
	background: rgb(183,218,120);
	margin: 0 !important;
	padding: 5px !important;
	border: solid 1px rgb(101,161,0);
	/* Progressive Enhancement */
	text-shadow: 1px 1px 1px rgb(255,255,255);
}

.product-category a {
	display: block;
	width: 154px;
	height: 33px;
	line-height: 33px;
	margin: 5px auto;
	background: url('/_lib/img/btn-154px-greenbg.png') 0 0 no-repeat;
	font: bold 14px/30px "Helvetica Nueue", Helvetica, Arial, sans-serif;
	color: rgb(255,255,255);
	text-align: center;
	text-decoration: none;
	/* Progressive Enhancement */
	text-shadow: -1px -1px 1px #343D2C;
}

.product-category a:hover {
	background-position: 0 -33px;
}

.product-category a:active {
	background-position: 0 -66px;
	color: rgb(238,238,238);
}
