/***********************************************************************************************************************************************************************************************************************/
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;
}

#maintenance{
	width:100%;
	height:auto;
}

#maintenance img{
	width:100%;
	height:auto;
	display: block;
}

#headerPromoFlashCentre a{
	text-decoration:none;
	color:white;
}


/***********************************************************************************************************************************************************************************************************************/
/***size1***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#headerWrapper{
	width:1200px;
	margin:0 auto;
	display:table;
}

/**********************************/
#headerLeftLogoBox{
	width:150px;
	margin-top:10px;
	float:left;
}

#headerLeftLogoBox img{
	width:150px;
	float:left;
}

/**********************************/
#headerIconsBar{
	width:958px;
	margin-top:10px;
	margin-bottom:22px;
	margin-left:46px;
	margin-right:46px;
	padding-bottom:22px;
	border-style:dotted;
	border-color:#442400;
	border-width: 0px;
	border-bottom-width: 1px;
	float:left;	
}

#clockIcon{
	width:28px;
	height:28px;
	margin-right:5px;
	float:left;
}

#clockIcon img{
	width:28px;
	height:28px;
	float:left;
}

#clockText{
	margin-top:7px;
	margin-right:70px; 
	font-weight:300;
	font-size:13px; 
	color:#442400;
	float:left;	
}

#phoneIcon{
	width:28px;
	height:28px;
	margin-right:5px;
	float:left;
}

#phoneIcon img{
	width:28px;
	height:28px;
	float:left;
}

#phoneNumber{
	margin-top:3px;
	margin-right:70px; 
	font-weight:100;
	font-size:18px; 
	color:#442400;
	float:left;	
}

#headerFacebookIcon{
	width:14px;
	height:28px;	
	margin-right:15px;
	float:left;
}

#headerFacebookIcon img{
	width:14px;
	height:28px;
	float:left;
}

#headerInstagramIcon{
	width:28px;
	height:28px;
	margin-right:70px;
	float:left;
}

#headerInstagramIcon img{
	width:28px;
	height:28px;
	float:left;
}

/**********************************/
#headerSearchWrapper{
	margin-right:70px;
	float:left;
}

#headerSearchTable{
    margin-right: 0px;
    margin-left: auto;
	border-spacing: 0;
	border-collapse: collapse;
	background: none; 
}

#headerSearchTable input[type=image]{
	width: 22px;		
	height: 22px;
	margin-right:5px;
	outline:none;
	float:left;
}

#headerSearchTable .search{
	border-style:solid;
	border-color:grey;
	border-width: 0px;
	border-bottom-width: 1px;
	background: none; 
}

#headerSearchTable input[type=search]{
	width: 155px;
	padding:0px;
	margin:4px;
	font-size: 14px;
	color:grey;
	border:none;
	outline: none;
	background: none;
	float:left;
}

#headerSearchMobile{
	display:none;
}

#basketIcon{
	width:28px;
	height:28px;
	margin-right:5px;
	float:left;
}

#basketIcon img{
	width:28px;
	height:28px;
	float:left;
}

#basketText{
	margin-top:7px;
	font-weight:300;
	font-size:13px; 
	color:#442400;
	float:left;	
}

#basketText a{
	text-decoration:none;	
	color:#442400;
}

#phoneNumberPopUp{
	display:none;
}

}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***size2***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
#headerWrapper{
	width:1100px;
	margin:0 auto;
	display:table;
}

/**********************************/
#headerLeftLogoBox{
	width:150px;
	margin-top:10px;
	float:left;
}

#headerLeftLogoBox img{
	width:150px;
	float:left;
}

/**********************************/
#headerIconsBar{
	width:858px;
	margin-top:10px;
	margin-bottom:22px;
	margin-left:46px;
	margin-right:46px;
	padding-bottom:22px;
	border-style:dotted;
	border-color:#442400;
	border-width: 0px;
	border-bottom-width: 1px;
	float:left;	
}

#clockIcon{
	width:28px;
	height:28px;
	margin-right:5px;
	float:left;
}

#clockIcon img{
	width:28px;
	height:28px;
	float:left;
}

#clockText{
	margin-top:7px;
	margin-right:45px; 
	font-weight:300;
	font-size:13px; 
	color:#442400;
	float:left;	
}

