/** HOW TO USE THIS FILE****
 * Do a find and replace on #2a2a2a with the dominate color of your website (e.g. #05843e)
 * Place your HEADER, HOMEPAGE, and FOOTER styles at the top of the page between the noted section
 * If the product page needs to have special colors for any reason they can be changed in the PRODUCT PAGE STYLES AND COLORS section
 * Additional Colors can be changed to POLISH a site in the ADDITIONAL COLOR CHANGES FOR ADVANCED WEBSITES section
 * Make your color changes to BACKGROUNDCOLOR and BORDERCOLOR
 * THESE ADDITIONAL STYLES ARE NOTED OUT BY DEFAULT.  DO NOT DELETE THESE STYLES IN CASE WE NEED TO USE THEM LATER
 * As the site requires maintenance, all edits shall be placed under POST DELIEVERY EDITS
 * /


/***********************************************************************************
 * HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

/* PreDesign Navigation */

#predesignnavcontainer {
	width: 100%;
	height: 60px;
	background-color: #222222;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#mdlogo {
	width: 139px;
	height: 50px;
	padding-top: 5px;
	padding-right: 10px;
	float: right;
}

#predesigntitle {
	width: 150px;
	height: 60px;
	line-height: 60px;
	float: left;
}

#predesigntitle h1 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  padding-left: 15px;
  font-weight: normal;
}

#predesignnav {
	float: left;
}

#predesignnav ul {
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#predesignnav ul li {
  font-family: Arial, sans-serif;
  font-size: 16px;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 60px;
  background: #383838;
  cursor: pointer;
  color: #FFF;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#predesignnav ul li a {
	color: #FFF;
	text-decoration: none;
}

#predesignnav ul li:hover {
  background: #555;
  color: #fff;
}

#predesignnav ul li ul {
  padding: 0;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9999;
  width: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

#predesignnav ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  line-height: 35px;
}

#predesignnav ul li ul li a {
	display: block;
}

#predesignnav ul li ul li:hover { background: #666; }

#predesignnav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* End PreDesign Navigation */

#divworkspacearea {
	max-width: 1480px;
	padding: 20px 10px 20px 10px;
	margin: 0 auto;
}

.grid-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1480px;
	padding-left: 10px;
	padding-right: 10px;
}

.HomePageForm #divworkspacearea {
	max-width: 100%;
	position: relative;
	z-index: 100;
	margin-top: -54px;
	padding: 0;
}

*:focus {
	outline: none;
}

img {
	border: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	background-color: #fff;
	font-family: Arial, sans-serif;
}

.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#mobilebar {
	width: 100%;
	background-color: #000;
}

.mobilebarsocial {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	float: left;
}

.mobilebarsocial li {
	list-style: none;
	display: inline;
	margin-right: 3px;
}

.mobilebarsocial li a {
	color: #fff;
}

.mobilebarsocial li a:hover {
	color: #ff8502;
}

.mobilebarnav {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 16px;
	float: right;
}

.mobilebarnav li {
	list-style: none;
	display: inline-block;
	padding-left: 10px;
}

.mobilebarnav li:hover {
    cursor: pointer;
}

.mobilebarnav li a {
	color: #fff;
    z-index: 2;
    position: relative;
    text-decoration: none;	
}

.mobilebarnav li a:hover {
	color: #ff8502;
	text-decoration: none;	
}

.mobilebarnav ul li ul{
	visibility: hidden;
	opacity: 0;
	position: absolute;
    top: 10px;
  	right: 0;
      -webkit-transition: opacity .5s, top 1s, visibility .5s;
     -moz-transition: opacity .5s, top 1s, visibility .5s;
      -ms-transition: opacity .5s, top 1s, visibility .5s;
          transition: opacity .5s, top 1s, visibility .5s;
    z-index: -1;
}

.mobilebarnav ul li:hover ul{
    visibility: visible;
    opacity: 1;
    right: 0px;
    top: 35px;
    background: #000000;
    padding-bottom: 25px;
    z-index: 1;   
}

.mobilebarnav ul li ul li {
	width: 121px;
    margin-left: 0;
    display: block;
    position: relative;
    clear: both;
    top: 17px;
    width: 100%;
}

