/**********************************************************************************************************************************************************************************************************************/
/***generic************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
a[href^="tel"]{/**stops ipad & iphones changing font colour to blue & underlining phone numbers**/
	color:inherit;
	text-decoration:none;
}

input[type="search"]{/**stops ipad & iphones rounding corners on input buttons**/
	-webkit-text-fill-color: grey;
	-webkit-border-radius:0; 
	border-radius:0;
}

input[type="image"]{/**stops ipad & iphones rounding corners on input buttons**/
	-webkit-border-radius:0; 
	border-radius:0;
}

/**********************************************************************************************************************************************************************************************************************/
/***generic************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
#headerWrapperOuter{
	width:100%;
	float:left;
}

#headerWrapperInner{
	width:1200px;
	height:75px;
	margin:0 auto;
	margin-top:22px;
	display:table;
}

/************************/
#headerLogo{
	width:160px;
	margin-right:20px;
	float:left;
}

#headerLogo img{
	width:160px;
	display:block;	
}

/************************/
#headerMobileNavigationWrapper:hover, #headerSearchWrapper:hover{
	cursor: pointer;
}

/************************/
#headerTopWrapper{
	width:1020px;
	float:left;	
}

/************************/
#headerBottomNavbarOuter{
	width:1020px;
	margin-top:11px;
	border-top-color:lightgrey;
	border-top-width:1px;
	border-top-style:dashed;	
	float:left;
}

#headerBottomNavbarInner{
	width: 100%;
	float:left;
}
/**********************************************************************************************************************************************************************************************************************/
/***size1**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){

#headerWrapperInner{
	width:1200px;
}

#headerTopWrapper{
	width:1020px;
}

#headerBottomNavbarOuter{
	width:1020px;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size2**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){

#headerWrapperInner{
	width:1100px;
}

#headerTopWrapper{
	width:920px;
}

#headerBottomNavbarOuter{
	width:920px;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size3**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){

#headerWrapperInner{
	width:1000px;
	height:55px;
	margin-top: 10px;
}

#headerTopWrapper{
	width:820px;
	margin-top: 7px;
}

#headerBottomNavbarOuter{
	display:none;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size4**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){

#headerWrapperInner{
	width:900px;
	height:55px;
	margin-top: 10px;
}

#headerTopWrapper{
	width:720px;
	margin-top: 7px;
}

#headerBottomNavbarOuter{
	display:none;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size5**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){

#headerWrapperInner{
	width:800px;
	height:55px;
	margin-top: 10px;
}

#headerTopWrapper{
	width:620px;
	margin-top: 7px;
}

#headerBottomNavbarOuter{
	display:none;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size6**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){

#headerWrapperInner{
	width:700px;
	height:55px;
	margin-top: 10px;
}

#headerTopWrapper{
	width:520px;
	margin-top: 7px;
}

#headerBottomNavbarOuter{
	display:none;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size7**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){

#headerWrapperInner{
	width:94%;
	margin-left: 3%;
	margin-right: 3%;
	height:55px;
	margin-top: 10px;
	float: left;
}

#headerLogo{
	width:100%;
	margin:0px;
	float:left;
}

#headerLogo img{
	width:160px;
	margin: 0 auto;
	display:table;	
}

#headerTopWrapper{
	width:100%;
	margin-top: 7px;
	float: left;
}

#headerTopWrapperInner{
	width:96px;
	margin:  0 auto;
	margin-top: 7px;
	margin-bottom: 10px;
	display: table;	
}

#headerBottomNavbarOuter{
	display:none;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***generic************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
#headerTelephoneImg{
	height:20px;
	margin-left:15px;
	margin-right:7px;
	margin-top: 6px;
	float:left;
}

#headerTelephoneImg img{
	height:20px;
	display:block;
}

#headerTelephoneNum{
	margin-top: 4px;
	letter-spacing: 0.5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:15px;
	color:#194D46;
	float:left;
}

/************************/
#headerChatImg, #headerFindUsImg, #headerSearchImg, #headerMobileNavigationImg, #headerShoppingBasketImg{
	height:20px;
	margin-left:104px;
	margin-right:7px;
	margin-top: 9px;
	float:left;
}

#headerChatImg img, #headerFindUsImg img, #headerSearchImg img, #headerMobileNavigationImg img, #headerShoppingBasketImg img{
	height:15px;
	display:block;
}

#headerChatText, #headerFindUsText, #headerSearchText, #headerMobileNavigationText, #headerShoppingBasketText{
	margin-top: 7px;
	letter-spacing: 0.5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:13px;
	color:#194D46;
	float:left;
}

