@charset "utf-8";
/* CSS Document with sahred elements of stock list and main design areas*/
body {
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-color:#900;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}

#header{
	width:1000px;
	background:url(../images/SP_logo.png) top left no-repeat;
	height:244px;
	margin: 0 auto;
	padding: 0px;
		font-size:12px; 
		color:#fff;
	}
#clear{clear:both;}	

	/*#headernav{margin:0; padding:0; text-align:center;}*/

#headernav ul li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
		margin: 0px;
	letter-spacing: normal;
	word-spacing: normal;
	font-size:12px;
		padding: 0 7px 0 0;
}

#headernav a:link
{
	color:#fff; 
	text-decoration:underline;
}
#headernav a:hover
{
	color:#000; 
	text-decoration:underline; 
	display:inline-block;
}
#headernav a:visited
{
	color:#fff; 
	text-decoration:underline;
}
	
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

 #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background-image: url(images/topnav-bg.png);
	background-repeat: repeat-x;*/
	font-weight:800;
	margin-top:10px;
	width:1000px;
	bottom:0px;
	border-top: medium solid #CCC;

}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FF0;
	
	font-size:12px;
	text-align:center;
}



#topnav {
	width:1000px;
	margin: 0px auto 0 auto;
	padding:0px;
	vertical-align:middle;
	margin-top:-15px;
	
}
	
#topnav ul li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	padding:0px 5px;
	margin: 0px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height:40px;
	font-size:17px;
		
}

#topnav a:link
{
	color:#fff; 
	text-decoration:none;
}
#topnav a:hover
{
	color:#fff; 
	text-decoration:none; 
	background-image:url(../images/topnav-hover.png);
	background-repeat:repeat-x; 
	display:inline-block;

}
#topnav a:visited
{
	color:#fff; 
	text-decoration:none;
}
#slideshow
{
	margin-top:-33px;
	float:right;
	width:500px;
border-right:solid 2px #666;
border-bottom:solid 2px #666;
}

