body {
	margin:0;
	padding:20px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333;
	}
	
img {border:none;}

h2 {
	margin:24px 0 0;
	font-size:95%;
	text-transform:uppercase;
	}
	
/*-- site structure --*/
#wrap {
	width:830px;
	height:580px;
	border:1px solid #999;
	margin:0 auto;
	}
	
#main {
	float:right;
	width:640px;
	height:560px;
	padding:10px;
	font-size:95%;
	border-left:1px solid #999;
	}
	
#sidebar {
	float:left;
	width:169px;
	height:580px;
	position:relative;
	}
	
#logo {
	display:block;
	height:60px;
	background:url(../images/logo.jpg) center center no-repeat; 
	border-bottom:1px solid #999;
	}

#copyright {
	margin:0 auto;
	padding:10px 0 0;
	width:830px;
	text-align:center;
	font-size:90%;
	color:#CCC;
	}

/*-- Navigation --*/
#nav {
	text-transform:uppercase;
	font-weight:bold;
	font-size:x-small;
	line-height:150%;
	}

#nav a:link, #nav a:visited {
	color:#333;
	text-decoration:none;
	}

/* main navigation */
body.about #nav a.about,
body.residential #nav a.residential,
body.commercial #nav a.commercial,
body.videos #nav a.videos,
body.press #nav a.press,
body.contact #nav a.contact,
#nav a:hover, #nav a:active {
	color:#999;
	}

/* sub-navigation style */
body.entertainment-units #nav a.entertainment-units,
body.dressing-rooms #nav a.dressing-rooms,
body.bathrooms #nav a.bathrooms,
body.home-offices #nav a.home-offices,
body.kitchens #nav a.kitchens,
body.bookcases #nav a.bookcases,
body.buffets #nav a.buffets,
body.beds #nav a.beds,
body.additional-pieces #nav a.additional-pieces,
body.interior-design-office #nav a.interior-design-office,
body.raizy-lingerie-store #nav a.raizy-lingerie-store,
body.doctors-office #nav a.doctors-office,
body.conference-table #nav a.conference-table,
body.belly-dance-maternity #nav a.belly-dance-maternity,
body.wood-101 #nav a.wood-101,
body.drawers-and-slides #nav a.drawers-and-slides,
body.finishing-school #nav a.finishing-school {
	color:#999;
	}

#nav ul {
	list-style:none;
	margin:20px 0 0 10px;
	padding:0;
	}
	

/*-- Sub-Navigation --*/
ul.submenu {
	display:none;
	}

body.residential ul.residential,
body.commercial ul.commercial,
body.videos ul.videos {
	display:block;
	}

#nav ul li ul {
	list-style:none;
	margin:6px 0 6px 12px;
	}

/*-- About Page --*/
body.about #inner-wrap {
	margin:95px auto 0;
	width:600px;
	height:390px;
	background:url(../images/about.jpg) left top no-repeat;
	border:1px solid #999;
	}

#about-copy {
	float:right;
	width:330px;
	height:390px;
	overflow:auto;
	padding:0 10px;
	border-left:1px solid #999;
	}

/*-- Gallery Pages --*/
body.residential #main h2,
body.commercial #main h2 {
	font-weight:normal;
	font-size:105%;
	margin:10px 0 0;
	}

body.residential #main p,
body.commercial #main p {
	margin:5px 0 0;
	}
	
	
#thumbnails {
	position:absolute;
	bottom:0;
	margin:16px;
	width:145px;
	}

#thumbnails img {
	margin:0px;
	border:1px solid #333;
	}

#thumbnails a {
	float:left;
	margin:3px;
	display:block;
	padding:2px;
	}
	#thumbnails a.current,
	#thumbnails a:hover {
		background:#f90;
		}

/*-- Video Page --*/
#video {
	text-align:center;
	margin:0 0 20px;
	}
	
/*-- Contact Page --*/
#contact-info {
	margin:140px 0 0;
	text-align:center;
	}

/*-- Utilities --*/
.clear {
	clear:both;
	}
	
	