/* --------------------------------------------------- */
/* Client: Seed Brand  /  Blaze Ahead				   */
/* Build Start: 29th August 2009 					   */
/* @author: Steve Kirtley							   */
/* steve@thinkingdifferently.co.uk                     */
/* --------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 100%; /* force IE to 16pts */
}

body {
	background: #f4802b;
	color: #5a6164;
	font-family: arial, verdana, sans-serif;
	font-size: 0.75em; /* 12pts */
	line-height: 1.2em; /* 13pts */
}

/* generic styles */
/* -------------- */

img { border: none; }

a { text-decoration: underline; font-weight: bold; color: #f47920; }

a:hover { text-decoration: underline; }

.offScreen {
	position: absolute;
	left: -50000px;
}

.strong { font-weight: bold; }

.italics { font-style: italic;}

.underline { text-decoration: underline; }

/* Template Set Up */

#wrapper {
	background: url('/a/img/global/bg_text.gif') no-repeat 0 115px;
	width: 860px;
	margin: 0 auto;
	padding-left: 47px;
}

/* Page Top */
/* -------- */

#pageTop {
	width: 780px;
	position: relative;
	background: #2b2e30 url('/a/img/global/header_bg.gif') no-repeat top right;
}

#pageTop div.inner {
	width: 780px;
	height: 149px;
}

#pageTop a#ident img {
	position: absolute;
	left: 0;
	top: 0;
}

#pageTop div#navWrap {
	border-top: 1px solid #686b6c;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 28px;
	width: 100%;
	float: left;
}

/* Sucker Fish Navigation */

#nav {
	background: url('/a/img/global/nav_bg.gif') repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 28px;
	float: left;
	width: 780px;
	font-size: 1.08em;
}

#nav li {
	height: 28px;
}

#nav li a {
	line-height: 28px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 3px 0 1px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#nav li.first a  {
	padding-left: 15px;	
}

#nav li.active,
#nav li:hover,
#nav li a:hover {
	background: url('/a/img/global/nav_active_bg.gif') repeat-x;
	color: #fff;
	text-decoration: none;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 17em;
	left: -999em;
	background: #f47920;
	margin-top: 0px;
	margin-left: 0;
	padding-bottom: 5px;
}

#nav li ul li {
	width: 17em;
	background: 0;
	height: auto;
}

#nav li ul li a {
	line-height: 20px;
	font-weight: normal;
}

#nav li.last ul {
	width: 15em;
}


#nav li.last ul li {
	width: 15em;
}

#nav li ul li:hover,
#nav li ul li a:hover {
	background: none;
	text-decoration: underline;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#pageTop .blockquote {
	position: relative;
	top: 5px;
	left: 255px;
	width: 300px;
}

#pageTop .blockquote blockquote {
	font-size: 1.33em;
	font-weight: bold;
	line-height: 1.60em;
	color: #dbdcdd;
}

#pageTop .blockquote cite {
	font-size: 0.83em;
	color: #dbdcdd;
	padding-left: 10px;
}

#pageTop .contactHdr {
	position: absolute;
	right: 20px;
	top: 30px;
	width: 160px;
	color: #fff	;
	font-weight: bold;
	font-size: 1.17em;
	line-height: 1.4em;
}

#pageTop .contactHdr span {
	display: block;
}

/* Main Content Area */
/* ----------------- */

#content {
	width: 710px;
	background: #fff;
	padding: 35px;
	overflow: hidden;
}

#content .left {
	float: left;
	width: 360px;
	margin-right: 26px;
}

#content .right {
	float: left;
	width: 324px;
}

#content .left .hr {
	width: 340px;
	height: 1px;
	background: url('/a/img/global/white_dotted.gif') repeat-x;
	margin: 20px 0 25px 0;
}

/* Headings */

#content h1,
#content h2 {
	color: #f47920;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: normal;
}

#content h1 {
	font-size: 2.16em; /*26pt*/
	line-height: 1.03em; /*27pt*/
	margin-top: 10px;
}

#content h2 {
	font-size: 1.83em; /* 22pt */
}

#content p {
	margin-top: 1.2em;
	line-height: 1.23em;
}



#footer {
	width: 760px;
	background: #E4E4E4;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
	color: #494a4a;
}

#footer a {
	color: #494a4a;
	text-decoration: none;
}

#footer .map {
	margin-bottom: 6px;
}

#footer .map a.external {
	margin-right: 40px;
	margin-left: 0;
}

#footer .map a {
	margin-left: 40px;
}

#footer .map a:hover {
	text-decoration: underline;
}
#footer #coachMeLogo {
	position: absolute;
	right: 0;
	top: 0;
}

#footer address {
	font-style: normal;
}


p.copy {
	color: #ffffff;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 0.83em;
}

/* Generics */

blockquote {
	font-weight: bold;
}

cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin-top: 1em;
	color: #f47920;
	font-size: 1.4em;
}

cite span {
	display: block;
	font-size: 0.8em;
	margin-top: 5px;
	font-weight: normal;
}

/* Right Panels */



.right .sidePanel {
	width: 304px;
	margin-bottom: 5px;
	padding: 15px 10px 10px 10px;
}

.right .sidePanel a {
	display: block;
	text-decoration: none;
	margin-top: 4px;
}

.right .grey {
	background: #e8e8e8;
}

.right .orange {
	background: #fde5d3;
}

.right h3 {
	font-size: 1.75em; /* 21pt */
	color: #4f5152;
}

