body{
	font-size: 62.5%;
	text-align: center;
	color: white;
	margin: 0;
	padding: 0;
	background: black url(i/stripes.gif) top left repeat-x;
	font-family: arial;
}
.container{
	width: 800px; 
	margin: 0 auto;
	padding: 0 30px;
	text-align: left;
	background-color: #111111;
	border-right: 3px solid yellow;
	border-left: 3px solid yellow;
	position:relative;
	
}
#banner{
}
#banner ul{
	width: auto !important;
	width: 100%;
	min-width: 866px;
	background-color: red;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: black;
	border-top: 4px solid #6cc;
	border-bottom: 1px dashed #5f5f5f;
}
#banner li{
	display: inline;
	padding: 0 30px;
}

#banner h1{
	margin-top: 0;
	margin-left: 106px;
	padding-top: 25px; 
}
#banner p{
	margin-left: 106px;
}
#banner img{
	float: left;
}
#banner a{
	color: yellow;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: bold;
}
#logo{
	height: 148px;
}
#logo img{
	position: absolute;
	left: 0;
	top: 0;
	z-index:2;
}
#body{
	border-top: 2px solid #5f5f5f;
	border-bottom: 2px solid yellow;
	padding-top: 50px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	margin-bottom: 25px;
}

#sidebar{
	position: absolute;
	top: -90px;
	right: -100px;
	width: 275px;
}
.spotlight{
	margin-bottom: 10px;
	width: 100%;
	background-color: black;
	border-left: 2px solid yellow;
	border-right: 2px solid yellow;
	opacity: 0.85;
	-ms-filter: "alpha(Opacity=85)";
	filter: alpha(Opacity=85);
	border-bottom: 1px dashed #5f5f5f;
}
.spotlight p {
	margin: 1em 2em;
}
.spotlight p , .spotlight ul {
	font-size: 1.2em;
}
.spotlight h5{
	font-size: 1.5em;
	line-height: 2.4em;
	text-align: center;
	margin-top: 0;
	border-top: 4px solid #6cc;
	border-bottom: 1px dashed #5f5f5f;
}
.spotlight em{
	font-weight: bold;
	color: yellow;
}
.spotlight p.notice{
	font-size: 1em;
}
#footer{
	line-height: 40px;
}

#map{
	color:black;
	width: 600px; 
	height: 400px;
}
#directions{
	background-color: white;
	color: black;
	font-size: 1.2em;
	width: 590px;
	height: 0;
}

#stocklist th{
	font-weight: bold;
	font-size: 1.3em;
}
#stocklist td{
	font-size: 1.2em;
}


h1{
	color: #6cc;
}
p{
	font-size: 1.2em;
}
a{
	color: #6cc;
}
a:hover{
	color: yellow;
}