@charset "utf-8";
/* CSS Document */

body{
  font-family:Georgia, "Times New Roman", Times, serif;
  background-image:url(images/stripes.png);
  background-repeat:repeat;
   text-align: center;
}

#contents	
	{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 800px;
	height:1000px;
	color: #000;
	text-align: left;
	position:relative;
	font-size:11pt;
	
	}

#nav{
	float:right;
	width:236px;
	height:287px;
	background-image:url(images/nav-back.jpg);
	background-repeat:repeat;
}
#right-below{
	float:right;
	width:236px;
	height:506px;
	background-image:url(images/nav-back.jpg);
	background-repeat:repeat;
}
#content{
	color:white;
	float:left;
	width:564px;
	height:287px;
	background-image:url(images/content-back.jpg);
	background-repeat:none;
}
#contact-us-content{
	color:white;
	float:left;
	width:564px;
	height:567px;
	background-image:url(images/contact-us-back.jpg);
	background-repeat:none;

}
#custom{
	color:white;
	float:left;
	width:564px;
	height:500px;
	background-image:url(images/contact-us-back.jpg);
	background-repeat:none;
	background-position: 0px 0px;
}
#staircase-content{
	color:white;
	float:left;
	width:564px;
	height:759px;
	background-image:url(images/contact-us-back2.jpg);
	background-repeat:none;
	background-position: 0px 0px;
	}
#dustless-content{
	color:white;
	float:left;
	width:564px;
	height:712px;
	background-image:url(images/dustless-content-back.jpg);
	background-repeat:none;
}
p{
	font-family:Arial, Helvetica, sans-serif;
}

a:link, a:visited{
	color:#efe586;
	font-style:italic;
	text-decoration:none;
}
a:hover{
	color:#efe586;
	font-style:italic;
	text-decoration:underline;
	
}

#slider1 {
	
	width: 564px; /* important to be same as image width */
	height: 287px; /* important to be same as image height */
	position:relative;
	overflow: hidden; /* important */
	z-index: 100;
}

#slider1Content {
    width: 564px; /* important to be same as image width or wider */
    //position: absolute;
	top: 0px;
	left:0px;
	margin: 0px;
	padding:0px;
	z-index: 100;
}
.slider1Image {
    
    position: relative;
	display: none;
	z-index: 100;
}

.clear {
	clear: both;
}