.right .orange h3 {
	color: #f4802b;
}

.right h3 span {
	display: block;
	margin-top: 0.3em;
	font-size: 0.76em;
}

.right h4 {
	font-size: 1.33em; /* 16pt */
	display: block;
	margin-top: 0.3em;
	color: #4f5152;
}

.right h4 {
	font-size: 1.75em;
}

.right h4 span {
	font-size: 0.76em; /* 16pt */
	display: block;
	margin-top: 0.3em;
}

.right #successProgramme {
	background: #e8e8e8 url('/a/img/global/calendar_top_sidebar.gif') no-repeat top left;
	position: relative;
	padding-top: 85px;
}

.right #successProgramme h3 {
	position: absolute;
	top: 10px;
	left: 98px;
	width: 150px;
	line-height: 1.1em;
}

/* End::: Right Panels */

table {
	border-collapse: collapse;
	border: 1px solid #f47920;
	margin: 15px 0 0 0;
}

table td {
	border: 1px solid #f47920;
	padding: 6px;
	font-weight: bold;
}

#content .left ul {
	margin-left: 14px;
	margin-top: 1em;
}

#content .left ul li {
	margin-bottom: 1em;
}

#content .left .marginTop {
	margin-top: 1em;
}

img.profilePic {
	float: left; margin-top: 10px; margin-right: 10px; margin-bottom: 10px;
}

/* Testimonials Page */
/* ----------------- */

#pProducts-and-servicesAcademy div.left .inner {
	background: #f2f2f2;
	margin-top: 5px;
	padding: 5px 5px 20px 5px;
}

#pProducts-and-servicesAcademy p span {
	color: #f47920;
	font-weight: bold;
}

#pProducts-and-servicesAcademy p.lnkLarge {
	font-size: 1.6em;
	line-height: 0.4em;
}

#pProducts-and-servicesAcademy p.lnkLarge a {
	text-decoration: none;
}

#pProducts-and-servicesAcademy p.lnkLarge a:hover {
	text-decoration: underline;
}

#pProducts-and-services90-day-success-planning h2 {
	line-height: 1.2em;
}

#pProducts-and-servicesWorkshops h2 {
	line-height: 1em;
}


.screenshot .nav {
	width: 450px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.screenshot .nav .backLnk {
	float: left;
}

.screenshot .nav .nextLnk {
	float: right;
}

.screenshot .mainLnk {
	display: block;
	margin-top: 10px;
}

p.loginLnk a {
	font-size: 0.95em;
}

#content .left .quote {
	margin-top: 15px;
	background: url('/a/img/global/t-feature.jpg') no-repeat top left;
	padding-left: 120px;
	min-height: 108px;
	height: auto !important;
	height: 108px;
}

#content .left .quote blockquote {
	font-size: 2em; /* 24pt */
	line-height: 1.1em;
	margin-right: 20px;
}

#content .left .quote cite {
	display: block;
	color: #656363;
	font-style: normal;
	margin-top: 10px;
}

#content .left .big {
	font-size: 1.41em;
	line-height: 1.5em;
}

#content .left .bigger {
	font-size: 1.41em;
	line-height: 1.2em;
	font-weight: bold;
}


#content p.lessTop {
	margin-top: 10px;
}

#content .left #latestNews {
	list-style-type: none;
	margin-left: 0;
	margin-top: 20px;
}

#content .left #latestNews li {
	padding-left: 90px;
	padding-top: 10px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	margin-bottom: 0;
	margin-right: 40px;
}
#content .left #latestNews li#newsAcademy {
	background: url('/a/img/pages/home/academy_thumb.jpg') no-repeat top left;
}

#content .left #latestNews li#newsWorkshop {
	background: url('/a/img/pages/home/workshop_thumb.jpg') no-repeat top left;
}
#pageTop #content blockquote p,
#content .quote blockquote p {
	margin-top: 0;
}


#content .left .intro img {
	float: left;
	margin-right: 5px;
}

#content .left .intro .bigger {
	font-size: 1.33em;
	font-weight: normal;
}

/* New Products Templates */

#content .left h1.calendar {
	font-size: 2.5em;
	line-height: 0.8em;
	background: url('/pages/products-and-services/calendar.gif') no-repeat top left;
	padding-left: 90px;
	min-height: 85px;
	height: auto !important;
	height: 85px;
	padding-top: 8px;
}

#content .left h1.calendar span {
	display: block;
	font-size: 0.65em;
}

#content .left p.intro {
	font-size: 1.3em;
	margin-bottom: 0;
	margin-top: 0;
}

ol.orangeBox {
	border: 1px solid #fac7a2;
	list-style-position: inside;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0;
}

ol.orangeBox li {
	color: #f4802b;
	margin-bottom: 3px;
}

ol.orangeBox li span {
	color: #4a4a4a;
}

#content .left h2.greyHdr {
	font-size: 1em;
	color: #4a4a4a;
	font-weight: bold;
}

#content .left .productLgeTxt {
	font-size: 1.41em;
	line-height: 1.3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

#content .left ul.productList {
	padding-bottom: 1em;
}

#content .left ul.productList li {
	margin-bottom: 5px;
}

.marginTopBottom { margin-top: 1em; margin-bottom: 1em; }

#content .left .casestudy {
	margin-bottom: 1.5em;
}

#content .left .casestudy img {
	float: left;
	margin-right: 10px;
}

span.orange {
	color: #F47920;
}

#content .left p.contactLink {
	margin-top: 0;
	font-size: 1.3em;
}