@charset "UTF-8";
/* CSS Document */

body {
	padding : 0;
	margin : 0;
	background-color: #777777;
	text-align:center
}

#nav {
	width : 766px;
	height : 84px;
	position : relative;
	margin : 0 auto;
	padding: 0;
	background-color:#B3C6C4;
	border-bottom: 1px solid #ffffff
}
#nav img {
	margin : 0;
	padding : 0;
	position : absolute;
	width: 302px;
	height: 84px;
	left: 0;
	}

#nav ul {
	width : 402px;
	height: 1px;
	position: absolute;
	display: inline;
	top : 65px;
	margin: 0;
	padding: 0 0 20px 10px;
	right: 0;
}

#nav ul li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a:link, #nav a:visited{
	float: left;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	display : block;
	border-bottom : 1px solid #FFFFFF;
	padding : 0 14px 6px 14px;
	color: #664649;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav a.active:link, #nav a:visited.active, #nav a:hover {
	background: url(images/arrow.gif) no-repeat bottom center
}

#main {
	width : 766px;
	position: relative;
	margin : 0 auto;
	top: 0px;
	height: 480px;
	background-color: #909190;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5C474B;
	font-size: 13px;
	font-weight: lighter;
	}
  

#content{
	width : 766px;
	position: relative;
	margin : 0 auto;
	top: 0px;
	height: 520px;
	background-color: #909190;
	padding-top: 30px;
}
#content_fountain{
	width : 766px;
	position: relative;
	margin : 0 auto;
	top: 0px;
	height: 535px;
	background-color: #909190;
	padding-top: 10px;
}
#h1{
	font-size: 16px;
	color: #FFFFFF;
}

#dhtmlgoodies_slideshow{
		width:766px;	/* Total width of slideshow */
}
	
	#previewPane{
		margin-bottom:12px;	
		text-align:center;
		vertical-align:middle;
		padding-top:8px;
		position:relative;
		
		/* CSS HACK */
		height: 417px;	/* IE 5.x */
		height/* */:/**/405px;	/* Other browsers */
		height: /**/405px;
				
	}
	#previewPane img{
	line-height:400px;
	border: solid #ffffff 1px;
	padding: 3px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.8em;
	color: #FFFFFF;
	padding-top: 10px;
	}

	#product{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	}
	#product_dimension{
	text-align: center;
	
	}
	#galleryContainer{
		
		height:70px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		
		/* CSS HACK */
		height: 72px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/70px;	/* Other browsers */
		height: /**/70px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:1px;
		background-color:#909190;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding:1px;
		background-color:#909190;		
	}
	#theImages{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;	
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#909190;
		border:2px double #fff;
		padding:4px;
		color:#fff;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	

