/*--------------------- Main doc styles --------------------*/

body {
	background-color: #CCC;
	font-family: Arial, Helvetica, "trebuchet MS", sans-serif;
	font-size:75%;
	margin: 0px;
}

h1 { 
	font-size: 1.6em;
	font-weight:normal;
	color:#333;
	border-bottom:solid 2px #F57457;
	margin-top:0px;
}

h2 {
	font-size: 1.4em;
	font-weight:bold;
	color: #F57457;
}

.h2nomargin {
	margin-top: 0em;
}
	

h3 {
	font-size: 1.2em;
	font-weight:bold;
	color: #333;
	margin-top: 2.5em;
}

h4 {
	font-size: 1em;
	font-weight:normal;
	color: #F57457;
}

h5 {
	font-size: 1em;
	font-weight:bold;
	color: #F57457;
}

.smalltext {
	font-size: 0.8em;
}

hr {
	color: #CECCDA;
}

a {
	color:#020D30;
	text-decoration:underline;
	font-weight:bold;
}

a:active{
	text-decoration:underline;
}

a:visited{
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#mainborder {
	width:986px;
	background-image: url('../images/template/mainborder.gif');
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}

#main {
	width: 960px;
	border:#666 solid 1px;
	margin-left:auto;
	margin-right:auto;
}

.onehundredpercent {
	width: 100%;
}

/*--------------------- Header --------------------*/

#toprow {
	height: 75px;
	overflow:hidden;
	padding:3px 7px 3px 7px;
	/*background-image: url(../images/template/topbackground.gif);*/
	background-position: center;
	background-color:#020D30;
}

.banner{ 
	margin: 8px 4px 8px 4px;
}

/*--------------------- Top naviagation --------------------*/

#topnav {
	position: relative;
	background-color:#020D30;
	color: #000;
	overflow: hidden;
	padding-left: 3px;
	height: 27px;
}

.topnavtableft {
	background-image: url('../images/template/tab-left.gif');
	width:5px;
	height: 28px;
	float:left;
	background-repeat: no-repeat;
}

.topnavtabmiddle {
	background-image: url('../images/template/tab-centre.gif');
	height: 28px;
	float:left;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	background-repeat: repeat-x;
	background-color:#fff;
}

.topnavtabright {
	background-image: url('../images/template/tab-right.gif');
	width:7px;
	height: 28px;
	float:left;
	background-repeat: no-repeat;
}

.topnavtableftactive {
	background-image: url('../images/template/activetab-left.gif');
	width:5px;
	height: 28px;
	float:left;
	background-repeat: no-repeat;
}

.topnavtabmiddleactive {
	background-image: url('../images/template/activetab-centre.gif');
	height: 28px;
	float:left;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	background-repeat: repeat-x;
	background-color:#fff;
}

.topnavtabrightactive {
	background-image: url('../images/template/activetab-right.gif');
	width:7px;
	height: 28px;
	float:left;
	background-repeat: no-repeat;
}

#topnav a:link {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}

#topnav a:visited {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}

#topnav a:hover {
	color: #666;
	text-decoration: underline;
}

#topnav a:active {
	color: #666;
	text-decoration:none;
}

#topsubnav {
	position: relative;
	background-color:#F57457;
	color: #000;
	border-bottom: #666 solid 1px;
	height: 6px;
	overflow:hidden;
}


/*--------------------- Main Navigation --------------------*/

#leftnav {
	width: 200px;
	background-color:#FFF;
	float:left;
	color:#333;
	margin-top: 5px;
}

#leftnav a:link {
	color: #333;
	font-weight:normal;
	text-decoration:none;
}

#leftnav a:visited {
	color: #333;
	font-weight:normal;
	text-decoration:none;
}

#leftnav a:hover {
	color: #F57457;
	font-weight:normal;
	text-decoration:none;
}

#leftnav a:active {
	color: #333;
	font-weight:normal;
	text-decoration:none;
}

#leftnav ul{
	position:relative;
	margin: 15px 0 0 15px;
	padding: 0px;
}

#leftnav li{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0em;
	line-height:2em;
	list-style-image:url('../images/template/bullet_arrow.gif');
}

#leftnav li.sub{
	padding-bottom: 0em;
	line-height:2.2em;
	list-style-image:url('../images/template/bullet_arrow.gif');
	text-decoration:none;
	border-top: dashed 1px #333;
}

#leftnav li.space{
	border-top: dashed 1px #333;
}

#leftnav li.sub{
	padding-bottom: 0em;
	line-height:2.2em;
	list-style-image:url('../images/template/bullet_arrow.gif');
	text-decoration:none;
	border-top: dashed 1px #333;
}

