body {
	background:   url(images/bg.gif) repeat-x #bcd596;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.3;
}

p span{
	color: #550056;
	text-decoration: underline;
	width: 100px;
	font-weight: bold;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	font-size:18px;
	color:#006600;
	text-indent: 10px;
	margin-bottom: -5px;
	margin-top: 10px;
	text-transform: uppercase;
	left: -2px;
	top: -19px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #333;
	margin-left: 10px;
	margin-bottom: -5px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #fff;
	background: #663366;
	text-align: center;
	margin-top: 10px;
	margin-bottom: -10px;
}


h4 { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #550056; 
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.3;
}

ul{
  	

}

#pagetext li {
	font: 14px normal Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	border-bottom: 1px solid #c7c7c7;
	width: 250px;
	line-height: 1.5em;
	
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;	
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 100%	;
	background: url(images/bg.gif) repeat-x #87a458;

}



div#container { 
	width:770px; 
	background: #550056; 
	margin: 0px auto;
		position: relative;
	}
 

div#header { 
	background: url(images/header.jpg);
	width: 770px;
	height: 145px;

	margin:0px auto;
 }
 
/*container for pagetext and left coloum */
div#content {
	width: 770px;
	margin: 0px;
	
 }

div#pagetext {
	background: url(images/bg_pagetexttop.jpg) repeat-x #fff;
	width: 579px;
	float: right;
	position:relative;

		
}

div#audio{
	position: absolute;
	width: 100px;
	height: 35px;
	left: 452px;
	top: -10px;

}


div#right{
	background: #550056;
	width: 191px;
	float: left;
}

div#flash{
	position:absolute;
	left: 541px;
	top: 26px;
}

div#right a:link{
	color: #fff;		
}

div#right a:visited{
	color: #fff;		
}


  #right p{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align:left;
	
}


div#storehours{
background: #663366;
width: 190px;
}



address{
	width: 191px;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 11px;
	background: #330033;
	text-align: center;
}

div#footer {
	width: 550px;
	clear: both;
	margin: 0px auto;
}

 
 div#links {
	position: absolute;
	font-size: 9px;
	width: 562px;
	color: #550056;
	text-align: center;
	padding: 5px 0px 10px 0px;
	clear: both;
	margin: 0px auto;
	left: 199px;
	bottom: 22px;
	height: 39px;
	border-top: 1px solid #003300;
 }
 
 div#links a{
 	color: #550056; 
 }
 

 
 
  div#bottom{
  	background: url(images/footer.gif);
	background-repeat: no-repeat;
 	width: 770px;
	height: 46px;
	margin: 0px auto;
	clear: both; 
	position: relative;
 }
 
 
 div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }
 
 div#login a:link {
 	color: #009900;
	font-weight: bold;

 }
 
 /* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 20px;
	border: 2px solid #fff;

}
.right{

	float: right;
}

.right img{
	margin: 5px;
	border: 2px solid #550056;
}

 .copyright {
 	width: 770px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #550056;
 	font-size:9px;
	text-align: center; 
	margin: 0px auto;

 }
 
  .copyright a{
 	color: #550056;
	}
	
div#audio{


}	


	/* ----------------- NAVIGATION ----------------- */
		
		
	ul#mainnav {
		margin: 0px;
		padding: 0px;
		width: 770px;
		background: url(images/navigation.gif);
		height: 25px;
		
	}
	
	
	ul#mainnav li {
		display: inline; 
		list-style: none;
	}
	
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
		font-family: Tahoma, Helvetica, sans-serif;
		color: #fff;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 4px 10px 8px;
		text-decoration: none;	
		text-transform:uppercase;
	}
	
	
	ul#mainnav li a:hover {
		background: url(images/nav_hot.gif);
		color: #fff;
		width: auto;
	}
	
	ul#mainnav li a.current:link, ul#mainnav a.current:visited {
		background: url(images/nav_hot.gif);
		color:#66FF66;
		width: auto;
	}


.clear{
	clear: both;
}

iframe{
	margin-left: 10px;
}
