/* main body */
body {
	background-color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	text-align: center;
}

/*************************************************************
*
*  PAGE TEXT 
*
**************************************************************/

/* site wide text sizes */
p, h1, h2, h3, h4 {
	text-align:left;
	vertical-align: text-bottom;
	clear: both;
	margin: 0px;
}

p, th, td{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%;
	line-height: 125%; 
	color: #ffffff;	
}
p, th, td{  
	margin: 0px 0px 5px 0px;	
}


h1{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 120%;
	letter-spacing: 0px;
	margin-bottom: 5px;	
}

h2{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 120%;
	letter-spacing: 0px;	
}

h3, h4{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%;
	letter-spacing: 0px;	
}


/* dividing lines  - cross browser quirks! */
hr {
	color: #999999;
    height: 1px;	
	border: 0px;
	border-bottom: 1px solid;
	clear: both;
}

.img_left{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}


/*************************************************************
*
*  PAGE LINKS
*
**************************************************************/

/* site wide links*/
a, a:link, a:visited { 
	color : #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover		{ 
	text-decoration: underline;  
}


/* image links*/
a.imglink, a.imglink:link, a.imglink:visited {
	background-color: transparent !important;
	text-decoration: none !important;
	padding: 0px !important;
	margin: 0px !important;
}
a.imglink:hover{
	background-color: transparent !important;
	text-decoration: none !important;
	padding: 0px !important;
	margin: 0px !important;
}


/*************************************************************
*
*  highlight
*
**************************************************************/
.highlight{
	background-color: #FFFFCC;
}

.small{
	font-size: 10px;
	line-height: 140%;
	color: #666666; 
}



/*************************************************************
*
*  FORM FORMATTING
*
**************************************************************/
form {
	margin: 10px 0px;
	padding: 0px;
}

/* input boxes and many other form elements*/
INPUT, TEXTAREA, SELECT, CHECKBOX, SUBMIT{
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}




/*************************************************************
*
*  generic page layout divs
*
**************************************************************/

#daddy{
	width: 760px;
	background-color: #000000;
	margin: 0px auto;
	padding: 0px;
	overflow: display;
	text-align: left;
	clear: both;
	float: center;
}

#flash_header{
	background-color: #000000;
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}




/* commented backslash hack v2 \*/
#noflash{ margin: 0px 0px -150px 0px;}
/* end hack */

#noflash img{
	z-index: 0;
	margin: 0px;
	padding: 0px;
}

#noflash ul{
	position: relative;
	top: -150px;
	left: 0px;
	width: 760px;
	height: 147px;
	margin:  0px;
	padding: 0px;
	overflow: hidden;
}

#noflash ul li{
	float: left;
	list-style-type: none;
	margin: 0px 3px 0px 3px;
	padding: 0px;
}

#noflash li a {
	display: block;
	float: left; /* Fixes it on the mac */	
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 140px;
}




.main{
	float: left;
	width: 760px;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	background-color: #000000;
	min-height: 200px;
	overflow: display;
}

#home{
	background-image: url(../images/home_bottom.jpg);
	background-repeat: no-repeat;
}

#about{
	background-image: url(../images/about_bottom.jpg);
	background-repeat: no-repeat;
}

#dining{
	background-image: url(../images/dining_bottom.jpg);
	background-repeat: no-repeat;
}

#sleeping{
	background-image: url(../images/sleeping_bottom.jpg);
	background-repeat: no-repeat;
}

#kitchens{
	background-image: url(../images/litchens_bottom.jpg);
	background-repeat: no-repeat;
}

#lifestyle{
	background-image: url(../images/lifestyle_bottom.jpg);
	background-repeat: no-repeat;
}

#contact{
	background-image: url(../images/default_bottom.jpg);
	background-repeat: no-repeat;
}

#what{
	background-image: url(../images/what_bottom.jpg);
	background-repeat: no-repeat;
}


#main_left{
	width: 393px;
	\width: 547px;  /* for IE5/Win */
  	w\idth: 393px;  /* for good browsers */
	margin: 0px 23px 0px 131px;
	padding: 0px 0px 20px 0px;
	float:left;
	display: inline;
	overflow: hidden;
}


#logo{
	width: 189px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	float: left;
}

#logo p{
	text-align: center;
	margin-top: 10px;
}

#footer{
	float: left;
	width: 760px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #2b2b2b;
	clear:both;
}

#footer a, #footer a:hover, #footer a:active{
	font-weight: normal;
}

#footer_left{
	width: 248px;
	float: left;
	padding: 4px 0px 4px 12px;
	display: inline;	
}

#footer_right{
	width: 488px;
	float: left;
	text-align: right;
	padding: 4px 0px;
}

#safe_links{
	font-size: 10%;
	text-indent: -5000px 
}
#safe_links a{
	color: #000000;
}


.thumb_block{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	clear: both;
}

.thumb_block h2{
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 5px 0px;
	border-bottom: 1px solid #666666;
}

.thumb_block img{
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}




/* HACK - IE5 mac BAND PASS FILTER */
/*\*//*/
#main_left{
	float: none;
	display: inline-block;
}
/**/

/*\*//*/
#logo{
	position: absolute;
	top: 410px;
	float: none;
	display: inline-block;
}
/**/





