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

   TR TRAINING | TYPOGRAPHY.CSS
   SETS UP SOME SENSIBLE TYPOGRAPHY.
   
   WEBSITE BY THIRDFLOORDESIGN -
   
   THIRD FLOOR DESIGN                  TEL / +44 (0)1452 305948
   UNIT 13 HIGHNAM BUSINESS CENTRE     WEB / WWW.THIRDFLOORDESIGN.CO.UK
   GLOUCESTER GL2 8DN                  EMAIL / HELLO@THIRDFLOORDESIGN.CO.UK

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

/* Global Typography */

body { 
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* Text Elements
-----------------------------------------------------------------------------------*/

p {
	font-size: 12px;
	margin-bottom: 12px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* Headings
-----------------------------------------------------------------------------------*/

h1 {
	color: #333333;
	height: 33px;
	width: 400px;
	font-size: 24px;
	text-indent: -9999px;
	background: url(/images/strap.png);
}

h1 strong {
	color: #E1771D;
}

h2 {
	font-size: 34px;
	color: #E1771D;
	margin-bottom: 12px;
	width: 500px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #E1771D;
}

h4 {
	color: #E1771D;
	height: 60px;
	width: 569px;
	font-size: 34px;
	text-indent: -9999px;
	float: left;
}

h4.courses {
	background: url(/images/courses-header.png);
}

h4.nvq {
	background: url(/images/nvq-header.png);
}

h4.cpcs {
	background: url(/images/cpcs-header.png);
}

/* Links
-----------------------------------------------------------------------------------*/

.breadcrumbs a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

.breadcrumbs a:hover {
	color: #E1771D;
}

#content p a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #E1771D;
	padding: 2px 0;
	margin: 0;
}

#content p a:hover {
	text-decoration: underline;
}

#content p.sitemap a {
	width: 568px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
	padding: 2px 0;
	margin-bottom: 12px;
	float: left;
	display: block;
}

#content p.sitemap a:hover {
	text-decoration: underline;
}

#footer a {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .details a {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

#footer .details a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Lists
-----------------------------------------------------------------------------------*/

ul.list li {
	font-size: 12px;
	margin-bottom: 12px;
	list-style: url(/images/menu/nav_bg.gif) inside;
}

/* Misc
-----------------------------------------------------------------------------------*/

#header .left p {
	color: #333333;
	height: 175px;
	width: 208px;
	font-size: 24px;
	text-indent: -9999px;
	background: url(/images/tr-training.png);
}

#content .breadcrumbs {
	font-size: 11px;
}

#content p strong {
	color: #E1771D;
}

#content p.base {
	margin: 0;
}

#content p.dashed {
	width: 568px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	padding: 2px 0;
	margin-bottom: 12px;
	float: left;
	display: block;
}

.sml-gap {
	margin-left: 20px;
}

.med-gap {
	margin-left: 40px;
}

#hotbox.testimonial .fade p {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#hotbox.testimonial .fade strong {
	display: block;
	margin-top: 10px;
	font-size: 10px;
	color: #E1771D;
}

.column p {
	margin: 0;
}

.column p strong {
	color: #E1771D;
}

#footer p {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 0;
}

#footer p strong {
	color: #FFFFFF;
}

#footer p.details {
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
}

/* PHP
-----------------------------------------------------------------------------------*/

#php p {
	width: 569px;
	margin: 0;
	font-size: 12px;
	float: left;
}

#php strong {
	color: #E1771D;
}

#php .title {
	font-size: 12px;
	width: 274px;
}

#php p strong {
	color: #E1771D;
}