@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #ffffff;
}
.oneColFixCtrHdr #container {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtrHdr #header {
	position: relative;
	background: #000000; 
	padding: 0 20px;  /* 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. */
	width: 100%;	
}
.oneColFixCtrHdr #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 */
	width:100%
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	text-align: center;
	width: 100%;
	
	/*border: 1px solid #ffffff; */
}
.oneColFixCtrHdr #footer {
	margin-top: 30px;
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	text-align:center;
	font-size: 10px;
	width: 100%;
	
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr a :visited {
 	border:none;
	text-decoration: none;
	color: #000000;
	}


	#leftNav
	{
		position: absolute;
		top: 115px;
		left: 50px;
		color: #ffffff;
		padding: 2px 0;
		margin-bottom: 22px;
	}
	
	#leftNav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
	}
	
	#leftNav li
	{
		display: inline;
		padding: 0 7px 0 7px;
		font-size: 12px;
		margin-right: 70px;
	}
	
	#leftNav li a
	{
		text-decoration: none;
		color: #ffffff;
	}
	
	#leftNav li a:hover
	{
		text-decoration: none;
		color: #cccccc;
	}


	#rightNav
	{
		position: absolute;
		top: 115px;
		right: 50px;
		color: #ffffff;
		padding: 2px 0;
		margin-bottom: 22px;
		
	}
	
	#rightNav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
	}
	
	#rightNav li
	{
		display: inline;
		padding: 0 7px 0 7px;
		font-size: 12px;
		margin-left: 70px;
		
	}
	
	#rightNav li a
	{
		text-decoration: none;
		color: #ffffff;
	}
	
	#rightNav li a:hover
	{
		text-decoration: none;
		color: #cccccc;
	}


.redBorderBox {
	/*background-image:url(../images/outline.gif);
	background-repeat: no-repeat;
	background-position:center; */
	width:100%;
	height:317px;
	margin: 10px;
	
}

#furnitureBox {

	width: 860px;
	height: 360px;
	padding-top: 50px;
	margin: 0px auto;
	text-align:center;
}


.FurnitureTitles {

	color:red;
	font-size: 36px;
	padding: 0px;
	margin: 0px;
	border: none;
	
	}
	
.FurnitureTitles img {

	padding: 0px;
	margin: 0px;
	border: none;
	}	

.FurnitureTitles a {

	padding: 0px;
	margin: 0px;
	border: none;
	text-decoration: none;
	color:#000000;
	}	
	
.FurnitureTitles a:hover a:visited {
	text-decoration: none;
	color:#000000;
	}
	
#containerFurnInfo {
	margin-top: 50px;
	padding: 0px 10px 30px 0px;
	width: 846px;
	height: 330px;
	background-color: #FFFFFF;
	color: #000000;
}

#leftFurnInfoBox {
	float: left;
	padding: 0px 10px 10px 0px;
	width: 350px;
	font-size: 11px;
	line-height: 30px;
	z-index: 101;
	text-align:left;}

#titleFurnInfo {
	padding: 5px;
	text-align: left;}

#textFurnInfo {
	padding: 5px;
	text-align: justify;
	font-size: 11px;
	height: 185px;
	}
	
#textFurnInfo p {
	padding: 2px 0;	}

#specsFurnInfo {
	padding: 5px;
	margin-top: 10px;
	text-align: justify;
	font-size: 11px;}
	
#rightFurnInfoBox {
	
	/*top: 280px;
	right: 160px;*/
	margin-left: 510px; 
	padding: 15px 0 0 0;
	background-color: #FFFFFF;
	text-align:center;
	width:320px;
	height:317px;
	}

#furnThumbImgs {
	/*position: relative;*/
	/*top: 535px;
	left: 215px; */
	/*clear:both; 
	bottom: 40px;*/
	margin:5px 5px 5px 0;
	padding:5px 5px 5px 0;
	width:492px;
	height: 60px;
	z-index: 100;
	text-align:left;
	}

#furnThumbImgs img {
	margin: 0 0 0 0;
	border: none;
	
 }
 
#furnThumbImgs a:visited {
	border: none;
}

.next {
	position:relative;
	bottom:295px;
	left: 885px;
	font-size: 10px;
	width: 95px;
}

.back {
	position:relative;
	bottom:305px;
	right: 45px;
	font-size: 10px;
	width: 75px;
}

.next a, a:hover, a:visited, .back a, a:hover, a:visited {
	color: #FFFFFF;
	text-decoration:none;}

.mailing a, a:hover, a:visited {
	color:white;
	text-decoration:none;}