.navbox {
	margin-bottom: 5px;
	margin-left: 0px;
}

.navbox-top {
	background-image: url('../images/template/navtop.gif');
	background-repeat: no-repeat;
	height:14px;
}

.navbox-mid {
	background-image: url('../images/template/nav.gif');
	background-repeat: repeat-y;
	padding-left:12px;
	padding-right:14px;
}

.navbox-bot {
	background-image: url('../images/template/navbottom.gif');
	background-repeat: no-repeat;
	height:22px;
}


/*--------------------- Main Content Layout --------------------*/

#content{
	border-top: #FFF 3px solid;
	background-color: #FFF;
	overflow: hidden;
	padding-bottom: 5px;
}

#maincontent {
	width: 740px;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	overflow:hidden;
}

#leftcontent {
	width:500px;
	float:left;
	border-right: solid #CCC 1px;
	padding-right: 4px;
	overflow:hidden;
}

#rightcalltoaction {
	float:right;
}


/*--------------------- Home page layout --------------------*/

#welcomeimage {
	width:320px;
	float:left;
	margin-left:1px;
}

#welcomtext {
	background-image: url('../images/welcome-background.jpg');
	background-repeat: repeat-x;
	height:212px;
	width:412px;
	float:right;
	padding:0px;
	font-size: 1.6em;
	font-weight:normal;
	color:#fff;
	background-color:#0C2A50;
}

.homebutton {
	float:right;
	position:relative;
 	bottom:-15px;
 	right:15px;
}

#homeboxcontainer {
	clear:both;
	background: #fff;
	overflow: hidden;
	padding: 12px 0px 0px 0px;
	margin-top:1px;
	float:left;
}

#row1 {
	width:100%;
	float:left;
	margin: 0px 0px 0px 0px;

}

#row2 {
	width:100%;
	float:left;
	margin: 10px 0px 0px 0px;
}

.homeboxes {
	float:left;
	width:227px;
	height:188px;
	margin: 0px 5px 0px 5px;
	background-image: url('../images/homebox_generic_head.jpg');
	background-repeat: no-repeat;
}

.homeboxvc {
	float:left;
	width:237px;
	height:190px;
	margin: 0px 14px 0px 0px;
	background-image: url('../images/homebox_vc_head.jpg');
	background-repeat: no-repeat;
}

.homeboxvcend {
	float:left;
	width:237px;
	height:190px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/homebox_vc_head.jpg');
	background-repeat: no-repeat;
}

.homeboxhead {
	padding: 10px 0px 0px 8px;
	text-align:left;
	height:28px;
	font-size: 1.1em;
	font-weight:bold;
	color:#333;
	margin-top:0px;
	text-decoration:none;
}

.homeboxhead a, .homeboxhead:link,
.homeboxhead a:active, .homeboxhead a:visited {
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

.homeboxhead a:hover {
	font-weight:bold;
	color:#666;
	text-decoration:underline;
}

.homeboxcontent {
	font-size: 1.1em;
	font-weight:normal;
	color:#333;
	text-align:left;
	font-size: 1em;
	font-weight:bold;
	padding:7px;
	background-image: url('../images/homeboxbg_bg.gif');
	height:100px;
}

.homeboximage {
	float:left;
	width:90px;
}

.homeboxtext {
	float:right;
	width:130px;
	text-align:left;
	font-size: 1em;
	font-weight:bold;
	color:#333;
	margin-top:0px;
	padding-right:4px;
}

.homeboxfoot {
	height: 34px;
}

.goabsolutebottom {
	float:right;
	position:relative;
 	bottom:-10px;
 	right:8px;
}


/*--------------------- Body styles --------------------*/

.compulsoryIndicator {
	color:#CC0000;	
}

.centre {
	text-align: center;
}

.left {
	text-align: left;
}

.centreimg {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

span.help {
  cursor: help;
  border-bottom: 1px dashed;
}

span.help:hover {
  cursor: help;
  border-bottom: 0 none;
}

.imgleftpad {
	margin-left: 10px;
	margin-bottom:5px;
}

.imgrightpad {
	margin-right: 10px;
	margin-bottom:5px;
}

.imgborder {
	border:#F57457 solid 1px;
}

.imgnoborder {
	border:0px;
}

.tableborder{
	border: 1px solid #CCC;
	margin-right:auto; 
	margin-left:auto;
	background-color:#E5E5E7;
	padding: 10px;
	margin-top: 20px;
}

legend { 
	font-size: 10px;
	padding: 5px;
    text-decoration:none;
	font-weight: bold;
	color: #0C2E82; 
}

.box{
	border-width : 1px;
	border-style : solid;
	border-color: #666;
	background-color: #FBFBFB;
}

.button{
	border-width : 2px;
	border-style : solid;
	border-color: #333;
	border-left-color:#999;
	border-top-color:#999;
	color: #000;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	padding: 2px 0px 2px 0px;
}

.smallbody{
	font-size:0.8em;
}

/*--------------------- Footer --------------------*/

#footercontent {
	clear:both;
	background-color:#020D30;
	height: 24px;
	padding: 4px;
	padding-bottom: 13px;
	border-top: #7F7F7F solid 1px;
	border-top:#F57457 solid 5px;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom;
	color: #fff;
	text-align:center;
}

#footercontent a:link {
	color: #F57457;
	font-weight:bold;
	text-decoration:underline;
}

