/*======= Colours ================ 

Black			: #10161e

original Red	: #ED1C24
Red				: #E20A1A

/*======================
HEADINGS
========================*/
h1
{ 
	color			: #fff; 
	background		: #E20A1A; 
	font-size		: 24px; 
	font-weight		: normal;
	letter-spacing	: 0.0001em;
	padding			: 0 20px 8px;  
	margin-bottom	: 10px;
}

h1 em
{
	color 		: #333;	
	font-style	: normal;
	font-size	: 24px; 
	font-weight	: bold;
}

h2
{ 
	color			: #444; 
	font-size		: 18px; 
	font-weight		: 700; 
	padding			: 0 20px 0;  
	margin-bottom	: 10px;
	letter-spacing	: normal;
}

h3
{ 
	font-size		: 16px; 
	font-weight		: 700;
	color			: #444; 
	padding			: 0 20px;  
	margin-bottom	: 8px;
}

h4
{ 
	font-size		: 15px; 
	font-weight		: 700;
	color			: #888; 
	padding			: 0 20px;  
	margin-bottom	: 8px;
}

h5
{ 
	font-size		: 13px; 
	font-weight		: 700;
	color			: #444; 
	padding			: 0 20px;  
	margin-bottom	: 8px;
}

h6
{ 
	font-size		: 13px; 
	font-weight		: 700;
	color			: #666; 
	padding			: 0 20px;  
	margin-bottom	: 8px;
}



/*======================
PARAGRAPHS
========================*/
p
{
	padding			: 0 20px 0;
	margin-bottom	: 10px;
	font-size		: 13px;
	color			: #444;
	font-weight		: lighter;
}

/*======================
LINKS
========================*/
a
{
	color:#888;
	
}
a:hover
{
	color:#666;
	
}
a:visited
{
	color:#EF1122;
	text-decoration: none;	
}

.enquiryLink 
{
	display			: block;
	padding-bottom 	: 4px;	
}

/*======================
STRONG/B EM/I
========================*/
strong, b
{
font-weight:700;
}
i
{
	font-style:italic;
}
em
{
	font-weight : bold;	
}
/*======================
UNORDERED LIST
========================*/
ul
{
	list-style			: disc;
	list-style-image	: url("../images/layout/bullets/bulletRed.gif");
	padding-left		: 20px;
	list-style-position	: inside; 	
	color				: #10161e;
	line-height			: 1.6;
	margin-bottom		: 10px;
}
ul li
{
	color	: #333;
}
/*======================
ORDERED LIST
========================*/
ol
{
list-style:decimal;
margin-left:20px;
list-style-position: inside; 
}
ol li
{

}
/*======================
DEFINITION LIST
========================*/
dl{ margin-left:15px; }
dt{
	background:url(../images/bullet.png) no-repeat;
	display:block;
	margin:10px 0 5px 0;
	padding-left:23px;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}
dd{ margin-left:23px; color:#717171;  }

/*======================
MISC
========================*/
blockquote{ background:url(../images/quote.png) no-repeat; padding:5px 0 0 18px; color:#5f5f5f; margin-bottom:10px;   }

blockquote span { display:block; text-align:right; font-weight:700; color:#000;  }

abbr{ border-bottom:dotted #000 1px;  }

acronym{ border-bottom:dotted #000 1px; }

sub{ font-size:10px; line-height:1.5; vertical-align:bottom; }

sup{ font-size:10px; line-height:1.5; vertical-align:top; }

code{ }

small{ font-size:11px }


/*======================
FORM / DRUPAL
=======================*/
/* FORM */
label
{
	color: #333;
	font-weight: bold;
}

.form-item
{
	margin-bottom: 16px;
}

.form-item .description
{
	color: #666;
}

.form-item label
{
	display: block;
	padding-bottom: 4px;
}

.form-item input
{
	margin-bottom: 4px;
}

legend
{
	color: #EA6300;
	padding: 0 0 8px 0;	
	font-weight: bold;
}

input, textarea, select
{
	font-family: inherit;
	font-size: inherit;
}


