/* ---------------------------------------

			SUBPAGE CSS STYLES

---------------------------------------- */

/* GENERIC STYLES */

.btn-gold {
	border-radius: 5px;
	padding: 10px 5px;
	background-color: #fccc55;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fccc55), to(#fcaf33));
    background-image: -webkit-linear-gradient(top, #fccc55, #fcaf33);
    background-image:    -moz-linear-gradient(top, #fccc55, #fcaf33);
    background-image:     -ms-linear-gradient(top, #fccc55, #fcaf33);
    background-image:      -o-linear-gradient(top, #fccc55, #fcaf33);
	border: 1px solid #fb9c24;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #31302f !important;
	text-decoration: none !important;
	display: inline-block;
}

.btn-gold:hover {
	background-color: #f8d286;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8d286), to(#f7ce7f));
    background-image: -webkit-linear-gradient(top, #f8d286, #f7ce7f);
    background-image:    -moz-linear-gradient(top, #f8d286, #f7ce7f);
    background-image:     -ms-linear-gradient(top, #f8d286, #f7ce7f);
    background-image:      -o-linear-gradient(top, #f8d286, #f7ce7f);
	border: 1px solid #f4c06a;
}

	.btn-gold img {
		margin-left: 3px;
		position: relative;
		top: 2px;
	}

img {
	max-width: 100% !important;
	border: 0;
}

table a {
	color: #000;
	text-decoration: underline;
}

table a:hover {
	text-decoration: none;
}

object {
	z-index: 0;
}

.faqs .hover {
	color: #777772 !important;
}

.faqs dt {
	background: url('../images/faq-q.png') no-repeat 0 4px !important;
}

.faqs dd {
	background: url('../images/faq-a.png') no-repeat 0 2px !important;
}

.guide-dl-btn {
    background: url("../images/download-guide.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-size: 0;
    height: 115px;
    position: relative;
    width: 380px;
}
.guide-dl-btn:hover {
    background-position: 0 -115px;
}

/* SUBPAGE CONTAINER */

.sp-content-wrap {
	width: 980px;
	margin: 30px auto 0px;
	height: auto;
	padding: 16px 0;
	display: block;
}


/* LAYOUT MASTER COLUMN STYLES */

.center-rightmargin {
	float: left;
	padding: 0 56px 20px 45px;
    width: 595px;
}

.rightside {
	float: right;
	width: 260px;
}

/* CENTER COLUMN */

.center-nomargins {
	margin: 30px auto 0;
}

.center-rightmargin p,
.center-nomargins p {
	margin-top: 20px;
}

.center-rightmargin a {
	text-decoration: underline;
}

.center-rightmargin a:hover {
	text-decoration: none;
}

.center-rightmargin ul,
.center-nomargins ul {
	margin: 20px 0 20px 30px;
}

.center-rightmargin li
.center-nomargins li {
	margin: 10px 0;
    padding: 0 0 0 10px;
}

.content-photos {
    border: 1px solid #c1cfd4;
    margin: 0 0 14px 14px;
    padding: 6px;
}

.mojogallery {
	width: 488px;
	margin: 20px auto;
}

a.cboxElement > img {
	border: 1px solid #c1cfd4;
	padding: 2px;
	margin: 0 5px;
}


/* VIEW PHOTOS BUTTON INLINE CONTENT */

a.view-photos {
    background: url("../images/landing-page-photos/lp-doublehung-sprite-photos.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float:right;
	display: block;
    height: 119px;
    margin: 0 0 0 15px;
    width: 185px;
}

a.view-photos:hover {
    background: url("../images/landing-page-photos/lp-doublehung-sprite-photos.png") no-repeat scroll 0 -119px rgba(0, 0, 0, 0);
}


/* RIGHT COLUMN */

.sp-banner {
	border-bottom: 1px solid #cecdcd;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 13px 10px;
    padding: 0 5px 10px 0;
    text-align: center;
}


/* CHILD MENU STYLES */

.AspNet-TreeView ul {
	margin-bottom: 25px;
	padding-left: 28px;
}

.AspNet-TreeView ul li {
	background: url('../images/subnav-arrow.png') no-repeat scroll 0 3px transparent;
	list-style: none outside none;
    cursor: pointer;
    display: block;
	height: 20px;
}

.AspNet-TreeView ul li:hover {
	background: url('../images/subnav-arrow.png') no-repeat scroll 2px 3px transparent;
}

.AspNet-TreeView ul li a {
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 0 17px;
	text-decoration: none;
}

.AspNet-TreeView-Selected {
	font-weight: bold;
}

/* RIGHT SIDEBAR ESTIMATE BIN */

/* CONTAINER */

.sp-sidebar {
	width: 234px;
	margin: 0 auto 28px auto;
	border-radius: 5px;
	background-color: #dedddd;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2b2a2a), to(#dedddd));
    background-image: -webkit-linear-gradient(top, #2b2a2a, #dedddd);
    background-image:    -moz-linear-gradient(top, #2b2a2a, #dedddd);
    background-image:     -ms-linear-gradient(top, #2b2a2a, #dedddd);
    background-image:      -o-linear-gradient(top, #2b2a2a, #dedddd);
	border: 1px solid #acadad;
}

.sp-sidebar-container {
	width: 213px;
	margin: 0 auto;
	padding: 22px 0;
}

.sp-sidebar-header {
	display: block;
	position: relative;
	left: 8px;
}

.sp-sidebar-estimate, .sp-sidebar-location, .sp-sidebar-offers, .sp-sidebar-reviews {
	height: 43px;
	width: 202px;
	display: block;
	text-decoration: none;
}

.sp-sidebar-estimate {
	background: url('../images/btn-estimate-lrg.png') 0 0 no-repeat;
	margin: 9px auto 0 auto;
}

.sp-sidebar-estimate:hover {
	background: url('../images/btn-estimate-lrg.png') 0 -43px no-repeat;
}

.sp-sidebar-location {
	background: url('../images/btn-find-location.png') 0 0 no-repeat;
	margin: 20px auto 0 auto;
}

.sp-sidebar-location:hover {
	background: url('../images/btn-find-location.png') 0 -43px no-repeat;
}

.sp-sidebar-offers {
	background: url('../images/btn-special-offers.png') 0 0 no-repeat;
	margin: 20px auto 25px auto;
}

.sp-sidebar-offers:hover {
	background: url('../images/btn-special-offers.png') 0 -43px no-repeat;
}

.sp-sidebar-reviews {
	background: url('../images/btn-reviews.png') 0 0 no-repeat;
	margin: 20px auto 0;
}

.sp-sidebar-reviews:hover {
	background: url('../images/btn-reviews.png') 0 -43px no-repeat;
}

a.btn-buyers-guide {
	background: url('../images/bin-guide-2.png') 0 0 no-repeat;
	height: 118px;
	width: 217px;
	display: block;
	text-decoration: none;
	margin: 0px 0px 0px 4px;
}

a.btn-buyers-guide:hover {
	background: url('../images/bin-guide-2.png') 0 -118px no-repeat;
}

.sp-sidebar-logos {
	display: block;
	margin: 0 auto;
}


/* RIGHT SIDEBAR LOCATIONS BIN */
	.content-right-bin {
		width: 90%;
		margin: 30px auto 20px;
		padding-bottom: 15px;
		background-color: #fff;
		border: 1px solid #bdbdbd;
    	font-size: 13px;
    }

		.content-right-bin h3 {
			padding: 5px 0;
			background-color: #ebebeb;
			text-align: center;
		}

		.content-right-bin p {
			margin: 0;
			padding: 0 10%;
			line-height: 19px;
		}

		.content-right-bin img {
			display: block;
			margin: 0 auto;
		}




/* FLEX FORM STYLES */

.wrapFlexFormInner span {
	font-size: 12px;
}

.wrapFlexFormInner input {
	text-indent: 5px;
}

.wrapFlexFormInner textarea {
	width: 300px !important;
}

.wrapFlexFormInner input, .wrapFlexFormInner select, .wrapFlexFormInner textarea {
	border: 1px solid #bdbdbd;
	margin: 0 0 5px 5px;
	font-size: 12px !important;
}

.center-nomargins .wrapFlexFormInner input, .center-nomargins .wrapFlexFormInner select, .center-nomargins .wrapFlexFormInner textarea {
	margin: 0 0 5px 10px;
}

.wrapFlexFormInner input[type=checkbox] {
	border: 0 !important;
}

.wrapFlexFormInner input[type=submit] {
	display: block;
	background: url('../images/btn-submit.png') 0 0 no-repeat;
	width: 98px;
	height: 36px;
	border: 0 !important;
	font-size: 0px !important;
	cursor: pointer;
	margin-right: 0 !important;
}

.wrapFlexFormInner input[type=submit]:hover {
	background: url('../images/btn-submit.png') 0 -36px no-repeat;
}

.captcha img {
	clear: both;
	display: block;
	margin-bottom: 15px;
}

.captcha label {
	font-size: 12px;
}

.captcha input {
	width: 48px !important;
}

.captcha span, .csFlexFormMsgSent, .csFlexFormMsgSent span {
	display: block;
	margin-left: 3px;
	margin-bottom: 10px;
	width: auto !important;
	height: auto !important;
	color: #ff0000 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

.csFlexFormLineItemError span {
	font-size: x-small;
}

/* TABS */

.tabs {
	margin-top: 35px;
	font-size: 14px;
}

.tabs_nav {
	list-style: none;
	margin: 0 !important;
}

.tabs_nav li {
	list-style: none;
	display: inline-block;
	height: 32px;
	text-align: center;
	background-color: #575555;
	padding: 0 10px;
	margin: 0 !important;
	border-radius: 5px 5px 0 0;
	border: 1px solid #bdbdbd;
	border-bottom: 0;
	color: #fff;
}

.tabs_nav a {
	display: block;
	margin-top: 6px;
	color: #fff;
	text-decoration: none;
}

.tabs_nav a:hover {
	color: #ccc;
	text-decoration: none;
}

.tabs_nav li.current {
	background-color: #fbaa29;
	border: 1px solid #787777;
	border-bottom: 0;
	padding-top: 7px;
}

.tabs_nav li.current a {
	color: #fff !important;
	text-decoration: none;
}


/* TABS CONTENT PANE */

.tabs_content {
	width: 595px;
	border: 1px solid #bdbdbd;
}

.tabs_content_container {
	width: 545px;
	margin: 25px auto 35px auto;
	font-size: 14px;
}


/* SPECIFC TABS */

	/* OUR SUNROOMS & MORE TABS / PHOTO GRIDS */

	.photo-container {
			margin: 10px auto -10px;
		}

			.photo-left, .photo-right {
				width: 45%;
				margin: 2.5%;
				text-align: center;
			}

			.photo-left {
				float: left;
			}

			.photo-right {
				float: right;
			}

				.photo span {
					font-size: 14px;
					font-weight: bold;
					color: #444343;
				}

				.photo img.window {
					margin-top: 8px;
					border: 1px solid #bdbdbd;
				}

				.photo .btn-gold {
					display: block;
					width: 120px;
					margin: 0 auto;
					padding: 5px;
					position: relative;
					top: -25px;
				}

					.photo .btn-gold img {
						top: 1px;
					}

	.non-cms-clear {
		clear: both;
		height: 0;
		font-size: 0px;
		line-height: 0px;
	}


/* iPAD PROMO PAGE */

body.hide-menu .rightside .AspNet-TreeView {
	display: none;
}


/* BLINDS & SHADES PAGE STYLES */

.blinds-container h3 {
	margin-top: 40px;
}

.blinds-container img {
	margin-left: 20px;
}


/* DEALER LOCATOR */

.dcl-box {
	background: url('../images/locator-form-bg.png') no-repeat top left;
	width: 541px;
	height: 199px;
	padding: 33px 0 0 57px;
	margin: 23px 0 0 34px;
	color: #31302f;
	font-size: 30px;

	display: block;
}

*+html .dcl-box {
	position: relative;
	line-height: 35px !important;
}

.dcl-input {
	width: 351px;
	height: 37px;
	border: none;
	margin-top: 30px;
	float: left;
	font-size: 21px;
	text-indent: 10px;
	line-height: 37px;
	background: url('../images/dcl-input.png') no-repeat left top;
	font-weight: normal;
	color: #727575;
}

*+html .dcl-input {
	position: absolute;
	left: 57px;
	top: 60px;
}

.dcl-submit {
	background: url('../images/design-center-btn.png') no-repeat left top;
	width: 27px;
	height: 40px;
	border: none;
	margin: 29px 0 0 25px;
	cursor: pointer;
	display: block;
	float: left;
	text-decoration: none !important;
}

*+html .dcl-submit {
	position: absolute;
	left: 432px;
	top: 60px;
}

.dcl-submit:hover {
	background-position: left -40px;
}

.our-locations1, .our-locations2, .our-locations3 {
	float: left;
	width: 197px;
	color: #1C1C1C;
	margin-bottom: 22px;
}

.our-locations3 {
	width: 155px;
}

.our-locations1 a, .our-locations2 a, .our-locations3 a {
	color: #1C1C1C;
}

.dealer-loc h4 {
	color: #369B9A !important;
    display: block !important;
    font-family: Helvetica,Arial,sans-serif !important;
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: normal !important;
}


/* PHOTO GALLERY PAGES */

.gallery-photos {
	border: 1px solid #c1cfd4;
	margin: 40px 0 5px 0;
	padding: 6px;
}

.stanek-photo-gallery .center-rightmargin p {
	margin: 5px 0;
	font-size: 13px;
}

.stanek-photo-gallery .center-rightmargin p.photo-gallery-description {
	font-size: 17px;
	line-height: 22px;
}

a.gallery-backtotop {
	background: url('../images/arrow-backtotop.png') no-repeat 96px 7px #fbaa29;
	display: block;
	width: 100px;
	margin: 50px auto 0;
	padding: 2px 18px 2px 0px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #e4a23c;
	color: #191713;
	font-size: 15px;
	text-decoration: none;
}

a.gallery-backtotop:hover {
	background: url('../images/arrow-backtotop.png') no-repeat 96px 7px #e4a23c;
	color: #000;
}

.photo-gallery-description-left {
    float: left;
    width: 366px;
    border-right: 1px solid #c5c4c4;
    padding-right: 20px;
    min-height: 144px;
}

.photo-gallery-cta-right {
    float: left;
    text-align: center;
    font-size: 23px !important;
    font-weight: bold;
    color: #d48523;
    width: 183px;
    margin: 22px 0 0 25px !important;
    line-height: 27px;
}

.photo-gallery-cta-right-learn {
	background: url('../images/btn-learnmore-lrg.png') 0 0 no-repeat;
	margin: 12px auto 0 auto;
    display: block;
    height: 43px;
    text-decoration: none;
    width: 182px;
}

.photo-gallery-cta-right-learn:hover {
	background: url('../images/btn-learnmore-lrg.png') 0 -43px no-repeat;
}


/* GALLERY OVERVIEW PAGES */

table.gallery-overview img {
	margin: 20px 7px 6px 7px;
}


table.gallery-overview a {
	font-size: 13px;
	font-weight: bold;
}


/* COMMERCIAL GALLERY */

p.commercial-caption {
	margin: 6px 0 15px 0;
	padding: 0 8px;
	text-align: left;
	font-size: 13px;
}


/* TABLE STYLES */

#box-table-a {
	font-family: "Arial", "Lucida Grande", Sans-Serif;
	font-size: 11.5px;
	line-height: 15px;
	width: 633px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-a th {
	font-size: 15px;
	font-weight: bold;
	padding: 11px;
	background: #FFBC51;
	border-bottom: 1px solid #FDD77D;
	color: #000;
}

#box-table-a td {
	padding: 8px;
	background: #FDFCF9;
	border-bottom: 2px dotted #FDD77D !important;
	color: #000;
	border-right: 1px solid #FDD77D;
	border-left: 1px solid #FDD77D;
}

#box-table-a tr:hover td {
	background: #fff;
	color: #264949;
}


/* WINDOW CATALOG - 6/24/15 */

a.download-window-catalog {
    background: url("../images/btn-download-window-catalog.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	width: 380px;
    height: 114px;
}

a.download-window-catalog:hover {
    background: url("../images/btn-download-window-catalog.png") no-repeat scroll 0 -114px rgba(0, 0, 0, 0);
}


/* CAREERS PAGE - 7/13/15 */

.st-btn-careers {
	margin-top: 40px !important;
}

.st-btn-careers > img {
	position: relative;
	top: -4px;
	margin: 0 0 15px 15px;
	padding: 6px;
	border: 1px solid #c4c4c4;
}

.st-btn-careers span {
	display: block;
	margin: 25px 0 5px;
	font-size: 14px;
	font-weight: bold;
}

.st-btn-careers .btn-gold {
	font-size: 14px;
}
