@charset "utf-8";
/* CSS Document */

body {
	font-size: 75%;	
	font-family: Helvetica, sans-serif;
	
	background:url(images/headerimg.jpg) no-repeat;
	 
}

#page-wrap {
		position:relative;
		margin: 0 auto;
		
}

#header-nav { 
	margin: 130px 0 0 240px;
	display:block;
	float:left;
	width:800px;		
	
}

.navblocks a, .navblocks a:visited, navblocks	{
		display:block;
		float:left;
		width:100px;
		text-align:right;
		font-weight:bold;
		color:white;
		padding:10px;
		text-decoration:none;
		background-color:#555555;
		border-width:0 0 10px 0;
		border-style:solid;
		border-color:#555555;
		margin:2px;
}

.navblocks a:hover	{
		
		border-width:0 0 10px 0;
		border-color: #ff9900;
}

#sidebar-nav {
		position:absolute;
		margin: 200px 0 0 0;

}

.sidebar-items, .sidebar-items li, .sidebar-items li a, .sidebar-items visited  {
		text-decoration:none;
		list-style:none;
		font-family:"Maiandra GD";
		color:black;
		font-size:14px;
}

.sidebar-items a:hover {
		color:#ff9900;
		
}


#store-info1 {
		position:absolute;
		margin: 0 0 0 675px;
		
}

.store-info1 {
		list-style: none;
		font-family:"Maiandra GD";
		font-size: 15px;

}

#store-info2 {
		position:absolute;
		margin: 0 0 0 840px;
}

.store-info2 {
		list-style: none;
		font-family:"Maiandra GD";
		font-size: 15px;

}




a								{ text-decoration: none; outline: none; }

a img							{ border: none; }



#page-wrap1						{ background: white; 
								  width: 800px; 
								  margin: 0 auto; 
								  padding:  0; }

#slider							{ background: url(slider/images/slider-bg.jpg); 
								  height: 227px; 
								  overflow: hidden;
								  position: relative; 
								  margin:  0; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 2880px; 
								  position: relative; }

.slide							{ padding: 40px 30px; 
								  width: 900px; 
								  float: left; 
								  position: relative; }
								  
.slide h1						{ font-family: "Trebuchet MS"; 
								  text-decoration: none;
								  font-size: 30px; 
								  letter-spacing: -1px;
								  color: black; }
								  
.slide p						{ color: black;
								  font-family: "Trebuchet MS";
								  font-size: 10pt; 
								  line-height: 22px; 
								  width: 300px; }
								  
.slide img						{ position: absolute; 
								  top: 20px; 
								  left: 400px; }

#slider-stopper					{ position: absolute; 
								  top: 1px; 
								  right: 20px; 
								  background: #ac0000; 
								  color: white;
								  padding: 3px 8px; 
								  font-size: 10px; 
								  text-transform: uppercase; 
								  z-index: 1000; }