#phoneIcon{
	width:28px;
	height:28px;
	margin-right:5px;
	float:left;
}

#phoneIcon img{
	width:28px;
	height:28px;
	float:left;
}

#phoneNumber{
	margin-top:3px;
	margin-right:45px; 
	font-weight:100;
	font-size:18px; 
	color:#442400;
	float:left;	
}

#headerFacebookIcon{
	width:14px;
	height:28px;	
	margin-right:15px;
	float:left;
}

#headerFacebookIcon img{
	width:14px;
	height:28px;
	float:left;
}

#headerInstagramIcon{
	width:28px;
	height:28px;
	margin-right:45px;
	float:left;
}

#headerInstagramIcon img{
	width:28px;
	height:28px;
	float:left;
}

/**********************************/
#headerSearchWrapper{
	margin-right:45px;
	float:left;
}

#headerSearchTable{
    margin-right: 0px;
    margin-left: auto;
	border-spacing: 0;
	border-collapse: collapse;
	background: none; 
}

#headerSearchTable input[type=image]{
	width: 22px;		
	height: 22px;
	margin-right:5px;
	outline:none;
	float:left;
}

#headerSearchTable .search{
	border-style:solid;
	border-color:grey;
	border-width: 0px;
	border-bottom-width: 1px;
	background: none; 
}

#headerSearchTable input[type=search]{
	width: 155px;
	padding:0px;
	margin:4px;
	font-size: 14px;
	color:grey;
	border:none;
	outline: none;
	background: none;
	float:left;	
}

#headerSearchMobile{
	display:none;
}

#basketIcon{
	width:28px;
	height:28px;
	margin-right:5px;
	float:left;
}

#basketIcon img{
	width:28px;
	height:28px;
	float:left;
}

#basketText{
	margin-top:7px;
	font-weight:300;
	font-size:13px; 
	color:#442400;
	float:left;	
}

#basketText a{
	text-decoration:none;	
	color:#442400;
}

#phoneNumberPopUp{
	display:none;
}

}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***size3***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#headerWrapper{
	width:1000px;
	margin:0 auto;
	display:table;
}

/**********************************/
#headerLeftLogoBox{
	width:150px;
	margin-top:10px;
	float:left;
}

#headerLeftLogoBox img{
	width:150px;
	float:left;
}

/**********************************/
#headerIconsBar{
	width:758px;
	margin-top:10px;
	margin-bottom:22px;
	margin-left:46px;
	margin-right:46px;
	padding-bottom:22px;
	border-style:dotted;
	border-color:#442400;
	border-width: 0px;
	border-bottom-width: 1px;
	float:left;	
}

#clockIcon{
	width:28px;
	height:28px;
	margin-right:5px;
	float:left;
}

#clockIcon img{
	width:28px;
	height:28px;
	float:left;
}

#clockText{
	margin-top:7px;
	margin-right:51px; 
	font-weight:300;
	font-size:13px; 
	color:#442400;
	float:left;	
}

#phoneIcon{
	width:28px;
	height:28px;
	margin-right:5px;
	float:left;
}

#phoneIcon img{
	width:28px;
	height:28px;
	float:left;
}

#phoneNumber{
	margin-top:3px;
	margin-right:51px; 
	font-weight:100;
	font-size:18px; 
	color:#442400;
	float:left;	
}

#headerFacebookIcon{
	display:none;
}

#headerInstagramIcon{
	display:none;
}

/**********************************/
#headerSearchWrapper{
	margin-right:52px;
	float:left;
}

#headerSearchTable{
    margin-right: 0px;
    margin-left: auto;
	border-spacing: 0;
	border-collapse: collapse;
	background: none; 
}

#headerSearchTable input[type=image]{
	width: 22px;		
	height: 22px;
	margin-right:5px;
	outline:none;
	float:left;
}

#headerSearchTable .search{
	border-style:solid;
	border-color:grey;
	border-width: 0px;
	border-bottom-width: 1px;
	background: none; 
}

#headerSearchTable input[type=search]{
	width: 138px;
	padding:0px;
	margin:4px;
	font-size: 14px;
	color:grey;
	border:none;
	outline: none;
	background: none;
	float:left;
}

#headerSearchMobile{
	display:none;
}

#basketIcon{
	width:28px;
	height:28px;
	margin-right:5px;
	float:left;
}

