@charset "utf-8";
body {
	background-color: #EEEEEE;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-attachment: fixed;
	background-image: url(images/main_BG.jpg);
	background-repeat: repeat;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
a:active {
	text-decoration: none;
}


#outer-wrapper {
	width: 1000px;
	clip: rect(300px,auto,300px,auto);
	
}
#index-wrapper {
	width: 990px;
	clip: rect(300px,auto,300px,auto);
	
}
#nav   {
	clear: none;
	float: left;
	height: 30px;
	width: auto;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 20px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
#nav  a {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #666666;

}
#nav a:hover {
	clear: none;
	float: left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: solid;
	color: #FF6600;

}

#header {
	float: left;
	height: 100px;
	width: 970px;
	clear: none;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 24px;
}
#content {
	float: left;
	height: auto;
	width: 970px;
	clear: none;
	margin-top: 10px;
	margin-left: 20px;
	background-image: url(images/index_header.gif);
	background-repeat: no-repeat;
	margin-right: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	margin-bottom: 20px;
}
.gallery {
	float: left;
	height: 250px;
	width: 220px;
	text-align: center;
	margin-right: 20px;
}
.gallery_image {
	margin: 10px;
	float: left;
	height: 200px;
	width: 200px;
	overflow: hidden;
	text-align: center;
}
.portfolio_image {
	margin: 10px;
	float: left;
	height: 100px;
	width: 100px;
	overflow: hidden;
	text-align: center;
}
#portfolio_text {
	height: auto;
	width: 350px;
	font-weight: normal;
	margin-bottom: 10px;
}









#slideshow {
	height: 600px;
	width: 970px;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}
#slideshow IMG {
	height: auto;
	width: 970px;
	position: absolute;
	z-index: 8;
}
#slideshow IMG.active {
    z-index:10;
}
 
#slideshow IMG.last-active {
    z-index:9;
}
 
.black {
	opacity: 0;
}
.viewer {
	height: auto;
	width: auto;
	float: right;
	text-indent: -10px;
}
.hide {
	display: none;
}


#footer {
	clear: none;
	float: left;
	height: auto;
	width: 970px;
	margin-top: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: right;
	vertical-align: middle;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
