@charset "UTF-8";
/* CSS Document */

HTML, body {
	margin:0;
	padding:0;
	background:url(imgs/top_bg.gif);
	background-repeat:repeat-x;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#C33;
	letter-spacing:2px;
	text-align:center;
	text-shadow: #AAA 1px 1px 0px;
	
}

h1.left {
	text-align:left;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#FFF;
	padding:1px;
	margin-top:0px;
	background: #C33;
	border-bottom:2px #FFF solid;
	text-shadow: #633 1px 1px 0px;
	
}

h3.nobg {
	font-family: Georgia, "Times New Roman", Times, serif;
	background:none;
	font-weight:lighter;
	color:#000;
	padding:1px;
	margin-top:0px;
	border-bottom:none;
	text-shadow: #AAA 1px 1px 0px;
}

h3.blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	background:none;
	font-size:20px;
	font-weight:lighter;
	color:#336699;
	padding:1px;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:none;
	text-shadow: #AAA 1px 1px 0px;
}

h4 {
	font-size:10px;
	text-align: justify;
}

p {
	text-align:justify;
	line-height:20px;
	letter-spacing:.05em;
}

p.article:first-line {
	font-weight:bold;
	font-variant:small-caps;
	text-shadow:#777;
	text-indent:50px;
}

img {
	border:none;

}

#container {
	width: 900px;
	margin:auto;
}

#headercontainer {
	background:url(imgs/header_bg.gif);
	background-repeat:repeat-x;	
	width: 900px;
	height:275px;
	margin:auto;
}

#specials {
	margin:auto;
	width:900px;
	height:300px;
	overflow:hidden;
	background:url(imgs/specialsBG.gif);
	padding-top:10px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#C33;
	letter-spacing:2px;
	text-align:left;
	text-shadow: #AAA 1px 1px 0px;
}

#specials.img {
	
	
}

#story img {
    float: left;
	border:solid 5px white;
	text-shadow: #AAA 2px 2px 5px;
	margin-left:10px;
}

#navbar {
	width:100%;
	height:36px;
	background:url(imgs/navbg.gif)
	
}

#bodycontainer {
	background: none;
	border-right:dotted 1px #BBB;
	border-left:dotted 1px  #DDD;
	width: 890px;
	padding:5px;
	margin:auto;
	clear:left;
}

#logo {
	width:350px;
	position:relative;
	left:284px;
	z-index:50;
}

/* NAVIGATION*/

ul {
	list-style: none;
	height:36px;
	width: 900px;
	padding:0px;
	margin:0px;
	border:none;
	padding-left:5px;
	margin:0;
	line-height:36px;
}

ul a:link {
	color:#EEE;
	text-align:center;
	display:block;
	text-decoration:none;
	
}

ul a:visited {
	color:#EEE;
	display:block;
	text-decoration:none;
	
}

ul a:hover {
	/*border-bottom: solid 4px #cc3333;*/
	color: #06C;
}

ul a:active {
	color:#163318;
	display:block;
	text-decoration:none;
	
}

li {
	float:left;
	display:block;
	padding-right:25px;
	padding-left:25px;
	height:36px;
}

ul.right {
	float:right;
	list-style:none;
	height:20px;
	width: 285px;
	padding:0px;
	margin:0px;
	border:none;
	padding:0;
	margin:0;
}

#nav {
	width:900px;
	height:36px;
	margin:auto;
	
}

#nav01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#EEE;
	height:20px;
	width: 900px;
	z-index:40;
	padding-bottom:5px;
	position:relative;
	bottom:113px;
	}
	
	
li a:first-letter{
	font-size:18px;
}
	
	
/* END NAVIGATION */

#extlinks {
	display:inline-block;
	width:900px;
	height:90px;
	padding-bottom:5px;
	position:relative;
	bottom:109px;
	z-index:30;


}

#hours, #ebay, #facebook, #address {
	padding:0;
	margin:0;
	width:300px;
	height:100px;
	overflow:visible;
	float:left;
	z-index:30px;
}

#hours {
	position:relative;
	top:30px;
	left:15px;
	text-align:justify;
}

#address {
	position:relative;
	top:40px;
	left:350px;
}

/* body */

#leftcontainer {
	width:225px;
	float:right;
	
}
#leftcontent {
	background:#EEE;
	border:1px #DDD solid;
	padding:3px;
	margin-bottom: 10px;

}

#rightcontainer {
	width:635px;
	float: left;
}

#inventory{
	width:890px;
	float:left;
	
}

#rightcontent {
	padding:3px;
	padding-right:10px;
}

.center {
	text-align:center;
}

/* footer */

#clear {
	background:none;
	text-align:center;
	width:890px;
	height:25px;
	margin:auto;
	clear: both;
}

#footer {
	background:#C33;
	text-align:center;
	padding-top:3px;
	width:100%;
	height:25px;
	margin:auto;
	clear: both;
}

#leftfooter {
	text-align:center;
	width:100%;
	margin:auto;
	padding-top:0px;
	
}