#basketIcon img{
	width:28px;
	height:28px;
	float:left;
}

#basketText{
	margin-top:7px;
	font-weight:300;
	font-size:13px; 
	color:#442400;
	float:left;	
}

#basketText a{
	text-decoration:none;	
	color:#442400;
}

#phoneNumberPopUp{
	display:none;
}

}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***size4***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#headerWrapper{
	width:900px;
	margin:0 auto;
	display:table;
}

/**********************************/
#headerLeftLogoBox{
	width:150px;
	margin-top:10px;
	float:left;
}

#headerLeftLogoBox img{
	width:150px;
	float:left;
}

/**********************************/
#headerIconsBar{
	width:658px;
	margin-top:10px;
	margin-bottom:22px;
	margin-left:46px;
	margin-right:46px;
	padding-bottom:22px;
	border-style:dotted;
	border-color:#442400;
	border-width: 0px;
	border-bottom-width: 1px;
	float:left;	
}

#clockIcon{
	display:none;	
}

#clockText{
	display:none;	
}

#phoneIcon{
	width:28px;
	height:28px;
	margin-right:5px;
	float:left;
}

#phoneIcon img{
	width:28px;
	height:28px;
	float:left;
}

#phoneNumber{
	margin-top:3px;
	margin-right:116px; 
	font-weight:100;
	font-size:18px; 
	color:#442400;
	float:left;	
}

#headerFacebookIcon{
	display:none;
}

#headerInstagramIcon{
	display:none;
}

/**********************************/
#headerSearchWrapper{
	margin-right:116px;
	float:left;
}

#headerSearchTable{
    margin-right: 0px;
    margin-left: auto;
	border-spacing: 0;
	border-collapse: collapse;
	background: none; 
}

#headerSearchTable input[type=image]{
	width: 22px;		
	height: 22px;
	margin-right:5px;
	outline:none;
	float:left;
}

#headerSearchTable .search{
	border-style:solid;
	border-color:grey;
	border-width: 0px;
	border-bottom-width: 1px;
	background: none; 
}

#headerSearchTable input[type=search]{
	width: 155px;
	padding:0px;
	margin:4px;
	font-size: 14px;
	color:grey;
	border:none;
	outline: none;
	background: none;
	float:left;	
}

#headerSearchMobile{
	display:none;
}

#basketIcon{
	width:28px;
	height:28px;
	margin-right:5px;
	float:left;
}

#basketIcon img{
	width:28px;
	height:28px;
	float:left;
}

#basketText{
	margin-top:7px;
	font-weight:300;
	font-size:13px; 
	color:#442400;
	float:left;	
}

#basketText a{
	text-decoration:none;	
	color:#442400;
}

#phoneNumberPopUp{
	display:none;
}

}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***size5***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#headerWrapper{
	width:800px;
	margin:0 auto;
	display:table;
}

/**********************************/
#headerLeftLogoBox{
	width:100px;
	margin-top:10px;
	float:left;
}

#headerLeftLogoBox img{
	width:100px;
	float:left;
}

/**********************************/
#headerIconsBar{
	width:608px;
	margin-top:10px;
	margin-bottom:22px;
	margin-left:46px;
	margin-right:46px;
	padding-bottom:22px;
	border-style:dotted;
	border-color:#442400;
	border-width: 0px;
	border-bottom-width: 1px;
	float:left;	
}

#clockIcon{
	display:none;	
}

#clockText{
	display:none;	
}

#phoneIcon{
	width:28px;
	height:28px;
	margin-right:5px;
	float:left;
}

#phoneIcon img{
	width:28px;
	height:28px;
	float:left;
}

#phoneNumber{
	margin-top:3px;
	margin-right:66px; 
	font-weight:100;
	font-size:18px; 
	color:#442400;
	float:left;	
}

#headerFacebookIcon{
	display:none;
}

#headerInstagramIcon{
	display:none;
}

/**********************************/
#headerSearchWrapper{
	margin-right:66px;
	float:left;
}

#headerSearchTable{
    margin-right: 0px;
    margin-left: auto;
	border-spacing: 0;
	border-collapse: collapse;
	background: none; 
}

#headerSearchTable input[type=image]{
	width: 22px;		
	height: 22px;
	margin-right:5px;
	outline:none;
	float:left;
}

