@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #FBF9F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}
#wrapper {
	background: #444348;
    border-bottom: 3px solid #FF9523;
	margin-bottom: 10px;
}

/*** HEADER ***/
#header {
	width: 1002px;
	height: 79px;
	margin: 0 auto 20px auto;
	padding-top: 6px;
}
.header_ads {
	float:right;
	margin-top:-10px;
}

/*** MENU ***/
#menu{
	position:relative;
}
#menu ul {
	margin: 0;
	padding: 28px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	background: #555555;
	padding: 4px 20px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #BBBBBB;
	border: 1px solid;
}

#menu a:hover {
	text-decoration: underline;
}

a:link {
	color: #7AD000;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF9523;
	font-weight:bold;	
}

a:visited {
	color: #FF9523;
	font-weight:bold;
	text-decoration:none;	
}
/* FOOTER */
#footer {
	padding: 10px 0 10px 0;   
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:99%;
	text-align:center;
}

html>body #footer {
	height: auto;
}

/***SlideShow***/
.pics {  
    height:  120px;  
    width:   520px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 5px;  
    border:  1px solid #ccc;  
    background-color: #FBF9F6;  
    width:  500px; 
    height: 100px; 
    top:  0; 
    left: 0 
} 
/*lavalamp*/
        .lavaLampNoImage {
            position: relative;
/*            height: 29px;*/
/*            width: 421px;*/
/*            background-color: white;*/
            padding: 15px;
            margin: 10px 0;
/*            overflow: hidden;*/
/*            border: 1px solid gray;*/
        }
		.lavaLampNoImage li {
			float: left;
			list-style: none;
		}
			.lavaLampNoImage li.back {
				border: 1px solid #000;
				background-color: #FBF9F6;
				width: 9px;
				height: 30px;
				z-index: 8;
				position: absolute;
			}
			.lavaLampNoImage li a {
				font: bold 14px arial;
				text-decoration: none;
				color: #000;
				outline: none;
				text-align: center;
				top: 3px;
/*				text-transform: uppercase;*/
				letter-spacing: 0;
				z-index: 10;
				display: block;
				float: left;
/*				height: 30px;*/
				position: relative;
				overflow: hidden;
				margin: auto 10px;
			}
			.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
				border: none;
			}                    
#content ul{
	marigin:0px;
	padding:0px;
}#content li{
	list-style:none;
}
