﻿/* Colours used on site

#FF3399: main pink
#888888: general text gray

*/

/* General Items */

body
{
	background-color: #FFFFFF;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
}

a
{
	color: #888888;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	cursor: hand;
}

a.alt
{
	text-decoration: underline;
}

a.alt:hover
{
	text-decoration: none;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

.clear
{
	clear: both;
}

h1
{
	font-weight: bold;
	color: #FF3399;
	font-size: 1.5em;
	padding-bottom: 8px;
}

h1 em
{
	font-weight: bold;
}

h2
{
	font-size: 1.3em;
	color: #FF3399;
}

p
{
	padding-bottom: 8px;
	font-size: 1.1em;
}

ul
{
	margin-left: 22px;
	font-size: 1.1em;
}

ul li
{
	list-style-type: disc;
	padding-bottom: 8px;
}

ul.tick
{
	margin-left: 10px;
}

ul.tick li
{
	list-style-type: none;
	background-image: url('/Lib/Img/TickOnWhite.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-bottom: 8px;
	padding-left: 12px;
}

p a, ul li a
{
	color: #FF3399;
}

dl
{
	
}

dl dt
{
	width: 150px;
	clear: both;
	float: left;
	text-align: right;
	padding: 2px;
	padding-right: 4px;
	font-weight: bold;
	color: #FF3399;
}

dl dd
{
	float: left;
	width: 200px;
	padding: 2px;
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

input.tb, input.tbActive, textarea.tb, textarea.tbActive
{
	border: 1px solid #888888;
	padding: 3px;
	width: 180px;
}

input.tbActive, textarea.tbActive
{
	border: 1px solid #FF3399;
}

.emphasis
{
	color: #FF3399;
}

a.button
{
	display: block;
	background-color: #FF3399;
	color: #FFFFFF;
	padding: 3px;
	padding-left: 9px;
	padding-right: 9px;
	float: left;
	font-size: 1.0em;
	border: 3px solid #FF3399;
}

div.largeButtonWrap a
{
	display: block;
	background-color: #FF3399;
	color: #FFFFFF;
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
	margin: 0 auto;
	width: 320px;
	font-size: 1.2em;
	border: 3px solid #FF3399;
	margin-top: 14px;
	margin-bottom: 14px;
	text-align: center;
}

a.button:hover
{

}

div.errorPanel
{
	font-size: 1.1em;
	padding: 8px;
	background-color: #FF3399;
	color: #FFFFFF;
	font-weight: bold;
}

div.errorPanel ul
{
	font-size: 1.0em;
	padding-top: 6px;
}

div.errorPanel ul li
{
	padding-bottom: 4px;
	font-weight: normal;
}

div#ContentDisplay div#ErrorPanel
{
	margin-bottom: 16px;
}

div.infoPanel
{
	border: 1px solid #FF3399;
	padding: 16px;
	padding-bottom: 8px;
	color: #FF3399;
	font-size: 1.2em;
	background-color: #EEEEEE;
}

div.rounded
{
}

div.rounded div.tl, div.rounded div.tr, div.rounded div.bl, div.rounded div.br
{
	display: block;
	height: 11px;
	background-repeat: no-repeat;
}

div.rounded div.tr, div.rounded div.br
{
	width: 11px;
	float: right;
}

div.rounded div.tl
{
	background-image: url('/Lib/Img/tl.png');
}

div.rounded div.tr
{
	background-image: url('/Lib/Img/tr.png');
}

div.rounded div.bl
{
	background-image: url('/Lib/Img/bl.png');
}

div.rounded div.br
{
	background-image: url('/Lib/Img/br.png');
}

div.rounded div.content
{
	background-color: #FF3399;
	color: #FFFFFF;
}

div.rounded div.content h1
{
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
}

div.rounded div.content ul, ol
{
	padding-left: 14px;
	margin-right: 14px;
}

div.rounded div.content ul li, div.rounded div.content ol li
{
	padding-bottom: 4px;
	list-style-type: square;
}

a.continueLarge, a.submitLarge
{
	background-image: url('/Lib/Img/LargeContinue.png');
	background-repeat: no-repeat;
	width: 205px;
	height: 85px;
	display: block;
}

a.submitLarge
{
	background-image: url('/Lib/Img/LargeSubmit.png');
}

div.largeGlossButtonWrap
{
	clear: both;
	width: 205px;
	margin: 0 auto;
}

/* ------ Main Master Page Items ------ */

div#HeaderWrap
{
	background-color: #F61D89; /*Colour of bottom of gradient*/
	padding-top: 38px;
	background-image: url('/Lib/Img/BackgroundGradient.png');
	background-repeat: repeat-x;
}

div#Header
{
	margin: 0 auto;
	width: 760px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

div#Header a.logo
{
	float: left;
	display: block;
	width: 267px;
	height: 130px;
}

div#Header h1
{
	font-weight: normal;
	font-size: 1.3em;
	padding-top: 32px;
	float: right;
	padding-right: 24px;
	text-align: center;
	width: 424px;
	color: #FFFFFF;
}

div#Header h1 em
{
	font-weight: normal;
}

/* Main Navigation */
div#Header div#Nav
{
	clear: both;
	padding-right: 10px;
	padding-top: 18px;
}

div#Header div#Nav a
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.1em;
}

div#Header div#Nav a:hover
{
	text-decoration: none;
}

div#Header div#Nav div
{
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	float: right;
	display: block;
}

div#Header div#Nav div.active
{
	background-color: #FFFFFF;
}

div#Header div#Nav div.active a
{
	text-decoration: none;
	color: #FF3399;
}

div#Header div#Nav div.active a:hover
{
	text-decoration: underline;
}

div#MainWrap
{
	clear: both;
	margin: 0 auto;
	margin-top: 16px;
	padding-left: 8px;
	width: 760px;
}

/* Footer Navigation */
div#Footer
{
	clear: both;
	margin: 0 auto;
	width: 404px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 48px;
}

div#Footer div#FooterNav
{
}

div#Footer div#FooterNav div
{
	float: left;
	padding-right: 8px;
	padding-left: 7px;
	border-left: 1px solid #FF3399;
}

div#Footer div#FooterNav div#First
{
	border-left: none;
}

div#Footer p
{
	clear: both;
	font-size: 1.0em;
	padding-top: 6px;
}

/* ------ End of Main Master Page Items ------ */

/* ------ Home Page Items ------ */

h1.testimonialHeading
{
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
}

div.freeGuideDownloadLink h2
{
	font-weight: bold;
	padding-bottom: 2px;
	font-size: 1.5em;
}

div.freeGuideDownloadLink h3
{
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 4px;
}

div.freeGuideDownloadLink h2.linkWrap
{
	font-size: 1.0em;
	padding-left: 0px;
}

div.freeGuideDownloadLink a.freeGuideDownload
{
	display: block;
	width: 308px;
	height: 73px;
	background-image: url('/Lib/Img/FreeGuideDownload.png');
	background-repeat: no-repeat;
	text-align: center;
	color: #FF3399;
	font-style: italic;
	padding-left: 70px;
	padding-right: 86px;
	padding-top: 24px;
	font-size: 1.4em;
	text-decoration: none;
}

div.freeGuideDownloadLink a.freeGuideDownload:hover
{
	text-decoration: none;
}

/* ------ End of Home Page Items ------ */

/* ------ Main Entry Forms ------ */

div.form
{
}

div.form h2
{
	margin-top: 16px;
	font-weight: bold;
}

div.form dl
{
	padding-top: 16px;
}

div.form table.extraSpace
{
	margin-top: 16px;
}

div.form dl dt, div.form table td
{
	font-weight: normal;
	color: #888888;
	padding-top: 5px;
	width: 240px;
}

div.form table td
{
	width: 340px;
	padding: 5px;
}

div.form table td.left
{
	padding-top: 7px;
	width: 240px;
	vertical-align: top;
	text-align: right;
}

div.form table tr td table tr td
{
	padding: 2px;
}

div.form table tr td table tr td input
{
	margin-right: 3px;
	position: relative;
	top: 2px;
}

div.form dl dd
{
	width: 340px;
}

div.form dl.extraSpace dt
{
	padding: 8px;
	padding-top: 12px;
}

div.form dl.extraSpace dd
{
	padding: 8px;
}

div.form .extraSpace input.tb, div.form .extraSpace input.tbActive
{
	width: 250px;
}

div.form .extraSpace textarea
{
	width: 250px;
}

/* ------ End of Main Entry Forms ------ */

/* ------ Right Column Master Page Items ------ */

div#RightColumnWrap
{
	background-image: url('/Lib/Img/Pixel.png');
	background-position: 480px 0px;
	background-repeat: repeat-y;
}

div#RightColumnWrapLeft
{
	float: left;
	width: 480px;
	padding-top: 8px;
}

div#RightColumnWrapRight
{
	float: left;
	width: 230px;
	padding-left: 16px;
	padding-top: 8px;
}

/* ------ End of Right Column Master Page Items ------ */

/* ------ Briefing Page Items ------ */

div#Brief
{
}

div#Brief h1
{
	padding-bottom: 18px;
}

div#Brief div#Contact
{
	width: 600px;
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 60px;
}

/* ------ End of Briefing Page Items ------ */

/* ------ Contact Page Items ------ */

div#ContactDetails, div#AddressDetails
{
}

div#ContactDetails dl, div#AddressDetails dl
{
	font-size: 1.6em;	
	padding-top: 8px;
}

div#ContactDetails dl dt, div#AddressDetails dl dt
{
	width: 280px;
	padding-top: 12px;
}

div#ContactDetails dl dd, div#AddressDetails dl dd
{
	padding-top: 12px;
	width: 400px;
}

div#ContactWrap
{
	padding-left: 220px;
}

div#Legal
{
	clear: both;
	padding-top: 20px;
	text-align: center;
	width: 700px;
	margin: 0 auto;
}

/* ------ End of Contact Page Items ------ */

/* ------ Testimonial Page Items ------ */

div#TestimonialPage p
{
	font-size: 1.2em;
}

/* ------ End of Testimonial Page Items ------ */

/* ------ Info Packs Page Items ------ */

div#DownloadPage h1
{
	font-size: 2.4em;
	text-align: center;
}

div#DownloadPage.strategyGuide h1
{
	font-size: 1.5em;
	text-align: left;
}

div#DownloadPage.strategyGuide div#ContentDisplay h1
{
	font-size: 2.0em;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

div#DownloadPage div#ContentWrap
{
	padding-right: 16px;
}

div#DownloadPage div.inputAddress h1
{
	text-align: left;
}

div#DownloadPage div#ContactByAddressWrap
{
	padding-top: 16px;
	padding-bottom: 16px;
}

/* ------ End of Testimonial Page Items ------ */

/* ------ Get A Quote Control Items ------ */

div#GetAQuote
{
	padding-bottom: 16px;
}

div#GetAQuote p
{
	padding-bottom: 8px;
}

div#GetAQuote h2
{
	padding-bottom: 8px;
}

/* ------ End of Get A Quote Control Items ------ */

/* ------ Start of Video Player Styling ------ */

div.videoPage
{
}

div.videoPage h1
{
	text-align: center;
	padding-top: 16px;
	padding-bottom: 24px;
}

div.videoPage div.largeButtonWrap
{
	padding-bottom: 12px;
}

div.videoPage div.largeButtonWrap a
{
	font-size: 1.4em;
	font-weight: bold;
}

div.videoPage p
{
	text-align: center;
}

div.videoPage p.extraInfo
{
	font-weight: bold;
	position: relative;
	top: -8px;
}

div.videoPlayerWrap
{
	margin: 0 auto;
	width: 425px;
}

a.videoPlayer
{
	display:block;
	width:425px;
	height:300px;
}

div.videoPage div.videoExtras h1
{
	padding-top: 0px;
	padding-bottom: 12px;
}

div.videoPage div.videoExtras div.largeButtonWrap
{
	padding-bottom: 12px;
}

div.videoPage div.previousVideos h1
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.videoPage div.previousVideos div.largeButtonWrap
{
	padding: 0px;
}

div.videoPage div.previousVideos div.largeButtonWrap a
{
	font-size: 1.1em;
	width: 410px;
	padding: 4px;
	font-weight: normal;
}

/* ------ End of Video Player Styling ------ */

/* -------- Internal Tabs Class (For On Page Sections Requiring Tabs) -------- */


div.internalTabs div.largeTabs a
{
	float: left;
	border: 1px solid #FF3399;
	font-size: 1.1em;
	font-weight: normal;
	color: #FF3399;
	display: block;
	padding: 8px;
	padding-left: 16px;
	padding-right: 16px;
	border-bottom: 0px;
	position: relative;
	top: 5px;
	white-space: nowrap;
}

div.internalTabs div.largeTabs a.right
{
	border-left: 0px;
}


div.internalTabs div.largeTabs a.left
{
	border-right: 0px;
}

div.internalTabs div.largeTabs a.active
{
	background-color: #FF3399;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	padding-left: 16px;
	padding-right: 16px;
	top: 0px;
	text-decoration: none;
}

div.internalTabs div#OuterWrap
{
	clear: both;
	border: 2px solid #FF3399;
}

div.internalTabs div#OuterWrap div.intro
{
	background-color: #FF3399;
	color: #FFFFFF;
	padding: 8px;
	padding-bottom: 0px;
}

div.internalTabs div#OuterWrap div.intro a
{
	color: #FFFFFF;
	text-decoration: underline;
}

div.internalTabs div#OuterWrap div.intro a:hover
{
	text-decoration: none;
}

div.internalTabs div.miniTabs
{
	clear: both;
	background-color: #FF3399;
	height: 25px;
}

div.internalTabs div.miniTabs a
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.1em;
}

div.internalTabs div.miniTabs a:hover
{
	text-decoration: none;
}

div.internalTabs div.miniTabs div
{
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	display: block;
}

div.internalTabs div.miniTabs div.active
{
	background-color: #FFFFFF;
}

div.internalTabs div.miniTabs div.active a
{
	text-decoration: none;
	color: #FF3399;
}

div.internalTabs div.miniTabs div.active a:hover
{
	text-decoration: underline;
}

div.internalTabs div#InnerWrap
{
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 14px;
	padding-bottom: 14px;
}

/* -------- End of Internal Tabs Class -------- */