#headerSearchTable .search{
	border-style:solid;
	border-color:grey;
	border-width: 0px;
	border-bottom-width: 1px;
	background: none; 
}

#headerSearchTable input[type=search]{
	width: 155px;
	padding:0px;
	margin:4px;
	font-size: 14px;
	color:grey;
	border:none;
	outline: none;
	background: none;
	float:left;	
}

#headerSearchMobile{
	display:none;
}

#basketIcon{
	width:28px;
	height:28px;
	margin-right:5px;
	float:left;
}

#basketIcon img{
	width:28px;
	height:28px;
	float:left;
}

#basketText{
	margin-top:7px;
	font-weight:300;
	font-size:13px; 
	color:#442400;
	float:left;	
}

#basketText a{
	text-decoration:none;	
	color:#442400;
}

#phoneNumberPopUp{
	display:none;
}

}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***size6***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#headerWrapper{
	width:700px;
	margin:0 auto;
	display:table;
}

/**********************************/
#headerLeftLogoBox{
	width:100px;
	margin-top:10px;
	float:left;
}

#headerLeftLogoBox img{
	width:100px;
	float:left;
}

/**********************************/
#headerIconsBar{
	width:508px;
	margin-top:28px;
	margin-left:46px;
	margin-right:46px;
	padding-bottom:22px;
	float:left;	
}

#clockIcon{
	display:none;	
}

#clockText{
	display:none;	
}

#phoneIcon{
	width:28px;
	height:28px;
	margin-right:5px;
	float:left;
}

#phoneIcon img{
	width:28px;
	height:28px;
	float:left;
}

#phoneNumber{
	margin-top:3px;
	margin-right:66px; 
	font-weight:100;
	font-size:18px; 
	color:#442400;
	float:left;	
}

#headerFacebookIcon{
	display:none;
}

#headerInstagramIcon{
	display:none;
}

/**********************************/
#headerSearchWrapper{
	margin-right:65px;
	float:left;
}

#headerSearchTable{
    margin-right: 0px;
    margin-left: auto;
	border-spacing: 0;
	border-collapse: collapse;
	background: none; 
}

#headerSearchTable input[type=image]{
	width: 22px;		
	height: 22px;
	margin-right:5px;
	outline:none;
	float:left;
}

#headerSearchTable .search{
	border-style:solid;
	border-color:grey;
	border-width: 0px;
	border-bottom-width: 1px;
	background: none; 
}

#headerSearchTable input[type=search]{
	width: 155px;
	padding:0px;
	margin:4px;
	font-size: 14px;
	color:grey;
	border:none;
	outline: none;
	background: none;
	float:left;
}

#headerSearchMobile{
	display:none;
}

#basketIcon{
	width:28px;
	height:28px;
	margin-right:5px;
	float:left;
}

#basketIcon img{
	width:28px;
	height:28px;
	float:left;
}

#basketText{
	display:none;
}

#basketText a{
	text-decoration:none;	
	color:#442400;
}

#phoneNumberPopUp{
	display:none;
}

}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***size7***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#headerWrapper{
	width:100%;
	float:left;
}

/**********************************/
#headerLeftLogoBox{
	width:100%;
	margin-top:10px;
	float:left;
}

#headerLeftLogoBox img{
	width:25%;
	margin: 0 auto;
	display:table;
}

/**********************************/
#headerIconsBar{
	margin:0 auto;
	padding-top:22px;
	padding-bottom:12px;
	display:table;	
}

#clockIcon{
	display:none;	
}

#clockText{
	display:none;	
}

#phoneIcon{
	width:38px;
	height:38px;
	margin-right:37px;
	cursor:	pointer;
	float:left;
}

#phoneIcon img{
	width:38px;
	height:38px;
	float:left;
}

#phoneNumber{
	display:none;	
}

#headerFacebookIcon{
	display:none;
}

#headerInstagramIcon{
	display:none;
}

/**********************************/
#headerSearchWrapper{
	display:none;
}

#headerSearchMobile{
	width: 38px;		
	height: 38px;
	margin-right:28px;
	float:left;
}

#headerSearchMobile img{
	width: 38px;		
	float:left;
}

#headerSearchMobile img:hover{
	cursor: pointer;		
}

