@charset "UTF-8";
/* CSS Document */

body{
font-family: arial;
}

h1 a{
width: 90px;
height: 80px;
text-indent: -9999px;
background: url(../images/luci-grigg-header-h1.jpg);
float: left;
margin: 0 0 0 0px;
}

#leftfade, #rightfade{
position: fixed;
background: url(../images/left-fade.png);
height: 55px;
width: 60px;
z-index: 11;

}

#rightfade{
background: url(../images/right-fade.png);
margin: 0 0 0 840px;
}

#header{
width: 900px;
margin: 0 auto 0 auto;
}

ul.menu{
padding: 25px 0 0 20px;
float: left;
width: 510px;
}

ul.menu#sub{
padding-top: 15px;
}

ul.menu#sub li a{
font-weight: normal;
color: #999;
}

ul.menu#sub li a:hover{
color: #f10fff;
}

ul.menu li a{
color: #494949;
font-size: 10px;
padding: 0 0 0 30px;
text-decoration: none;
float: left;
text-transform: uppercase;
font-weight: bold;
}

ul.menu li a:hover{
color: #f10fff;
}

li#live a{
color: #f10fff ! important;
}

#main{
width: 900px;
clear: both;
padding: 10px 0 0 0;
overflow: hidden;
margin: 0 auto 0 auto;
}

#main ul#fadeimages{
width: 99999px;
text-align: center;
margin: 0 auto 0 auto;
height: 900px;
}

#main ul#fadeimages li{
float: left;
padding: 0 0px 0 0px;
}

div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 52px;
	width: 900px;
	overflow: auto;
}
ul.sc_menu {
	display: block;
	height: 0px;
	/* max width here, for users without javascript */	
	width: 1560px;	
	padding: 10px 0 0 0px; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.sc_menu a {
	position: relative;
	display: block;
	text-decoration: none;


}
.sc_menu span {
	display: none;
	margin-top: 3px;
	text-align: center;
	font-size: 12px;	
	color: #fff;
}
.sc_menu a:hover span {
	display: block;
}

.sc_menu a img {
position: relative;
border: 1px solid #333;
	filter:alpha(opacity=50);	opacity:0.5;
}

.sc_menu a:hover img {
	filter:alpha(opacity=100);	
	opacity:1;
}

DIV#loader {

	overflow: hidden;
}

div#loader img{
text-align: center;
margin: 0 auto 0 auto;

}

ul.menu li{
float: left;
}



DIV#loader.loading {
	background: url(../images/spinner.gif) no-repeat center center;
width: 900px;
height: 600px;
}

#footer{
text-transform: uppercase;
padding: 10px 0 0 0;
float: left;
font-size: 10px;
color: #999;
}

#footer a{
color: #999;
}

#footer a:hover{
color: #333;
}
