@charset "utf-8";
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-289px; /* half of container's height */
	float:left;
}

#intro {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:494px;
	width:799px;
	clear:left;
	display: none;
}
#main {
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:494px;
	width:800px;
	clear:left;
	background-image: url(images/main.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 10;
	display: none;
	padding-top:1px;
	padding-bottom:1px;
	border-top:solid 1px #AAAAAA;
	border-bottom:solid 1px #AAAAAA;
}
#nav {
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:494px;
	width:799px;
	clear:left;
	display: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 5;
}

a img { border: 0px; 
}
a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}
a:focus, a:active {
  outline:none;
  text-decoration:underline;
}


#main #text {
	padding-left: 470px;
	padding-right: 30px;
	position: relative;
	padding-top: 35px;
	text-align: center;
}
.viewcollection { display: none; 
}


#main #text p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-bottom: 15px;
	color: #4F4D4F;
	font-weight: normal;
	line-height: 17px;
}
#slideshow{
	height:499px;
	width: 790px;
	overflow: hidden;
	white-space: nowrap;
}
#slideshow  img {
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 20px;
	margin-left: 0px;
}
#gallerytext {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin-top:15px;
	margin-left:60px;
	margin-right:50px;
	text-align: left;
}
#gallery #gallerytext #logo img { float: right; }

ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}
#slideshow ul{
	width:9752px;
	padding-left:0px;
}
#slideshow li{
	float:left;
	margin:0;
}
#gallery  #leftbutton {
	float: left;
	width: 60px;
	margin-right: 0px;
	padding-right:0px;
	padding-top: 0px;
	background-image: url(images/left.png);
	height:494px;
}
#gallery  #rightbutton {
	float: right;
	clear: right;
	width: 60px;
	margin-left: 0px;
	padding-left:0px;
	padding-top: 0px;
	background-image: url(images/right.png);
	height:494px;
}
#leftfade {
	position: absolute;
	background-image: url(images/leftfade.png);
	background-repeat: repeat-y;
	height: 500px;
	width: 180px;
	margin-left: 60px;
	opacity: 0.7;
}
#rightfade {
	position: absolute;
	background-image: url(images/rightfade.png);
	background-repeat: repeat-y;
	height: 500px;
	width: 180px;
	margin-left: 670px;
	opacity: 0.7;
}
.fade { opacity: 0.6; }

#gallery {
	position:relative; /* puts container in front of distance */
	text-align:left;
	clear:left;
	height:500px;
	width:910px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: none;
}
.lastimage { margin-right: 0px !important; }

.preload { display: none; }
