@charset "utf-8";
/* CSS Document */


body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#fff; 
  overflow: hidden; 
  }
a {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #006;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #666;
}
h4 {
	font-size: 12px;
}

p {
	font-size: 14px;
	color: #333;
}
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:110px;
	overflow:hidden;
	background:#fff;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
  }  
#productDESC {
	margin-top: 20px;
	margin-right: 370px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: left;
	padding: 0px;
}

#container {
	overflow:auto;
	top:111px;
	left:0px;
	bottom:51px;
	right:0;
	background:#fff;
	text-align:center;
	position: absolute;
	margin: 0px;
  }
#footer {
	position:absolute;
	bottom:0;
	left:0px;
	width:100%;
	overflow:hidden;
	background:#fff;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	height: 50px;
	text-align: center;
  }

#footerMENU {
	list-style-type: none;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
}
#newsletter {
	display: inline;
}

#footerMENU li {
	font-size: 12px;
	color: #333;
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
#footer p {
	font-size: 9px;
	margin: 0px;
	padding: 2px;
}

#NewsletterSIGNUP {
	color: #009;
	font-weight: bold;
}
#NewsletterBUTTON {
	color: #009;
	font-weight: normal;
}
#maincontent {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#products h3 {
	text-align: left;
	font-size: 22px;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 50px;
}

#mainBOTTOM {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}



#homepage {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* end of bit that does the work */

#navigation {
	width: 900px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 0;
   }
#navigation #mainmenu {
	margin: 0px;
	padding: 0px;
   }
#navigation #mainmenu li {
   display: inline;
   }
#navigation #mainmenu li a {
   float: left;
   height: 0;
   padding-top: 110px;
   overflow: hidden;
   }
#navigation #mainmenu li a {
   background-image: url(menu.png);
   background-repeat: no-repeat;
   }
#navigation #mainmenu li#HomeLINK a {
	background-position: 0 0;
	width: 196px;
   }
#navigation #mainmenu li#HomeLINK a:hover {
   background-position: 0 -110px;
   width: 196px;
   }
#navigation.HOME #mainmenu li#HomeLINK a {
   background-position: 0 -220px!important;
   width: 196px;
   }
#navigation #mainmenu li#CollectionsLINK a {
   background-position: -196px 0;
   width: 174px;
   }
#navigation #mainmenu li#CollectionsLINK a:hover {
	background-position: -196px -110px;
	width: 174px;
   }
#navigation.COLLECTIONS #mainmenu li#CollectionsLINK a {
   background-position: -196px -220px !important;
   width: 174px;
   }
#navigation #mainmenu li#FinishesLINK a {
   background-position: -370px 0;
   width: 128px;
   }
#navigation #mainmenu li#FinishesLINK a:hover {
   background-position: -370px -110px;
   width: 128px;
   }
#navigation.FINISHES #mainmenu li#FinishesLINK a {
   background-position: -370px -220px !important;
   width: 128px;
   }
#navigation #mainmenu li#ShowroomsLINK a {
   background-position: -498px 0;
   width: 180px;
   }
#navigation #mainmenu li#ShowroomsLINK a:hover {
   background-position: -498px -110px;
   width: 180px;
   }
#navigation.SHOWROOMS #mainmenu li#ShowroomsLINK a {
   background-position: -498px -220px !important;
   width: 180px;
   }
#navigation #mainmenu li#AboutLINK a {
   background-position: -678px 0;
   width: 126px;
   }
#navigation #mainmenu li#AboutLINK a:hover {
   background-position: -678px -110px;
   width: 126px;
   }
#navigation.ABOUT #mainmenu li#AboutLINK a {
   background-position: -678px -220px !important;
   width: 126px;
   }
#navigation #mainmenu li#NewsLINK a {
   background-position: -804px 0;
   width: 96px;
   }
#navigation #mainmenu li#NewsLINK a:hover {
   background-position: -804px -110px;
   width: 96px;
   }
#navigation.NEWS #mainmenu li#NewsLINK a {
   background-position: -804px -220px !important;
   width: 96px;
   }
#homeRIGHT {
	margin-left: 370px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#homeLEFT h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
#homeLEFT h2 {
	font-size: 16px;
	color: #333;
}
#homeLEFT {
	float: left;
	width: 329px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
#homeBOTTOM {
	width: 800px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
#homeBOTTOM1{
	width: 266px;
	float: left;
}
#homeBOTTOM2{
	width: 266px;
	float:left;
}
#homeBOTTOM3{
	width: 267px;
	float: right;
}
#productRIGHT {
	margin-left: 370px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#productLEFT {
	float: left;
	width: 329px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
#slideshow {
	margin-left: auto;
	width: 504px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	overflow: hidden;
}
#slideshow li p {
	font-size: 12px;
	color: #333;
}

#slides li p {
	padding: 0px;
	margin: 0px;
}

#slideshow li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#slides {
	margin-left: auto;
	width: 504px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	overflow: hidden;
}
#slides li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#quickLINKS {
	padding: 0px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
	width: 680px;
}
#quickLINKS li {
	display: inline;
	float: left;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
#quickLINKS li a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
#quickLINKS li a h3 {
	font-size: 11px;
	color: #333;
	text-align: center;
}
#quickLINKS li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pics {
	padding: 0;
	margin: 0px;
}  
.pics img {
	top:  0;
	left: 0;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
.pics2 {
	padding: 0;
	margin: 0px;
	float: left;
}  
.pics2 img {
	top:  0;
	left: 0;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
} 
#press {
	text-align: left;
	padding: 20px;
}
#press ul {
	margin: 0px;
	padding: 0px;
}
#press ul li {
	list-style-type: none;
}
#about {
	text-align: left;
	padding: 20px;
}
#about img {
	float: right;
	padding: 20px;
}
#products {
	margin: 0px;
	padding: 0px;
}

#products li {
	display: inline;
	float: left;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#TREE {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 900px;
}
#NAVtree {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#NAVtree li {
	list-style-type: none;
	display: inline;
	float: left;
	padding-right: 7px;
	font-size: 18px;
}


#products li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#products a:link, #products a:visited {
	font-size: 85%;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	color: #666666;
	}
 
#products a.active:link, #products a.active:visited, #products a:hover {
	color: #0033CC;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}#diningNAV {
	margin: 0px;
	text-align: left;
	padding: 20px;
}
#diningNAV li {
	display: block;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#pressLINKS {
	margin: 0px;
	padding: 0px;
}
#pressLINKS li {
	padding: 5px;
	display: block;
}
#NewsARTICLE {
	text-align: left;
	padding-left: 20px;
}
#FloatLEFT {
	float: left;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
#Showrooms {
	text-align: left;
}
#Showrooms li {
	list-style-type: none;
}
#Showrooms ul {
	text-align: left;
	list-style-type: none;
}


#NewsARTICLE .leftFLOAT {
	float: left;
}
#NewsARTICLE .rightFLOAT {
	float: right;
}

#NewsARTICLE p {
	font-size: 12pt;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#NewsARTICLE h2 {
	font-size: 14pt;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#productSHOW {
	margin-left: 370px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#nav {
	width: 329px;
	margin: 0px;
	padding: 0px;
}
#nav li {
	width: 106px;
	float: left;
	list-style: none;
}
#nav a {
	width: 106px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav a.activeSlide {
}
#nav a:focus { outline: none; }
#nav img { border: none; display: block }

