/*
-----------------------------------------------
client:   
created:	mm/dd/2008
author:	  

	Index:
	~ Global												
	~ Structural
	~ Tables
	~ Forms
	~ Misc. Styles
	~ Notes
----------------------------------------------- */


/* ~Global
----------------------------------------------- */
*	{
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
/*
	border:1px solid red;
	border: 0px;
 */
body	{
	height: 100%;
	background-color: #ffffff; 
	background: url("/images/treeGhost.gif") no-repeat 20px 20px;
	}
	
	
/* ~Structural
----------------------------------------------- */
#container {
	width: 850px; /*The width of the site goes here*/
	text-align: left;
	}
.homeNav {
	position: relative;
	top:225px;
	float: right;
	}
#mainNav {
	width: 434px;
	}
#leftCol {
	width: 135px;
	padding: 160px 10px 0px 20px;
	text-align: right;
	}
#rightCol {
	width: 670px;
	float: right;
	text-align: left;
	padding: 30px 10px 0px 0px;
	}
#photoBox {
	height: 380px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	}
#bodyCopyContainer{
	width: 434px;
	border-top: 1px solid #aaa;
	margin: 25px 0px 0px;
	}

#descriptionBox{margin: -15px 0px 0px 0px;}	
#specificationBox{margin: -15px 0px 0px 0px;}

/* Use this to create a horizontal ruler across a column. */
hr {
	background: #ddd; 
	clear: both; 
	height: .1em;
	margin: 0em 0em .5em;
	}
.spacer {
	visibility: hidden;
	margin: 1em 0em;	
	}

/* Tables
----------------------------------------------- */	
table { 
	border-collapse: separate; 
	border-spacing: 0; 
	}
#furntitureDataTable td{
	padding: 5px 5px;
	border-collapse: collapse;
	}

/* ~Forms
----------------------------------------------- */		


/* Miscellaneous styles
----------------------------------------------- */		
.hide      	{ display: none; }
.translucent{ opacity: 0.4; filter:alpha(opacity=40); -moz-opacity:0.4;	}


/* Notes
----------------------------------------------- */		
