body{
padding:0px;
margin:0px;
background-color:#CAAA84;
}

table, td {
		width:100%;
		height:100%;
		border:0px;
	}

td { vertical-align:top;}

a:hover{text-decoration:none;}

img { border:0px;}

.m_text, table, li, input, textarea
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#D3A361;
	}
	
strong { color:#FFBF58;}

a { color:#FFBF58;}

.h_text, .h_text a
	{
		color:#612E00;
		font-size:9px;
		line-height:9px;
		text-decoration:none;
	}
	
.h_text a:hover { text-decoration:underline;}

.h_text span a { color:#A78B65;}
	
.ls_text, .ls_text a, .ls_text a strong
	{
		color:#835831;
		line-height:11px;
		text-decoration:none;
	}
	
.ls_text a:hover { text-decoration: underline;}

.l_text { color:#D3A361; font-size:11px; line-height:9px; text-decoration:none;}

.l_text:hover { text-decoration:underline}
	
.c_text
	{
		color:#C0A988;
		font-size:9px;
		line-height:9px;
	}
	.c_text_1
	{
		color:#C0A988;
		font-size:10px;
		line-height:16px;
	}

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
		color: default;
	}

.form{height:30px; margin-top:-1px;}	

.form input	{width:263px; height:27px; border-color:#B77234; border-width:1px; background-color:#713D16; border-style:solid; padding-left:13px; padding-top:3px}

textarea {width:283px; height:56px; border-color:#B77234; border-width:1px; background-color:#713D16; border-style:solid; padding-left:13px; overflow:hidden; padding-top:3px; margin-top:-1px	}

ul {margin:0; padding:0; list-style:none}
li {background:url(../images/a.gif) no-repeat left center; margin: 0px 0px 0px 0px; padding:0px 0px 0px 12px}		

li a
	{		
		line-height:14px;
		color:#D3A361;
		text-decoration:none;
	}

li a:hover
	{
		text-decoration:underline;
	}
	
.cell_margin { margin: 45px 15px 0px 41px;}
.cell_margin_1 { margin: 13px 15px 0px 38px;}
.ul1 li a { line-height:18px;}
	
	
		#dhtmlgoodies_slideshow{
		width:0px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:0px solid #000;
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:30px;
		
		
		/* CSS HACK */
		height: 452px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
		
		width:580px;		
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:0px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 410px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/394px;	/* Other browsers */
		height: /**/394px;
		
		/* CSS HACK */
		width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/120px;	/* Other browsers */
		width: /**/120px;
				
		border:0px solid #000;	/* Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:305px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=100);	/* Transparency - IE */
		opacity:1; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#theImages .imageCaption{
		display:none;
	}

	#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

