html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
 ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* plain tags */
body {
	font-family: verdana, sans-serif;
	font-size: 100%;
	padding: 25px 0 0 25px;
	width: 1000px;
	}
h2 {
	font-size: 200%;
	margin: 1em 0;
	}
h3 {
	font-size: 150%;
	margin: 1em 0;
	}
h4 {
	font-weight: bold;
	margin-bottom: 0;
	}
p, dl, li  {
	margin: 1.5em 0;
	line-height: 1.25;
	}
	
dl dt {
	font-weight: bold;
	}
	
strong {
	font-weight: bold;
	}
	
	
/* Header */	
#header {	
	/*width: 1000px;*/
	}
#header h1	{
	background: url(../i/oaktown-logo.gif) top left no-repeat;
	margin-bottom: 12px;
	height: 196px;
	width: 387px;
	}
#header h1 span {
	display: block;
	text-indent: -2000em;
	}
#inventory #header {
	background: url(../i/inventory.jpg) top right no-repeat;
	}	
#contact #header {
	background: url(../i/contact.jpg) top right no-repeat;
	}		
	
	
/* Nav */	
#nav	{
	width: 385px;
	font-family:georgia;
font-size:148%;
letter-spacing: 1px;
	}
#home #nav	{
	width: 400px;
	}	
#nav ul {
	font-size: 76%;
	padding: .5em 0 1.5em 0;
	border-bottom: 1px solid #78963c;
	margin:  0 42px;
	}
#nav ul li {
	margin: .75em 0;
	line-height: 1;
	}

#nav a:link 	{color: #abaa36; font-weight: bold; text-decoration: none;}
#nav a:visited 	{color: #abaa36; font-weight: bold; text-decoration: none;}
#nav a:hover 	{color: #336600; font-weight: bold; text-decoration: underline;}
	
	
/* content */	
#content {	
	color: #444;
	font-size: 72%;
	padding-top: 1.5em;
	}
#home #content {	
	padding-left: 42px;
	width: 325px;
	position: relative;
	}
#inventory #content,
#contact #content {	
	padding-left: 42px;
	width: 958px;
	}
#home .services li {
	list-style-type: disc;
	margin-left: 2em;
	margin: .5em 0 .5em 2em;

	}	
#hours dd {
	margin-bottom: 1em;
	}
#hours span {
	font-style: italic;
	display: block;
	}

/* inventory */		
#inventory table {
	width: 100%;
	border-bottom: 2px solid #78963c;
	margin-bottom:3em;
	}

#inventory table tr.even td {
/*	background: #dcebd3;*/
}
#inventory th {
	color: #fff;
	background: #78963c;
	padding: .5em .5em;
	
	}
	
#inventory td {
	color: #444;
	background: transparent;
	padding: .5em .5em;
	border-bottom: 1px solid #ccc;
	}	
	
#contact	{
	float: left;
	}
	
#location	{
	margin-left: 400px;
	padding-bottom: 2em;
	}	
/* future blog link - hide for now */	
.blog {}
#footer #nav-bottom .blog {display: none;}
	
#location ol {margin-left: 2em;}	
	
	
	
	
	
/* footer */
#footer {
	font-size: 76%;
	text-align: center;
	border-top: 1px solid #78963c;
	padding-top: 1em;
	margin: 1em 0 0 42px;
	width: 100%;
	width: 958px;
	clear: both;
	color: #666;
	}
#footer #nav-bottom li {
	display: inline;
	padding: 1em;
	}
#footer #nav-bottom li a {
	padding: .5em 1em;
	}


#nav-bottom a:link 		{color: #78963c; 	text-decoration: none;}
#nav-bottom a:visited 	{color: #78963c;  	text-decoration: none;}
#nav-bottom a:hover 	{color: #336600;  	text-decoration: underline;}




	
/* sale banner */

#sale-banner {
	background: #c61226;
	color: #fff4e3;
	font-family: Georgia;
	margin: -57px 0 20px -25px;
	padding: 12px 0 .5em 0;
	}

#sale-banner h2 {
	font-size: 200%;
	margin: 1em 1em 0em 70px;
	}
#sale-banner h3 {
	font-size: 150%;
	margin: 1em 1em 0em 70px;
	}	
	
#sale-banner p {
	font-size: 100%;
	margin: .5em 1em .5em 70px;
	}	
#sale-banner a:link {color: #fff;}
#sale-banner a:visited {color: #fff;}
#sale-banner a:hover {color: #fff;}


/*
#home-page-image {
	position: absolute;
	top: -275px;
	left: 440px;
}

*/
	
#home-page-image {
	float: right;
	margin: 6em 0 1em 0;
}


	