@charset "utf-8";

* {margin:0;padding:0}

/* PNG FIX
----------------------------------------------------*/
img, div {
	behavior: url(includes/scripts/iepngfix.htc);
	border:none;
}

/* GLOBAL
----------------------------------------------------*/
body{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #ffffff;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top;
}
ul li {
	list-style:none;
}


.normList{
	margin-bottom:10px;
	margin-left:10px;
}

.normList li {
	
	list-style:inside;
	list-style-type:disc;
}
a { color: #666666; outline: none;}

p {
	margin-bottom:10px;
	font-size:10px;
	color:#666666;
}

.prodGroupList p {
	margin-bottom:10px;
	font-size:9px;
	color:#666666;
}

a:hover { text-decoration:none;}

input, select, textarea {
	font-size:10px;
	border: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
	color:#365684;
	padding:3px;
	/*text-indent:2px;*/
}

select {
	font-size:10px;
	border: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
	color:#365684;
	padding:2px;
	/*text-indent:2px;*/
}

h1 {
	color:#165795;
	font-size:12px;
	font-weight:normal;
}

h1 a{
	color:#165795;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
h2 {
	background-image:url(../images/large_titleBg.gif);
	height:16px;
	width:774px;
	font-size:11px;
	padding-top:3px;
	padding-left:3px;
	margin-bottom:10px;
	color: #FFFFFF;
}

h3 {
	background-image:url(../images/large_titleBg2.gif);
	height:16px;
	width:572px;
	font-size:11px;
	padding-top:3px;
	padding-left:3px;
	margin-bottom:10px;
	color: #FFFFFF;
}
h4 {
	background-image:url(../images/small_titleBg.gif);
	height:16px;
	width:186px;
	font-size:11px;
	padding-top:3px;
	padding-left:3px;
	margin-bottom:10px;
	color: #FFFFFF;
}

h5, .prodList li a {
	color:#165795;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
	margin-top:5px; 
	line-height:15px; 
	margin-bottom:5px;
}

.prodList a span {
	wifdth:170px; 
	display:block; 
	text-align:center;
	text-decoration: none;
	margin-left:0px;
}

.prodList li a:hover span  {

	text-decoration:underline;

}

.prodList li img {

	text-decoration:none;

}

h6 {
	margin-top:5px;
	color:#000000;
	font-size:10px;
}

.clear{
	clear:both;
}
#container {
	margin: 0 auto;
	text-align:left;
	width:994px;
	top: 0;
}

.main_content {
	margin: 0 auto;
	text-align:left;
	width:788px;
	height: 100%;
	display:block;
	padding-top:3px;
	padding-left:4px;
	padding-right:4px;
}



/*////////////////////////////////////////
//////////////////////////////////////////
/////                                /////
/////          drop_menu.php         /////
/////                                /////
//////////////////////////////////////////
////////////////////////////////////////*/
#menu_area{
	font-family: arial, sans-serif;
	display:block;
	height: 73px;
	position:relative;
	z-index:100;
	list-style: none;
	padding-left:103px;
	padding-top: 15px;
}

#menu {margin: 0; padding: 0;}
#menu li {margin: 0; padding: 0;
	height: 68px;
	width: 98px;
	float:left;
	position:relative;
	background-repeat:no-repeat;
}
	
#menu a {
	width:98px;
	height:68px;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

#menu li#menu1 {
	width:182px; 
}
#menu li#menu1 a.item {
	background:no-repeat url('../images/logo.gif');
	display:block;
	width:182px;
	height:68px;
}

#menu li#menu2 {
	width:101px; 
}
#menu li#menu2 a.item {
	background:no-repeat url('../images/furnitureRanges.gif');
	display:block;
	width:101px;
	height:68px;
}
#menu li#menu2 a.item:hover {
	background-position: 0 -68px;
}

#menu li#menu3 {
	width:101px; 
}
#menu li#menu3 a.item {
	display:block;
	background:no-repeat url('../images/screenSystems.gif');
	width:101px;
	height:68px;
}
#menu li#menu3 a.item:hover {
	background-position: 0 -68px;
}

