/*
    Sirena (Common Styles)
    
    @company Next Digital
    @website nextdigital.com
    @created 20/02/08
*/
/* 
	** 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: 30px 0 0 0;
	
	color: #000;	
	font-family: Arial, Helvetica, 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: #b50d1e;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 150%;
	letter-spacing: -1px;
	
}
h2
{
	font-size: 160%;
	color: #000000;
}

h3
{
	font-size: 140%;
	color: #000;
}
h4
{
	font-size: 120%;
	letter-spacing: normal;
	color: #b50d1e;
	text-transform: none;
}
h5
{
	margin: 0;
	padding: 0;
	
	letter-spacing: normal;
	text-transform: none;
	font-size: 100%;
	font-weight: bold;

}
.jsEnabled h1,
.jsEnabled h2
{
	display: none;
}

/*
	** Default Link Styles
*/
a:link,
a:visited
{
	color: #b50d1e;
	text-decoration: none;
}
a:hover
{
	color: #b50d1e;
	text-decoration: underline;
}

/*
	** Default List Styling 
*/
ul
{
	margin: 15px 0px 20px 0px;
	padding: 0;
	list-style-type: none;
}
ul li
{
	padding-left: 26px;
	
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px .5em;
}