/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
}

body {
	color: black;
	background: #fff;
	font-family: verdana, arial, helvetica;
	font-size: 70%;
}

body.site {

}

body.smallText {
	font-size: 70%;
}

body.mediumText {
	font-size: 80%;
}

body.largeText {
	font-size: 90%;
}

h1 {
	color: #003470;
	margin: 0.5em 0 0.5em 0;
	font-size: 175%;
	font-weight: normal;
}

h2 {
	color: #003470;
	margin: 0.5em 0 0.5em 0;
	font-size: 150%;
	font-weight: normal;
}

h3 {
	color: #003470;
	margin: 0.5em 0 0.5em 0;
	font-size: 125%;
	font-weight: normal;
}

hr {
	background: #003470;
	color: #003470;
}

p {
	margin: 1em 0 1em 0;
	line-height: 150%;
}

ul, ol {
	margin-left: 20px;
}

body.site ul, body.site ol {
	margin-left: 0;
}

#content ul, #content ol {
	margin-left: 20px;
}

li {
	line-height: 150%;
}

q {
	font-style: italic;
}

blockquote {
	font-style: italic;
	border-left: 1px solid #000;
	padding-left: 10px;
	margin-right: 0;
}

img {
	border: 0;
	display: block;
}

table {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

th {
	background: #003470;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

#dataTable {
	border: 1px solid #003470;
}

#dataTable td {
	border: 1px solid #003470;
}

abbr, acronym { 
	border-bottom: 1px dotted #003470; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #003470;
	text-decoration: underline;
}

a:visited {
	color: #003470;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #003470;
	text-decoration: none;
}

a:active {
	color: white;
	background: #003470;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #003470;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

label {
	cursor: pointer;
}

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
}

.smallText {
	font-size: 80%;
}

input.button {
	background: #eee;
	color: #003470;
	border: solid 1px #003470;
}

input.textbox, textarea.textbox, select.textbox {
	color: #003470;
	border: solid 1px #003470;
	padding: 2px;
	font-family: verdana, arial, helvetica;
}

label.lblForm, span.lblForm {
	float: left;
	display: block;
	width: 150px;
	padding-top: 2px;
}

.error {
	color: #f00;
}

p.noMargin {
	margin: 0;
	padding: 2px 0;
}

p.noBottom {
	margin: 1em 0 0 0;
	padding: 2px 0;
}

#sumValidation {
	border: 1px solid #f00;
	padding: 5px;
	margin-bottom: 10px;
}

#sumValidation ul {
	list-style-type: none;
}

#sumValidation ul li {
	background: url(../images/error.gif) 0 3px no-repeat;
	padding-left: 15px;
}

strong.fixed {
	float: left;
	text-align: right;
	display: block;
	width: 150px;
	padding-right: 20px;
}

strong.fixedHeight {
	float: left;
	text-align: right;
	display: block;
	width: 150px;
	height: 80px;
	padding-right: 20px;
}

div.centerWrap {
	width: 400px;
	margin: auto;
}

#directDebit {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	font-famiy: arial, helvetica;
}

#directDebit h1 {
	color: #000;
	line-height: 110%;
	font-size: 160%;
}

#directDebit p {
	font-size: 80%;
	margin: 0;
	padding: 2px 0 3px 0;
	clear: left;
}

#directDebit h2 {
	color: #000;
	font-size: 120%;
	margin: 1em 0 0 0;
	font-weight: normal;
}

#dateBox {
	border: 1px solid #000;
}

#dateBox p.date {
	margin-top: 28px;
	font-size: 120%;
	font-family: courier;
	letter-spacing: 12px;
}

#directDebit span.box {
	border: 1px solid #aaa;
	padding: 3px;
	margin-right: -1px;
	font-family: courier;
	display: block;
	float: left;
	margin-top: -1px;
}

#directDebit span.boxWidth {
	border: 1px solid #aaa;
	padding: 3px;
	margin-right: 1px;
	font-family: courier;
	width: 250px;
	display: block;
	margin-top: -1px;
}

#directDebit span.boxWidth2 {
	border: 1px solid #aaa;
	padding: 5px;
	margin-right: -1px;
	font-family: courier;
	display: block;
	float: left;
	margin-top: -1px;
}

span.courier {
	font-family: courier;
	font-size: 100%;
}

form img {
	display: inline;
}

.inline {
	list-style-type: none;
	font-size: 90%;
}

.inline li {
	display: inline;
	padding: 0px;
	margin: 0;
}

.screenHide {
	display: none;
}
/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}

#container {
	width: 788px;
	margin: auto;
	background: url(../images/bg-container.gif) 0 0 repeat-y;
}

#header {
	padding: 0 10px;
	background: url(../images/bg-header.gif) 0 0 no-repeat;
}

#styleswitcher {
	float: right;
	padding: 7px 5px 0 0;
}

#styleswitcher li { 
	display: inline; 
}	

#styleswitcher li a {
	display: inline; 
	text-decoration: none;	
	display: block;		
	height: 21px;
	width: 21px;
	text-indent: -9999px;		
	float:left;	
	overflow: hidden;		
}	

