	/*Style settings for Siameye.com */

body	{
border-style: none;
  font-family: Verdana;
  font-size: 13px; color: #311800;
  background-color: #ffffff;
}

h1 	{font-family: Verdana;;
  font-size: 25px;
}

.bg	{background-image: url("beach_bg.png");  background-repeat: no-repeat; background-position: bottom right; }
.lhs	{background-image: url("grad_lhs.png");  background-repeat: repeat-y; background-position: top right; }
.rhs	{background-image: url("grad_rhs.png");  background-repeat: repeat-y; background-position: top left; }
.top_m	{background-image: url("grad_top.png");  background-repeat: repeat-x; background-position: bottom left; }
.bot_m	{background-image: url("grad_bot.png");  background-repeat: repeat-x; background-position: top left; }
.top_l	{background-image: url("grad_top_left.png");  background-repeat: no-repeat; background-position: bottom right; }
.top_r	{background-image: url("grad_top_right.png");  background-repeat: no-repeat; background-position: bottom left; }
.bot_l	{background-image: url("grad_bot_left.png");  background-repeat: no-repeat; background-position: top right; }
.bot_r	{background-image: url("grad_bot_right.png");  background-repeat: no-repeat; background-position: top left; }
a:link 	{text-decoration: none; color: #cc6633;}
a:visited {text-decoration: none; color: #cc9966;}
a:active {text-decoration: none; color: #cc6633;}
a:hover	{text-decoration: underline; color: #ff9900;}

	
/* CSS for Smartmini slider */

#navheader 
	{
	
	position: relative;

	margin :0 auto;

	width: 780px;

	height: 30px;

	padding: 0;

	border-bottom: 1px solid #311;

	z-index:0;
	}

#navheader li 
	{
	
	z-index: 3;

	position: relative;

	float: right;

	padding: 0;

	margin: 0;

	list-style: none;

	font: .8em/30px verdana;
	}

#navheader li a 
	{

	display: block;
	padding: 0 10px;

	text-decoration: none;

	color: #333;
	}

#navheader li a:hover 
	{
	
	color: #999;
	}

#navheader li.current 
	{
	
	z-index: 1;

	//background: transparent url(current_bg.gif) repeat-x bottom;
	}

#slider 
	{
	
	z-index: 2;

	position: absolute;

	height: 29px;

	border-bottom: 5px solid #311;
	}

	

	/* CSS FOR SLIDESHOW SCRIPT */

	
.imageSlideshowHolder,
.imageSlideshowHolder_left
	{
		
	margin:5px; /* "Air" */
		
	float:right; /* Floating gallery at the right side of other web page content */width:310px;/* Image width */
		
	height:190px; /* Image height */
		
		
	position:relative; /* Don't remove this line */
	
	}
	
.leftFloatingDiv
	{
		
	float:left;
		
	width:310px;
		
	height:190px;
	
	}
	
	
.imageSlideshowHolder img /* Don't change these values */
	
	{
		
	position:absolute;
		
	left:0px;
		
	top:0px;
	
	}


	
	