@charset "utf-8";

/* 
Site Name Here 
Designed by Avato Studios
Copyright Avato Limited
alexhughes@avato.co.uk
*/

@import url("style/layout.css");
@import url("style/assets.css");
@import url("style/thickbox.css");

ul,li {list-style-type: none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, input, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


.tg{
	width:153px;
	height:114px;
	position:absolute;
	float:right;
	top:0;
	right:0;
	background-image: url(images/welcome.png);
	background-repeat: no-repeat;
	z-index: 800;
}


body {
	background: url(style/images/layout/bg-black-1x5.jpg) repeat-x #FFFFFF;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #000000;
	line-height: 1.6em;
	font-size: 11px;
	text-align: center;
}
p {
	margin-bottom: 15px;
}
a {
	color: #881212;
	text-decoration: underline;
	cursor: pointer;
	outline: none;
}
a:hover {
	text-decoration: none;
}
strong {font-weight: bold;}
/* Logo */

h1 {
	font-size: 32px;
	float: left;
	position: relative;
	top: 17px;
	left: 15px;
	letter-spacing: -2px;
	line-height: normal;
}
h1 a {
	float: left;
	text-decoration: none;
	color: #566FA7;
}
	h1 a span {font-size: 11px; color:#938F8F; letter-spacing: -0.2px;}
	
	p span {
	font-size: 14px;
	color:#881212;
	letter-spacing: -0.2px;
	font-weight: bold;
}	

/* Headings */

h1, h2, h3, h4, h5, h6 {font-family: Georgia, "Times New Roman", Times, serif;}

	h2 {
		font-size: 42px;
		font-style: italic;
		margin-bottom: 15px;
	}
	h3 {
	font-size: 24px;
	margin-bottom: 15px;
	}
	h4 {
		font-size: 18px;
		margin-bottom: 15px;
		line-height: 20px;
	}
	h5 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	
	h6 {
	font-size: 14px;
	margin-bottom: 6px;
	color: #a71518;
	}	
	
/* Lists */

ul.list {
	margin-bottom: 15px;
}
	ul.list li{
		list-style-type: disc;
		margin-left: 20px;
	}

ol.list {
	margin-bottom: 15px;
}
	ol.list li{
		list-style-type: decimal;
		margin-left: 25px;
	}
	
/* Quotes and Pre */

pre {
	width: 90%;
	float: left;
	position: relative;
	border-left: 3px solid #566FA7;;
	padding-left: 30px;
	margin-bottom: 15px;
}

blockquote {
	float: none;
	position: relative;
	;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	background-color: #E9BD18;
	border: 3px solid #2f2f2f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
}
blockquote p {margin-bottom: 0px;}
