
* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
	
}


html {
	font: small/1.4em "Arial", ArialHelvetica, sans-serif;
	color: #555;
	/*ORIG COLOUR, BEIGE background: #E0DDD1 url('images/fade-bg.png') repeat-x;
	  background-position: 0 100px;
	*/
	background: #D5E3E4 url('images/overall_bg.jpg') repeat-x;

	

}

body { 
	position: relative;
	font-size: 1.1em;
	width: 970px;
	margin: 7px auto 20px auto;
	background: #fff;
	
}


h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	background: transparent;

}

h1, h2, h3 { 
	font-size: 1.6em;
}
h3 { color: #555555}

h4, h5, h6 { 
	font-size: 1.1em;
}


p { 
	padding-bottom: 1em;
}

p img { 
	vertical-align: middle;
}

.spacer { 
	margin-top: 15px;
}

input { 
	padding: 2px;
	border: 1px solid #cecece;
}

input[type="image"], 
input.submit { 
	border: 0;
	padding: 0;
	background: transparent;
	width: auto;
}

img,
a img { 
	border: 0;
} 

a { 
	color: #745E4D;	text-decoration: none;
}

a:visited { 
	color: #745E4D;
}

a:hover { 
	color: #99805A;
	text-decoration: underline;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}



.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}




#header { 
	position: relative;
	background: #fff url(images/bg.jpg) no-repeat left top;
	height: 120px;
	z-index: 4000;
	width: 970px;
}

#header #header-links {
	font-size: 12px; 
	float: right; 
	padding: 5px 8px 5px 0px;}
#header #header-links a, #header #header-links a:hover {color: #fff;}


#header strong { 
	position: relative;
	float: left;
	display: block;
	/*background: url(images/logo.gif) no-repeat right bottom;*/
	width: 319px;
	height: 90px;
	padding: 11px 0 0 7px;

}

#header strong a { 

	display: block;
	width: 100%;
	/*height: 100%;*/
		text-indent: -9999px;
}

#header p { 
	position: absolute;
	right: 2px;
	bottom: -5px;
	background: url(images/search-bg.gif) no-repeat left top;
	width: 268px;
	height: 33px;
	z-index: 2000;
	padding: 13px 0 0 13px;
	line-height: 1em;
}

#header p * { 
	vertical-align: middle;
}

#header p input { 
	width: 205px;
	font-size: 11px;
}

#header p input.submit { 
	width: auto;
	padding: 1px 0 0 3px;
	border: 0;
}

/* ----------| =Navigation |---------- */ 


#navigation { 
	position: relative;

	padding: 0px;
	z-index: 4000;
	width: 955px; margin: auto;
}


	
#dropmenu, #dropmenu ul {
	background: #575757 url(images/item-bg.gif) repeat-x center center;
	margin:0; padding:0; 
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height:1.5em; 
	z-index:300; 
	width:100%; 
	font-weight:normal;}
#dropmenu a {display:block; padding:0.72em 1em;/*Opera fix*/ color:#fff; border-right:1px solid #5F5F5F; text-decoration:none;}
#dropmenu a:hover {background:#4C4C4C; color:#fff;}
#dropmenu li {float:left; position:relative; }
#dropmenu ul {position:absolute; display:none; top:2.7em; left:-1px;text-decoration: none; }

/*#928875*/

#dropmenu ul a {
		background: #414141;
 		/*border-left:1px solid #c8c8c8; 
		 
		-moz-opacity: 0.9; 
	   	opacity: 0.9; 
	   	z-index:0; */
}
#dropmenu li ul {/*border-top:1px solid #c8c8c8; */width:16.4em;}
#dropmenu li ul a {font-size: 11px; width:20.1em; height:auto; float:left; border-bottom:1px solid #B7B0A4; color:#fff }
#dropmenu ul ul {top:auto;width: 10.1em }
#dropmenu li ul ul {left:8em; margin:0px 0 0 10px; text-decoration: none; }
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

