/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; background: #bbb; color: #777; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: rgb(243,132,54); color: #fff; text-shadow: none; }
::selection { background: rgb(243,132,54); color: #fff; text-shadow: none; }

a { color: rgb(229,108,19); }
a:visited { color: rgb(229,108,19); }
a:hover { color: rgb(255,129,39); }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0 0 0 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Rebecca Kemnitz <rebecca@bytestudios.com> 2012-02-27
   ========================================================================== */






/* ==|== wyswyg ======================================================= */
.wyswyg h1,
h1.wysyg {
  margin:0.6em 0;
}
.wyswyg h2,
h2.wysyg {
  margin: 0  0 0.6em 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10.5pt;
}
.wyswyg h2.myblinds,
h2.wysyg.myblinds,
.wyswyg h2.hunterdouglas,
h2.wysyg.hunterdouglas {
  text-indent:100%;
  overflow: hidden;
  white-space:nowrap;
}
.wyswyg h2.myblinds,
h2.wysyg.myblinds {
  background-image:url(../img/logo-myblinds.gif);
  width:204px;
  height:76px;
}
.wyswyg h2.hunterdouglas,
h2.wysyg.hunterdouglas {
  background-image:url(../img/logo-hunterdouglas.gif);
  width:201px;
  height:32px;
}

.wyswyg h3,
h3.wysyg {
  margin: 0 0 .15em 0;
  font-size: 10.5pt;
}
.wyswyg p,
p.wyswyg {
  margin: 0  0 1.2em 0;
}


.wyswyg ul,
ul.wyswyg {
  margin:0;
  padding:0 1.2em;
}

.wyswyg li,
li.wyswyg {
  margin: 0  0 1.2em 0;
}
.wyswyg img,
img.wyswyg {
  margin: 0  0.6em 0.6em 0;
}



.table {
  position:relative;
  left: -0.6em;
  top: -0.6em;
  display: table;
  border-spacing: 0.6em;
}
.table .row {
  display: table-row;
}
.ie6 .table .row,
.ie7 .table .row {
  float: left;
  width: 100%;
  margin: 0.6em 0;
}
.table .cell {
  display: table-cell;
}
.ie6 .table .cell,
.ie7 .table .cell {
  float: right;
  width: 680px;
}
.ie6 .table .cell.first,
.ie7 .table .cell.first {
  float: left;
  width: auto;
  white-space: no-wrap;
}
.table .cell:first-child,
.table .cell.q { font-weight: bold; }



.table .cell:first-child:after { content: ":"; }






/* ==|== Main Layout ======================================================== */
#container { 
  background-color: white;
/*   width:960px; */
  margin:0 auto;
moz-box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.40);
-webkit-box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.40);
-o-box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.40);
box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.40);
}
.oldie #container { border: 1px solid rgb(215,215,215); }
#main {min-height:500px;}
#mainNav { float:left;width:202px; }
#content { float:right; width:757px; }


/* ==|== Header ======================================================= */
#header { position:relative; }
/*
#header h1{
  position:absolute;
  margin:0;
  text-indent: 100%;
  overflow: hidden;
  white-space:nowrap;
}
#header h1 {
  background-image: url(../img/hd-logo.png);
  left:16px;
  top:16px;
  width:72px;
  height:72px;
}
*/

#hero {
  background:url(../img/main.png) no-repeat center center black;
  position: relative;
  height:346px;
  box-sizing: border-box;
}

#header a { color: #000; text-decoration: none; }
#header a:hover { text-decoration: underline; }



/* ==|== Navigation ======================================================= */
#mainNav { font: 9pt/1.3em 'Arial'; }
#mainNav h2,
#mainNav a {
  display:block;
  margin:0;
  padding: 10px 27px;
  white-space: nowrap;
}
#mainNav h2 {
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
}
#mainNav li { border-bottom: 1px solid rgb(214,214,214); }
#mainNav a { color: inherit; text-decoration: none; }
.oldie #mainNav a { color: rgb(40,40,40); }
#mainNav a:hover { text-decoration: underline; }




/* ==|== Main Content ==================================================== */
#content { padding-top: 13px; }
#content h1 {
  margin: 7px 19px;
  font: bold 14pt/1.3em 'Arial';
  text-transform: uppercase;
}
.section {
  border-bottom: 1px solid rgb(214,214,214);
/*   color: rgb(90,93,100); */
}
.section.first { border-top: 1px solid rgb(214,214,214); }
.asymCol {
  background: url(../img/bg-f2f2f2.gif) repeat-y right top;
  padding: 19px 11px 19px 19px;
}
.symCol {
  background: url(../img/bg-d6d6d6.gif) repeat-y 378px top;
  padding: 19px 19px;
}
.full { padding: 19px 38px 19px 19px; }
.section .col { float:left; }
.section .col.last { float: right; margin-right:0 !important; }
.section.asymCol .col { width: 220px; margin-right: 19px; }
.section.symCol .col { width: 340px; }



