/*

File:		eqtr_components.css
Created:	02.09.2009
Author:		Sean Jones @ Equator

Notes:

Colours:

Dark Blue	#1B3C78
Light Blue  #809FBC
Lime Green	#89CE2A
Dark Green  #669F46

Contents:


*/

/*--------------------------*/
/*---[ Header ]-------------*/
/*--------------------------*/
#header {
	background:url(../cssimages/content_top.gif) center top no-repeat;
	padding-top:7px;
	}
	.headerContent {
		background:#fff;
		padding:0 0 7px;
		width:100%;
		overflow:hidden;
		}
		.brand {
			float:left;
			}
				
.logo {
	margin:25px 0 0 31px;
	}
.logo h2 {
	margin:0;
	}
.logo h2 a img {
	border:none;
	}
		
		
.mainSiteLink {
	float:right;
	margin-right:7px;
	background:url(../cssimages/mainSiteNavBox_top.png) center top no-repeat;
	padding-top:5px;
	width:207px;
	}
.mainSiteLinkContent {
	padding:0 10px;
	background:#F7F8F8 url(../cssimages/mainSiteNavBox_bottom.png) center bottom no-repeat;
	overflow:hidden;
	height:100%;
	}		
.mainSiteLink h4 {
	margin:0;
	font-size:75%;
	color:#666;
	}		
.mainSiteLink p {
	font-size:70%;
	margin-bottom:8px;
	color:#666;
	}		
.mainSiteLink p.greyButton {
	margin-left:-4px;
	}			
	.greyButton a {
		text-indent:-5550px;
		display:block;
		height:22px;
		overflow:hidden;
		background:url(../images/greyButton.gif) top left no-repeat;
		}
	.greyButton a:hover {
		background:url(../images/greyButton.gif) bottom left no-repeat;
		}	

.supplierMessage {position: relative; float: left; display: inline; clear: left; margin-top: 15px; margin-left: 35px; font-size: 113%; font-weight: bold; }
		

/*--------------------------*/
/*---[ Page Content  ]------*/
/*--------------------------*/
	
.pageHeader {
	background:#7CC143 url(../cssimages/pageHeaderBottom.png) right bottom no-repeat;
	margin-bottom:30px;
}
.pageHeader_wrap {
	background:url(../cssimages/pageHeaderTop.gif) center top repeat-x;
	padding-top:40px;
	padding-bottom:58px;
	position:relative;
}

.pageHeader_wrap h1 {
		color:#fff;
		font-size:240%;
		line-height:normal;
		text-indent:-5000px;
		background:url(../images/mainHeader.gif) 31px top no-repeat;
		margin-bottom:0;
		height:112px;
		overflow:hidden;
}

.variationC .pageHeader_wrap
{
	padding-top:59px;
	padding-bottom:39px;
}

.variationC .pageHeader_wrap h1
{
	background-image:url(../images/mainHeaderVarC.gif);
}

.pageHeader_wrap h1 em {
	font-style:normal;
	color:#EE2E24;
}

.pageHeader_wrap .goDirectBadge {
		position:absolute;
		top:-16px;
		right:30px;
}		

img {
	border:none;
}

#contentContainer {
	padding-bottom:30px;
	}	
	
.mainContent {
	padding:0 31px;
	height:100%;
	overflow:hidden;
	}		
	
.javascript #flashHeader
{
	margin-top:-26px;
	position:relative;
	height:310px;
	margin:-24px 0 0 0;
	padding:0;
}

.javascript .mainContent
{
	margin-top:-44px;
}
	
.mainContent h2 {
	font-family:Tahoma, Calibri,  Arial, Verdana, sans serif;
	font-weight:normal;
	}
	.mainContent h2 span {	
		font-weight:bold;
	}	
	
.switch {
	width:48%;
	float:left;
	}
.features {
	width:48%;
	float:right;
	}		
.features ul {
		margin:12px 0;
}
.features li {
	list-style:none;
	background:url(../cssimages/bullet.gif) left 4px no-repeat;	
	padding:0 0 12px 18px;
	}	
	.features li span {
		font-weight:bold;
		font-size:100%;
		}				
.action {
	width:100%;
	float:left;
}				

.action h5,
.action .findOutMore {
	float:left;
	width:48%;
}

.action .actionButton {
	float:right;
	width:48%;
	clear:none;
	margin-top:11px;
}
	
	
h5 a
{
	padding-left:18px;
	background:url(../cssimages/linkArrow.gif) left 3px no-repeat;
}

h5 a:hover
{
	background-image:url(../cssimages/linkArrowHover.gif);
}

.findOutMore
{
	padding:5px 0 0 5px;
}

.featureList
{
	font-size:100%;
	color:#1B3C78;
	margin:0 0 0 30px;
	padding:10px 0 20px;
}

.featureList li
{
	list-style:none;
	margin-bottom:15px;
	padding-left:30px;
	background:url(../cssimages/bullet.gif) left 6px no-repeat;	
}

/*-----[ BUTTONS ]-----*/	

/*--[ hyperlink styled like a button... ]--*/
.linkButton {
	width:auto;
	clear:both;
	overflow:hidden;
	margin-bottom:0;
	font-size:112.5%;
	float:left;
	padding-right:5px;
}
.linkButton a:link,.linkButton a:visited {
	color:#fff;
	text-decoration:none;
	cursor:pointer;	
	}
.linkButton a:link,.linkButton a:visited {
	background:transparent url(../cssimages/buttonLeftLarge.gif) no-repeat scroll top left;
	display:block;
	font-weight:bold;
	float:left;
	height:32px;
	padding-left:32px; /* sliding doors padding */
	text-decoration:none;
	width:auto;
	}	
.linkButton a:link span,.linkButton a:visited span {
	background:transparent url(../cssimages/buttonRightLarge.gif) no-repeat top right;
	display:block;
	line-height:14px;
	height:20px;
	padding:7px 15px 5px 4px;
	}	
/* on hover... */
.linkButton a:hover {
	color:#052653;
	text-decoration:none;
	}
.linkButton a:hover {
	background-position:left -38px;
	}	
.linkButton a:hover span {
	background-position:right -38px;
	}	
/* on click... */	
.linkButton a:active {
	color:#fff;
	text-decoration:none;
	}
.linkButton a:active {
	background-position:left -76px;
	outline:none; /* hide dotted outline in firefox */
	}	
.linkButton a:active span {
	background-position:right -76px;
	}		
						
/*--------------------*/
/*---[ Footer  ]------*/
/*--------------------*/

.footerContent {
	background:url(../cssimages/greenFooter_gradient.png) left top repeat-x;
	}
.smallPrint {
	padding:26px 30px 18px;
	}
	.smallPrint p {
		color:#fff;
		font-size:68%;
		line-height:1.4em;
		}
		
		p.largerTerms {font-size: 75%;}
	.smallPrint p a {
		color:#fff;
	}	
		
		