/**********************************************************************************************************************************************************************************************************************/
/***size1**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){

#headerChatImg, #headerFindUsImg, #headerSearchImg, #headerMobileNavigationImg, #headerShoppingBasketImg{
	margin-left:104px;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size2**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){

#headerChatImg, #headerFindUsImg, #headerSearchImg, #headerMobileNavigationImg, #headerShoppingBasketImg{
	margin-left:84px;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size3**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){

#headerChatImg, #headerFindUsImg, #headerSearchImg, #headerMobileNavigationImg, #headerShoppingBasketImg{
	margin-left:64px;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size4**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){

#headerChatImg, #headerFindUsImg, #headerSearchImg, #headerMobileNavigationImg, #headerShoppingBasketImg{
	margin-left:64px;
}

#headerFindUsWrapper{
	display:none;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size5**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){

#headerChatImg, #headerFindUsImg, #headerSearchImg, #headerMobileNavigationImg, #headerShoppingBasketImg{
	margin-left:64px;
}

#headerChatWrapper, #headerFindUsWrapper{
	display:none;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size6**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){

#headerChatImg, #headerFindUsImg, #headerSearchImg, #headerMobileNavigationImg, #headerShoppingBasketImg{
	margin-left:64px;
}

#headerChatWrapper, #headerFindUsWrapper{
	display:none;
}

#headerSearchText, #headerMobileNavigationText, #headerShoppingBasketText{
	display:none;
}

#headerTelephoneImg{
	margin-left: 30px;

}

#headerSearchImg{
	margin-left: 250px;
}

#headerMobileNavigationImg, #headerShoppingBasketImg{
	margin-left: 15px;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size7**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){

#headerTelephoneWrapper, #headerChatWrapper, #headerFindUsWrapper{
	display:none;
}

#headerSearchImg, #headerMobileNavigationImg, #headerShoppingBasketImg{
	height: auto;
	margin:0px;
	float: left;
}

#headerMobileNavigationImg, #headerShoppingBasketImg{
	margin-left:10px;
}

#headerSearchImg img, #headerMobileNavigationImg img, #headerShoppingBasketImg img{
	height:22px;
	display:inline-block;
}

#headerSearchText, #headerMobileNavigationText, #headerShoppingBasketText{
	display:none;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***generic************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
#navbarTop{
	width: 100%;
	float:left;
}

#navbarTop > ul{
	width: 100%;
	margin: 0%;
	padding:0px;
	list-style-type: none;
	background:none;
	display: flex;
}

#navbarTop > ul > li{
	height:45px;
	margin:0%;
	padding-top:12px;
	padding-left:16px;
	padding-right:16px;
	text-align:left;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
}

#navbarTop > ul > li > a{
	text-decoration:none;
	color:grey;
}

#navbarTop > ul > li:hover{
	padding-top:9px;
	border-top-style: solid;
	border-top-color: grey;
	border-top-width: 3px;
	z-index:99;
}

#navbarTop ul li:hover > .navbarDropDown{
	width: 100%;
	margin-top:26px;
	position: absolute;
	left:0;
	z-index:5;
	display: block; 
}

.navbarDropDown{
	display: none;
}

.navbarDropDownInner{
	width: 94%;
	padding-bottom:50px;
	padding-left:3%;
	padding-right:3%;
	background:#9d9d9c;
	display:table;
}

.navbarDropDownColumns{
	margin-right:45px;
	float: left;
}

.navbarDropDownColumns h4{
	margin-top:40px;
	margin-bottom:0px;
	padding:0px;
	padding-bottom:2px;
	border-bottom-color:white;
	border-bottom-width:1px;
	border-bottom-style:solid;
	text-align:left;
	text-transform: uppercase;
	font-weight:400;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: white; 
}

.navbarDropDownColumns > ul{
	width: 100%;
	padding:0px;
	padding-top:15px;
	list-style-type: none;
	font-family: 'Open Sans', sans-serif;
	background:none;
}

.navbarDropDownColumns a{
	line-height: 2em;
	text-transform: uppercase;
	text-decoration:none;
	font-weight:300;
	font-size: 12px;
	color: white;
}

/**********************************************************************************************************************************************************************************************************************/
/***size1**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size2**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){


}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size3**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){

#navbarTop{
	display: none;
}


}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size4**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){

#navbarTop{
	display: none;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size5**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){

#navbarTop{
	display: none;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size6**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){

#navbarTop{
	display: none;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size7**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){

#navbarTop{
	display: none;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***generic************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
#headerPromoFlash{
	width:	100%;
	padding-top:7px;
	padding-bottom:10px;
	border-top: 1px dashed #194D46;
	border-bottom: 1px dashed #194D46;
	text-align:center;
	font-size:19px;
	color:#194D46;
	background:white;
	float:left;
}

#headerPromoFlash a{
	text-decoration:none;
	color:#194D46;
}
/**********************************************************************************************************************************************************************************************************************/
/***generic************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
#mobileNavSemiOpacheBackground{
	width: 100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	z-index:6;
	visibility:hidden;
	background: rgba(0, 0, 0, 0.7); /*can be anything, of course*/	
}

