@charset "utf-8";
/*CSS for entire website layout*/

/* ----------- HTML5 BOILERPLATE RESET FILE -----------*/
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%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
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, serif; _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: 1em 0; padding: 0 0 0 40px; }
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; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -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; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.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; }
.lt-ie8 .clearfix {visibility:hidden; width:0;height:0; clear:both;}
/* -----------  END CSS RESET FILE -----------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans); 

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0; 
	padding: 0;
	background-color:#FFF;	
}

#top {
	margin: 0;
	padding: 0;
}

.topnavcontainer {
	width: 1140px;
	margin: 0 auto;
	padding: 0;
}

.lefttopnav {
	float: left;
	width: 450px;	
	padding: 5px 0; 
	margin: 0; 
}

.righttopnav {
	float: right;
	width: 450px;	
	padding: 5px 0; 
	margin: 0; 
}

#header { 
	background-color: #FFF;
	margin: 0;
	padding: 0;
	border-bottom: 1px #999 solid;
	border-top: 1px #999 solid;		
}

.headercontainer {
	width: 1120px;
	margin: 0 auto;
	padding: 20px 10px;	
}

.logocontainer {
	float: left;
	width: 300px;	
	padding: 0; 
	margin: 0; 
}

.searchcontainer {
	float: right;
	width: 700px;	
	padding: 0; 
	margin: 0; 
}	


/* Search bar css*/
.search {	
  width: 100%;
  display: flex; 
}

.searchTerm {
  width: 100%;
  border: 3px solid #35526e;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #D3D3D3;   
  font-size: 15px;  
}

.searchTerm:focus{
  color: #999;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #35526e;
  background: #35526e;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.wrap{
  max-width: 600px;
  width: 100%;
  margin-top: 50px;

}

/* ---------- End search bar---------- */


#nav {
	background-color: #eee;
	margin: 0;
	padding: 0;
	border-bottom: 1px #999 solid;	
}

.navcontainer {
	background-color: #eee;
	width: 1140px;
	height: 50px;
	margin: 0 auto;	
} 

/* Menu with rollover effect */
#sddm {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}

#sddm li {
	margin: 10px 25px 5px 25px;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 10.5pt Arial, sans-serif;
}

#sddm li a {
	display: block;
	margin: 0;
	padding: 5px;
	height: 15px;
	width: auto;
	background-color: #eee;
	color: #333;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover {
	color: #2980b9;
}

/* ---------- End menu---------- */

#main	{
	background-color:#fff;
	padding: 0;
	margin: 0;		
}

.indexcontainer {
	width: 1140px;
	margin: 0 auto;	
	padding: 20px 0;	
}


.indexcolumn {
	width: 200px;
	float: left;	
	margin: 0 80px 10px 80px;	
	padding: 10px;	
}

.maincontainer {
	width: 1140px;
	margin: 0 auto;	
	padding: 20px 0 60px;
}

.sidebar {
	width: 250px;
	float: left;	
	margin: 0 ;	
	padding: 10px;	
}

.content {
	width: 850px;
	float: left;
	margin: 0;	
	padding: 0;
}

.mainproductscolumn {
	width: 225px;
	float: right;	
	margin: 0 50px 10px 0;	
	padding: 10px;	
}

