@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #413e3c;
}

.oneColLiqCtrHdr #container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 106px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #413E3C;
}
.oneColLiqCtrHdr #footer {
	padding: 0 0px;
	font-family:Verdana, Helvetica, Geneva, sans-serif;
	font-size:11px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header #logo {
	margin-top: 40px;
}
a {
	color: #413e3c;
	text-decoration: none;
}
a:hover {
	color: #5c9be5;
}
#nav {
	padding: 2px 0 0 2px;
	height: 16px;
}
#nav a {
	padding-right: 18px;
}

img {
	border:0;
}
a {
	border:0;
}
#showrooms {
	position:absolute;
	right:2px;
}

#showroomsPopUp{
	text-align:left;
	font-size:11px;
}
#showroomsPopUp .showroomsTitle {
	color:#000000;
	letter-spacing:1px;
	font-size:10px;
	margin-bottom:20px;	
}



#footernav, #footernav ul {
	padding: 0;
	margin: 0;
	list-style: none;
/*    font-size:10px; */
}

#footernav a {
	display: block;
	width: 13em;
	position: relative; /* for IE-Win */ /*@@ omit*/
}

/* Bright by Name hover */
#footernav a {
	text-decoration:underline;
}
#footernav a:hover{
/*	color:#cccccc;*/
/*	text-decoration:none;*/
}

/* category hover  */
#footernav li ul a{
	text-decoration:none;
}
#footernav li ul a:hover{
/*	background-color:#999999;*/
/*	color:#cccccc;*/
	text-decoration:none;
}

/* category product hover */
#footernav li ul ul a{
	text-decoration:none;
}
#footernav li ul ul a:hover {
/*	background-color:#FF0000;*/
/*	color:#cccccc;*/
	text-decoration:none;
}

#footernav li {
	float: left;
	width: 13em;
}


#footernav li ul {
	position: absolute;
	width: 13em;
	left: -999em;
}

#footernav li:hover ul {
	left: auto;
}
#footernav li:hover ul, #footernav li.sfhover ul {
	left: auto;
}

#footernav li ul ul {
	margin: 0 0 0 13em;
	line-height:1;
}
#footernav, #footernav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1.2;
}
#footernav li:hover ul ul, #footernav li.sfhover ul ul {
	left: -999em; 
}
#footernav li:hover ul, #footernav li li:hover ul, #footernav li.sfhover ul, #footernav li li.sfhover ul {
	left: auto;
}
.imgBorder {
	border: 1px solid #000000;
}
#footerRight {
	text-align:right;
	float: right;
	width: 20em;
	padding: 0;
}
#footerLeft {
	margin: 0 16em 0 0;
}