.mobilebarnav ul li ul li a{
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;	
}

#topbar {
	width: 100%;
	background-color: #3c3c3c;
}

#topbarleft {
	width: 24%;
	padding: 10px 0 10px 1%;
	float: left;
}

#topbarleft li {
	list-style: none;
	display: inline;
	margin-right: 5px;
}

#topbarleft li a {
	color: #FFF;
}

#topbarleft li a:hover {
	color: #ff8502;
}

#topbarright {
	width: 75%;
	float: right;
}

#topbarbuttons {
	float: right;
}

#topbarbuttons li {
	list-style: none;
	padding-left: 8px;
	float: right;
}

#topbarbuttons a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #5d5d5d;
	padding: 12px 25px;
}

#topbarbuttons a:hover {
	background-color: #717171;
}

#accountnav {
	padding-top: 12px;
	float: right;
}

#accountnav  ul {
	padding-right: 10px;
    list-style: none;
}

#accountnav  ul li {
    display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
}

#accountnav  li ul {
    display: none;
}

#accountnav  ul li a {
    display: block;
    text-decoration: none;
	color: #FFF;
	height: 16px;
	padding-right: 6px;
	padding-left: 6px;
    white-space: nowrap;
}

#accountnav  ul li a:hover {
	text-decoration: underline
}

#accountnav  li:hover ul {
    display: block;
    position: absolute;
	z-index: 800;
}

#accountnav  li:hover li {
	width: 140px;
    font-size: 12px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	clear: both;
}

#accountnav  li:hover li a { 
	background-color: #3c3c3c;
	color: #FFF;
	position: relative;
	height: 25px;
	line-height: 25px;
	left: 0px;
	top: 10px;
	z-index: 800;
	border: 0;
}

#accountnav li:hover li a:hover {
    text-decoration: underline;
}

#headercontainer {
	width: 100%;
	background-color: #FFF;
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	z-index: 200;
}

#headerleft {
	width: 65%;
	float: left;
}

#logo {
	padding-top: 29px;
	padding-left: 44px;
	margin-right: 35px;
	float: left;
}

#logo img {
	max-width: 100%;
	height: auto;
}

#headermessage {
	padding-top: 36px;
	float: left;
}

#headermessage p {
	font-family: "Raleway", sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ff8502;
	border-left: 1px solid #3c3c3c;
	padding-left: 34px;
}

#headermessage a {
	color: #ff8502;
	text-decoration: none;
}

#headermessage a:hover {
	text-decoration: underline;
}

#headerright {
	width: 35%;
	float: right;
}

#searchbox {
	width: 424px;
	height: 39px;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	margin-top: 22px;
	margin-right: 25px;
	float: right;
}

#searchboxleft {
	width: 385px;
	height: 39px;
}

#searchboxleft input {
	width: 374px;
	height: 31px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #2a2a2a;
	padding: 3px 3px 3px 6px;
	border: 1px solid #fff;
}

#searchboxright {
	width: 39px;
	height: 39px;
	float: right;
}

#searchboxright a {
	display: block;
	width: 39px;
	height: 39px;
	line-height: 39px;
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #848383;
	text-align: center;
	text-decoration: none;
}

#searchboxright a:hover {
	color: #3c3c3c;
}

#mainnav {
	width: 100%;
	margin-top: 25px;
	position: relative;
}

ul#topnav {
	display: table;
	width: 100%;
	list-style: none;
}
ul#topnav li {
	display: table-cell;
	text-align: center;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
ul#topnav li a {
	height: 52px;
	line-height: 52px;
	font-family: "Raleway", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #2a2a2a;
	text-decoration: none;
}
ul#topnav li:hover a, ul#topnav li a:hover { 
	color: #ff8502;
	height: 52px; 
	line-height: 52px; 
} /*--Hover State--*/

ul#topnav li:hover a, ul#topnav li:hover { 
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
} /*--Hover State--*/

ul#topnav li .subfurniture {
	width: 96% !important;
	position: absolute;
	top: 54px; left: 0px;
	z-index: 99999;
	background-color: #fff;
	padding: 20px 2%;
	text-align: center;
	display: none;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
}

