/*
	Global Stylesheet for Pop Art 2008
	Rules in this file should be applied to every page on the site.
	If a rule will only apply to one or two, add it to pages.css instead.
	Be polite to future developers, and label any hex colors you use! - SV
*/

/* Universal Rules -------------------------------------------------- */
body {
	background: #fff url("/images/bg-body.png") repeat-x center top;
	color: #000;
	font: 76%/1.4 arial, helvetica, sans-serif;
}
.ahem, hr { display: none; }
a, a:link, a:visited { color: #d50a27; } /* magenta */
a:hover, a:focus, a:active { color: #333333; } /* cyan */
.floatleft { float: left; margin: 0 1em 1em 0; }
.floatright { float: right; margin: 0 0 1em 1em; }
.clearboth { clear: both; }
object { outline:none; } /* fix for swfobject in FF3 */
.fpo,
#content .fpo a,
#content .fpo th,
#content .fpo td,
#content .fpo {
	color: #f00 !important;
	background: #ff0 !important;
	padding: .25em;
}

/* Layout -------------------------------------------------- */
#wrapper {
	width: 872px;
	padding: 0 10px;
	margin: 0 auto;
	background: transparent url('/images/bg-shadow.png') no-repeat 0 0;
}
#container {
	width: 871px;
	background: white;
}
#header {
	background: transparent url('/images/bg-tape.gif') no-repeat 0px 100%;
	width: 871px;
	height: 200px;
}
#sidebar {
}
#content {
	float: left;
	width: 871px;
	padding-bottom: 240px;
	margin-bottom: 15px;
	background: transparent url('/images/bg-home-content.jpg') no-repeat left bottom;
}
#footer {
	clear: both;
	background: transparent url('/images/bg-footer.gif') no-repeat 0 0;
	height: 42px;
	width: 871px;
	color: #5F5846;
	margin-bottom: 20px;
}
#footer p {
	margin-top: 10px;
	margin-left: 20px;
	float: left;
	display: inline;
}

/*#header Styles -------------------------------------------------- */
#homepage #header {
	position: relative;
}
#homepage h1 {
	margin: 0;
	background: white url('/images/logo-jerrys.gif') no-repeat 0 15px;
	display: block;
	width: 229px;
	height: 138px;
	text-indent: -9999px;
	margin-left: 30px;
	padding-top: 15px;
}
#homepage #local-owned {
	display: block;
	width: 871px;
	height: 42px;
	text-indent: -9999px;
	background: #6496CC url('/images/hdr-local.png') no-repeat 0 0;
	margin: 0;
}
#homepage #header #view-ad {
	font-weight: bold;
	font-size: 2.2em;
	position: absolute;
	top: 30px;
	margin: 0;
	padding: 0;
	right: 20px;
}
#homepage #header #view-ad a {
	display: block;
	width: 268px;
	height: 45px;
	text-indent: -9999px;
	background: transparent url("/images/btn-view-ad.gif") no-repeat;
}
#homepage #header #view-catalog {
	font-weight: bold;
	font-size: 2.2em;
	position: absolute;
	top: 90px;
	margin: 0;
	padding: 0;
	right: 20px;
}
#homepage #header #view-catalog a {
	display: block;
	width: 246px;
	height: 45px;
	text-indent: -9999px;
	background: transparent url("/images/btn-view-catalog.gif") no-repeat;
}
#homepage #header #view-ad a:hover,
#homepage #header #view-catalog a:hover{
	background-position: left bottom;
}
#homepage #location-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 430px;
	float: left;
	color: #333;

}
#homepage #location-list p {
	margin: .1em 0;
}
#homepage #location-list h4 {
	text-transform: uppercase;
	margin: .3em 0 .1em 0;
}
#homepage #location-list li {
	width: 200px;
	margin: 0;
	padding: 0;
	margin-right: 15px;
	display: inline;
	float: left;
}
#homepage #location-list .map-it {
	margin: .75em 0 1em;
}
#homepage .map-it a {
	display: block;
	width: 96px;
	height: 23px;
	text-indent: -9999px;
	background: transparent url("/images/btn-map-it.gif") no-repeat;
}
#homepage .map-it a:hover {
	background-position: left bottom;
}
#homepage .address {
	font-weight: bold;
	font-size: 1.2em;
}
#homepage #eugene {
	display: block;
	text-indent: -9999px;
	width: 115px;
	height: 26px;
	background: transparent url('/images/hdr-eugene.gif') no-repeat 0 0;
}
#homepage #springfield {
	display: block;
	text-indent: -9999px;
	width: 193px;
	height: 25px;
	background: transparent url('/images/hdr-springfield.gif') no-repeat 0 0;
}
#homepage #stores {
	background: transparent url('/images/hdr-stores.gif') no-repeat 0 0;
	width: 287px;
	height: 17px;
	display: block;
	text-indent: -9999px;
}
#homepage .col-right {
	width: 320px;
	float: right;
	margin: 30px 30px;
	display: inline;	
}
#homepage .col-right ul {
	font-size: 1.1em;
	margin-top: 0;
}
#homepage .col-right ul li {
	margin-top: .3em;
	margin-left: 1.2em;
}
#homepage .col-left {
	width: 430px;
	margin: 15px 25px;
	float: left;
	display: inline;
}
#homepage .col-left h2 {
	font-size: 2em;
	margin: 0;
}
#homepage .col-left .intro {
	margin: .5em 0 1em;
}