#basketIcon{
	width:38px;
	height:38px;
	margin-right:5px;
	float:left;
}

#basketIcon img{
	width:38px;
	height:38px;
	float:left;
}

#basketText{
	display:none;
}

#basketText a{
	text-decoration:none;	
	color:#442400;
}

#phoneNumberPopUp{
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	font-size:19px;
	color:white;
	background:#442400;
	float:left;
	display:none;
}

}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***size1***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){	
#navBar{
	width: 1050px;
	z-index:98;
	float:left;
}

#navBarInner{
	margin: 0 auto;
	display:table;
}

#navBarHome, #navBarUpholstery, #navBarDining, #navBarRiserRecliners, #navBarBedrooms, #navBarClearance{
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	margin-right:40px;
	font-weight:300;
	font-size:14px;
	color:#442400;
	float:left;
}

#navBarHome a, #navBarRiserRecliners a, #navBarClearance a{
	text-decoration:none;
	color:#442400;
}

#navBarHome:hover, #navBarUpholstery:hover, #navBarDining:hover, #navBarRiserRecliners:hover, #navBarBedrooms:hover, #navBarClearance:hover{
	cursor:pointer;
	color:#442400;
	background:white;
}

/***************************/
#upholsteryDropDown, #diningDropDown, #bedroomsDropDown{
	width: 100%;
	margin-top:0px;
	padding:40px;
	position:fixed;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background:#442400;
	display:none;
}

#upholsteryColumn, #diningColumn, #bedroomsColumn{
	width:25%;
	float:left;
}

#upholsteryColumnHeader, #diningColumnHeader, #bedroomsColumnHeader{
	width:100%;
	margin-bottom:7px;
	font-weight:300;
	font-size:23px;
	color:white;
	float:left;
}

#upholsteryColumn ul, #diningColumn ul, #bedroomsColumn ul{
	padding:0px;
}

#upholsteryColumn li, #diningColumn li, #bedroomsColumn li{
	margin-bottom:4px;
	list-style: none;
	font-weight:300;
	font-size:16px;
	color:white;
}

#upholsteryColumn li a, #diningColumn li a, #bedroomsColumn li a{
	text-decoration:none;
	color:white;
}

#upholsteryColumn li a:hover, #diningColumn li a:hover, #bedroomsColumn li a:hover{
	color:white;
}




}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***size2***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
#navBar{
	width: 950px;
	z-index:98;
	float:left;
}

#navBarInner{
	margin: 0 auto;
	display:table;
}

#navBarHome, #navBarUpholstery, #navBarDining, #navBarRiserRecliners, #navBarBedrooms{
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	margin-right:40px;
	font-weight:300;
	font-size:14px;
	color:#442400;
	float:left;
}

#navBarClearance{
	display:none;
}

#navBarHome a, #navBarRiserRecliners a, #navBarClearance a{
	text-decoration:none;
	color:#442400;
}

#navBarHome:hover, #navBarUpholstery:hover, #navBarDining:hover, #navBarRiserRecliners:hover, #navBarBedrooms:hover, #navBarClearance:hover{
	cursor:pointer;
	color:#442400;
	background:white;
}

/***************************/
#upholsteryDropDown, #diningDropDown, #bedroomsDropDown{
	width: 100%;
	margin-top:0px;
	padding:40px;
	position:fixed;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background:#442400;
	display:none;
}

#upholsteryColumn, #diningColumn, #bedroomsColumn{
	width:25%;
	float:left;
}

#upholsteryColumnHeader, #diningColumnHeader, #bedroomsColumnHeader{
	width:100%;
	margin-bottom:7px;
	font-weight:300;
	font-size:23px;
	color:white;
	float:left;
}

#upholsteryColumn ul, #diningColumn ul, #bedroomsColumn ul{
	padding:0px;
}

#upholsteryColumn li, #diningColumn li, #bedroomsColumn li{
	margin-bottom:4px;
	list-style: none;
	font-weight:300;
	font-size:16px;
	color:white;
}

#upholsteryColumn li a, #diningColumn li a, #bedroomsColumn li a{
	text-decoration:none;
	color:white;
}

#upholsteryColumn li a:hover, #diningColumn li a:hover, #bedroomsColumn li a:hover{
	color:white;
}




}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***size3***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#navBar{
	width: 850px;
	z-index:98;
	float:left;
}

