/*    
Stylesheet for heataid.co.uk   
copyright Steve Martin 2009 
*/
/* Reset */ 
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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/* General styles */

body {
	background-color: #FFFFFF;
	color: #444444;	
	font: 12px arial, sans-serif ;
	letter-spacing: -0.0px; 
	text-align: center;
}

a {text-decoration: none}
a:hover {text-decoration: underline}

h1,h2,h3,h4,h5,h6 { font-family:arial; 	color: #444444; margin:10px 5px; }
h1 { font-size: 26px; 	line-height:100%; letter-spacing:-2px; border-bottom: 1px solid #e4e4e4;}
h1 .fade {color: #555555}
h2 { font-size: 20px; 	line-height:18px; 	letter-spacing:-1px; }
h3 { color: #666666; font-size: 16px; 	line-height:16px; 	letter-spacing: -0.5px; margin-top: 20px;}
h4 { color: #444444; font-weight: bold;}

hr { height:1px;border-width:0;color:#e4e4e4;background-color:#e4e4e4}

p { margin: 12px 0px }

ol { list-style-position:inside; }
ol li{padding-top: 10px;}
ol li p{padding-left:10px;}
ol li b{padding-left:10px;}

#box {
	background: #FFFFFF;
	border: 0;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	width: 840px;
}
/*-------------------*/
/* All header styles */ 
/*-------------------*/


#logo img { border:none; margin: none;}

#logo a {outline:none;}

#navbar {width:840px; height:30px; margin:0;}
#navbar #nav {background: url(images/nav.jpg) no-repeat;	height: 30px; width: 840px;}
#navbar #nav li {display: inline; float: left; left: 580px; position: relative;}
#navbar #nav li a {float:left; outline:none; width:80px; height:0; padding-top:30px; overflow:hidden; }
#navbar #nav li a {background-image:url(images/nav.jpg); background-repeat:no-repeat; }

/* Sprite navigation for the Nav bar */

/* a */
#nav li#nav00 a { background-position: -580px 0; }
#nav li#nav01 a { background-position: -660px 0; }
#nav li#nav02 a { background-position: -740px 0; }

/* a:hover */
#nav li#nav00 a:hover { background-position: -580px -60px;}
#nav li#nav01 a:hover { background-position: -660px -60px;}
#nav li#nav02 a:hover { background-position: -740px -60px;}


/* current page */
#nav li#nav00.active a { background-position: -580px -30px;}
#nav li#nav01.active a { background-position: -660px -30px;}
#nav li#nav02.active a { background-position: -740px -30px;}


/*-------------------------*/
/* All main content styles */ 
/*-------------------------*/
#content {
	float: left;
	margin: 30px 0; 
	overflow: visible;
	padding: 0;
	vertical-align: middle;
	width: 820px;
}

/* Extending box for main content */
#extendabox { background: url(images/boxback.jpg); float: left; margin-left: 10px; width: 580px;}
#extendabox .top { background: url(images/boxtopbottom.jpg) no-repeat; height: 15px; width:580px}
#extendabox .bottom { background: url(images/boxtopbottom.jpg) no-repeat 0 -15px; height: 15px; width:580px;}
#extendabox .cont { margin:20px;}
#extendabox .cont .postscript { font-size: 80%}

/* front page advert */
#advert1 {background-image:url(images/frontpage.jpg); height: 300px; width:530px; }
#advert1 .adtitletop{ color: #000000; padding: 10px; vertical-align: top; width: 440px; }
#advert1 .adtitlebottom { color: #eeeeee; float:right; margin:10px; padding: 10px; position: relative; text-align: right; top: 140px; width: 440px;}

#textblock { color: #444444; font-family:arial; font-weight:bold; letter-spacing: -2px; text-align:center; padding: 0px}
#textblock .tb1 {color: #cd1836; font-size: 80px; line-height:50px }
#textblock .tb2 {font-size:34px; }
#textblock .tb3a {border-bottom: 1px solid #e4e4e4;color: #555555; font-size: 26px; line-height: 30px;}
#textblock .tb3b {color: #cd1836; font-size: 40px;}
#textblock .tb4a {font-size:22px; letter-spacing: -1.2px; line-height: 22px;}
#textblock .tb4b {color: #888888; font-size: 25px; letter-spacing: -2px}

/*nav for 'about' pages */
#aboutnav  {color: #bbb; font-size: 14px; line-height:14px; letter-spacing: -0.5px; margin-top: 0px; text-align: center;}
#aboutnav a {padding: 0 15px;}
#aboutnav .current {color: #888;}

/* pdf download icons */
#download_icons td {text-align:left; width:100px;}
#download_icons a:hover {text-decoration:none;}

/* Sidebar */
#sidebar { background: #f6f6f6;	border-left: 1px solid #e4e4e4; float: right; width: 210px; height:50%}
#sidebar #cont { margin: 20px 15px;}
#sidebar #cont ul { list-style:none; margin-left: 20px; }

/* Contact page styles */
#contactus  p {color: #666666; font-size: 16px; font-weight:bold; line-height:16px; letter-spacing: -0.5px; margin-top: 0; position: relative; top: 15px;}
#contactus  div { margin-left: 40px; height: 50px; text-align: bottom; padding-top: 18px}

/*-------------------*/
/* All footer styles */
/*-------------------*/

#footer {
	background: url(images/footer.jpg) bottom;
	width: 100%;
	height: 125px;
	position: relative;
	float: left;
}






