* {
	border:0;
	margin:0;
	padding:0;
}

img, div { behavior: url(./zp-core/iepngfix.htc) }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(./themes/spotshot/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:black;
	background-position:top center;
	font-size:12px;
	font-weight:bold;
	color:white; 
}

h1, h2, h3, h4, h5, p, ul{
	padding-bottom:.8em;
}

ul{	
	padding-left:20px;
	list-style-type:disc;
	color:#ddd;
}


a {
letter-spacing:1px;
	color:red;
	text-decoration:none;
}

a:hover{
	color:white;
	text-decoration:underline;
}



p {
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	color:#ddd;
}

img.hidden{
	display:none;
}

.headerinfo{
	font-size:12px;
}

#slideshow{	
	position:absolute;
	text-align:center;
	width:775px;
	height:496px;
	border-top:1px solid #5a5a5a;
	border-bottom:1px solid #5a5a5a;	
}

#slideshow .bottom{
	z-index:0;
}

#homebox{
	height:496px;
}

#main_layout{
	margin:15px auto 45px auto;		
	width:775px;
	border:2px solid #5a5a5a;
	background-color:#2c2c2c;
}

#header{	
	height:100px;	
}

#header img{
	float:left;
	margin:5px;
}

#header p{
	margin:15px 10px;
	float:right;
	text-align:right;
	font-weight:bold;
	line-height:1.4em;
}


#top_nav{
	background-image:url(./themes/spotshot/images/nav_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;	
	border-top:1px solid #5a5a5a;
	height:27px;
	color:white;
}

#top_nav ul{
	padding-left:0;
}

#top_nav ul li{
	display:block;
	float:left;
	padding:5px 15px 0 15px;
	font-size:16px;
}

#top_nav ul li a{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#top_nav ul li a:hover{
	color:red;
}


#content{
	padding:15px;
}

#footer{
	background-image:url(./themes/spotshot/images/shadow.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-top:1px solid #5a5a5a;	
	text-align:center;
	font-size:.9em;
	padding-top:15px;
	clear:both;
}

#footer p{
	padding-top:5px;
	text-align:center;
}

.small a{
	font-size:.8em;
	color:#ddd;
	text-decoration:none;
}