#menu li#menu4 {
	width:101px; 
}
#menu li#menu4 a.item {
	background:no-repeat url('../images/seating.gif');
	display:block;
	width:101px;
	height:68px;
}
#menu li#menu4 a.item:hover {
	background-position: 0 -68px;
}

#menu li#menu5 {
	width:101px; 
}
#menu li#menu5 a.item {
	background:no-repeat url('../images/customisedSolutions.gif');
	display:block;
	width:101px;
	height:68px;
}
#menu li#menu5 a.item:hover {
	background-position: 0 -68px;
}

#menu li#menu6 {
	width:101px; 
}
#menu li#menu6 a.item {
	background:no-repeat url('../images/retailers.gif');
	display:block;
	width:101px;
	height:68px;
}
#menu li#menu6 a.item:hover {
	background-position: 0 -68px;
}

#menu li#menu7 {
	width:101px; 
}
#menu li#menu7 a.item {
	background:no-repeat url('../images/aboutUs.gif');
	display:block;
	width:101px;
	height:68px;
}
#menu li#menu7 a.item:hover {
	background-position: 0 -68px;
}

#menu li ul {
	display: none;
	filter:alpha(opacity=0);-moz-opacity:0;opacity:0;
	position: absolute;
	z-index: 1;
	margin-top:0px;
	margin-left:0px;
}
#menu li ul li {
	height: 30px;
	width: 101px;
	display: block;
  	/*line-height: 30px;*/
	border-bottom-style:solid; 
	border-bottom-color: #666666;
	border-bottom-width: 1px; 
}

#menu li ul li.double{
  	line-height: 30px;
	background-color: #f5f5f5;
}

#menu li ul li.normal {
	background-color:#f5f5f5;
}

#menu li ul li a {
	display: block;  
	height: 30px;
	text-align:center;
	color: #333333;
	width:101px;
	
}

#menu li ul li a:hover {
	background-color: #FFFFFF;
	color:#5b89b5;
}
#menu li img {
	filter:alpha(opacity=0);-moz-opacity:0;opacity:0;
}




#footer {
	background-image: url('../images/footer_bg.gif');
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	padding-right:100px;
	
	clear:both;
}
#footer ul {
	color:#CCCCCC;
	float:left;
	margin-top: 9px;
	padding-left: 250px;
	list-style:none;
	width:788px;
}
#footer li {
	float:left;
	padding-right: 35px;
}
#footer a {
	color: #666666;
	
}
#header {
	background-image: url('../images/main_title_bg.gif');
	background-repeat: no-repeat;
	background-position: top;
	height: 68px;
}
#breadcrumb{
	background-image: url('../images/bread_bg.gif');
	background-repeat: no-repeat;
	height: 24px;
	width: 808px;
	padding-left: 14px;
	padding-top: 3px;
}
#breadcrumb a {
	text-decoration: underline;
	color:#315F83;
}
#breadcrumb a:hover {
	text-decoration: none;
}
/* index.php
----------------------------------------------------*/
#newsHome li {
	width: 189px;
	height:120px;
	margin-right: 4px;
	margin-left: 4px;
	padding-top:10px;
	float:left;
	background-image: url(../images/news_spacer.gif);
	background-position:right;
	background-repeat:no-repeat;
}


.feature a {
	color:#165795;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
	margin-top:5px; 
	line-height:15px; 
	margin-bottom:5px;
}

.feature a span {
	width:170px; 
	display:block; 
	text-align:center;
	text-decoration: none;
	margin-left:10px;
}

.feature a:hover span  {
	text-decoration:underline;
}

.feature img {
	text-decoration:none;
}



/* cat.php
----------------------------------------------------*/
.rangeHead {
	width:580px;
	height:100%;
	float:left;
}
.rangeHead span {
	padding:5px; display:block;
}
.rangeTitle {
 padding-left: 6px; padding-top: 99px; padding-bottom:7px; font-weight:bold; font-size:12px; color:#FFFFFF;
}


.rangesHead {
	width:580px;
	height:100%;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #CCCCCC;
}
.rangesHead span {
	padding:5px; display:block;
}
.rangesTitle a{
 padding-left: 6px; 
 padding-top: 99px; 
 padding-bottom:7px; 
 font-weight:bold; 
 font-size:12px; 
 color:#FFFFFF; 
 display:block;
}