ul#topnav .sub ul li {
	list-style: none;
	margin-bottom: 20px;
	margin-right: 20px;
	color: #fff;
	border: 0;
	float: left !important;
}
ul#topnav .sub ul li img {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
}
ul#topnav .sub ul li a {
	float: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	text-align: center;
	color: #2a2a2a;
	padding: 0;
}
ul#topnav .sub ul li a:hover {
	color: #2a2a2a;
	text-decoration: underline;
}

#mobilenav {
	line-height: 38px;
	background-color: #3c3c3c;
	text-align: center;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 200;
}

#mobilenav li ul {
    display: none;
}

#mobilenav ul li a {
    display: block;
    text-decoration: none;
	color: #FFF;
    white-space: nowrap;
}

#mobilenav ul li:hover a {
	text-decoration: none;
	color: #FFF;
}

#mobilenav li > ul {
	width: 100%;
    position: absolute;
	z-index: 9999;
}

#mobilenav li > ul li {
	width: 100%;
	clear: both;
}

#mobilenav li > ul li a { 
	background-color: #3c3c3c;
	position: relative;
	border-top: 1px solid #2a2a2a;
	color: #fff;
	height: 35px;
	line-height: 35px;
	left: 0;
	top: 0;
	z-index: 200;
}

#mobilenav li:hover li a:hover {
    text-decoration: underline;
}

#homebanner img {
	width: 100%;
	height: auto;
	display: block;
}

#homebannerslides .item img{
    display: block;
    width: 100%;
    height: auto;
}

#homebanner .owl-buttons {
	display: none;
}

#homebanner .owl-theme .owl-controls {
	text-align: right !important;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#homebanner .owl-theme .owl-controls .owl-page span {
	margin: 2px 4px !important;
	width: 9px !important;
	height: 9px !important;
	background: #fff !important;
}

.hometitle {
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}

.hometitle p {
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	color: #3c3c3c;
	margin-bottom: 5px;
}

.homesubtitle {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}

.subbanner {
	position: relative;
	margin-top: 20px;
}

.subbanner img {
	width: 100%;
	height: auto;
	display: block;
}

.subbanneroverlay {
	width: 100%;
	background: rgba(255,255,255,.8);
	position: absolute;
	z-index: 100;
	top: 42px;
	left: 0;
	padding: 10px 0;
}

.subbanneroverlay p {
	padding: 0 15px;
}

.subbannersubheading {
	font-family: "Times New Roman", sans-serif;
	font-size: 35px;
	font-weight: normal;
	color: #ff8502;
}

.subbannerheading {
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 400;
	font-size: 37px;
	color: #000;
	text-transform: uppercase;
}

.subbannerlink {
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 0;
}

.subbannerlink a {
	display: block;
	background: rgba(255,255,255,.8);
	color: #222222;
	padding: 10px;
	text-decoration: none;
}

.subbannerlink a:hover {
	color: #ff8502;
}

#whowearecontainer {
	width: 100%;
	background-color: #f6f6f6;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 30px;
}

#homevideo {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#homevideo img {
	max-width: 100%;
	height: auto;
}

.homecopyheading {
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #3c3c3c;
	margin-bottom: 15px;
	text-transform: uppercase;
	display: block;
}

#homecopy p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 20px;
}

#homebrands #brandslist {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    text-align: center;
}

#footercontainer {
	width: 100%;
	background-color: #3c3c3c;
}

#footercontent {
	padding-bottom: 25px;
	margin-top: 40px;
}

#footerlogo {
	margin-top: 15px;
}

#footerlogo img {
	max-width: 100%;
	height: auto;
}

#footersocialmedia {
	margin-top: 15px;
	padding-bottom: 25px;
}

#footersocialmedia li {
	list-style: none;
	display: inline;
	margin-right: 5px;
}

#footersocialmedia li a {
	color: #fff;
}

#footersocialmedia li a:hover {
	color: #ff8502;
}

.footerheading {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 15px;
	padding-top: 10px;
	display: block;
}