/**********************************/
#mobileNavMenuCancelWrapper{
	width:18%;
	height:100%;
	padding-right:2%;
	padding-top:15px;
	cursor:pointer;
	text-align:right;
	text-decoration:none;
	font-size:22px;
	color:white;	
	float:right;
}

/**********************************/
#mainMenu{	
	width: 80%;
	height: 100%;
	padding-top:20px;
	visibility:hidden;
	background: white;
	float:left;
}

#mainMenu ul{	
	margin:0px;
	margin-right:20%;
}

#mainMenu li{
	margin:0px;
	margin-left:-15px;
	line-height: 30px;
	text-align:left;
	font-size: 15px;
	font-weight: 300;
	/**/	
	list-style: none;
	display: block;
}

#mainMenu li a {
	text-decoration:none;
	color: #58595b;
}

/**********************************/
#upholsteryPlusMinus, #fabricUpholsteryPlusMinus, #leatherUpholsteryPlusMinus, #upholsteryBrandsPlusMinus{
	font-weight:800;
	color:#194D46;
}

#diningPlusMinus, #diningAndLivingPlusMinus{
	font-weight:800;
	color:#194D46;
}

#bedsMainPlusMinus, #bedsPlusMinus, #bedsBrandsPlusMinus, #bedsOtherPlusMinus{
	font-weight:800;
	color:#194D46;
}

#bedroomsMainPlusMinus, #bedroomsPlusMinus{
	font-weight:800;
	color:#194D46;
}

#infoPagesPlusMinus{
	font-weight:800;
	color:#194D46;
}

/**********************************/
#upholsterySubMenu, #fabricUpholsterySubMenu, #leatherUpholsterySubMenu, #upholsteryBrandsSubMenu{
	width:100%;
	display: none;
	float:left;
}

#diningSubMenu, #diningAndLivingSubMenu{
	width:100%;
	display: none;
	float:left;
}

#bedsAndBedroomsSubMenu, #bedsMainSubMenu, #bedsSubMenu, #bedBrandsSubMenu, #bedsOtherSubMenu, #bedroomsMainSubMenu, #bedroomsSubMenu, #bedroomBrandsSubMenu{
	width:100%;
	display: none;
	float:left;
}

#accessoriesSubMenu, #otherFurnitureSubMenu, #carpetsAndFlooringSubMenu, #carpetsSubMenu, #infoPagesSubMenu{
	width:100%;
	display: none;
	float:left;
}

/**********************************/
#mobileNavSearchBoxOuter{
	margin-top:20px;
	margin-left:26px;
	padding:4px;
	border: #194D46 1px solid;
	border-radius:5px;
	float:left;	
}

#mobileNavSearchBoxInput{
	float:left;	
}

#mobileNavSearchBoxInput input[type="search"]{
	width:200px;
	border:none;
	outline:none;
	font-size:15px;
	background:white;
	float:left;	
}

#mobileNavSearchBoxButton{
	width:22px;
	height:22px;
	float:left;	
}

#mobileNavSearchBoxButton input[type="image"]{
	width:22px;
	height:22px;
	outline:none;
	float:left;	
}
/**********************************************************************************************************************************************************************************************************************/
/***size1**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
	
#mobileNavMenuCancelWrapper{
	width:18%;
	padding-right:2%;
}

/**********************************/
#mainMenu{	
	width: 30%;
	height:100%;
	float:left;
}

#mainMenu li{
	font-size: 15px;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size2**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 1219px){
	
#mobileNavMenuCancelWrapper{
	width:18%;
	padding-right:2%;
}

/**********************************/
#mainMenu{	
	width: 40%;
	height:100%;
	float:left;
}

#mainMenu li{
	font-size: 15px;
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/***size3**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
	
#mobileNavMenuCancelWrapper{
	width:18%;
	padding-right:2%;
}

/**********************************/
#mainMenu{	
	width: 80%;
	height:100%;
	float:left;
}

#mainMenu li{
	font-size: 14px;
	letter-spacing: -0.5px;
	
}

}/**@media screen**/
/**********************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
#abacusLoaderOuter{
	width: 100%;
	padding-top: 450px;
	padding-bottom: 700px;
	visibility: hidden;
	z-index: 200;
	top:0;
	position: fixed;
  	background: rgba(255, 255, 255, 0.9);
	display: table;
}

#abacusLoaderInner{
	width: 200px;
	margin: 0 auto;
	top: 300;
	display: table;
}

#abacusLoaderInner img{
	width: 100%;
	float: left;
}