/*
	CSS for Slideshow w/ PNG Frame Layer
*/

*{margin:0; padding:0; border:0;}
body{background:#ffffff;}

/* Slideshow & Billboard Images */	
	#top-zone{overflow:hidden; width:940px; margin:0 auto; height:420px;} /*Here to keep images hidden in IE mostly*/
	
		#billboard{width:940px; height:400px; margin:10px 10px 20px 10px; overflow:hidden; background:url('images/billboard-bg.jpg') no-repeat top center;}

	.slideshow{width:910px; height:360px; margin:10px; overflow:hidden;}
		.slideshow li{list-style:none; float:left; display:inline; position:relative;}
	

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

#content {
	width: 940px;
	font:Arial, Helvetica, sans-serif;
	vertical-align:bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
}
#menu {
	width: 940px;
	margin: 0 auto;
	height:18px;
	float:middle;
	azimuth:center;
}

#menu ul {
	margin: 20px 0 0 30px;
	padding: 0;
	list-style: none;
	line-height: normal;

}

#menu li {
	display: block;
	float: right;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 20px;
	background:#E6E6E6;
	text-decoration: none;
	text-transform: capitalize;
	font: 12px helvetica;
	color: #000;
}

#menu a:hover { 
	text-decoration: none; 
	color:#333;
}

#menu .current_page_item a {
	color: #333;
}

#side {azimuth:left;
background:#FFF;
width:70%;
padding:5px;
}

#sidecontent{

azimuth:left;
background:#FFF;
width:100%;
padding:3px;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color:#333;
}

h1 {
	letter-spacing: -1px;
	font-size: 28px;
}

h2 {
	font-size: 23px;
}
		h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }

#footer {
	margin: 0 auto;
	height: 80px;
	min-height: 64px;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
	width:960px;
	vertical-align:bottom;
}
#productimg{azimuth:left;
background:#FFF;
width:20%;
padding:5px;
}
.clear { clear: both;}
a:link {
	color: #000;
}

a:hover, a:active {
	text-decoration: none;
	color: #000;
}

a:visited {
	color: #000;
}
#footer-wrap {
	width: 939px;
	height: 80px;
	margin: 0 auto;
	background: #999999;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#imagesleft{
background:#CCC;
width:400px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
top:200;
display:block;
float:left;
position:absolute;
bottom:0;
	
}
#imagesright{
background:#CCC;
width:400px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
	display:block;
	float:right;
	
}