/*#dropmenu  li.current_page_item a, .category_item  
{
	background: #4C4C4C;
	color: fff;
}
#dropmenu  li.current_page_item a, .category_item
{
	cursor: text;
}*/


#breadcrumb {font-size: 11px; padding: 0 0 5px 10px; margin-top: 10px; background: url(images/img_bg_dots1.gif) bottom left repeat-x; vertical-align: middle;}

	/* ----------| =Content |---------- */ 
	


#content { 
	position: relative;
	width: 970px;
	margin: 0px 0 0 0;
	z-index: 0;
	background: #fff;
}

#content-bg {background: #0B5379; margin-left: 10px; color: #fff; }


#content #main { 
	position: relative;
	float: left;
	width: 700px;
	padding-left: 10px;
	/*background: url(images/content-main-bg.gif) no-repeat right top;*/
	margin-left: 0px;
	z-index: 0;
}

#content #main #about_us {
	margin-top: 10px;
	background: #928875;
	height: 200px;

	}
	
#content #main #about_us h5 {
	color: #fff;
	font-size: 26px;
	padding: 20px; 
}

#content #main #about_us p {
	padding: 5px 25px 5px 25px;
	color: #E0DDD1;
	font-size: 12px;
	}

#content #main #about_us p strong {
	font-weight: bold;


}



/*********** SIDEBAR ***********/

#content #sidebar { 
	position: relative;
	float: right;
	width: 240px;
	padding: 10px;
	padding-bottom: 0;
}

#content #sidebar #our-aim {
	background: #E6E6CC;
	height: 200px;
	}
	
#content #sidebar #our-aim h3 {
	background: #CBCB96;
	width: 210px;
	color: #333;
	font-size: 26px;

	padding: 15px; 
}

#content #sidebar #our-aim p {
	padding: 5px 25px 5px 25px;
	color: #745E4D;
	font-size: 12px;
	height: 105px;
	overflow : hidden;
	}

#content #sidebar #our-aim p strong {
	font-weight: bold;

	}
	
	

/** Latest News START **/
#content #sidebar #sidebar-news {
	background: #CCC4B1;
	height: 622px;
		}
	
#content #sidebar #sidebar-news h3 {
	background: #BFB7A4;
	width: 200px;
	color: #333;
	font-size: 26px;

	padding: 20px; 
}

#content #sidebar #sidebar-news p {
	padding: 5px 25px 5px 25px;
	color: #745E4D;
	font-size: 12px;
	}

#content #sidebar #sidebar-news p strong {
	font-weight: bold;

	}

/** Latest News END **/

/** Courses START **/
#content #sidebar #sidebar-courses{
	height: 250px;
	margin-bottom: 10px;
	}
	
#content #sidebar #sidebar-courses h3 {
	background: #245156;
	width: 210px;
	color: #fff;
	font-size: 26px;

	padding: 15px; 
}


#content #sidebar #sidebar-courses ul li.current_page_item a 
{
	margin-top: 0; padding-top: 0;
	padding-left: 15px;
	margin-left: -7px;
	width:222px; 
	background: #99805A url(images/sidebar-courses-active.gif) no-repeat left;
	cursor:text;

}

#content #sidebar #sidebar-courses ul li.current_page_item a:hover 
{
text-decoration: none;
}
 
#content #sidebar #sidebar-courses, #content #sidebar #sidebar-courses ul {

	padding:0; 
	position:relative; 
	line-height:1.5em; 

	width:218px; 
	font-weight:normal;}
	
#content #sidebar #sidebar-courses ul li a {display:block; margin-left: 1px;padding:0.25em 1em;/*Opera fix*/ color:#fff; text-decoration:none; width:218px; font-size: 11px; border-bottom: 1px #fff solid;}
#content #sidebar #sidebar-courses a:hover {background:#4C4C4C; color:#fff;}
#content #sidebar #sidebar-courses li {float:left; position:relative;  top: 5px; }
#content #sidebar #sidebar-courses ul {position:absolute; top:3em; left:-1px;text-decoration: none; }

/*#928875*/

#content #sidebar #sidebar-courses ul a {
		background: #666;
}



