/* CSS Document */

html, body { 
	font-family: arial, helvetica, sans-serif, verdana;
	font-size: small; 
	color: #333; 
	background-color: #DADACE;
	padding: 0px;
	margin: 0px;
	}

p { 
	font-family: 'Tahoma', sans-serif; 
	font-size: small;
	margin-top: 0px;
	margin-bottom: 7px; 
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	line-height: 130%;
}

h3 { 
	font-family: 'Tahoma', serif;  
	font-size: medium;
	font-stretch: condensed;
	font-style: italic;
	margin-bottom: 10px; 
	color: #7D775C;
	margin-top: 0px;
	}
h2  {
	font-family: "trebuchet ms",arial, helvetica, sans-serif;
	font-size: large;
	font-stretch: semi-expanded;
	font-style: normal;
	margin-bottom: 7px;
	color: #531313;
	margin-top: 0px;
	} 
.espacio
	{
	background-image: url(images/spacer.jpg);
	background-color: #333;
	halign: left;
	}
.brandlogos
	{
	vertical-align: top;
	left: auto;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7D775C;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7D775C;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: navy;
	}

acronym {
cursor: help;
} 

/* specific divs */
#container {
	position: relative;
	width: 772px;
	height: 550px;
	background: url("container-bg.jpg") #DADACE top left repeat-y;
	border-top: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	border-left: 0px solid white;
	border-right: 0px solid black;
	margin: auto;
	margin-bottom: 0px;
	overflow: hidden; /*needed to avoid horizontal scrollbars that appear in mozilla with margin: auto at 800x600*/
}
.separator{
	background-image: url(images/spacer.jpg);
	}
#logo {
position: absolute;
top: 35px;
left: 46px;
width: 204px;
height: 68px;
background: url("images/logo2.jpg");
}
		
#pageHeader { 
	width: 770px;
	position: relative;
	height: 34px;
	background: transparent url("images/top.gif") top left no-repeat;
	margin: 0px;
	padding-top: 1px;/*needed to account for collapsing margins -- mozilla properly adds extra space on top if no padding is specified*/
	margin-bottom: 0px;
	padding-right: 0px;
	
}

#preamble1 {
	position: absolute;
	left: 47px;
	top: 102px;
	width: 187px;	
	height: 417px;
	background: #E2E2E2;
}
#leftone {
	position: absolute;
	background: url("images/left.gif") transparent top right no-repeat;
	width: 46px;
	height: 485px;
	clear: none;
	position: relative;
	padding: 0px;
	top: -1px;
	
}
#rightone     {
	position: absolute;
	left: 737px;
	top: 34px;
	width: 33px;
	height: 516px;
	background: url("images/right.gif");
	clear: none;
	}
#space {
	position: absolute;
	top:102px;
	left: 233px;
	height: 417px;
	width: 17px;
	background: url("images/spacer.gif")top right no-repeat;
	}
#bottom     {
	position: absolute;
	top: 519px;
	left: 0px;
	width: 737px;
	height: 31px;
	background: url("images/bottom.gif");
	}
#topliveunit
	{
	position: absolute;
	width: 487px;
	height: 485px;
	left: 250px;
	top: 34px;
	background-color: #FFFFFF;
	}
#topportion
	{
	position: absolute;
	width: 487px;
	height: 150px;
	left: 250px;
	top: 34px;
	
	}
#topportioncontact
	{
	position: absolute;
	width: 487px;
	height: 150px;
	left: 250px;
	top: 34px;
	background: url("images/contactus_top.jpg");
	}
#topportioncarpet1
	{
	position: absolute;
	width: 487px;
	height: 150px;
	left: 250px;
	top: 34px;
	background: url("images/tile.jpg");
	}
#topportionlaminate
	{
	position: absolute;
	width: 487px;
	height: 150px;
	left: 250px;
	top: 34px;
	
	}
#topportionhardwood
	{
	position: absolute;
	width: 487px;
	height: 150px;
	left: 250px;
	top: 34px;
	
	}
#topportioncarpet2
	{
	position: absolute;
	width: 487px;
	height: 150px;
	left: 250px;
	top: 34px;
	background: url("images/carpet2_top.jpg");
	}
#toplivecontact
	{
	position: absolute;
	width: 487px;
	height: 335px;
	left: 250px;
	top: 189px;
	background: url("images/munoz_body_bottom.gif");
	overflow: auto;
	}
#toplive
	{
	position: absolute;
	width: 487px;
	height: 335px;
	left: 250px;
	top: 184px;
	background: url("images/munoz_body_bottom.gif");
	overflow: auto;
	}
#toplivecarpet
	{
	position: absolute;
	width: 487px;
	height: 335px;
	left: 250px;
	top: 184px;
	background: url("images/munoz_body_bottom.gif");
	overflow: auto;
	}
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */	
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
vertical-align: bottom;
}
#menu {
position: absolute;
top: 5px;
left: 5px;
}
dl#menu {
width: 175px;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: lighter;
border: 0px solid gray;
background: #ccc;
}
dl#menu dd {
border: 0px solid gray;
}
dl#menu li {
text-align: left;
background: #E2E2E2;
}
dl#menu li a, dl#menu dt a {
color: #1C1C1C;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #C5B9A1;
position: relative;
}

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #6C5142;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}
