/*
    Aus-Meat (Common Styles)
    
    @company WDG Alfreso
    @website alfresco.com.au | wdgalfresco.com.au
    @created 1st February
*/
/* 
	** Import Site Specifics 
*/
@import url(utility.css);
@import url(structure.css);
@import url(element.css);
@import url(menu.css);
@import url(menu-hover-horizontal.css);
@import url(form.css);
@import url(template.css);

/*
	** Common Screen Elements
*/
body
{
	margin: 0;
	padding: 10px 0;
	
	background-color: #fff;
	
	color: #000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 75%;
}

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: #333;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 140%;
	letter-spacing: -1px;
}
h1
{
	margin: 0 0 5px;
	
	color: #dd7d00;
	font-size: 150%;
	font-weight: normal;
}
h2,
h3
{
	padding-top: 10px;
	
	color: #9b0030;
	font-size: 125%;
	font-style: italic;
	text-transform: uppercase;
}
h3
{
	font-size: 110%;
	letter-spacing: normal;
}

/*
	** Default Link Styles
*/
a:link,
a:visited
{
	color: #6f0909;
}
a:hover
{
	color: #2f0110;
}

/*
	** Default List Styling 
*/
ul
{
	margin: 10px 0px 15px 0px;
	padding: 0;
	list-style-type: none;
}
ul li
{
	padding-left: 23px;
	
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px .5em;
}