hr {
  border: 0;
  width: 80%;
  color: #928875;
  background-color: #928875;
  height: 1px;
  margin: auto;
}
	



#content #sidebar div h2 { 
	font-size: 1.5em;
	color: #fff;
	line-height: 1.4em;
	margin: 7px 0;
}





#content #main h1, #content #main h2, #content #main h3 {
	background: url(images/dir-bg.jpg) no-repeat;
	color: #666;
	font-size: 26px;
	padding: 20px;
	margin-top: 8px;
}
h4 {
	padding-left: 20px;
	
}

#content #main h3.index-fac {
	background: #C7E3E0;
	width: 363px;
	color: #333;
	font-size: 26px;
	padding: 15px; 
			margin-top: 0;	
}

#content #main h3.index-faq {
	background: #E0DFDB;
	width: 270px;
	color: #333;
	font-size: 26px;
	padding: 15px; 
			margin-top: 0;	
}

#content #main h3.index-accred {
	background: #E0DFDB;
	width: 270px;
	color: #333;
	font-size: 26px;
	padding: 15px; 
		margin-top: 0;	
}
#content #main #accred {
	margin-top: 0;	
}

#content #main #faq {
	background: #E7E5E1;
	height: 271px;
	}

#content #main #faq img {
	padding: 10px;
}
#content #main #fac {

	height: 623px;
	float: right; 
	width: 395px; 
	background: #D0EBE8;
	}


#content #main p {
	margin: 5px 25px 0px 25px;
	}


#content #main ul {
	margin: 5px 15px 0px 25px;
	width: 90%;
		/*background: #EFF8F7;*/
	}
#content #main ul li {
	font-weight: normal; 
	padding: 10px;
}	
#content #main ul li a{
		background: #E4F3F2;
		padding: 10px;
		font-size: 15px;
}

#content #main ul li a:hover{
		background: #C7E3E0;
		text-decoration: none;}

	/* ----------| =Footer |---------- */ 

#footer { 
	height: 83px;
	padding: 10px 0 0 0;
	margin-top: 0px;
	width: 970px;
	background: #D5E3E4 url(images/footer-bg.jpg) no-repeat 0 0px;
	color: #928875;
}

#footer ul {
	margin: 0.8em 0 -0.2em 10px;
	padding: 30px 0 0 0;
	font-size: 12px;
	
	}
#footer li { 
	display:inline; 
	font-weight: bold;
	padding: 2px 7px 2px 7px;
	border-right: 1px solid #ccc; 
	list-style-type:none;
	text-transform:uppercase;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color: #928875;
	font-weight: normal;
	background: transparent;
	}
#footer a:hover {
	color: #fff;
	font-weight: normal;
	background: #928875;
	text-decoration: none;
	}



#footer form { 

	padding: 5px 0 0 60px;
	line-height: 1.8em;
}

#footer input { 
	border: 0px solid #cecece;
}

#footer p {
	color: #928875; padding-top: 2px; text-align: left; margin: 0px 67px 0px 0px; }
	
#footer p.left { 
	float: left;
	padding: 5px 0 0 20px;
}

#footer p img { 
	vertical-align: top;
	padding-left: 10px;
}

#footer p strong { 
	padding: 0 2px 0 0px;
	color: #928875;
	font-weight: bold;
}

#footer p a { 
	color: #535353;
	font-weight: normal;
	text-decoration: underline;
}
#footer span.voodish {
	padding: 0 2px 0 15px;
}
#footer span.voodish a { 
	color: #535353;
	font-weight: bold;
		text-decoration: underline;
}

#footer p em { 
	padding-left: 15px;
	font-style: normal;
}


#splash {
	background: url(images/splash.jpg) no-repeat top center; 
	width: 970px; 
	height: 219px; 
	
	margin: auto;
	text-align: center;}


.alert {
	background: #fff6bf url(images/exclamation_mark.gif) no-repeat;
	background-position: 10px 70%;
	text-align: left;
	padding: 5px 10px 5px 65px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}




#content #main p textarea { border: 1px solid #ccc;}
.paddingTop {padding-top: 30px}

#main .button {
	margin: 5px 5px 0 0;
}
#main a.button { 
	position: relative;
	display: block;
	float: left;
	border: 1px solid #727273;
	background: #243141 url(images/gradient-bg.gif) repeat-x left top;
	color: #eee;
	text-decoration: none;
	padding: 6px 8px;
	font-size: .9em;
	line-height: .9em;
}

#main a.button:hover { 
	color: #fff;
	border-color: #999;
}




.success {
	background: #D3F7D2 url(images/tick.gif) no-repeat;
	background-position: 30px 20%;
	/*background-position: top center;*/ 
	text-align: left;
	padding: 5px 10px 5px 105px;
	border-top: 2px solid #009800;
	border-bottom: 2px solid #009800;
	}
	
.pdf {background: url(images/pdf-icon.gif) center center no-repeat;}
#imgRight, #imgRight2, #imgRight3, #imgRight4 {float: right; padding: 5px 5px 0 0;}
#imgLeft, #imgLeft2, #imgLeft3, #imgLeft4, #imgLeft5, #imgLeft6, #imgLeft7, #imgLeft8 {float: left; padding: 5px 5px 5px 5px;}

blockquote {width:550px;margin-left:15px;padding:10px 0 0 50px;background:#F4F4F4 url(images/blockquote-open.gif) top left no-repeat; font-size: 18px; color: #745E4D;}
.small {font-size: 80%;}

/***FAQs***/

.msg_list {
	margin: 0px;
	padding: 0px;
	width: 698px;
	float: left;
}
.msg_head {
	padding: 5px 10px 5px 30px;
	cursor: pointer;
	position: relative;
	background-color:#FAFAFA;
	margin:0px;
	border-top: 0px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.msg_body {
	padding: 5px 10px 15px 30px;
	background-color:#FAFAFA;
	margin-bottom: 1px;
	border-top: 0px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

.expand { font-size: 10px; color: rgb(153, 128, 90); font-weight: bold; }
/***END FAQs***/



/* PRICEPLANS */
table.priceplans {margin: 20px auto; padding: 0; width: 620px; }
.priceplans td, .priceplans th {padding: 3px 0 4px 0; text-align: center; background: url(images/img_bg_dots1.gif) bottom left repeat-x; vertical-align: middle; }
.priceplans th {font-weight: bold; }
.priceplans .order td, .priceplans .order th {background: none; font-weight: bold; padding: 2px 0 3px 0; }
.priceplans tr.key {font-weight: bold; }
.priceplans .title {text-align: left;}
.priceplans tr.heading td, .priceplans tr.heading th {text-align: left; text-transform: uppercase; font-size: 110%; font-weight: bold; font-family: "trebuchet MS", helvetica, sans-serif;  padding: 15px 0 2px 0;  color: rgb(0,26,53);}

.priceplans .monthly {display: block; font-weight: normal; }
.priceplans .promo td, .priceplans .promo th {background: none; font-weight: bold; font-size: 100%; padding: 5px 0 15px 0;  }

.priceplans col.description {width: 180px;  }
.priceplans col.single {width: 420px; }
.priceplans col.col2 {width: 250px;}
.priceplans col.col3 {width: 165px;  }
.priceplans col.col4 {width: 125px;  }
.priceplans col.col5 {width: 100px;  }

/* ---------------------------------------------------------------- */

.hi-red {font-weight: bold; color: #d22435;}
#fac-bg {background: url(http://www.peersfirstaidtraining.co.uk/v-content/themes/pfat/images/fac_bg.gif) no-repeat;}
#links-bg {background: url(http://www.peersfirstaidtraining.co.uk/v-content/themes/pfat/images/links_bg.jpg) no-repeat;}
#legislation-bg {background: url(http://www.peersfirstaidtraining.co.uk/v-content/themes/pfat/images/legislation_bg.jpg) no-repeat;}
table, tr, td {margin: 0; padding: 0;}




