﻿/*
 * Strapline
 */
.cufon-loading #StrapLineContainer {
	visibility: hidden !important;
}
.cufon-active #StrapLineContainer {
	font-size: 12px;
	letter-spacing: normal;
	padding: 5px 0 9px 0;
}


.cufon-loading #HeaderContentContainer h1 {
	visibility: hidden !important;
}
.cufon-active #HeaderContentContainer h1 {
	padding-top: 15px;
	font-size: 65px;
}


/*
 * NavigationSecondary
 */
.cufon-loading #NavigationSecondary a {
	visibility: hidden !important;
}

.cufon-active #NavigationSecondary a {
	font-size: 15px;
	padding: 7px 0 5px 20px;
}


/*
 * MainContent
 */
.cufon-loading #MainContent h2 {
	visibility: hidden !important;
}
.cufon-active #MainContent h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
}


/*
 * CaseStudy
 */
.cufon-active #CaseStudyPromo, .cufon-active #QuotePromo, .cufon-active #LatestNewsPromo {
	padding-top: 0;
}

.cufon-loading #CaseStudyPromoHeaderContainer h2, .cufon-loading #CaseStudyPromoHeaderContainer a {
	visibility: hidden !important;
}
.cufon-active #CaseStudyPromoHeaderContainer h2 {
	font-size: 15px;
}
.cufon-active #CaseStudyPromoHeaderContainer a {
	font-size: 15px;
}


/*
 * QuotePromo
 */
.cufon-loading #QuotePromo h2 {
	visibility: hidden !important;
}
.cufon-active #QuotePromo h2 {
	font-size: 15px;
}

/*
 * StoreProductPromo
 */
.cufon-loading #StoreProductPromo h2, .cufon-loading #StoreProductPromo h3 a {
	visibility: hidden !important;
}
.cufon-active #StoreProductPromo h2 {
	font-size: 15px;
}
.cufon-active #StoreProductPromo h3 a {
	font-size: 15px;
}

/*
 * SignUpPromo
 */
.cufon-loading #SignUpPromo h2 {
	visibility: hidden !important;
}
.cufon-active #SignUpPromo h2 {
	font-size: 15px;
}


/*
 * LatestNews
 */
.cufon-loading #LatestNewsPromoHeaderContainer h2, .cufon-loading #LatestNewsPromoHeaderContainer a {
	visibility: hidden !important;
}
.cufon-active #LatestNewsPromoHeaderContainer h2 {
	font-size: 15px;
}
.cufon-active #LatestNewsPromoHeaderContainer a {
	font-size: 15px;
}


/*
 * QuotePromo
 */
.cufon-active #QuotePromo blockquote span.quote {
	font-size: 13px;
}


/*
 * ContactDetailsPromo
 */
.cufon-loading #ContactDetailsPromo h2 {
	visibility: hidden !important;
}
.cufon-active #ContactDetailsPromo h2 {
	font-size: 15px;
}


/*
 * CaseStudies
 */
.cufon-loading #CaseStudies div.case-study-published-date {
	visibility: hidden !important;
}
.cufon-active #CaseStudies div.case-study-published-date {
	font-size: 14px;
}
.cufon-active #CaseStudies div.case-study-published-date span {
	font-weight: bold;
}

.cufon-loading #CaseStudies h2 {
	visibility: hidden !important;
}
.cufon-active #CaseStudies h2{
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
}



*
 * LatestNews
 */
.cufon-loading #LatestNews div.news-story-published-date {
	visibility: hidden !important;
}
.cufon-active #LatestNews div.news-story-published-date {
	font-size: 14px;
}
.cufon-active #LatestNews div.news-story-published-date span {
	font-weight: bold;
}

.cufon-loading #LatestNews h2 {
	visibility: hidden !important;
}
.cufon-active #LatestNews h2{
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
}


/*
 * Quotes
 */
.cufon-loading #Quotes div.full-quote {
	visibility: hidden !important;
}
.cufon-active #Quotes div.full-quote {
	font-size: 18px;
	line-height: normal;
	padding: 12px 20px 18px 20px;
}


