/*
	'--------------
	'--- LAYOUT ---
	'--------------
*/
html {
	padding:0;
	margin:0;
	overflow-y: scroll;
}
body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 100%;
	background: #e6e6dc;
	color: #000;
	line-height: 1em;
	margin: 0;
	padding: 13px 0 5% 0;
}
img { 
	border: 0;
}

.hidden {
	height: 0;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}
.clearboth {
	clear: both;
}
#centre {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	text-align: left;
	width: 1000px;	
}
#sitewrapper {
	background: #FFF url("../images/site_objects/bg_site.gif") repeat-y;
	float: left;
	font-size: 70%;
	width: 1000px;
}
#header {
	background: url("../images/site_objects/bg_site_header.gif") top no-repeat;
	clear: both;
	float: left;
	height: 102px;
	width: 1000px;
}
html>body #header {
	height:auto;
	min-height: 102px;
}
#navigation {
	background: url("../images/site_objects/bg_navigation_top.gif") top no-repeat;
	clear: both;
	float: left;
	padding: 0 5px 46px 5px;
	width: 990px;
}
#contentwrapper {
	clear: both;
	float: left;
	padding: 0 5px;
	width: 990px;
}
#subnavigation {
	float: left;
	padding: 4px 18px;
	width: 189px;
}
#pagecontent {
	float: left;
	font-size: 110%;
	padding: 0 9px 0 0;
	width: 756px;
}
#pagecontent .content {
	display: inline;
	float: left;
	margin: 0 9px 0 0;
	padding: 0 90px 0 0;
	width: 485px; 
}
#pagecontent .subcontent {
	display: inline;
	float: left;
	width: 180px; 
}
#footer {
	background: url("../images/site_objects/bg_site_footer.gif") bottom no-repeat;
	clear: both;
	float: left;
	padding: 50px 0 0 0;
	width: 1000px;
}

#header #branding {
	float: left;
	width: 585px;
	margin: 28px 0 0 0; 
	padding: 0 0 0 27px; 
}
#header .shareprice {
	float: left;
	padding: 35px 9px 0 0;
	width: 180px; 
}
#header .shareprice h2, #header .search label {
	background: transparent;
	color: #999;
	font-size:130%;
	margin: 0;
	padding: 0 0 2px 0;
	position:relative;
	letter-spacing: -0.03em; 
}
#header .shareprice p {
	color: #1296be;
	float: left;
	font-size:210%;
	font-weight:bold;
	line-height:1;
	padding: 0 0 5px 0;
	margin:0;
}
#header .shareprice p a:link, #header .shareprice p a:visited, #header .shareprice p a:hover, #header .shareprice p a:focus, #header .shareprice p a:active { 
	color: #1296be;
	text-decoration:none;
}
#header .shareprice h2 a:link, #header .shareprice h2 a:visited, #header .shareprice h2 a:hover, #header .shareprice h2 a:focus, #header .shareprice h2 a:active { 
	color: #999;
	text-decoration:none;
}
#header .shareprice ul.links {
	float: left;
	padding: 8px 0 0 10px;
}
#header .search {
	float: left;
	padding: 35px 0 0 0;
	width: 180px; 
}
#header .search input.text {
	float: left;
	margin: 1px 9px 0 0;
}

#navigation #yourpagelink a:link, #navigation #yourpagelink a:visited { 
	background: url("../images/buttons/btn_arrow_blue.gif") no-repeat right center;
	color: #999;
	font-size: 120%;
	font-weight: bold;
	margin-left: 246px; /* with centrica vies in the menu: margin-left: 132px;*/
	padding-right: 25px;
	text-decoration: none; 
}
#navigation #yourpagelink a:hover, #navigation #yourpagelink a:focus, #navigation #yourpagelink a:active { 
	background: url("../images/buttons/btn_arrow_blue_down.gif") no-repeat right center;
	color: #10147e;
	text-decoration: none; 
}

#navigation ul{
	background: url("../images/site_objects/bg_navigation_bottom.gif") bottom no-repeat;
	display: inline;
	float: left;
	font-weight: bold;
	font-size: 110%;
	list-style-type:none;
	margin: 0 0 0 18px;
 	padding: 0;
	width: 954px;
}
#navigation ul li {
	display: inline;
	white-space:nowrap;
}
#navigation ul li a, #navigation ul li a:visited {
	background: transparent; 
	color: #000;
	float:left;
	padding: 14px 2px 10px 2px;
	margin: 0 25px 0 0;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a:focus, #navigation ul li a.lit, #navigation ul li a.lit:visited, #navigation ul li a.lit:hover, #navigation ul li a.lit:active, #navigation ul li a.lit:focus {
	background: transparent;
	color: #1296be;
	text-decoration:underline;
}

#accessiblenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#accessiblenav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#accessiblenav a:link, #accessiblenav a:visited {
	font-size: 60%;
	height: 0;
	left: 18px;
	overflow: hidden;
	position: absolute;
	top: 0.8em;
	width: 0;
	z-index: 1002;
}
#accessiblenav a:active, #accessiblenav a:focus { /* Only show skiplinks on focus */
	background: #FFF;
	border: 0;
	height: auto;
	margin: 0;
	overflow: visible;
	padding: 4px;
	position: absolute;
	text-decoration:underline;
	width: auto;
	z-index: 10000;
}
/* subnavigation - level 1*/
#subnavigation ul {
	background: url("../images/site_objects/bg_dots.gif") top repeat-x;
	list-style-type:none;
	margin: 0; 
	padding:1px 0 14px 0;
}
#subnavigation ul li {
	margin: 0; 
	padding:0;
}
#subnavigation ul li a:link, #subnavigation ul li a:visited {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #000;
	display:block;
	padding: 3px 12px 3px 2px;
	text-decoration:none;
	width: 175px;
}
#subnavigation ul li a:focus, #subnavigation ul li a:hover, #subnavigation ul li a:active {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x  #FFF;
	color: #1296be;
	font-weight: bold;
	text-decoration:none;
}
#subnavigation ul li a.lit:link, #subnavigation ul li a.lit:visited, #subnavigation ul li a.lit:focus, #subnavigation ul li a.lit:hover, #subnavigation ul li a.lit:active {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x  #FFF;
	color: #1296be;
	font-weight: bold;
}
/* subnavigation - level 2*/
#subnavigation ul li ul {
	border-top: 0;
	background-image:none;
	margin: 0; 
	padding:0;
}
#subnavigation ul li ul li a:link, #subnavigation ul li ul li a:visited {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #000;
	display:block;
	padding: 3px 12px 3px 14px;
	text-decoration:none;
	width: 163px;
}
#subnavigation ul li ul li a:focus, #subnavigation ul li ul li a:hover, #subnavigation ul li ul li a:active {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #1296be;
	font-weight: bold;
	text-decoration:none;	
}
#subnavigation ul li ul li a.lit:link, #subnavigation ul li ul li a.lit:visited, #subnavigation ul li ul li a.lit:focus, #subnavigation ul li ul li a.lit:hover, #subnavigation ul li ul li a.lit:active {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #1296be;
	font-weight: bold;
}

/* subnavigation - level 3*/
#subnavigation ul li ul li ul li a:link, #subnavigation ul li ul li ul li a:visited {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #000;
	display:block;
	padding: 3px 12px 3px 26px;
	text-decoration:none;
	width: 151px;
}
#subnavigation ul li ul li ul li a:focus, #subnavigation ul li ul li ul li a:hover, #subnavigation ul li ul li ul li a:active {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #1296be;
	font-weight: bold;
	text-decoration:none;	
}
#subnavigation ul li ul li ul li a.lit:link, #subnavigation ul li ul li ul li a.lit:visited, #subnavigation ul li ul li ul li a.lit:focus, #subnavigation ul li ul li ul li a.lit:hover, #subnavigation ul li ul li ul li a.lit:active {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #1296be;
	font-weight: bold;
}
#copyright {
	float: left;
	margin: 0;
	padding: 0 0 45px 23px;
	width: 207px;
}

#footer ul{
	list-style-type:none; 
	float: left;
	margin:0;
	padding:0 10px 0 0;
	width: 760px;
}
#footer ul li{
	display: inline;
	margin:0 15px 0 0;
	padding:0;
}

#footer ul li a:link, #footer ul li a:visited {
	text-decoration: none;
}
#footer ul li a:hover, #footer ul li a:focus, #footer ul li a:active {
	text-decoration: underline;
}

/*
	'------------------
	'--- TYPOGRAPHY ---
	'------------------
*/
h1 {  
	background: transparent;
	color: #10147e;
	font-size:290%;
	line-height:1em;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {  
	background: transparent;
	color: #10147e;
	font-size:140%;
	line-height:1.2em;
	margin: 0 0 10px 0; 
	padding: 0;	
}
h3, h4, h5, h6 {  
	font-size:100%;
	line-height:1.1em;
	margin: 0; 
	padding: 0;	
}

p {
	margin: 0 0 14px 0;
	padding: 0;
	text-align:left;
}
ul {
	margin:0 0 14px 16px;
	padding: 0;
}
ol {
	margin:0 0 14px 28px;
	padding: 0;
}
ul li, ol li {
	margin: 0 0 1px 0;
	padding:0;
}
a:link, a:visited, div.content ol.questions a:link, div.content ol.questions a:visited{ 
	background: transparent;
	color: #000;
	text-decoration: underline; 
}
a:hover, a:focus, a:active, div.content ol.questions a:hover, div.content ol.questions a:focus, div.content ol.questions a:active { 
	background: transparent;
	color: #000;
	text-decoration: none; 
}
div.content a:link, div.content  a:visited { 
	background: transparent;
	color: #1296be;
	text-decoration: underline; 
}
div.content a:hover, div.content a:focus, div.content a:active { 
	background: transparent;
	color: #1296be;
	text-decoration: none; 
}
legend {
	display: none;
}
form, fieldset, label  {
	border:0;
	margin:0;
	padding:0;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}
form.register .divider {
	clear: both;
	float: left;
	width: 42em;
}
form.register h2 {
	margin-top: 14px;
	clear: both;
}
form.register p {
	clear: both;
}
form.register label {
	clear: both;
	float: right;
	display: block;
	margin: 0.2em 0 1.3em 0;
	width: 25em;
}
form.register span.phone, form.register span.label {
	float: left;
	width: 100px;
	display:inline!important;
}
form.register input.field {
	width: 15em;
}
span.required {
	background: transparent;
	color: #1296be;
}
input.text, textarea {
	border: 1px solid #D4D0C8;
	margin: 0;
	padding: 2px;
}
.bold {
	font-weight: bold;
}
input.button {
	background: transparent;
	border: 0;
	color: #1296be;
	cursor: pointer;
	float: left;
	font-weight:bold;
	margin: 0;
	overflow: visible;
	padding:0;
	text-align:left;
	text-decoration: underline;
	width: auto;
}

#volumemaindetails table input{
	width:170px;	
}

#volumemaindetails table select{
	width:174px;
}