.footercolumn li {
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.footercolumn li a {
	color: #fff;
	text-decoration: none;
}

.footercolumn li a:hover {
	text-decoration: underline;
}

.footercolumn p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
}

.footercolumn a {
	color: #fff;
	text-decoration: none;
}

.footercolumn a:hover {
	text-decoration: underline;
}

#copyright {
	padding-top: 55px;
	padding-bottom: 15px;
	text-align: center;
}

#copyright p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}

#copyright a {
	color: #fff;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#seocontentbox {
	max-width: 100%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 15px;
}

#seocontentbox p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
}

#scrolldiv {
	display: none;
}

@media screen and (max-width: 400px) {

	#topbar {
		margin-top: 0;
	}

	.HomePageForm #divworkspacearea {
		margin-top: 1px;
	}

	#topbarright {
		width: 100%;
	}

	#accountnav {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	#headerleft {
		width: 100%;
		float: none;
	}

	#headerright {
		width: 100%;
		float: none;
	}

	#logo {
		padding-top: 20px;
		padding-left: 0;
		margin-right: 0;
		text-align: center;
		float: none;
	}

	#headermessage {
		display: none;
	}

	#searchbox {
		width: 224px;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-right: 15px;
	}

	#searchboxleft {
		width: 185px;
	}

	#searchboxleft input {
		width: 174px;
	}

	#homevideo {
		margin-right: 0;
	}

	.subbanneroverlay {
		top: 32px;
	}

	.subbannersubheading {
		font-size: 30px;
	}

	.subbannerheading {
		font-size: 24px;
	}

}

@media screen and (min-width: 401px) and (max-width: 767px) {

	#topbar {
		margin-top: 0;
	}

	.HomePageForm #divworkspacearea {
		margin-top: 1px;
	}

	#topbarright {
		width: 100%;
	}

	#accountnav {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	#headerleft {
		width: 100%;
		float: none;
	}

	#headerright {
		width: 100%;
		float: none;
	}

	#logo {
		padding-top: 20px;
		padding-left: 0;
		margin-right: 0;
		text-align: center;
		float: none;
	}

	#headermessage {
		display: none;
	}

	#searchbox {
		width: 224px;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-right: 15px;
	}

	#searchbox {
		width: 224px;
	}

	#searchboxleft {
		width: 185px;
	}

	#searchboxleft input {
		width: 174px;
	}

	.mobileclear {
		clear: both;
	}

	.subbanneroverlay {
		top: 32px;
	}

	.subbannersubheading {
		font-size: 30px;
	}

	.subbannerheading {
		font-size: 24px;
	}

}

@media screen and (min-width: 530px) and (max-width: 767px) {

	.twocolumn {
		width: 50%;
		float: left;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	#logo {
		padding-left: 25px;
		margin-right: 15px;
	}

	#headermessage p {
		padding-left: 15px;
	}

	#searchbox {
		width: 254px;
	}

	#searchboxleft {
		width: 215px;
	}

	#searchboxleft input {
		width: 204px;
	}

	ul#topnav li a {
		font-size: 14px;
		font-weight: 600;
	}

	ul#topnav .sub ul li {
		width: 20%;
	}

}

@media screen and (min-width: 768px) and (max-width: 1135px) {

	.subbanneroverlay {
		top: 32px;
	}

	.subbannersubheading {
		font-size: 30px;
	}

	.subbannerheading {
		font-size: 24px;
	}

}

@media screen and (min-width: 768px) {

	.desktopclear {
		clear: both;
	}

}

@media screen and (min-width: 1350px) {

	#scrolldiv {
		display: block;
	}

	#scrolldiv a {
		font-family: Arial, sans-serif;
		font-size: 14px;
		font-weight: normal;
	}

	.scrolltotop {
		width:30px; 
		height:30px;
		padding:10px; 
		text-align:center; 
		color: #cfcfcf;
		text-decoration: none;
		position:fixed;
		bottom:30px;
		right:20px;
		z-index: 500;
		display:none;
	}
	.scrolltotop:hover{
		color: #a2a2a2;
		text-decoration:none;
	}

}

/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

 