.formwrap {
	left: 341px;
	top: 200px;
	position: absolute;
	font-size: 9pt !important;
}
.formwrap input,
.formwrap button {
  float: left !important;
  border: 1px solid rgb(173, 173, 173) !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important; 
  margin:0 !important;
  padding:8px !important;
}
.formwrap input {
  background: white !important;
  width: 138px !important;
  -moz-box-shadow:inset 2px 2px 7px #BBB !important;
   -webkit-box-shadow:inset 2px 2px 7px #BBB !important;
   box-shadow:inset 2px 2px 7px #BBB !important;
}

.formwrap button {
  background: rgb(100,100,100); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(70,70,70,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,100,100,1)), color-stop(100%,rgba(70,70,70,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(100,100,100,1) 0%,rgba(70,70,70,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(100,100,100,1) 0%,rgba(70,70,70,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(100,100,100,1) 0%,rgba(70,70,70,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(100,100,100,1) 0%,rgba(70,70,70,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#464646',GradientType=0 ); /* IE6-9 */
  width: 91px !important;
  padding:8px 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: white !important;
  margin-left:8px !important;
  height:36px !important;
}

.response {
	bottom: 71px;
	left: 589px;
	position: absolute;
	display: none;
	color: white;
	width: 303px;
	text-shadow: 0px 0px 7px #000000;
	background:url(../img/shade.png) no-repeat center center;
	min-height:151px;
}
.response .text{
	position: absolute;
	bottom: 28px;
	left:30px;
}
.response .text h2{
	margin:0;
	white-space:nowrap;
	text-decoration: none;
}

.response .text a{
	text-decoration: none;
	color:#fff;
}

.response .text p a{
	text-decoration: underline;
	color:#fff;
}

.response .text p{
	margin-top: 2px;
}

.rockwoodform h2{
	padding:20px 33px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	background-color:#95928d;
}
.rockwoodform form{
	padding:0 33px;
}

.rockwoodform{
	display:none;
	z-index:1;
	background-color:#efedea;
	width:457px;
	padding-bottom:20px;
	position:absolute;
	top:100px;
	right:50%;
	margin-right:-228px;
	-webkit-box-shadow:0 0 24px #222;
	box-shadow:0 0 24px #222;
}

.rockwoodform a{
	position:absolute;
	z-index:1;
	top:-13px;
	right:-13px;
}

.rockwoodform a img{
	width:26px;
	height:26px;
}

.rockwoodform label, .rockwoodform input{
	display:block;
}

.rockwoodform label{
	font-family:"Helvetica Neue";
	font-size:14px;
	color:#666666;
}

.rockwoodform input{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	outline:none;
	border:1px solid #d1cfcd;
	border-radius:3px;
	width:100%;
	font-size:14px !important;
	height:23px;
	font-family:"Helvetica Neue" !important;
	color:#666666;
}
#rockwood_form_arrow{
    color:#F68428;
}
#store_associate_info{
    clear:both;
    padding-top:10px;
}
#store_associate_info h4{
    cursor:pointer;
}

#store_associate_hidden_wrapper{
    overflow:hidden;
    display:none;
}

#store_associate_info .store_associate{
    width:30%;
    display:inline-block;
}

#styled_state_select select{
	outline:none;
	background:transparent;
	line-height:1;
	border:0;
	border-radius:0;
	height:23px;
	width:110%;
	-webkit-appearance:none;
}

#styled_state_select{
	border:1px solid #ccc;
	border-right:none;
	border-radius:3px;
	width:100%;
	height:23px;
	overflow:hidden;
	background: url("../img/select_arrow.png") no-repeat right #fff;
}

#style_state_select select option{
	font-family:"Helvetica Neue";
	font-size:12px;
	color:#95928d;
}

.rockwood_half_field, .rockwood_full_field{
	float:left;
}

.rockwood_full_field{
	margin-top:10px;
	width:100%;
}

.rockwood_half_field{
	width:47.5%;
	margin-left:5%;
}

.rockwood_half_field:first-child{
	margin-left:0;
}

.rockwoodform .check{
	display:inline;
	width:auto;
}

.rockwoodform span{
	margin:0 10px;
}

.rockwoodform .row_left{
	float:left;
}

.rockwoodform .row_right{
	float:right;
}

.rockwoodform #submit_rockwood{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background-color:#e45d1f;
	border-radius:4px;
	padding:16px 14px;
	border:none;
	outline:none;
}

#rockwood_success{
	display:none;
	background-color:#fff;
	border-radius:4px;
	-webkit-box-shadow:0 0 10px #222;
	box-shadow:0 0 10px #222;
	width:285px;
	position:absolute;
	top:195px;
	left:50%;
	margin-left:-154px;
}

#rockwood_success h2{
	text-align:center;
}


/* ==|== non-semantic helper classes =========================================== */
.ir { display: block; border: 0; text-indent: 100%; overflow: hidden; white-space:nowrap; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