#navBarInner{
	margin: 0 auto;
	display:table;
}

#navBarHome, #navBarUpholstery, #navBarDining, #navBarRiserRecliners{
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	margin-right:40px;
	font-weight:300;
	font-size:14px;
	color:#442400;
	float:left;
}

#navBarBedrooms, #navBarClearance{
	display:none;
}

#navBarHome a, #navBarRiserRecliners a, #navBarClearance a{
	text-decoration:none;
	color:#442400;
}

#navBarHome:hover, #navBarUpholstery:hover, #navBarDining:hover, #navBarRiserRecliners:hover, #navBarClearance:hover{
	cursor:pointer;
	color:#442400;
	background:white;
}

/***************************/
#upholsteryDropDown, #diningDropDown, #bedroomsDropDown{
	width: 100%;
	margin-top:0px;
	padding:40px;
	position:fixed;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background:#442400;
	display:none;
}

#upholsteryColumn, #diningColumn, #bedroomsColumn{
	width:25%;
	float:left;
}

#upholsteryColumnHeader, #diningColumnHeader, #bedroomsColumnHeader{
	width:100%;
	margin-bottom:7px;
	font-weight:300;
	font-size:23px;
	color:white;
	float:left;
}

#upholsteryColumn ul, #diningColumn ul, #bedroomsColumn ul{
	padding:0px;
}

#upholsteryColumn li, #diningColumn li, #bedroomsColumn li{
	margin-bottom:4px;
	list-style: none;
	font-weight:300;
	font-size:16px;
	color:white;
}

#upholsteryColumn li a, #diningColumn li a, #bedroomsColumn li a{
	text-decoration:none;
	color:white;
}

#upholsteryColumn li a:hover, #diningColumn li a:hover, #bedroomsColumn li a:hover{
	color:white;
}




}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***size4***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#navBar{
	width: 750px;
	z-index:98;
	float:left;
}

#navBarInner{
	margin: 0 auto;
	display:table;
}

#navBarHome, #navBarUpholstery, #navBarDining, #navBarRiserRecliners{
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	margin-right:40px;
	font-weight:300;
	font-size:14px;
	color:#442400;
	float:left;
}

#navBarBedrooms, #navBarClearance{
	display:none;
}

#navBarHome a, #navBarRiserRecliners a, #navBarClearance a{
	text-decoration:none;
	color:#442400;
}

#navBarHome:hover, #navBarUpholstery:hover, #navBarDining:hover, #navBarRiserRecliners:hover, #navBarClearance:hover{
	cursor:pointer;
	color:#442400;
	background:white;
}

/***************************/
#upholsteryDropDown, #diningDropDown, #bedroomsDropDown{
	width: 100%;
	margin-top:0px;
	padding:40px;
	position:fixed;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background:#442400;
	display:none;
}

#upholsteryColumn, #diningColumn, #bedroomsColumn{
	width:25%;
	float:left;
}

#upholsteryColumnHeader, #diningColumnHeader, #bedroomsColumnHeader{
	width:100%;
	margin-bottom:7px;
	font-weight:300;
	font-size:23px;
	color:white;
	float:left;
}

#upholsteryColumn ul, #diningColumn ul, #bedroomsColumn ul{
	padding:0px;
}

#upholsteryColumn li, #diningColumn li, #bedroomsColumn li{
	margin-bottom:4px;
	list-style: none;
	font-weight:300;
	font-size:16px;
	color:white;
}

#upholsteryColumn li a, #diningColumn li a, #bedroomsColumn li a{
	text-decoration:none;
	color:white;
}

#upholsteryColumn li a:hover, #diningColumn li a:hover, #bedroomsColumn li a:hover{
	color:white;
}




}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***size5***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#navBar{
	width: 800px;
	z-index:98;
	float:left;
}

#navBarInner{
	margin: 0 auto;
	display:table;
}

#navBarHome, #navBarUpholstery, #navBarDining, #navBarRiserRecliners{
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	margin-right:40px;
	font-weight:300;
	font-size:14px;
	color:#442400;
	float:left;
}

#navBarBedrooms, #navBarClearance{
	display:none;
}

