﻿body
{
	font-family: Arial, Helvetica;
	background-color: #111871;
	background-image: url(http://www.hawthorneauto.com/images/body-bottom-background.jpg);
	background-repeat: repeat-x;
	color: rgb(0,0,0);
	margin: 0px;
	padding: 0px;

}

h1
{
	font-family: Times New Roman, Times;
	color: rgb(153,153,51);
}
h2
{
	font-family: Times New Roman, Times;
	color: rgb(204,153,0); 
}
h3
{
	font-family: Times New Roman, Times;
	color: rgb(0,102,153); 
}
h4
{
	font-family: Times New Roman, Times;
	color: rgb(153,153,0);
}
h5
{
	font-family: Times New Roman, Times;
	color: rgb(255,153,0);
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(51,102,204);
}


body, html {
height: 100%;
}

object {
height: 100%;
width: 100%;
}

#menu {
	width: 144px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
	}
	
#menu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
	background: url(images/menu1.gif);
	padding: 8px 0 0 0px;
	}
	
#menu li a:hover {
	color: #26370A;
	background: url(images/menu1.gif) 0 -32px;
	padding: 8px 0 0 0px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(images/menu1.gif) 0 -64px;
	padding: 8px 0 0 0px;
	}

#hoverButton {
	width: 144px;
	position: relative;
	clear: both;
	display: inline;
	font-family:Arial;
	Helvetica; list-style-type:none;
}

#hoverButton a {
	list-style-type: none;
	width: 100%;
	margin: 0;
	text-decoration: none;
	color: #CC6600;
	display:block;
	border-bottom: 1px solid #f2f2f2;
	padding: 8px 0 0 0px;
	background: url("../images/menu1.gif") 0 0px;

}

#hoverButton a span {
	list-style-type: none;
	width: 100%;
	margin: 0;
	text-decoration: none;
	color: #CC6600;
	display:block;
	border-bottom: 1px solid #f2f2f2;
	padding: 8px 0 0 0px;
	background: url("../images/menu1.gif") 0 0px;

}
	
#hoverButton a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #f2f2f2;
	background-color: #FF9933;
	padding: 8px 0 0 0px;
	background: url("../images/menu1.gif") 0 -32px;

}

#hoverButton a:active {
	color: #26370A;
	background: url("../images/menu1.gif") 0 -64px;
	padding: 8px 0 0 0px;
	}
	
	
#top-gradient {
background: URL(images/body-top-background.jpg) top center repeat-x #CCCCCC;
color: inherit; /* this avoids a CSS warning later on. Whenever a background image or color is defined, a corresponding foreground color should be defined, even if it's inherited as it is in this case. */
}
#bottom-gradient {
background: URL(/images/body-bottom-background.jpg) bottom center repeat-x; /* do not define a background color for this gradient as an alternative, or you'll wipe out the top gradient. EXTREMELY IMPORTANT. */
color: inherit;
}

/* default opacity for IE */
img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}