#styleswitcher li a#printToolbar { 
	background: url(../images/printIcon.gif) 2px 4px no-repeat; 
}

#styleswitcher li a#smallTxtToolbar {
	width: 12px;
	background: url(../images/smallText.gif) 3px 10px no-repeat;
} 

#styleswitcher li a#mediumTxtToolbar {
	width: 11px;
	background: url(../images/mediumText.gif) 0 9px no-repeat;
} 

#styleswitcher li a#largeTxtToolbar {
	width: 12px;
	background: url(../images/largeText.gif) 0 7px no-repeat;
}

#search p {
	margin: 0;
	padding: 7px 3px 0 0;
}

#search input {
	font-size: 90%;
}

#search {
	float: right;
}

p.logo {
	margin: 0;
	padding: 30px 0 0 7px;
}

#body {
	padding: 0 10px;
}

#leftCol {
	width: 163px;
	padding: 12px 20px 10px 10px;
	float: left;
}

#callToAction {margin:0 0 10px;}
.leftBox, #callToAction {
	clear: left;
	background: url(../images/bg-callToAction-bottom.gif) 0 0 no-repeat;
	color: #003470;
	font-size: 110%;
	padding-top: 5px;
}

.leftBox .largeText, #callToAction .largeText {
	font-size: 150%;
}

.leftBox p, #callToAction p {
	padding: 0 5px;
	margin: 0.5em 0;
}

.leftBoxWrapper, #ctaWrapper {
	background: url(../images/bg-callToAction-top.gif) 0 0 no-repeat;
	padding: 12px;
}

#rightCol {
	width: 565px;
	padding: 0 10px 10px 0;
	float: left;
}

div.laptopInsurance {
	background: url(../images/bg-box-blue.gif) 0 0 no-repeat;
	float: right;
	width: 180px;
	color: #003470;
	font-size: 11px;
	padding: 10px;
}

div.computerWarrenty {
	background: url(../images/bg-box-yellow.gif) 0 0 no-repeat;
	float: left;
	width: 350px;
	margin: 0 10px 10px 0;
	padding: 2px  0 0 5px;
	color: #003470;
	font-size: 11px;
}

div.computerInsurance {
	background: url(../images/bg-box-yellow.gif) 0 0 no-repeat;
	float: left;
	width: 355px;
	color: #003470;
	font-size: 11px;
	margin-top: -10px;
	padding-top: 2px;
}

div.laptopInsurance h2, div.computerWarrenty h2, div.computerInsurance h2 {
	margin-top: 0;
	padding: 0;
}

img.computerWarrenty {
	position: relative;
	top: -16px;
	right: 2px;
	z-index: 1;
}

p.clear {
	clear: both;
}

#footer {
	clear: both;
	background: url(../images/bg-footer.gif) 0 100% no-repeat;
	color: #fff;
	padding: 5px 0 15px 0;
}

#footer li {
	display: inline;
	background: url(../images/bg-footer-split.gif) left center no-repeat;
	padding-left: 10px;
}

#footer li.first {
	background: transparent;
	padding-left: 0px;
}

#footer a {
	color: #fff;
}
/* END PAGE SPECIFIC STYLES */










/* START VERTICAL MENU STYLES */

div.xMenuBtn {
	display: none;
}

#nav, #nav ul { 			/* all lists */
	position: relative;
	list-style: none;
	float: left;
	width: 165px;			/* width of first-level anchors */
	margin-bottom: 20px;
}

#nav li ul { 				/* second-level lists */
	position : absolute;
	left: -999em;
	width: 170px;			/* width of second-and-above-level anchors */
	margin-top: -22px;		/* height offset of second-and-above-level lists */
	border: 1px solid #8fa7c8;
}

#nav li ul ul {				/* third-and-above-level lists */
	left: -999em;
}

#nav li { 				/* all list items */
	position : relative;
	float : left;
}

#nav li a {				/* first-and-above-level anchors */
	width: 148px;
	w\idth: 148px;
	display: block;
	background: #fff url(../images/bg-menu-bullet.gif) 2px 7px no-repeat;
	color: #003470;
	text-decoration: none;
	border-top: 1px solid #ccc;
	padding: 2px 2px 2px 15px;
}

#nav li.first a {				/* first-and-above-level anchors */
	border-top: none;
}

#nav li ul li a {			/* second-and-above-level anchors */
	width: 166px;
	w\idth: 166px;
	padding: 2px;
	background: #6083b2;
	color: #fff;
	border-top: 1px solid #8fa7c8;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul, #nav li.sfhover ul ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	margin-left: 165px;		/* width + padding of first-level anchors */
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 170px;		/* width + padding of second-and-above-level anchors */
	left: auto;
}

#nav li a:hover, #nav li a:active, #nav li a:focus, #nav li.navdrop a:hover, #nav li.navdrop a:active, #nav li.navdrop a:focus { 
	color: #fff; 
	background: #ff851d;
}

/* END VERTICAL MENU STYLES */











/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */










/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */
