@charset "utf-8";
/* Main CSS Document */

body, html {
	background-color: #FFFFFF;
	font-family: "Century Gothic", Calibri, Verdana, sans-serif;
	margin-top:0px;
	color:#333333;	
}
.page {
	width:1000px;
	margin:auto;
}
.header {
	background-image:url(../../images/style/page/logo.jpg);
	height:110px;
	padding-top:0px;
	margin-top:0px;
	vertical-align:top;
	color:#000000;	
}
.title {
	font-size:61px;
	margin-left:75px;
	margin-top:0px;
	padding-top:0px;
	vertical-align:top;
	height:74px;
}
.tagline {
	font-size:26px;
	color:#666666;
	margin-left:12px;
	margin-top:0px;
	padding-top:0px;
	height:28px;
}
#dropdownmenu {
	margin: 0;
	padding: 0;
	text-align:center;
}
#dropdownmenu li {
	float: left;
	list-style: none;
}
#dropdownmenu li a {
	display: block;
	background-image:url(../../images/style/page/menu_btn.jpg);
	background-repeat:repeat-x;
	padding: 5px 12px;
	text-decoration: none;
	border: 1px solid #8690A3;
	width: 140px;
	height:23px;
	color: #333333;
	white-space: nowrap
}
#dropdownmenu li a:hover {
	background-image:url(../../images/style/page/menu_btn_over.jpg);
	background-repeat:repeat-x;
}
#dropdownmenu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:140px;
}
#dropdownmenu li ul li {
	float: none;
	display: inline
}
#dropdownmenu li ul li a {
	width:100%;
	background:#333333;
	color:#FFFFFF;
}
#dropdownmenu li ul li a:hover {
	background: #666666;
}
.spacer {
	height:8px;
	clear:both;
}
.left {
	width:705px;
	border:1px solid #CCCCCC;
	float:left;
	padding:8px;
	font-family: Arial, Verdana, sans-serif;
}
.right {
	width:269px;
	border:1px solid #CCCCCC;
	float:right;
	background-color:#FF8224;
}
a img {
border:none;
}
.imgleft {
	float:left;
	width:284px;
}
.cloud {
	float:left;
	width:399px;
	text-align:center;
	color:#54473E;
	font-weight:normal;
	margin-top:15px;
	font-family: "Century Gothic", Calibri, Verdana, sans-serif;
}
h2 {
	font-size:24px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:4px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:24px;
	color:#000000;	
}
p {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
/* left list-items */
.left ol {
padding-top:0px;
margin-top:10px;
	margin-bottom:5px;
}
.left ol li {
	list-style:url(../../images/style/page/leftol.jpg);
	list-style-image:url(../../images/style/page/leftol.jpg);
	line-height:22px;
	height:24px;
	vertical-align:top; 
	font-size:16px;
	padding-left:6px;
	margin-top:2px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.left ol li a:link, .left ol li a:visited, .left ol li a:active {
	line-height:24px;
	height:18px;
	vertical-align:top; 
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	display:block;
}
.left ol li a:hover {
	color:#FF6C00;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color:#FF6C00;
}
a:hover {
	text-decoration:underline;
	color:#FFCC66;
}	
/* right list-items */
.right ol {
	margin-top:8px;
	vertical-align:top;
}
.right ol li {
	list-style:url(../../images/style/page/rightol.jpg);
	list-style-image:url(../../images/style/page/rightol.jpg);
	line-height: 24px;
	height: 24px;
	font-size:16px;
	padding-left:6px;
	vertical-align:top;
}
.right ol li:hover {
	list-style:url(../../images/style/page/rightolhover.jpg);
	list-style-image:url(../../images/style/page/rightolhover.jpg);
}
.right ol li a:link, .right ol li a:visited, .right ol li a:active {
	text-decoration:none;
	color:#000000;
	display:block;
	line-height: 24px;
	height: 24px;
	font-size:16px;
	vertical-align:top;
}
.right ol li a:hover {
	color:#FFFFFF;
}
.footer {
	display: block;
	background-image:url(../../images/style/page/menu_btn.jpg);
	background-repeat:repeat-x;
	text-decoration: none;
	border: 1px solid #8690A3;
	width: 998px;
	height:23px;
	color: #333333;
	white-space: nowrap
}
.footertext {
	text-align:center;
	font-size:12px;
	color:#999999;
}

/* Form Styles */
fieldset {
padding:10px;
}
label {
	width: 14em;
	float: left;
	margin-top:5px;
}
input, select {
	margin-top:5px;
}
label.error {
	float: none;
	color: #FF3300;
	padding-left: .5em;
	vertical-align: middle;
	background: url('https://secure.consumer-net.co.uk/images/forms/cross.png') no-repeat;
	padding-left: 16px;
	margin-left: .1em;
	font-weight:normal;
	font-size:0.8em;
	line-height:1em;
}
.red {
	font-weight: bold;
	vertical-align: top;
	color:#FF3300;
}
input.error {
	border: 1px solid #FF3300;
}
input.valid {
	border: 1px solid #000000;
}
label.valid {
	background: url('https://secure.consumer-net.co.uk/images/forms/tick.png') no-repeat;
	display: inline-block;
	width: 1px;
	height: 16px;
}
legend {
	color:#999999;
	font-size:0.9em;
	padding-right:8px;
	padding-left:8px;
}
br {
	clear:both;
}
.pick {
display:inline-block;
background-color:#333333;
color:#FFFFFF;
width:135px;
height:22px;
padding-top:5px;
cursor:pointer;
border: 2px outset #999999;
font-size:0.8em;
vertical-align:middle;
margin-left:1px;
}
.pick:hover {
background-color:#666666;
}
