/* DOCUMENT INFORMATION ------------------------------------
TITLE:			Style Sheet
LAST UPDATED:	12th October 2009
AUTHOR:			Ben Johnson, Clever Clover Ltd
NOTES:			Common project specific styles, followed by 
				a break down into the location styles.

-- CONTENTS -----------------------------------------------
	=1:		[STANDARDS / HTML]
	=2:		[TEXT STYLES]
	=3:		[CONTAINER]
	=4:		[HEADER]	
	=8:		[MAIN]	
	=9:		[FOOTER]	
------------------------------------------------------------*/

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

@font-face {
	font-family: 'arial-black';
	src: url(ariblk.TTF);
}

body {
	background: url(../images/background.jpg) no-repeat top center #474343;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;	
	color:#FFFFFF;
}

/*------=2:	 [TEXT STYLES] -----------------------------*/

h1 {
	font-size: 4.0em;
	line-height: 50px;
	font-weight: bold;
	padding:0px; 
}
	
p {
	font-size: 22px;
	line-height:25px;
	font-weight: bold;
}

strong { 
	font-family: arial-black, Arial, Helvetica, sans-serif;
}
/*------=3:	 [CONTAINER] ----------------------------------*/
.container {
	width:822px;
	height:791px;
	margin:0 auto;
}

.header {
	padding: 58px 0 0 0;
	height: 190px;
}

.main {
	width:560px;
	float:right;
	padding-right:30px;
}

p.chat {
	text-align: left;
}

p.area {
	text-align:right;	
}

p.service {
	text-align:left;
	padding: 35px 0 7px 0;
	font-size: 18px;	
	letter-spacing: -0.1pt;
	word-spacing: -0.3pt;
}

li {
	list-style: none;
	background: url('../images/bullet.png') no-repeat left center; 
	line-height: 36px;
	font-size: 20px;
	padding-left: 30px;
}

.footer p {
	clear: both;
	font-size: 12px;
	line-height: 16px;
	width:822px;
	margin:0 auto;
}