.mainproductscolumn p a:hover {color: #2980b9;}

.productscolumn {
	width: 230px;
	height: 300px;
	float: left;	
	margin: 0 35px 10px 0;	
	padding: 10px;	
}

.productscolumn img {
	width: 220px;
	height: 190px;
}
 
.productscolumn p a:hover {color: #2980b9;}

.border { border-width: 1px; border-color: #999; border-style: solid; } 

.hcolumn { /* Humydry Page */
	width: 230px;
	height: 250px;	
	float: left;	
	margin: 15px 30px 10px 0;	
	padding: 10px;	
	border: 1px dotted #999;
}

.hcolumn img { /* Humydry Page */
	width: 185px;
	height: 160px;	
	margin: 10px 0;	
}

.hcolumn p a:hover {color: #2980b9;}  /* Humydry Page */

.renovationscolumn {
	width: 350px;
	float: left;	
	margin: 5px 30px;	
	padding: 0;	
}

.renovationscolumn img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
}

.cratingcolumn {
	width: 350px;
	float: left;	
	margin: 40px 60px;	
	padding: 0;	
}

.cratingcolumn img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
}

#bnav {
	background-color:#444;
	padding: 0;
	margin: 0;		
}

.bnavcontainer { 
	background-color:#444;
	width: 1140px;
	margin: 0 auto;
	padding: 20px 0;
}

.bnavcolumn {
	float: left;
	height :200px;
	width :215px;
	margin-right: 10px;
}

.bnavcolumn p {
	margin: 0; 
	padding: 5px 0 15px 0; 
}

.bnavcolumn ul {
	list-style-type: square;
	margin: 0; 
	padding: 0 0 0 20px; 
}

.bnavcolumn li {
	color: #999;	
	font-size: 9.5pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0; 
	padding: 5px 0 0 0; 
}

.bnavcolumn li a:link, .bnavcolumn li a:visited {color: #999;}

#footer { 
	background-color:#333;
	margin: 0;
	padding: 0; 
	border-top: 1px #777 solid; 	 	
} 

.footercontainer { 
	background-color:#333;
	width: 1140px;
	margin: 0 auto;
	padding: 20px 0; 	
}

.leftfooternav {
	float: left;
	width: 500px;	
	padding: 0; 
	margin: 0; 
}

.leftfooternav p {
	margin: 0; 
	padding: 0 0 20px; 
}

.leftfooternav p a:hover {color: #FFF;}

.rightfooternav {
	float: right;
	width: 600px;	
	padding: 0; 
	margin: 0; 
}

.rightfooternav p {
	margin: 0; 
	padding: 0 0 20px; 
}

.rightfooternav p a:hover {color: #FFF;}



/* ----------- Form styles ----------- */
input, textarea {border:1px solid #b5b5b5; background:#fff; 
	webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	-moz-box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
	line-height:1;
	padding:7px 9px 7px 9px;
	color:#ccc;
}

input:focus, textarea:focus, #sidebar .searchform input:focus, footer .searchform input:focus {color:#444;}
#contact-wrapper input, #contact-wrapper textarea, #reply textarea, #reply input {color:#444;} 
#sidebar .searchform, footer .searchform {
	border:1px solid #b5b5b5; 
	webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	-moz-box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
	line-height:1;
	color:#ccc;
	margin-bottom:5px;
	background-image:url(images/magnify.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#sidebar .searchform .assistive-text, #sidebar .searchform #searchsubmit, footer .searchform #searchsubmit, footer .searchform .assistive-text {display:none;}
#sidebar .searchform input, footer .searchform input {
	width:auto;
	border:none; background:transparent;  webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -moz-box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0); -webkit-box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0); box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0);
	line-height:1;
	padding:7px 9px 7px 9px;
	color:#ccc;
}
footer .searchform  {background-color:#fff;}
#contact-wrapper {margin-top:15px;}
#contact-wrapper input, #reply input {width:60%; padding:10px;}
#contact-wrapper textarea, #reply textarea {width:80%; padding:10px;}
#contact-wrapper input.submit, #reply input.submit {width:auto;}
#contactform label.error { padding-top:3px; font-weight:normal; display:block; width:100%;   height:25px; margin-bottom:-28px; font-size:11px; color:#dd8b8b;}
#contactform input.error { border: 1px dotted #f4cbcb; background:#f8eded; }
p.error {color:#dd8b8b; font-weight:bold;}
p.success {color:#64ba7c; font-size:14px; font-weight:bold; padding-bottom:2px; }
p.success2 {padding-bottom:8px;}
#contactform span {color:#FFF;}
#contactform div, #reply div {padding-bottom:22px;}
/* ---------- End Form styles ----------- */


/* ----------- Text styles ----------- */
h1 {	
	color: #000;		
	font-size: 12pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;	
	margin: 0 0 10px; 
}

h2 {	
	color: #2980b9;	
	font-size: 13pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;	
	margin: 0;
	padding: 20px 0;
}

h3 {	
	color: #9a3636;	
	font-size: 13pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;	
	margin: 0;
	padding: 20px 0;
}

.style1 {/* text */
	color:#000;	
	font-size: 11pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.65;
}

.style2 {/* text */
	color:#666666;	
	font-size: 11pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.65;
}

.style3 {/* top nav text */
	color:#808080;	
	font-size: 9.5pt;   
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.65;
}

.style4 {/* text */
	color:#999;	
	font-size: 12pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.65;
}

.style5 { /* bnav heading text */
	color:#fff; 
	font-size: 11pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.65;	
}

.style6 {/* bnav text */
	color: #999;	
	font-size: 10.5pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.65;
}

.style7 {/* home page index column text */
	color: #333; 
	font-size: 12pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.65;
	font-weight: bold;	
}

.style7a {/* home page index column text */
	color: #777;	
	font-size: 10.5pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.65;
}

.style7b {/* home page index column text */
	color: #777;
	font-size: 9pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 1.65;	
}
 
.style8 { /* footer text */
	color: #999;
	font-size: 9pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 1.65;	
}


.style1 a:link, .style1 a:visited {color: #333;}

.style2 a:link, .style2 a:visited {color: #666666;}

.style3 a:link, .style3 a:visited {color: #777;}

.style4 a:link, .style4 a:visited {color: #999;}

.style5 a:link, .style5 a:visited {color: #fff;}

.style6 a:link, .style6 a:visited {color: #999;}

.style7 a:link, .style7 a:visited {color: #000;}

.style7a a:link, .style7a a:visited {color: #777;}

.style7b a:link, .style7b a:visited {color: #777;}

.style8 a:link, .style8 a:visited {color: #999;}




a:link, a:visited {text-decoration: none;}

a img {border: none;}
