body {
	background: #000000 url(../images/main/background.jpg) no-repeat 0 0;
	margin: 0 auto;
	
}

.header {
	background-image:url(../images/main/header_background.jpg);
	background-repeat:no-repeat;
	height:63px;
}

/*//////////MAIN NAVIGATION///////*/

#navigation {
	margin: 0;   
	padding: 0;
	width: 871px;
	font-family:"Century Gothic";
	font-weight:bold;
	font-stretch:semi-expanded;
	color:#FFFFFF;
	font-size:13px;
	list-style:none;
 }

#navigation li{
	margin:0;
	padding:0;
	float:left;
}

#navigation a {   
 
	float:left;
	padding-left:30px;
	text-align:center;
	color: #dab580;
	text-decoration: none;

}

#navigation a:hover { 
	color:#ffffff;
}

#navigation .current { 
	color:#ffffff;
}

/*//////////SUB NAVIGATION///////*/

.lavaLampWithImage {
    position: relative;
    width: 600px;
    padding: 10px;
    margin: 10px 0;
    overflow: hidden;
}

.lavaLampWithImage li {
    float: left;
    list-style: none;
}

.lavaLampWithImage li.back {
    background: url("../images/lava.gif") no-repeat right -30px;
    width: 9px; 
	height: 30px;
    z-index: 8;
    position: absolute;
}

.lavaLampWithImage li.back .left {
    background: url("../images/lava.gif") no-repeat top left;
    height: 30px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}
                
.lavaLampWithImage li a {
    font: bold 13px arial;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;    
}
                       
.lavaLampWithImage li a:hover, 
.lavaLampWithImage li a:active, 
.lavaLampWithImage li a:visited {
    border: none;
}

.body_text {
	font-family:"Century Gothic";
	color:#ffecaf;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	line-height:20px;
	padding-top:5px;
}

.table_text {
	font-family:"Century Gothic";
	color:#ffecaf;
	font-size:12px;
	line-height:25px;
	text-indent:10px;

}

.table_highlight {
	font-family:"Century Gothic";
	color:#eba807;
	font-size:12px;
	line-height:25px;
	text-indent:10px;

}

.footer_text {
	font-family:"Century Gothic";
	color:#7e5935;
	font-size:12px;
	padding-left:10px;
	line-height:20px;
}

.darkblock {
			padding:10px 15px;
		}
		
fieldset { 
	border:0;margin:0;padding:0; 
}

label { 
	display:block; 
}

input.text,textarea { 
	width:300px;
	color:#333;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc; 
}

input.submit { 
	padding:2px 5px;
	font: 10px Trebuchet MS; 
}

#logo 			{	position:relative; height:22px; }
#logo a.sky		{  display:block; position:absolute; top:0; left:0; width:218px; height:22px; margin:0; background:url(../images/main/sky_button.gif); background-position:top left; text-indent:-999px; overflow:hidden; }
#logo a.sky:hover		{	background-position:0 22px; }

/*////////// GALLERY ///////*/

			.thumb_holder {
				display:block;
				width:109px;
				height:128px;
				overflow:hidden;
				position:relative;
				float:left;
				margin:0 10px 10px 0;
				background-color:#f3e2b6;
			}
			.thumb_holder a.thumb_thumb {
				display:block;
				width:109px;
				height:128px;
				margin:0 10px 10px 0;
				overflow:hidden;
				border:1px solid #FFF;
			}
			
				.thumb_holder a.thumb_thumb img {
					position:absolute;
					top:5px;
					left:5px;
					border:0;
				}
				.thumb_holder a.txt {
					text-decoration:none;
					font-family:Arial, Helvetica, sans-serif;
					font-size:9pt;
					color:#533D28;
				}
					.thumb_holder a.txt:hover { color:#000; text-decoration:underline; }
					.thumb_holder a.low { position:absolute; top:105px; left:5px; }
					.thumb_holder a.high { position:absolute; top:105px; right:6px; }