#footercontent a:visited {
	color: #F57457;
	font-weight:bold;
	text-decoration:underline;
}

#footercontent a:hover {
	color: #F57457;
	font-weight:bold;
	text-decoration:none;
}

#footercontent a:active {
	color: #F57457;
	font-weight:bold;
	text-decoration:none;
}

/* --------------------- Table --------------------- */

.featuretable th {
	color: #0C2E53;
	border-right: 0px solid #3BB4E5;
	border-bottom: 1px solid #3BB4E5;
	text-align: left;
	padding: 3px 3px 3px 6px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

.featuretable th.first {
	border-right: 0px solid #3BB4E5;
	border-left: 1px solid #3BB4E5;
}

#playlist {
	border: 1px solid #3BB4E5;
	border-bottom: 0px;
}

#playlist tbody tr td {
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #3BB4E5;
}

.producttable {
}

/*--------------------- Call to action ---------------------*/

.calltoaction {
	clear:both;
	width: 744px;
	background-image: url(../images/actions/wheretonext.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	margin-left:0px;
	padding-left:0px;
}

.calltoactionboxes {
	width: 744px;
	margin: 0px 0px 0px 10px;
	height: 126px;
	background-repeat:no-repeat;
	position:relative;
}

.calltoactionboxleft {
	width: 220px;
	padding:18px 8px 8px 8px;
	float:left;
	height: 105px;
	position:relative;
}

.calltoactionboxmid {
	width: 220px;
	padding:18px 8px 8px 8px;
	float:left;
	height: 105px;
	margin-left:9px;
	position:relative;
}

.calltoactionboxright {
	width: 220px;
	padding:18px 8px 8px 8px;
	float:left;
	height: 105px;
	margin-left:9px;
	position:relative;
}

.absolutebottom {
	position: absolute;
	bottom: 24px;
	right: 9px;
}
.floatimagegallery {
	padding: 5px;
	float: right;
	height: auto;
	width: 240px;
}

/*--------------------- Page layout ---------------------*/

.manualcontent {
	width:470px;
	float:left;
	padding-right:10px;
}

.imagefloat  {
	margin:1px;
	float:left;
	clear:both;
	display: block;
}

.manualright{
	width: 240px;
	float:right;
	border-left:1px solid #F67258;
	padding-left:10px;
}

.manualrightslim{
	width: 204px;
	float:right;
	border-left:1px solid #F67258;
	padding-left:15px;
}

.manualcontentwide {
	width:505px;
	float:left;
	padding-right:10px;
}

.tableborder {
	border: solid 2px #F67258;
	background-color:#fff;
	margin: 0px;
}

.promoboxesouter {
	width:200px;
	padding-bottom:5px;
	margin-bottom:10px;
}

.promoboxborder {
	border: solid 2px #F67258; 
	background-color:#fff; 
	margin:0px;
}

.promoboxtext {
	padding: 0px 5px 0px 5px;
}

.promoboxbutton {
	position:relative;
	bottom: 5px;
	left:118px;
}

/* tooltip style */

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#fff;
    color:#5B8FB4;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ccc}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:2px solid #ccc;
	padding: 3px;
    background-color:#fff; color:#000;
	text-decoration:none;
    text-align: left}
/* landing page css */
.landingpagebg{
	background-color:#00004A;
	color:#FFFFFF;
	padding:8px;
}
.landingsubheading{
	font-size:24px;
	color:#E85E00;
	}
.landingchangecolour{
	color:#E85E00;
	}
.landingpagelistdetails{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	}
.landingpageorange{
	color:#FFFFFF;
	background-color:#E85E00;
	padding:8px;
	margin:0px;
	}
