/*
    Hayes Augusta Motor Co (Common Styles)
    
    @company WDG Alfreso
    @website alfresco.com.au | wdgalfresco.com.au
    @created 12th July 2006
*/
/* 
	** Import Site Specifics 
*/
@import url(utility.css);
@import url(structure.css);
@import url(element.css);
@import url(menu.css);
@import url(form.css);
@import url(template.css);

/*
	** Common Screen Elements
*/
body
{
	margin: 0;
	padding: 0;
	
	background-color: #000;
	
	color: #2f2f2f;	
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 70%;
}

p
{
	margin-top: 0px;
	margin-bottom: 15px; 
}

acronym
{
	border-bottom: 1px dashed #aaa;
	cursor: help;
}


h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0 0 5px 0;
	padding: 0;
	
	color: #a71b2e;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 150%;
	letter-spacing: -1px;
}
h1
{
	margin: 0;
	padding: 26px 0 0 38px;
	
	color: #fff;
	font-size: 150%;
	font-weight: normal;
}
h2,
h3
{
	padding-top: 10px;
	
	font-size: 135%;
}
h3
{
	font-size: 120%;
	letter-spacing: normal;
}

/*
	** Default Link Styles
*/
a:link
{
	color: #0e5280;
}
a:visited
{
	color: #0e5280;
}
a:hover
{
	color: #052a55;
	text-decoration: none;
}
.content a:active
{
	background-color: #f8fbfd;
}

/*
	** Default List Styling 
*/
ul
{
	margin: 15px 0px 20px 0px;
	padding: 0;
	list-style-type: none;
}
ul li
{
	margin-bottom: 4px;
	padding-left: 20px;
	
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px .3em;
}