﻿/* ---------------------------------------------------------------------------

	Reset

--------------------------------------------------------------------------- */

html { overflow: -moz-scrollbars-vertical !important; }

/* RESET! */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background-image: transparent;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q { quotes: "" ""; }
.clear { clear:both; }
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
strong { font-weight:bold; }
em { font-style:italic; }

/*------------------------------------------------------------------------------

TYPOGRAPHY

------------------------------------------------------------------------------*/
/*
@font-face {
	font-family: 'Open SansRegular';
	src: url('fonts/Open Sans-Regular-webfont.eot');
	src: url('fonts/Open Sans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Open Sans-Regular-webfont.woff') format('woff'),
		 url('fonts/Open Sans-Regular-webfont.ttf') format('truetype'),
		 url('fonts/Open Sans-Regular-webfont.svg#Open SansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSansRegular';
	src: url('fonts/DroidSans-webfont.eot');
	src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/DroidSans-webfont.woff') format('woff'),
		 url('fonts/DroidSans-webfont.ttf') format('truetype'),
		 url('fonts/DroidSans-webfont.svg#Open SansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSansBold';
	src: url('fonts/DroidSans-Bold-webfont.eot');
	src: url('fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/DroidSans-Bold-webfont.woff') format('woff'),
		 url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
		 url('fonts/DroidSans-Bold-webfont.svg#Open SansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
p, ul { margin-bottom: 20px; line-height: 1.6em; }

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { font-size: 1.5em; color: #000; }
h1 { font-size: 2em; padding-bottom: 0; margin-bottom: 0; }
h2 { padding: 0 0 10px 0; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5, h6 { font-size: 1em; }

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
	margin-top: 0;
}

/*------------------------------------------------------------------------------

LINKS

------------------------------------------------------------------------------*/

.moreBtn { font-family: 'Open Sans'; font-size:11px; color:#333333 !important; text-decoration:none !important; text-shadow:1px 1px 0 #ccc; margin-bottom:20px; display:inline-block;
				 padding:2px 10px; background-color:#ddddde; border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px; box-shadow:0 1px 0 #acacac; -webkit-box-shadow:0 1px 0 #acacac; -moz-box-shadow:0 1px 0 #acacac; background:-webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#ccccce)); background:-moz-linear-gradient(top,  #fbfbfb,  #ccccce); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ccccce'); 
				}