#navBarHome a, #navBarRiserRecliners a, #navBarBedrooms a, #navBarClearance a{
	text-decoration:none;
	color:#442400;
}

#navBarHome:hover, #navBarUpholstery:hover, #navBarDining:hover, #navBarRiserRecliners:hover, #navBarClearance:hover{
	cursor:pointer;
	color:#442400;
	background:white;
}

/***************************/
#upholsteryDropDown, #diningDropDown, #bedroomsDropDown{
	width: 100%;
	margin-top:0px;
	padding:40px;
	position:fixed;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background:#442400;
	display:none;
}

#upholsteryColumn, #diningColumn, #bedroomsColumn{
	width:25%;
	float:left;
}

#upholsteryColumnHeader, #diningColumnHeader, #bedroomsColumnHeader{
	width:100%;
	margin-bottom:7px;
	font-weight:300;
	font-size:23px;
	color:white;
	float:left;
}

#upholsteryColumn ul, #diningColumn ul, #bedroomsColumn ul{
	padding:0px;
}

#upholsteryColumn li, #diningColumn li, #bedroomsColumn li{
	margin-bottom:4px;
	list-style: none;
	font-weight:300;
	font-size:16px;
	color:white;
}

#upholsteryColumn li a, #diningColumn li a, #bedroomsColumn li a{
	text-decoration:none;
	color:white;
}

#upholsteryColumn li a:hover, #diningColumn li a:hover, #bedroomsColumn li a:hover{
	color:white;
}




}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***size6***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 819px){
#navBar{
	display:none;
}

#upholsteryDropDown, #diningDropDown, #bedroomsDropDown, #carpetsDropDown, #infoDropDown{
	display:none;
}

}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***size1***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
	
#headerPromoFlash{
	width:	100%;
	padding-top:7px;
	padding-bottom:7px;
	margin-top:14px;
	text-align:center;
	font-weight:300;
	font-size:19px;
	color:white;
	background:#442400;
	float:left;
}

#headerPromoFlashLeft, #headerPromoFlashRight{
	width:13%;
	margin-left:2%;
	float:left;
}

#headerPromoFlashCentre{
	width:70%;
	margin-top:2px;
	float:left;
}

/**********************************/
#mobileNavButton{
	width: 30px;
	float: left;
}

#mobileNavButton input[type=image]{
	width: 30px;
	height: 30px;
	outline:none;
	display: block;
}

}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***size2***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 1219px){
	
#headerPromoFlash{
	width:	100%;
	padding-top:7px;
	padding-bottom:7px;
	margin-top:14px;
	margin-bottom:10px;
	text-align:center;
	font-weight:300;
	font-size:19px;
	color:white;
	background:#442400;
	float:left;
}

#headerPromoFlashLeft, #headerPromoFlashRight{
	width:13%;
	margin-left:2%;
	float:left;
}

#headerPromoFlashCentre{
	width:70%;
	margin-top:2px;
	float:left;
}

/**********************************/
#mobileNavButton{
	width: 30px;
	float: left;
}

#mobileNavButton input[type=image]{
	width: 30px;
	height: 30px;
	outline:none;
	display: block;
}
	
}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***size3***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
	
#headerPromoFlash{
	width:	100%;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:14px;
	margin-bottom:10px;
	text-align:center;
	font-size:19px;
	color:white;
	background:#442400;
	float:left;
}

#headerPromoFlashLeft, #headerPromoFlashRight{
	width:13%;
	margin-left:2%;
	float:left;
}

#headerPromoFlashCentre{
	width:70%;
	float:left;
}

/**********************************/
#mobileNavButton{
	width: 30px;
	float: left;
}

#mobileNavButton input[type=image]{
	width: 30px;
	height: 30px;
	outline:none;
	display: block;
}
	

}/**@media**/

/***********************************************************************************************************************************************************************************************************************/
/***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%;
	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:#472204;
}

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

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

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

#infoPagesPlusMinus{
	font-weight:800;
	color:#472204;
}

/**********************************/
#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;
}

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

/**********************************/
#mobileNavSearchBoxOuter{
	margin-top:20px;
	margin-left:26px;
	padding:4px;
	border: #472204 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**/

/***********************************************************************************************************************************************************************************************************************/
/***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**/

/***********************************************************************************************************************************************************************************************************************/
/***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**/

/**********************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
#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;
}