.rangesTitle a:hover {
	color: #7cbde3;
}

#rightCol {
	background-image:url(../images/rightColBg.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:5px;
	width:195px;
	height:100%;
	float:left;
}

.prodList ul {
}

.prodList li {
	background-image:url(../images/prodSpaceBg2.gif);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	width:194px;
	height:130px;
	padding-right:1px;
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
}

.prodList li.horSpace{
	height:1px;
	float: none; 
	width: 100%; 
	clear: both;
	margin:0px;
	padding:0px;
}

.prodGroupList ul {
	width:580px;
}

.prodGroupList li {
	background-image:url(../images/prodSpaceBg2.gif);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	width:187px;
	height:100%;
	padding-left:6px;

	
}

.prodGroupList li.horSpace{
	height:1px;
	float: none; 
	width: 100%; 
	clear: both;
	margin-bottom:20px;
}

#leftCol {
	width:580px;
	height:100%;
	float:left;
}

#rightCol2 {
	background-image:url(../images/rightColBg2.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:5px;
	width:195px;
	height:352px;
	float:left;
}

#cat_search {
	height: 37px;
	padding-top:29px;
	padding-left:15px;
}
#feature {
	padding-top:29px;
	padding-left:15px;
}
#feature ul {
	float:left;
	width: 236px;
}
#feature li {
	float:left;
}

.contact td{
	height:25px;
}
.contactSub{
	font-weight:bold;
	line-height:20px;
	margin-bottom:3px;
	float:left;
	padding-right:5px;
	text-align:right;
	width: 150px;
	color: #FFFFFF;
	background-color:#666666;
}

.contact input{
	border:#666666 1px solid;
	margin-left:3px;
	width: 200px;
	background-color:#ffffff;
}

.contactInput{
	width: 200px;
	line-height:20px;
	float:left;
	text-align:left;
}

.contact select{
	border:#666666 1px solid;
	margin-left:3px;
	background-color:#ffffff;
	width: 206px;
}

.contact textarea{
	border:#666666 1px solid;
	float:left;
	width:200px;
	height:160px;
	margin-left:3px;
	background-color:#ffffff;
}

.contact input.button {
width: 100px;  margin-top: 2px; font-weight: bold; color:#ffffff; background-color:#666666;
}

.inputError{
	margin-left: 40px;
}


.searchSub{
	font-weight:bold;
	line-height:20px;
	margin-bottom:3px;
	float:left;
	padding-right:5px;
	text-align:right;
	width: 155px;
	color: #FFFFFF;
	background-color:#666666;
}

.searchInput{
	width: 60px;
	line-height:20px;
	float:left;
	text-align:left;
}

.resultTitle{
	float:left;
	width:185px;
}

.resultContact{
	float:left;
	width:220px;
}

.resultAddress{
	float:left;
	width:150px;
	text-align:right;
}

.spacer{
	background-image:url(../images/prodHorSpace.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:1px;
	float: none; 
	width: 100%; 
	clear: both;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
}


.productRightMain {
	font-weight: bold;
	clear: right;
}
.productRightSub {
	margin-left: 4px;
}
.productRightMain a, .productRightSub a {
	text-decoration: none;
}
.productRightMain a:hover, .productRightSub a:hover {
	text-decoration: underline;
}

#newsContainer {
	margin:10px;
	padding-bottom:10px;
	width:170px;
}

#newsContainer a.title {
	font-size: 11px;
	font-weight:  bold;
	color: #165795;	
	text-decoration: none;
}

#newsContainer a.more {
	display:block;
	text-align:right;
}

.swatch_holder {
	position: relative;
	display: block;
	float:left;
	padding: 4px;	
}
.tooltip {
	position: absolute;
	top: -18px;
}
.tooltip_text {
	position: relative;
	background-color: #222;
	color: white;
	padding: 1px 8px 1px 8px;
	text-align: center;
}
.tooltip_pointer {
	position: relative;
	background: url(../images/dark-pointer.gif);
	width: 7px;
	height: 4px;
	left: 4px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