.moreBtn:hover { background-image:none; background-color:#ddddde; }

/*------------------------------------------------------------------------------

UNIVERSAL ELEMENTS

------------------------------------------------------------------------------*/

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset { border:1px solid #ddd; padding:0 1.4em 1.4em 1.4em; margin:0 0 1.5em 0; }
legend { font-size:1.2em; font-weight: bold; padding:20px 5px; color:#4c6979; }
textarea { min-height: 75px; width: 400px; border: 1px solid #CCC; }
input[type="text"] { width: 200px; border: 1px solid #CCC; }
input[type="password"] { width: 200px; border: 1px solid #CCC; }

/* TABLE
----------------------------------------------------------*/

table { border: solid 1px #e8eef4; border-collapse: collapse; width:100%; margin-bottom:20px; }
table td { padding:15px 5px; border: solid 1px #e8eef4; }
table th, table thead { padding: 6px 5px; text-align: left; background-color: #e8eef4; border: solid 1px #e8eef4; font-weight:bold; }

/* ---------------------------------------------------------------------------

	Layout

--------------------------------------------------------------------------- */

body { background-color: #001c31; font:small/1.49em "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, sans-serif; color: #333; }
#outerSiteWrap { background:url(images/bg-outer-sitewrap.jpg) repeat-x 0 165px #fff; }
#siteWrap { background:url(images/bg-header-radial-grad-curve.jpg) no-repeat center 165px; position:relative; z-index:500; }

/*------------------------------------------------------------------------------

HEADER

------------------------------------------------------------------------------*/

#headerWrap { border-top:2px solid #003752; position: relative; }
#headerWrap h1 { font-weight: bold; padding: 5px 0; margin: 0; color: #fff; border: none; line-height: 2em; font-size: 32px !important; }

div#topHeaderWrap { background:url(images/bg-top-header-bg.gif) repeat; }
div#topHeader { width:978px; margin:0 auto; height:163px; background:url(images/bg-top-header-radial-grad-logo-overlay.png) no-repeat bottom center; position:relative; }
/*div#topHeader h1 a { background:url(images/img-coastal-industries-logo.png) no-repeat; text-indent:-9999px; display:block; width:105px; height:120px; position:absolute; left:50%; margin-left:-53px; top:24px; }*/
div#topHeader h1 { display:block; position:absolute; width:100%; text-align:center; top:54px; left:0px; z-index:99;}

#bottomHeader { background:url(images/bg-customer-service-nav-bg.png) repeat; width:100%; height:30px; padding:2px 0; }
#customerServiceNavWrap { width:978px; margin:0 auto; position:relative; }

#homeBanner { height:340px; width:978px; margin:0 auto; text-align:center; position:relative; z-index:0; }
#homeBanner h2 { font-family: 'Open Sans'; color:#fff; text-shadow:1px 1px 1px #444; font-size:38px; line-height:130%; margin-top:15px; background:url(images/bg-home-banner-heading-fade-line.png) no-repeat center; }
#homeBanner h2 span { font-family: 'Open Sans'; font-size:59px; font-weight:bold; }
/*#homeBanner img { position:absolute; bottom:-100px; left:50%; margin-left:-550px; }*/
#homeBanner p a.homeButton, #homeBanner span a.homeButton { text-decoration:none; position:absolute;font-family: 'Open Sans'; font-size:14px; color:#333333 !important; border-bottom:none !important; text-shadow:1px 1px 0 #ccc; margin-bottom:20px; display:inline-block;
				 width:150px; height:30px; line-height:30px; display:block; text-align:center; background-color:#ddddde; border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px; box-shadow:0 1px 0 #acacac; -webkit-box-shadow:0 1px 0 #acacac; -moz-box-shadow:0 1px 0 #acacac; background:-webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#ccccce)); background:-moz-linear-gradient(top,  #fbfbfb,  #ccccce); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ccccce'); }
#homeBanner p a.homeButton:hover, #homeBanner span a.homeButton:hover { background-image:none; background-color:#ddddde; }

img.homeBannerImage { display:none; }

.roundabout-holder { padding: 0; /*width:978px; height: 5em;*/ width: 978px; margin:0 auto; height: 15em; list-style: none }
.roundabout-moveable-item { /*height: 4em; width: 4em;*/ height: 13em; width: 18em; cursor: pointer; }
.roundabout-moveable-item img { width: 100%; }
.roundabout-in-focus { cursor: auto; }

#myRoundabout { width:600px; /*margin-left:330px;*/ margin-top:-10px; }
/*#myRoundabout li img { background:url(images/bg-customer-service-nav-dropdown.png) repeat; padding:5px; }*/
    #myRoundabout li img { background-color: #eaeaea; padding: 5px; border: 2px solid #fff; box-shadow: 0 3px 3px #ccc; -webkit-box-shadow: 0 3px 3px #ccc; }

#next { background:url(images/bg-next-btn-arrow.png) no-repeat; width:28px; height:28px; display:block; text-indent:-9999px; position:absolute; right:50px; bottom:70px;  }
#previous { background:url(images/bg-previous-btn-arrow.png) no-repeat; width:28px; height:28px; display:block; text-indent:-9999px; position:absolute; left:50px; bottom:70px; }

/*------------------------------------------------------------------------------

NAVIGATION

------------------------------------------------------------------------------*/

.socialMedia { float:right; margin-top:10px; }
.socialMedia ul li { float:left; margin-left:10px; }
li.facebook a { background:url(images/btn-facebook-icon.png) no-repeat top center; width:26px; height:26px; display:block; text-indent:-9999px; }
li.facebook a:hover { background-position:bottom; }
li.twitter a { background:url(images/btn-twitter-icon.png) no-repeat top center; width:26px; height:26px; display:block; text-indent:-9999px; }
li.twitter a:hover { background-position:bottom; }
li.youtube a { background:url(images/btn-youtube-icon.png) no-repeat top center; width:26px; height:26px; display:block; text-indent:-9999px; }
li.youtube a:hover { background-position:bottom; }
li.plus a { background:url(images/btn-google-plus-icon.png) no-repeat top center; width:26px; height:26px; display:block; text-indent:-9999px; }
li.plus a:hover { background-position:bottom; }
li.linkedIn a { background:url(images/btn-linked-in-icon.png) no-repeat top center; width:26px; height:26px; display:block; text-indent:-9999px; }
li.linkedIn a:hover { background-position:bottom; }
li.amazon a { background:url(images/btn-amazon-icon.png) no-repeat top center; width:26px; height:26px; display:block; text-indent:-9999px; }
li.amazon a:hover { background-position:bottom; }
li.pinterest a { background:url(images/btn-pinterest-icon.png) no-repeat top center; width:26px; height:26px; display:block; text-indent:-9999px; }
li.pinterest a:hover { background-position:bottom; }
li.houzz a { background:url(images/btn-houzz-icon.png) no-repeat top center; width:26px; height:26px; display:block; text-indent:-9999px; }
li.houzz a:hover { background-position:bottom; }


#aboutNavWrap, #productsNavWrap { position:absolute; top:50px; width:35%; }
#aboutNavWrap { left:0; }
#productsNavWrap { right:0; }

#aboutNavWrap .mainNav, #productsNavWrap .mainNav { clear:both; }
#productsNavWrap .mainNav {float:right; }
#aboutNavWrap .mainNav li a, #productsNavWrap .mainNav li a { font-size:14px; text-decoration:none; color:#003752; text-shadow:1px 1px 0 #fff; }
#aboutNavWrap .mainNav li a:hover , #productsNavWrap .mainNav li a:hover { color:#1187c0; }
#aboutNavWrap .mainNav li { display:inline-block; margin-right:18px; }
#productsNavWrap .mainNav li.active { background: rgba(214,214,214,1); border-top-right-radius:3px; border-top-left-radius:3px; }
#productsNavWrap .mainNav li.active a { color:#003752;}
#productsNavWrap .mainNav li { float:left; padding:12px; margin-top:-15px;position:relative;}
#productsNavWrap .mainNav li ul.dropDownNav { display:none; position:absolute; top:40px; left:0; background: rgba(214,214,214,1);
background: -moz-linear-gradient(-45deg, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 53%, rgba(185,185,185,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(214,214,214,1)), color-stop(53%, rgba(214,214,214,1)), color-stop(100%, rgba(185,185,185,1)));
background: -webkit-linear-gradient(-45deg, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 53%, rgba(185,185,185,1) 100%);
background: -o-linear-gradient(-45deg, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 53%, rgba(185,185,185,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 53%, rgba(185,185,185,1) 100%);
background: linear-gradient(135deg, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 53%, rgba(185,185,185,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#b9b9b9', GradientType=1 ); width:200px; padding:0px; margin:0px; border-top-right-radius:3px; border-bottom-right-radius:3px; border-bottom-left-radius:3px; overflow:hidden;}
#productsNavWrap .mainNav li ul.dropDownNav li { margin:0px; padding:0px; display:inline-block; width:100%;}
#productsNavWrap .mainNav li ul.dropDownNav li a { color:#454545; width:100%; display:block; padding:10px 15px; box-sizing:border-box; -moz-box-sizing:border-box;}
#productsNavWrap .mainNav li ul.dropDownNav li a:hover { color:#fff; text-shadow:1px 1px 0 #000; background:url('../Content/images/hoverSubNav.jpg') repeat top left;}

#aboutNavWrap h2, #productsNavWrap h2 { color:#a3a3a3; font-size:13px; text-shadow:1px 1px 0 #dcdcdc; padding-bottom:15px; margin-bottom:15px; }
#aboutNavWrap h2 { float:left; text-align:left; width:100%; background:url(images/bg-main-nav-header-lines-left.png) no-repeat bottom left; }
#productsNavWrap h2 { float:right; text-align:right; width:100%; background:url(images/bg-main-nav-header-lines-right.png) no-repeat bottom right; }

#customerServiceNav { position:absolute; left:0; z-index:10; }
#customerServiceNav li { float:left; font-size:11px; text-shadow:1px 1px 0 #000; padding:6px 12px 6px 0; margin-right:12px; background:url(images/bg-customer-service-nav-seperators.png) no-repeat right center; }
#customerServiceNav li:last-child { background:none; }
#customerServiceNav li a { color:#ccc; text-decoration:none; display:block; }
#customerServiceNav li a:hover { color:#fff; }

#customerServiceNav li ul { display:none; width:135px; background:url(images/bg-customer-service-nav-dropdown.png) repeat; margin:5px 0 0 -12px; padding-left:12px; }
#customerServiceNav li:hover ul { display:block; position:absolute; }
#customerServiceNav li ul li { background:none; float:none; }
#customerServiceNav li ul li a { width:135px; display:block; }
#customerServiceNav li ul li.outgoingAmazon a { background: url(images/icon-amazon.jpg) 90% center no-repeat; }

.orderingPortalFlyoutMenu { display:none !important; left:159px; margin-top:-23px !important; border-left:1px solid #001c31; }
#customerServiceNav li:hover ul li:hover .orderingPortalFlyoutMenu { display:block !important; }

.onePix { margin-top:-24px !important; }

#logindisplay { position:absolute; right:0; font-size:11px; text-shadow:1px 1px 0 #000; color:#fff; padding:6px 0; }

#logindisplay a { color:#ccc; text-decoration:none; }
#logindisplay a:hover { color:#fff; }



/*------------------------------------------------------------------------------

CONTENT

------------------------------------------------------------------------------*/

body.home #outerContentWrap { padding:180px 0 0 0; background:url(images/bg-content-wrap.png) repeat-x top #fff; }
body.home #innerContentWrap { width:978px; margin:0 auto; background:none; }
#outerContentWrap { background:url(images/bg-subpage-content-wrap.png) repeat-x top; }
#innerContentWrap { background:url(images/bg-subpage-inner-content-ds.png) no-repeat top center; width:1006px; margin:0 auto; margin-top:80px; padding-top:14px; position:relative; }
#innerContentWrapGlassco { background:url(images/bg-subpage-inner-content-ds.png) no-repeat top center; width:1030px; margin:0 auto; margin-top:80px; padding-top:14px; position:relative; }
body.portal #innerContentWrap { margin-top:20px; }

#innerContentWrap a:link { color: #0a4e8e; text-decoration: none; text-decoration:underline; }
#innerContentWrap a:visited { color: #0a4e8e; }
#innerContentWrap a:hover { color: #03305b; text-decoration:none; }
#innerContentWrap a:active { color: #21598e; }

#innerContentWrap ul { margin-bottom:30px; }
#innerContentWrap ul li { list-style:disc; margin-left:15px; margin-bottom:10px; }

.topHomeContentBorder { background:url(images/bg-home-content-top-lines.png) no-repeat top; width:935px; margin:0 auto; height:25px; }

#subPageContentWrap { background-color:#fff; width:978px; min-height:500px; margin:0 auto; padding-top:25px; }
#subPageContentWrapGlassco { background-color:#fff; width:1030px; min-height:500px; margin:0 auto; padding-top:25px; }

.pad { padding:0 25px 25px 25px; }

.push { height:200px; }

.headlineWrap { width:100%; position:absolute; top:-85px; text-align:center; margin-top:30px; font-family: 'Open Sans'; }
.mainHeadline { display:inline; color:#fff; text-shadow:1px 1px 1px #444; font-size:26px; line-height:110%; background:url(images/bg-left-heading-fade-line.png) no-repeat left; padding-left:235px; }
.rightFadeLine { background:url(images/bg-right-heading-fade-line.png) no-repeat right; padding-right:235px; }

body.subpage .mainContent { margin-left:25px; width:534px; }
.mainContent { float:left; width:474px; }
.mainContent h2, #productDetailDescription h2 { position:relative; font-family: 'Open Sans'; line-height:normal; font-size:24px; color:#002a40; border-bottom:1px solid #d6d6d6; padding-bottom:20px; margin-bottom:20px; }
.mainContent h2.noBottom, #productDetailDescription h2.noBottom { border-bottom:none; padding-bottom:0; margin-bottom:5px; }
.mainContent strong.patentPending, #productDetailDescription strong.patentPending { font-weight: normal; color: #a8a8a8; font-size: 12px; border-bottom:1px solid #d6d6d6; padding-bottom:20px; margin-bottom:20px; display: block; }
span.patentStar { color: #a8a8a8; }
.mainContent h3, #productDetailDescription h3 { font-weight:bold; margin-bottom:20px; color:#4c6979; font-size:18px; line-height:140%; }
.mainContent h4 { font-weight:bold; font-size:15px; color:#333; margin-bottom:10px; }
ul#productFeaturesIcons { display:block; padding:16px 0px 32px 0; margin:0px; }
ul#productFeaturesIcons li { width:23%; display:inline-block; vertical-align:top; margin:16px 0; padding:0px; color:#666; font-size:12px; text-align:center;}
ul#productFeaturesIcons li:before { content:""; background:url('images/mainIcons.png') no-repeat; width:73px; height:74px; display:block; margin:0px auto; margin-bottom:8px; }
ul#productFeaturesIcons li#customConfigAvailable:before {background-position:-368px 0; }
ul#productFeaturesIcons li#customConfig:before {background-position:-368px 0; }
ul#productFeaturesIcons li#oneManInstall:before { background-position:-148px 0;}
ul#productFeaturesIcons li#fullLengthMagnet:before { background-position:0 -75px; }
ul#productFeaturesIcons li#continuousHinge:before { background-position:-442px 0; }
ul#productFeaturesIcons li#throughGlassHandles:before { background-position:-149px -74px; }
ul#productFeaturesIcons li#throughGlassHandle:before { background-position:-149px -74px; }
ul#productFeaturesIcons li#stayCleanTrack:before { background-position:-372px -74px; }
ul#productFeaturesIcons li#adjustableRollers:before { background-position:-296px -74px; }
ul#productFeaturesIcons li#hShapedWallJamb:before {background-position:-1px -150px; }
ul#productFeaturesIcons li#uShapedWallJamb:before {background-position:-152px -150px; }
ul#productFeaturesIcons li#roundedEuroheader:before {background-position:-447px -74px; }
ul#productFeaturesIcons li#maximumWalkthrough:before { background-position:-222px; }
ul#productFeaturesIcons li#optionalLatch:before { background-position:-223px -74px; }
ul#productFeaturesIcons li#plumbAdjust:before { background-position:-75px 0; }
ul#productFeaturesIcons li#pivotHinge:before { background-position:-75px -74px; }
ul#productFeaturesIcons li#headerless:before { background-position:-295px 0; }
ul#productFeaturesIcons li#adjustableStrikeJamb:before { background-position:-225px -150px;}
ul#productFeaturesIcons li#framed:before { background-position:-300px -150px; }
ul#productFeaturesIcons li#knockOnHandle:before { background-position:-375px -150px; }
ul#productFeaturesIcons li#adaCompatible:before { background-position:-77px -150px; }
#ul#productFeaturesIcons li
ul#availableFinishes { display:block; padding:0 0 32px 0; margin:0px; }
ul#availableFinishes li { width:23%; display:inline-block; vertical-align:top; margin:16px 0; padding:0px; color:#666; font-size:12px; text-align:center;}
ul#availableFinishes li#chrome:before { content:""; background:url('images/finishColors.jpg') no-repeat; width:75px; height:75px; display:block; margin:0px auto; margin-bottom:8px;}
ul#availableFinishes li#briteGold:before { content:""; background:url('images/finishColors.jpg') no-repeat; background-position: -95px 0; width:75px; height:75px; display:block; margin:0px auto; margin-bottom:8px;}
ul#availableFinishes li#brushedNickel:before { content:""; background:url('images/finishColors.jpg') no-repeat; background-position: -190px 0; width:75px; height:75px; display:block; margin:0px auto; margin-bottom:8px;}
ul#availableFinishes li#oilRubbedBronze:before { content:""; background:url('images/finishColors.jpg') no-repeat; background-position: -285px 0; width:75px; height:75px; display:block; margin:0px auto; margin-bottom:8px;}
ul#availableFinishes li#platinum:before { content:""; background:url('images/finishColors.jpg') no-repeat; background-position: -370px 0; width:75px; height:75px; display:block; margin:0px auto; margin-bottom:8px;}

ul.homeCallouts, .homeVideo { float:right; width:474px; }
ul.homeCallouts li { list-style:none !important; margin-left:0 !important; float:left; width:237px; }
ul.homeCallouts li h2 { font-family: 'Open Sans'; font-size:24px; color:#156c9e; padding-left:11px; margin-bottom:10px; }
ul.homeCallouts li img { background-color:#eaeaea; padding:5px; border:2px solid #fff; box-shadow:0 3px 3px #ccc; -webkit-box-shadow:0 3px 3px #ccc; -moz-box-shadow:0 3px 3px #ccc; }
ul.homeCallouts li p { padding-left:5px; padding-top:15px; }

.homeVideo iframe { border:5px solid #4c6979; }

ul.productImages li { list-style:none !important; margin-left:0 !important; float:left; width:208px; padding:0 12px; text-align:center; }
ul.productImages li img { background-color:#eaeaea; padding:5px; border:2px solid #fff; box-shadow:0 3px 3px #ccc; -webkit-box-shadow:0 3px 3px #ccc; -moz-box-shadow:0 3px 3px #ccc; }
ul.productImages li p, ul.productImages li h3 { text-align:left !important; }

p.galleryTitle { float:left; }
p.viewPage { float:right; }

.repeatedSectionWrap { border-bottom:1px solid #d6d6d6; margin-bottom:40px; padding-bottom:20px; }
.repeatedSectionWrap:last-child { border-bottom:none; margin-bottom:0; padding-bottom:0; }
.repeatedSectionDesc { float:left; width:534px; }
.repeatedSectionDesc h2 { font-family: 'Open Sans'; font-size:24px; color:#002a40; margin-bottom:20px; }
.repeatedSectionPhotoContact { float:right; width:366px; }
.repeatedSectionPhotoContact img { float:left; border:5px solid #4c6979; margin-right:15px; }
.repeatedSectionPhotoContact ul li img { border:none; }
.repeatedSectionPhotoContact ul { width:140px; float:right; }
.repeatedSectionPhotoContact ul li { list-style:none !important; margin-left:0 !important; font-size:11px; }

/* Products */

#productDetailImages { float:left; width:450px; }
#productSlideshow { margin-bottom:20px; }
/*#productSlideshow img { border:5px solid #4c6979; }*/
    #productSlideshow img {  }

#productDetailDescription { float:right; width:450px; }
#productDetailDescription iframe { border:5px solid #4c6979; }
.additionalProductDetails { float:left; width:200px; margin-right:10px; margin-top:20px; background-color:#eaeaea; padding:5px; border:2px solid #fff; box-shadow:0 3px 3px #ccc; -webkit-box-shadow:0 3px 3px #ccc; -moz-box-shadow:0 3px 3px #ccc; }

#productSlideNav li { list-style:none !important; margin-left:0 !important; margin-right:12px; float:left; }

/* Sales Aids */

.salesAids { list-style:none; }
.salesAids li { float:left; width:245px; list-style:none !important; margin-left:0 !important; margin-right:20px; }
.salesAids li img { background-color:#eaeaea; padding:5px; border:2px solid #fff; box-shadow:0 3px 3px #ccc; -webkit-box-shadow:0 3px 3px #ccc; -moz-box-shadow:0 3px 3px #ccc; margin-bottom:10px; }

/* Contact Form */

fieldset.contactForm { border:none !important; padding:0 !important; }
fieldset dl { margin: 0 0 .8em 0; }
fieldset dl:last-child { margin: 0; }
fieldset dt, fieldset dd { margin: 0; padding: 0; }
.universal-submit { padding: 10px !important; background: #1472ac; border: none; cursor: pointer; font-weight: bold; color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; overflow: visible; font-size: .9em; }
.universal-submit:hover { background: #0469a7; }
input, textarea, select { padding:10px; }
input#message-name, input#message-company-name, input.message, input#message-email, input.message-phone, textarea { padding: 10px; width: 474px; background: #fff; border: 1px solid #ccc; }
textarea { height: 150px; }

/* Press Room */

.pressRoomContentSection { border-bottom:1px solid #d6d6d6; margin-bottom:20px; }

/* Specifications */

.csiSpecifications h3 { background:url(images/icons_specs.gif) no-repeat top right; padding:20px 70px 13px 0; display:inline-block; }
.bimObjects h3 { background:url(images/icons_bim.gif) no-repeat top right; padding:25px 70px 7px 0; display:inline-block; }

/*------------------------------------------------------------------------------

SIDEBAR

------------------------------------------------------------------------------*/

.sidebar { float:right; width:366px; margin-right:25px; }
.sidebar img, .sidebar iframe { border:5px solid #4c6979; margin-bottom:20px; }
.sidebar h2 { font-family: 'Open Sans'; font-size:24px; color:#002a40; margin-bottom:20px; }

.sidebarTestimonial { width:316px; font-style:italic; }
.sidebarTestimonial p { color:#888; }
.sidebarTestimonial h3 { font-weight:bold; font-size:14px; }

/*------------------------------------------------------------------------------

FOOTER

------------------------------------------------------------------------------*/

#footerGradient { background-image: -webkit-gradient(radial, 50% -50%, 0, 50% 10%, 500, from(#00a8e1), to(#001c31)); background-image: -moz-radial-gradient(50% -50%, farthest-side, #00a8e1, #001c31); padding-bottom:180px; position:relative; }
#footerWrap { background:url(images/bg-top-footer-curve.png) no-repeat center -1px; padding-bottom:15px; }
#footer { width:978px; margin:0 auto; position:relative; }
#footer a { color:#ccc; text-decoration:none; }
#footer p { margin-bottom: 10px; }
#footer a:hover { color:#fff; }
#footer #ngaLink { display: block; float: left; line-height: 1; width: 130px; }
#footer #ngaLink #ngaLogo { width: 100%; height: auto; }

@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {

#footerGradient { background-color:#001c31; }
#footerWrap { background:url(images/bg-footer-ie.gif) no-repeat center -1px !important; padding-bottom:130px; margin-bottom:-100px; }

}

.footerContact { position:absolute; left:0; top:40px; color:#aaa; font-size:11px; }

h2.footerLogo a { background:url(images/img-footer-logo.png) no-repeat; text-indent:-9999px; width:59px; height:67px; display:block; position:absolute; left:50%; margin-left:-30px; top:30px; }

.footerCopyright { position:absolute; right:0; top:40px; color:#aaa; font-size:11px; }

/* MISC  
----------------------------------------------------------*/
.error { color:Red; }


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error { color: #ff0000; }
.field-validation-valid { display: none; }
.input-validation-error { border: 1px solid #ff0000; background-color: #ffeeee; }
.validation-summary-errors { font-weight: bold; color: #ff0000; }
.validation-summary-valid { display: none; }

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label { margin: 1em 0 0 0; }
.display-field, .editor-field { margin:0.5em 0 0 0; }

.text-box { width: 30em; }
.text-box.multi-line { height: 6.5em; }

.tri-state { width: 6em; }

div.pager{text-align:right; border-top: 2px solid silver; padding: 0 .4em 0 .4em;}
div.pager a{font-size: 1.1em; color: #666; text-decoration:none; padding: 0 .4em 0 .4em;}
div.pager a:hover{background-color: Silver;}
div.page a.selected{background-color: #353535; color:White;}

.buttonContainers { clear:both; position:relative; width:100%; height:35px; margin-top:175px;}
.homeMoreProductsButton a {  z-index:99; left:350px; }
.homeCatalogButton a { left: 520px; }

span.moreProductsButtonContain { display:block; position:relative; position:relative;}
span.moreProductsButtonContain ul.subNav { left:0; margin:0; padding:0;}
span.moreProductsButtonContain ul.subNav.toggled { padding:20px 0 0 0; }
span.moreProductsButtonContain ul.subNav.toggled li { margin:0 !important; text-align:center;}
a.moreProductsButton { text-decoration:none !important; z-index:99; text-decoration:none; position:absolute;font-family: 'Open Sans'; font-size:14px; color:#333333 !important; border-bottom:none !important; text-shadow:1px 1px 0 #ccc; margin-bottom:20px; display:inline-block;
				 width:150px; height:30px; line-height:30px; display:block; text-align:center; background-color:#ddddde; border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px; box-shadow:0 1px 0 #acacac; -webkit-box-shadow:0 1px 0 #acacac; -moz-box-shadow:0 1px 0 #acacac; background:-webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#ccccce)); background:-moz-linear-gradient(top,  #fbfbfb,  #ccccce); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ccccce'); }
a.moreProductsButton:hover { background-image:none; background-color:#ddddde; }
span.moreProductsButtonContain ul.subNav.toggled li a { display:block; padding:1px; text-decoration:none !important;}
span.moreProductsButtonContain ul.subNav.toggled li a:hover { color:#fff !important; }

.moreProductsButton { display:block; }

ol { padding: 25px 35px; }
ol li { margin: 0 0 20px 0; list-style-type: decimal; }



/* UPDATE TO PRODUCT PAGE */

.productSlideshowQuarters img { width: 205px; display: block; float: left; border: 5px solid #4c6979; margin: 0 5px 10px 5px; }

ul.subNav { height:0; overflow:hidden; position:absolute; top:10px; left:350px;  background: rgba(214,214,214,1);
background: -moz-linear-gradient(-45deg, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 53%, rgba(185,185,185,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(214,214,214,1)), color-stop(53%, rgba(214,214,214,1)), color-stop(100%, rgba(185,185,185,1)));
background: -webkit-linear-gradient(-45deg, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 53%, rgba(185,185,185,1) 100%);
background: -o-linear-gradient(-45deg, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 53%, rgba(185,185,185,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 53%, rgba(185,185,185,1) 100%);
background: linear-gradient(135deg, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 53%, rgba(185,185,185,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#b9b9b9', GradientType=1 ); margin:0; border-top-right-radius:3px; border-bottom-right-radius:3px; border-bottom-left-radius:3px; overflow:hidden; line-height:2; width:150px; z-index:1;}

ul.subNav.toggled { height:auto; padding-top:24px;}

ul.subNav li { margin:0; padding:0px; display:inline-block; width:100%;}
ul.subNav li a { color:#454545; width:100%; display:block; padding:0; box-sizing:border-box; -moz-box-sizing:border-box; text-decoration:none; position:relative; top:0; left:0; } 
ul.subNav li a:hover{ color:#fff; text-shadow:1px 1px 0 #000; background:url('../Content/images/hoverSubNav.jpg') repeat top left;}
