BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 	
	PADDING-TOP: 0px; 
	BACKGROUND-COLOR: #dfdbd8; 
	font-family: "Lucida Sans", Arial; 
	color: #525252;
	font-size: 11px;
	background-image: url('/images/background.jpg');
	background-repeat: repeat-x;
	

}


.scrolling-content {
	width:5880px;
 	position: absolute;
}

#content_1
{ 
 	left:0;top:0;
}

#content_2
{ 
 	left:980px;top:0;
}
#content_3
{ 
 	left:1960px;top:0;
}
#content_4
{ 
 	left:2940px;top:0;
}

#content_5
{ 
 	left:3920px;top:0;
}


#content_6
{ 
 	left:4900px;top:0;
}
		
#band {
	
	position: relative; left: 0px; top: 0px;
	width: 100%;
	height: 450px;
}

.header1 {
	font-family: "Lucida Sans", Arial; 
	color: #000;
	letter-spacing: 0.3ex;
	font-size: 18px;
}




#container {
	width:100%;
	position:relative;
}

#topbar {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 950px;
	height: 90px;
	text-align: left;
	position:relative;
}
#topbartext {
	position:absolute;
	top:0;
	left:0;
	width: 934px;
	height: 74px;
	background:#000;
	padding: 8px;
}

#topbartext {
	filter: alpha(opacity=44);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=44);
	-moz-opacity: 0.44;
	opacity:0.44;
	-khtml-opacity:0.44;
}
#topbarwords {
	position:absolute;
	top:0;
	left:0;
	width: 934px;
	height: 74px;
	background:transparent;
	padding:8px;
}

#footer {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
}

#headerlogo {
	top: 40px;
	vertical-align: top;
	user-select: none;
	cursor: pointer;
}

#nav {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: arial;
	font-size: 1.0em;
	text-transform: uppercase;
	width: 950px;
	background: #969696;
	color: #525252;
}

#nav div {
	cursor: pointer;
	background: #D3D3D3;
	width: 100px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 3px;
	float: left;
}

#nav #filler {
	cursor: none;
	background: #969696;
	border-bottom: 1px solid #fff;
	border-right: 0px ;
}

.spacer {
	clear: both;
}

#demo-container {
	overflow: hidden;
	width:950px;
	height:480px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #fff;
}

#demo-wrapper {
  	width:950px;
  	position: relative;
  	height: 600px;
  	overflow: hidden;
}

.scrolling-content {
	height: 950px;
}

.box-content {
	width:940px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px
	overflow: hidden;
}

.box-content a {
	text-decoration: none;
	color: #525252;
}

.box-content a:hover {
	text-decoration: none;
	color: #66ccff;
}

.box-content .title {
		padding-top: 0px;
		color: #66ccff;
		font-size: 1.5em;
	}

/*FURNITURE INFO*/

#furnInfo {
		float: left;
		width: 200px;
		margin-right: 10px;
		margin-left: 5px;
		height: 400px;
		
	}

#furnInfo #title {
	padding-top: 8px;
	color: #66ccff;
	font-size: 1.5em;
}

/*PHOTO GALLERY*/

		#thumbs {
			overflow: hidden;
		}
		
		#pageContainer {
			width:4980px;
		}
		
		#pagerContainer {
			float: left;
			width: 80px;
			margin-right: 0px;
			height: 400px;
		
		}
		
		.page {
			float: left;
			width: 80px;
			margin-bottom: 10px;
			
		}
		
		.thumbnail {
			
			float: left;
			margin: 0 15px 17px 0;
			width: 65px;
			height: 65px;
			
		}
		
		pre {
			border: 1px solid #fff;
			background-color: #333;
			padding: 5px;
		}
		
		/* this is for the loading.gif */
		.thumbnail div img {
			margin: 22px;

		}
		
		.thumbnail a img {
			width: 65px;
			height: 65px;

	
		}
		
		#bigimageContainer {
			float: left;
			
			width: 656px;
			text-align: center;
		
		}
		
		#bigImage {
			border: 3px solid #fff;
		}
		
		#prev {
			float: left;
			outline: none;
		}
		
		#next {
			float: right;
			outline: none;
		}
		
		a img {
			border: 2px solid #fff;

			}



#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 0px 0;
	background: url(../images/ajax-loader.gif) no-repeat center;
}



/*MAIN SLIDESHOWA*/
#myGallery
{
width: 950px !important;
height: 400px !important;
} 


#portGallery
{
width: 950px !important;
height: 350px !important;
} 

#portGallery2
{
width: 950px !important;
height: 350px !important;
} 

#intGallery
{
z-index:5;
width: 950px !important;
height: 350px !important;
} 


/*FORM*/


#form_box {
	width: 944px;
	background: #242424;

	color: #fff;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}
 
#form_box input, textarea {

	font-family: "Lucida Sans", Arial; 
	font-size: 11px;
	color:			#FFF;
	background:		#242424;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;

}


#form_log {
	
	height: 50px;
	width: 950px;
	
}

 


#form_log_res {
	overflow: auto;
}
 
#form_log_res.ajax-loading {
margin-left: 10px;
	padding: 20px 0;
	background: url(../images/ajax-loader.gif) no-repeat center;
}



/*quicktime*/

#qt_log {
	margin-left: 10px;
	height: 50px;
	width: 794px;
	
}
 
#qt_log_res {
	overflow: auto;
}
 
#qt_log_res.ajax-loading {
margin-left: 10px;
	padding: 20px 0;
	background: url(../images/ajax-loader.gif) no-repeat center;
}


