@charset "UTF-8";


#header {
	position: relative;
	margin: 10px 0px 125px -10px;
	height: 50px;
	/*border-bottom: 1px dotted #333*/
	}


/*PRIME NAV
------------------------------------------------------------------------------- */
.nav {
	padding: 0px;
	width: 520px;
	height: 25px;
	position: relative;
	top: 25px;
	}

.nav ul {
	margin: 15px 5px 0 5px;
	z-index:10;
	z-index:100; 
	}	

.nav a:link,  
.nav a:visited {
	font-weight: normal;
	padding: 0px 10px;
	color: #393509;
	}

.nav a:hover {
	font-weight: bold;
	color:#E6D41F;
	background-color: transparent; 
	}
			
.nav a:active {
	font-weight: normal;}
					

.nav li {
	font-size: .88em;
	list-style: none;
	float: left;
	font-family: Corbel, "Lucida Grande", Arial, Helvetica, sans-serif;
	}	

#slide {position: absolute; bottom: 30px; height:4px; background:#E6D41F; z-index:10}

#logo {
	width: 100px;
	height: 28px;
	position: absolute; 
	left: 775px;
	top: 20px;
	}


#logo a, #logo a:visited {
	display: block;
	text-decoration: none;
	width: 100px;
	height: 28px;
	border: 0;
	}	


#logo a:hover {
	text-decoration: none;
	background-color: transparent;
	border: 0;
	}	


.lavaLampBottomStyle {
    position: relative;
    height: 29px;
    width: 520px;
    background-color: white;
    padding: 0px;
	top: 15px;
    margin: 20px 0;
    overflow: hidden;
    border: none;
    }
	
.lavaLampBottomStyle li {
	float: left;
    list-style: none;
    }

.lavaLampBottomStyle li.back {
	border-top: 5px solid #E6D41F;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
    }
					
.lavaLampBottomStyle li a {
	font: normal .88em Corbel, "Lucida Grande", Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000;
    outline: none;
    text-align: center;
    top: 10px;
    text-transform: lowercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 20px auto 0px;
    }   
                       
.lavaLampBottomStyle li a:visited {
	border: none;
	background-color: transparent;
 	}

.lavaLampBottomStyle li a:hover {
	border: none;
	background-color: transparent;
    color: #E6D41F;
	}
						
.lavaLampBottomStyle li a:active {
	border: none;
	background-color: transparent;
    } 
						
						

#subnav {
	width: 750px;
	padding: 0 0 60px 0;
}

#subnav ul {
	list-style-type: none;
	margin: 0;
	}


#subnav ul li {
	font-size: .88em;
	font-family: "65 Helvetica Medium", Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding-right: 2em;
	display: inline;
	}

#subnav ul li a {
	color:#999999;
	font-weight: normal;
	}

#subnav ul li a:hover {
	color:#393509;
	font-weight: normal;
	}
