/*

Created by eatsleepbreathe 
+ http://www.esbmedia.com/
+ (0)20 7250 4330
+ talktous@eatsleepbreathe.com		


/* ------------- layout -------------------*/	
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
  	text-align: center;
	background-color: #ffffff; 
	margin: 10px 0 10px 0px;
	}
	
*
/* --------------- typography & links -------------------*/	

h1,
h2,
h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 15px;
	margin-bottom: 17px;
	font-weight: lighter;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 15px;
	margin-bottom: 17px;
	font-weight: lighter;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 7px;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 0px;
	font-weight:bolder;
	}
	
p, p a, li #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 9px;
	}	
	
#mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: -7px;
	margin-bottom: 18px;
	display:block; /* create top & margin when following from p */
	}	
	
#mainContent p a, #mainContent li a {
	font-family: Arial, Helvetica, sans-serif;
	display:inline; /* remove margin when in p flow */
}

#mainContent ul, #mainContent ol {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	width: 300px;
	color:black;
	}
	
#mainContent ul, #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	list-style:square;
	color: black;
	}	

strong, strong a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	}
	

html>body hr {
	*margin-bottom: 5px;
	height: 1px;	
	}	

* html hr {
	margin-bottom: 10px;
	height: 1px;	
	}	

hr {
	height: 1px;
	margin-bottom: 19px;
	color: #cccccc;
	}	
	
a:link {
	color: 	black;
	}
	
a:visited {
	color: 	black;
	}		
	
a:hover {
	color: 	#52A15F;
	text-decoration:underline;
	}		

a:active {
	color: 	#52A15F;
	}		
	


iframe { margin:0px; padding:0px; background-color:#FFFFFF;}

/* form elements */


 input, select, textarea, option
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
color: #000000;
background: #ffffff;
padding-left:3px;
border: 1px solid #cccccc;
}

.submit input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:20px;
color: #FFFFFF;
background: #52A15F;
border: 2px outset #333333
}

