/* CSS Document */
body	{
	font: 14px/16px Arial, Helvetica, sans-serif;
	margin: auto;
}
a, a:link  {
	text-decoration: underline;
	color:#206EA7; 
}

a:visited	{
	color:#113351; 
}
a:hover, a:active	{
	text-decoration: underline;
	color:#D8372D; 
}

#container	{
	margin: 0 auto 0 auto;
	background: url(../images/appliancestore.gif) no-repeat;
	width: 800px;
	height: 600px;
}

#main	{
	width: 800px;
	height: 550px;
}

/* header */
#header	{
	background: url(../images/splashheader.gif) no-repeat;
	width: 525px;
	height: 103px;
	margin-left:-15px;
}
#header span {
	display: none;
}
/* content */


/*footer */

#footer	{
	position: absolute;
	top: 425px;
	left: 85px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 750px;
	height: 85px;
}
#footer span	{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
}

#footer p	{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #206EA7;
}
#footer a:link, a:visited	{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #206EA7;
}
#footer a:hover	{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #D8372D;
}
#footer a:active	{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #206EA7;
}

/*Splash page*/
#hoursTop {
	top: 108px;
	left: 173px;
	width: auto;
	height: 45px;
}

#hoursTop ul	{
	display:inline;
	height: 15px;
}
#hoursTop li	{
	list-style-type:none;
	margin-right: 50px;
	display:inline;
}
#contentSplash	{
	margin: auto;
}
#HolidayEvent	{
	float: left;
	height: 400px;
	width: 450px;
	padding-top: 120px;
	padding-left: 20px;
}
#Enter	{
	float: right;
	height: 200px;
	width: 300px;
	padding-top: 220px;

}
/* end splash */

/*Home*/
#content	{
	/*background: url(../images/background.gif) repeat-y;
	background-position: top;*/
		background: url(../images/background1.gif) repeat-x;
	filter: alpha(opacity=85);
	opacity:.85;	
	float: left;
	width:500px;
	height: 450px;
	border: thin solid black;
	padding: 8px;
}
#content p	{
	font: .9em Verdana;
	color:black;
}
#content span	{
	font: bold 1em Verdana;
	color: black;
	
}
#content h4	{
	font: 1.05em Verdana;
	color: black;
}
#content a, a:link	{
	text-decoration: underline;
	font: bold .87em Georgia;
	color:#206EA7; 
}
#content a:visited	{
	text-decoration:none;
	font:  bold .7em Georgia;
	color:#D8372D; 

}
#content a:hover	{
	text-decoration: underline;
	color:#D8372D; 
	font-style: italic; 

}
#content1 a:active {
	text-decoration: underline;
	color:#D8372D; 
}
/* nav bar styles */
#navBar	{
	background: url(../images/navback.gif) repeat-y;
	filter: alpha(opacity=75);
	opacity:.75;	
	float: right;
	width: 150px;
	height: 600px;
	margin-top: -45px;
	margin-right: 50px;
	font: bold 14px Arial, Helvetica, sans-serif;
	border: thin solid white;
}

#navBar li	{
	list-style-type:none;
	border:none;
	margin-left: -45px;
	margin-top: 25px;
	text-align: center;
	width: 150px;
}
#navBar a:link {
	text-decoration: underline;
	color:#206EA7; 
}

#navBar a:visited	{
	color:#113351; 

}
#navBar a:hover	{
	text-decoration:none;
	color:#D8372D; 
}
#navBar a:active {
	text-decoration: underline;
	color:#206EA7; 
}

/*end nav bar */

#aboutUs	{
	background: url(../images/backgroundBlue.gif) repeat;
	background-position: top;
	float: left;
	width:500px;
	height: 500px;
	border: thin solid black;
	padding: 8px;
}

#50medal	{
	float:right;
	/*background: url(../images/50thmedal.gif) no-repeat;*/
	width: 270px;
	height: 280px;
	padding: 5px;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
	
}	

.aboutus	{
font: 12px Arial, sans-serif;
	color: black;
}
.hours	{
font: 11px Arial, sans-serif;
	color: #084069;
}
.newHours	{
	font: 1.1em Arial, sans-serif;
	color:#d01030;
}
.copy	{
font: 6px Arial, Helvetica, sans-serif;
color: #206EA7;
}
