/* @override 
	http://keycare/css/keycare_styles.css
	http://keycare-alpha.netstep.co.uk/styles/keycare_styles.css
	http://keycare-beta.netstep.co.uk/styles/keycare_styles.css
*/

/* Sitename here website CSS file. Built by Netstep
http://www.netstep.co.uk 2009 */

/* @group Defaults */
/* @group Links defaults */
a:link {color: #675B8B; border-bottom: 1px solid #D2C3FF;text-decoration: none;}
a:visited {color: #675B8B;}
a:hover {color: #483F61;}
a:active {color: #337DAE; outline: none;}
a:focus
{
  -moz-outline-style: none;
}
/* @end */

/* @group Images defaults */
a img,img{border:none;display:block;}
/* @end */

/* @group Headers */
h1 {
	font-size: 180%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #999;
}
#main p {
	font-size: 110%;
}
strong {
	font-size: 110%;
}
#main p strong {
	font-size: 100%;
}
#main li p {
	font-size: 100%;
}
#main ul li {
	list-style: disc;
	margin-bottom: .2em;
	list-style-position: outside;
	margin-left: 15px;
}
#main ol li {
	font-size: 100%;
}
/* @end */
dl.faq dt {
	cursor: pointer;
	color: #337DAE;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 1em;
}

.pdf {
	background: url(../images/pdf-icon.gif) 100% 50% no-repeat;
	padding-right: 28px;
}
/* @end */

/* @group General */

strong, b {
    font-weight: bold;
}
#imgfooter {
	height: 169px;
	background: url(../images/smiling-face.jpg) 0 0 no-repeat;
	width: 733px;
	margin-top: 20px;
	clear: both;
	bottom: 0;
}
p#localrates {
	position: absolute;
	top: 25px;
	color: #ABABAB;
	font-size: 11px;
	right: 10px;
}
/* @end */

/* @group Layout */
body {
	line-height: 1.4em;
	color: #999;
	margin: 0;
	padding: 0;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;

}
#inner {
	background: url(../images/container-bg.gif) 0 0 repeat-y;
	float: left;
	margin-top: 45px;
}
#main {
	width: 723px;
	float: left;
	padding: 10px;
	display: inline;
	margin-bottom: 10px;
	position: relative;
	min-height: 570px;
}
#amend #main {
	min-height: 590px;
}
#siteinfo {
	width: 723px;
	float: left;
	border-right: 1px solid #898989;
	padding: 0 10px 10px 10px;
	display: inline;
}
#home #siteinfo {
	margin-top: -20px;
}
.gradbg #main {
	background: #4DADAB url(../images/green-grad.jpg) top right repeat-y;
	color: #3b3b3b;
}
.greygradbg #main {
	background: #666666 url(../images/grey-bg.gif) top right repeat-y;
	color: #FFFFFF;
}
.gradbg h1 {
	color: #3b3b3b;
}

#extra {
	width: 206px;
	padding: 10px 0 0 10px;
	display: inline;
	position: absolute;
	top: 190px;
	border-left: 1px solid #898989;
	right: 0;
}
#footer {
	clear: both;
}
#siteinfo ul {
	margin: 0;
	padding: 0;
	float: right;
	font-size: 9pt;
}

#siteinfo li {
	margin: 0 0 0 10px;
	float: left;
}

#siteinfo li a:link, #siteinfo li a:visited {
	display: block;
	color: #999999;
	text-decoration: none;
	border-bottom: none;
}

#siteinfo li a:hover {
	color: #675B8B;
	border-bottom: 1px solid #D2C3FF;
}


#siteinfo p {
	font-size: 8pt;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
/* @end */

/* @group Nav */
div#navholder {
	position: absolute;
	top: 136px;
	left: 0;
	z-index: 1000;
}
ul#nav {
	clear: both;
	margin: 0;
	padding: 0 15px 0 15px;
	background: url(../images/nav-bg.jpg) bottom left repeat-x;
	float: left;
	width: 930px;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	border-bottom: none;
	font-size:1.15em;
}

ul#nav li a:hover, ul#nav li#current a {
	/*border-bottom: 2px solid #008B85;*/
	background: url(../images/nav-hover.png) 0 0;
}


ul#nav li ul.nested {
	padding: 3px 15px 6px 15px;
	margin: 2px 0 0 0;
	font-size: 80%;
	background: url(../images/nested-bg-full.png) 50% 100% no-repeat;
	height: auto;
	margin-left: -8px;
	width: 110px;
}

ul#nav li ul.nested li {
	background-image: none;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #3C2E61;
}

ul#nav li ul.nested li a {
	margin: 0;
	padding: 6px;
	width: auto;
	min-height: 5px;
	color: #fff;
	font-weight: normal;
	border-bottom: none;
}

ul#nav li.current ul.nested li a {
	text-decoration: none;
}

ul#nav li ul.nested li a:hover {
	text-decoration: underline;
	border-bottom: none;
	background-image: none;
	padding-bottom: 6px;
	color:#9CD0CE;
}
ul#nav li ul.nested li.last {
	border-bottom: none;
	padding-bottom: 3px;
}
ul#nav li.current ul.nested li.subcurrent a {
	font-weight: bold;
}
div#breadcrumb {
	background: #A2A2A2 url(../images/breadcrumb-bg.gif) bottom left repeat-x;
	padding: 4px 10px 6px 15px;
	clear: both;
	float: left;
	width: 935px;
}

div#breadcrumb p a:link, div#breadcrumb p a:visited {
	color: #3b3b3b;
	text-decoration: none;
	border-bottom: none;
	height: 1%;
}

div#breadcrumb p a:hover {
	color: #6C6090;
	height: 1%;
}
.empty {
	height: 15px;
}
div#breadcrumb p {
	margin: 0;
	padding: 0;
	color: #3b3b3b;
}

.empty {
	height: 20px;
}
ul#sitemap {
	font-weight: bold;
	list-style-type: disc;
	margin-left: 3em;
}

#main ul#sitemap li {
	margin-bottom: .2em;
	font-size: 14px;
}

ul#sitemap ul.nested {
	font-weight: normal;
	margin-left: 2em;
	list-style-type: disc;
}
/* @end */

/* @group Forms */
form {
	margin: 20px 0;
}

form label.hide, .hide {
	display: none;
}
form legend {
	font-size: 120%;
	padding-bottom:15px;
	color: #056663;
}
form legend2 {
	font-size: 120%;
	padding-bottom:0px;
	color: #056663;
}

form li {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
form ol {
	margin: 0;
	padding: 0;
}
label {
	width: 13em;
	display: block;
	float: left;
	margin-bottom: .3em;
	font-weight: bold;
	padding-top: 5px;
	text-align: right;
	margin-right: 10px;
	color: #056663;
	font-family: Verdana, Arial;
}
label span {
	font-size: 10px;
	font-weight: normal;
}
input, label, select {
	vertical-align:middle;
}
li#thosearerequired {
	padding-left: 184px;
	padding-top: 20px;
	clear: both;
	width: 330px;
}

li#thosearerequired span {
	font-size: 12px;
	margin-top: 10px;
	display: block;
}

li#thosearerequired p img {
	display: inline;
	float: none;
}

li.titlefield {
	float: left;
}
li#otherfield {
	width: 175px;
}
li#otherfield input.text {
	float: right;
	width: 106px;
}
li.clear {
	height: 1px;
	padding: 0;
	margin: 0;
}
li#otherfield label {
	text-align: left;
	margin-left: 8px;
	width: 40px;
}
li.inline {
	padding: 10px 0;
}

li.inline input {
	margin-right: .4em;
}

li.inline label {
	display: inline;
	font-weight: normal;
}
input.text, textarea, select {
	border: 1px solid #646464;
	font-family: arial;
	padding: 4px;
	font-size: 13px;
	width: 300px;
	color: #444;
	margin-bottom: 6px;
}

select {
	width: auto;
	padding-right: 0;
	background-image: none;

}

p#securityq {
	margin-top: 2em;
	border: 1px solid #E1E5EB;
	background: #fff;
	padding: 10px;
	margin-right: 40px;
	position: relative;
}
input.required, textarea.required {
	background: #fff url(../images/required.gif) no-repeat 98% 0;
}
textarea {
	margin-bottom: 10px;
	height: 90px;
	width: 493px;
}
input.text:focus, textarea:focus {
	border: 2px solid #363636;
	padding: 3px;
}
label.block {
	float: none;
	width: 500px;
	text-align: left;
}
input.small {
	width: 12em;
}

form p img {
	display: inline;
}

p#submit {
	margin-top: 1em;
	text-align: right;
	padding-right: 235px;
}
body.buyonline p#submit {
	padding-right: 210px;
}
li.warning input.text {
	background: #FFE6E6;
}
div#warning {
	/*border: 2px solid #D85454;
	background: #FFE6E6;
	padding: 15px;
	color: #CB3A3A;
	margin-bottom: 20px;
	margin-top: 20px;*/
	border: 1px solid #3b2d5e;
	background: #FFF;
	padding: 15px;
	color: #30234f;
	margin-bottom: 20px;
	margin-top: 20px;
}

div#warning h2 {
	color: #30234f;
	font-size: 140%;
	margin-top: 0;
}
div#warning li {
	/*list-style: disc;
	list-style-position: inside;*/
	list-style:none;
	margin-left:0;
	padding-left:0;
	color:#999;
	font-weight:bold;
}
#notice {
	background-color: #C9FFFE;
	border: 1px solid #8DB3B3;
	color: #749393;
	padding: 5px;
}
.checkbox {
	display: block;
	position: relative;
	top: 8px;
}
div#checkboxbox {
	margin-top: 20px;
}
input[type=submit],label,select,.pointer {
	cursor:pointer;
}


/* @end */

/* @group Homepage */
body#home h1 a:link, body#home h1 a:visited, div#header a:link, div#header a:visited {
	width: 619px;
	height: 108px;
	background: url(../images/main-logo.gif) 0 0 no-repeat;
	text-indent: -9999em;
	float: left;
	margin: 10px 0 20px 10px;
	border-bottom: none;
}
/* body#home h1 put this back in once the body ID's are in and working {
	margin: 0;	
} */
#home h2, h1 {
	font-size: 280%;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

#home div.homebox h2 {
	font-size: 200%;
}
dl#numbers  {
	font-size: 16px;
	margin: 47px 10px 0 0;
	padding: 0;
	width: 300px;
	float: right;
	position: absolute;
	right: -30px;
	top: 0;
}
dl#numbers dt  {
	margin: 0;
	padding: 0 0 4px 0;
	float: left;
	width: 9em;
	clear: left;
}
dl#numbers span {
	float: left;
}
dl#numbers dd {
	float: right;
	font-weight: bold;
	clear: right;
	width: 9em;
	margin: 0;
}
div.homebox {
	width: 331px;
	float: left;
	height: 188px;
	margin: 0 10px 10px 0;
	position: relative;
	padding: 10px 10px 10px 15px;
}
#main div.homebox li {
	font-size: 110%;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

div.homebox h2 {
	width: 210px;
}
div.right {
	margin-right: 0;
}

div#productinfo h2 a:link, div#productinfo a, div#corporate h2 a:link, div#corporate h2 a:visited, div#productinfo h2 a:visited {
	color: #513f7e;
}

div#productinfo a, div#productinfo a:visited, div#corporate a, div#corporate a:visited {
	color: #251d34;
}


div#productinfo h2 a:hover, div#corporate h2 a:hover, div#productinfo a hover{
	color: #3D2D51;
}
#main div#existing h2 a:hover, #main div#buyonline h2 a:hover, #main div#existing a:hover {
	color: #3D2D51;
}
div#existing h2 a:link, div#buyonline h2 a:link, div#existing h2 a:visited, div#buyonline h2 a:visited, #main div#existing a:link, #main div#existing a:visited, #main div#buyonline a:link, div#buyonline a:visited  {
	color: #fff;
}
div#productinfo, div#corporate {
	background: #82c3c6;
	color: #000;
}
div#existing, div#buyonline {
	background: #695695;
	color: #fff;
}
div#productinfo {
	background-image: url(../images/product-info-bg.jpg);
}
div#buyonline {
	background-image: url(../images/buy-online-bg.jpg);
}
div#existing {
	background-image: url(../images/existing-bg.jpg);
}
div#corporate {
	background-image: url(../images/corporate-bg.jpg);
}
form.amendMemberDetails h2 {
	margin-left:180px;
	color:#333;
	font-size:130%;
}
div.homebox a:link.more, div.homebox a:visited.more, #productshome a:link.more, #productshome a:visited.more, .products a:link.more, .products a:visited.more {
	border-bottom: none;
	float: right;
	height: 76px;
	width: 76px;
	display: block;
	text-indent: -9999em;
	position: relative;
	top: -10px;
	right: -10px;
	clear: both;
	cursor: pointer;
	background: transparent;
}
div.homebox a:link, div.homebox a:visited {
	border-bottom: none;
}
div.homebox ul li a:hover {
	
}

#home div.intro p {
	margin-bottom: 15px;
}
#home #main div.homebox ul li a:hover {
	color: #3D2D51;
}
/* @end */

/* @group Sidebar */
p#buyonlineside {
	margin:  0;
	padding: 0;
}

p#buyonlineside a {
	background: url(../images/buy-online-button.gif) 0 0 no-repeat;
	border-bottom: none;
	display: block;
	height: 142px;
	width: 142px;
	text-indent: -9999em;
	margin: 0 auto;
}
ul#sidelinks {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 11pt;
}

ul#sidelinks li {
	margin: 0;
	padding: 0;
}

ul#sidelinks li a {
	margin: 0;
	padding: 3px 0 12px 40px;
	display: block;
	border-bottom: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #6C6C6C;
	font-weight: bold;
	height: 1%;
}
ul#sidelinks li a:hover {
	color: #4C4C4C;
}
ul#sidelinks li#requestside a {
	background-image: url(../images/requestside.jpg);

}
ul#sidelinks li#registerside a {
	background-image: url(../images/registerside.jpg);

}
ul#sidelinks li#tellafriendside a {
	background-image: url(../images/tellafriendside.jpg);

}
ul#sidelinks li#sendfeedbackside a {
	background-image: url(../images/sendfeedfbackside.jpg);

}
ul#sidelinks li#signupside a {
	background-image: url(../images/signupside.jpg);

}
form#sidesignup {
	margin: 0;
	padding: 0;
}

form#sidesignup fieldset {
	margin: 0;
	padding: 0;
}

form#sidesignup legend, form#sidesignup legend, form#sidesignup label {
	display: none;
}
form#sidesignup legend2, form#sidesignup legend2, form#sidesignup label {
	display: none;
}

form#sidesignup input.text {
	width: 153px;
	margin-left: 40px;
	border: 1px solid #646464;
}

form#sidesignup input.text:focus {
	border: 2px solid #8167bb;
	padding: 3px;
}
form#sidesignup input.sidesubmit {
	float: right;
	margin-bottom: 10px;
	margin-right: -1px;
}
input.labelhilite {
	color: #999;
}
#sidecalltoaction {
	width: 180px;
	height: 169px;
	margin: 3px 0 9px 0;
	padding: 0 10px 10px 10px;
	background: url(../images/calltoaction-bg.jpg) 0 0 no-repeat;
	position:relative;
}

#sidecalltoaction .top {
	color:#FFF;
	font-size:120%;
	font-weight:bold;
}
#sidecalltoaction .middle {
	color:#FFF;
	font-size:250%;
	padding-bottom:0px;
	font-weight:bold;
}
#sidecalltoaction .supersize {
	font-size:400%;
	padding:0;
	margin:-10px 0;
	*margin:0;
}
#sidecalltoaction .notop {
	margin:0;
}
#sidecalltoaction .bottom {
	color:#FFF;
	font-size:120%;
	text-align:right;
	font-weight:bold;
	margin-left:35px;
}
#sidecalltoaction .inneritem {
	position:absolute;
	top:10px;
	width:170px;
}

.cufon {
	z-index: 10;
}
/* @end */

/* @group About pages */
ul#dynlist {
	margin: 1em 0 2em 0;
	clear: both;
	float: left;
}

ul#dynlist li {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	float: left;
	width: 98%;
	list-style: none;
}

ul#dynlist li p.teammember strong {
	margin: 0;
	color: #4d3e79;
}
ul#dynlist.team li p {
	width: 530px;
	float: right;
}
ul#dynlist li img, img.left {
	float: left;
	margin: 0 15px 10px 0;
}

.vacancy ul#dynlist p.vacancytitle {
	color: #999;
	font-weight: bold;
}
ul#dynlist p.readmore {
	margin: 0;
	padding: 0;
	float: right;
}

ul#dynlist p.readmore a {
	margin: 0;
	padding: 0;
	border-bottom: none;
	width: 49px;
	height: 49px;
	background: url(../images/read-more-circle.png) 0 0 no-repeat;
	display: block;
	text-indent: -999em;
}

a.readmore, a.readmore-close {
	margin: 0;
	padding: 0;
	border-bottom: none;
	width: 82px;
	height: 82px;
	display: block;
	text-indent: -999em;
	float: right;
}

a.readmore {
	background: url(../images/read-more-button.png) 0 0 no-repeat;
}

a.readmore-close {
	background: url(../images/close-button.png) 0 0 no-repeat;
}

ul#dynlist p.download {
	clear: left;
	margin-bottom: 20px;
}

ul#dynlist p.download a, ul#downloads li a, .dosomething a, .download a, .callback a {
	display: block;
	background: url(../images/download-icon.png) 0 3px no-repeat;
	border-bottom: none;
	padding: 10px 0 10px 36px;
	font-weight: bold;
	height: 1%;
	clear: both;
}
.dosomething a {
	background: url(../images/right-arrow.png) 0 3px no-repeat;
}
.float {
	float: left;
}
.callback a {
	background: url(../images/phone-icon.png) 0 3px no-repeat;
}
.vacancy #main h2 {
	font-size: 120%;
	color: #4d3e79;
}
/* @end */

/* @group Products pages */
#productshome {
	margin-top: 20px;
}

#productshome li {
	float: left;
	width: 210px;
	margin-right: 10px;
	color: #fff;
	min-height: 420px;
	padding: 10px;
	list-style: none;
}
#productshome li h2, .products h2 {
	color: #fff;
	margin-top: 0;
	font-size: 190%;
	margin-bottom: 250px;
	width: 130px;
}
.products h2 {
	margin-bottom: 10px;
	height: 1%;
}
#productshome li p {
	line-height: 2em;
	padding: 0 1em;
}
#productshome li#keycare {
	background: #483479 url(../images/products-keycare.jpg) 0 0 no-repeat;
}
#productshome li#keyguard {
	background: #227468 url(../images/products-keyguard.jpg) 0 0 no-repeat;
}
#productshome li#angelcare{
	background: #989898 url(../images/products-angelcare.jpg) 0 0 no-repeat;
}
div#keycare {
	background: #483479 url(../images/products-keycare-buy.jpg) 0 0 no-repeat;
}
div#keyguard {
	background: #227468 url(../images/products-keyguard-buy.jpg) 0 0 no-repeat;
}
div#angelcare {
	background: #989898 url(../images/products-angelcare-buy.jpg) 0 0 no-repeat;
}

div#angelcare li {
	color: #fff;
}

body#products div.intro {
	padding-right: 200px;
}
div.products {
	float: right;
	width: 210px;
	color: #fff;
	min-height: 420px;
	padding: 10px; 
	margin-bottom: 10px;
	position: relative;
}
div.products h2 a, div.products h2 a:visited {
	color: #fff;
	border-bottom: none;
}
div.products #price {
	font-weight: bold;
	margin-bottom: 220px;
}
div.products h3 {
	color: #fff;
	font-size: 120%;
}

div.products.detail h3 {
	color: #fff;
	font-size: 110%;
	margin-left: 7px;
}
div.products ul {
	margin: 0 10px;
	position: absolute;
	bottom: 30px;
	color: #fff;
	width: 190px;
}

div.products.detail ul {
	position: relative;
	bottom: auto;
}

div.products.detail ul li {
	color: #999;
}


#main div.products li {
	list-style: none;
	color: #fff;
	margin-bottom: .3em;
}
ul#downloads {
	clear: both;
}

ul#downloads li {
	list-style: none;
}
div#info {
	width: 230px;
	float: right;
	margin-left: 15px;
	margin-top: -40px;
}
.buyonline #main table {
	background: #c9eaea;
	color: #3a8a88;
	font-size: 110%;
	border: 1px solid #BFDEDE;
	margin-top: 20px;
	margin-bottom: 20px;
}
.buyonline #main th {
	font-size: 120%;
	
}
.buyonline #main td, th {
	padding: 5px 15px;
	border-right: 1px solid #767676;
	font-weight: bold;
}
.buyonline #main td.last, th.last {
	border-right: none;
}
.buyonline #main td a {
	margin-left: 1em;
	font-weight: normal;
}
.buyonline #main {
	background: url(../images/basket-icon.png) 97% 100% no-repeat;
}

form.buyonline, .confirmation {
	background: url(../images/basket-icon-green.png) 98% 100% no-repeat;

}
img#verisign {
	margin: 10px 0 30px 5px;
}
p#summary {
	background: #342753 url(../images/summary-bg.jpg) 0 0 no-repeat;
	color: #b7b7b8;
	padding: 10px;
	width: 380px;
}
p#summary strong {
	color: #fff;
}
div.fobholderdetails {
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	width: 380px;
}

div.fobholderdetails a {
	font-weight: bold;
}

div.fobholderdetails strong {
	display: block;
}

div.fobholderdetails h2 {
	margin-top: 0;
	color: #056663;
	font-size: 120%;
	margin-bottom: 0;
}
p#basket {
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

p#basket img {
	float: right;
}
/* @end */

/* @group Existing customers pages */
div.infobox {
	background: #fff;
	padding: 10px;
	margin-bottom: 15px;
	width: 430px;
	overflow: hidden;
	float: left;
}
h2.infoheader {
	background: #342753 url(../images/infoheader-bg.jpg) 0 0 no-repeat;
	color: #fff;
	padding: 5px 10px;
	width: 430px;
	font-size: 100%;
	margin-bottom: 0;
	clear: both;
}
p#fobinfo {
	float: left;
	margin-right: 10px;
	width: 230px;
}
p#personal {
	font-weight: bold;
	float: left;
	width: 190px;
}
p.total {
	clear: both;
	color: #514370;
	font-weight: bold;
}
.infobox ul li {
	background: url(../images/info-box-list-bullet.png) 0 0 no-repeat;
	padding: 8px 0 8px 40px;
	color: #514370;
	font-weight: bold;
}
#existingfooter {
	height: 337px;
	background: url(../images/existing-footer.jpg) top right no-repeat;
	width: 743px;
	margin-top: 20px;
	margin-left: -10px;
	clear: both;
	margin-bottom: -10px;
}
/* @end */

/* @group FAQs */
ul#faqMenu {
	list-style:none;
	background-image:url(../images/green-grad.jpg);
	overflow:hidden;
	padding-left:10px;
	margin-top:20px;
}
ul#faqMenu li {
	float:left;
	margin-right:10px;
	list-style: none;
	margin-left: 0;
}
ul#faqMenu li a {
	display:block;
	border:none;
	padding:5px;
	font-size:11pt;
	font-weight:bold;
	color:#333333;
}
ul#faqMenu li a:hover, ul#faqMenu li a.active {
	color:#FFFFFF;
}

ul#faqs li
{
	list-style: none;
	margin-left: 0;
}

ul#faqs li div.question 
{
	background:url(../images/faq-arrow.gif) 705px 13px no-repeat #5a4a7b;
	color:#FFFFFF;
	padding:5px 25px 5px 5px;
	list-style: none;
	margin-left: 0;
}
ul#faqs li div.answer 
{
	padding:5px;
	overflow:hidden;
	list-style: none;
	margin-left: 0;
}
ul#faqs li div.answer p.useful 
{
	font-size:10pt;
	float:right;
}
ul#faqs li div.answer p.useful a 
{
	border:none;
}
ul#faqs li div.answer p.useful a img 
{
	display:inline;
	vertical-align:middle;
}
/* @end */

/* @group Existing Cutomers */
div.existingbox {
	width: 330px;
	float: left;
	height: 153px;
	margin: 0 10px 10px 0;
	position: relative;
	padding:10px;
}
div.existingbox.green {
	background:url(../images/existing-green.jpg) top right no-repeat;
	color:#513e7e;
}
div.existingbox.purple {
	background:url(../images/existing-purple.jpg) top right no-repeat;
	color:#FFFFFF;
}
div.existingbox a.more {
	border-bottom: none;
	float: right;
	height: 76px;
	width: 76px;
	display: block;
	text-indent: -9999em;
	position: relative;
	top: -10px;
	right: -10px;
	clear: both;
	cursor: pointer;
	background: transparent;
}
div.existingbox.green a:link, div.existingbox a:visited {
	border-bottom: none;
	color:#565187;
}
div.existingbox.purple a:link, div.existingbox a:visited {
	border-bottom: none;
	color:#FFFFFF;
}
div.existingbox h2 {
	margin:0px;
	padding:0px;
	width: 210px;
	font-size:2.2em;
	line-height:1.0em;
	font-weight:bold;
}
/* @end */

/* @group News */
ul#news {
	margin-top:20px;
	clear: both;
}
ul#news li {
	float: left;
	width: 100%;
	margin-bottom:10px;
	list-style: none;
	margin-left: 0;
	clear: left;
}

ul#news li div {
	width: 710px;
	margin-left: 1px;
	float: left;
	margin-top: 10px;
}

ul#news li h2 {
	font-size: 110%;
	margin-top: 0;
	margin-bottom: .1em;

}

ul#news li h2 a, ul#news li h2 a:visited {
	color: #999;
	text-decoration: none;
	border-bottom: none;
}

ul#news li p {
	font-size: 100%;
}
ul#news li img.newsthumb {
	float:left;
	margin-right:10px;
}
ul#news li a.readmore, ul#news li a.readmore-close {
	float:right;
	border:none;
	margin-left:10px;
}
/* @end */

/* @group claim */
ul.claimlist {
	list-style: disc;
	list-style-position: inside;
}
/* @end */

/* @group keys */
#main ul {
	list-style: disc;
	font-size: 110%;
}

#main ul {
	list-style: disc;
	font-size: 110%;
}

/* @end */

/* @group contact us */
.contactbox {
	background: #4DADAB url(../images/green-bg.jpg) top right repeat-y;
	float:left;
	width:320px;
	margin-right:10px;
	margin-bottom: 20px;
	padding:10px;
	color: #251d34;
	font-weight:bold;
	height:250px;
	position: relative;
}
.contactbox h2 {
	color:#513f7e;
	font-weight:bold;
	margin:0 0 5px 0;
	font-size: 26px;
}
.contactbox p.more {
	position:absolute;
	bottom:0;
	width:320px;
	color:#513f7e;
}

.contactbox p.more a {
	border-bottom: none;
}
.contactbox p.more img {
	display:inline;
	vertical-align:middle;
}

#phonefooter {
	height: 342px;
	background: url(../images/phone-footer.jpg) top right no-repeat;
	width: 743px;
	margin-top: 0;
	margin-left: -10px;
	clear: both;
	position: relative;
	bottom:-10px ;
}
ul.contactlist {
	font-size:1.1em;
	list-style: disc;
	width:470px;
}
ul.contactlist li {
	margin-bottom:15px;
}
ul#contactbuttons {
	float: right;
	width: 300px;
	margin-top: 120px;
}
ul#contactbuttons li {
	font-size: 110%;
	list-style: none;
}
div#contactdetails {
	width: 340px;
	float: left;
}

/* @end */

/* @group register */
#register table tr td input, #register table tr td select {margin-bottom:7px;}
form.padlock {background:url(../images/padlock.png) bottom right no-repeat;}
#register.greygradbg label, #register.greygradbg h1  {
	color: #d61920;
	
}
span#applicable {
	position: absolute;
	left: 98px;
	top: 19px;
}

/* @end */

/* @group Who we work with */
ul.wwww {
	overflow:hidden;
	font-size: 90%;
}
#main ul.wwww li {
	float:left;
	margin-right: 40px;
	overflow:hidden;
	width: 190px;
	list-style: none;
	margin-left: 0;
	height: 265px;
	padding-bottom: 30px;
	position: relative;
}

ul.wwww li img {
	margin-bottom: 5px;
}

ul.wwww li a {
	border-bottom: none;
}
ul.wwww li p a:link, ul.wwww li p a:visited {
	display:block;
	background:url(../images/view-testimonial.jpg) top left no-repeat;
	border:none;
	width:160px;
	height:40px;
	overflow:hidden;
	text-indent:-5000px;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}
cite {
	display: block;
	font-weight: bold;
	margin-top: 1em;
	font-size: 100%;
	clear:both;
}
p#back {
	margin-top: 2em;
	
}
/* @end */

/* @group survey */
form#survey label {
	float:none;
	color:#333333;
	width:auto;
	text-align:left;
}
form#survey select {
	width:200px;
}
/* @end */

/* @group Misc */
.right {float:right;}
.left {float:left;}
.clear {clear:both;}
.marginRight {margin-right:10px;}
.purple {color:#565187;}
.red {color:#bf1216; padding-top:0; margin-top:-3px;}
.green {color:#00a4a3;}
/* @end */

/* Pagination */
ul.pagination
{
	list-style:none;
	overflow:hidden;
	padding-left:2px;
	margin-top:20px;
	border: 0;
}

ul.pagination li
{
	font-size:11px;
	list-style:none;
	margin-right:2px;
	float: left;
	border: 0;
}

ul.pagination li.previous-off,
ul.pagination li.next-off 
{
	color:#ccc;
	display:block;
	float:left;
	padding:4px 6px;
}

ul.pagination li.active
{
	color:#000;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}

ul.pagination li a:link,
ul.pagination li a:visited 
{
	color:#00a4a3;
	display: block;
	float:left;
	padding:3px 6px;
	text-decoration:underline;
	border: 0;
}

.pageBreak
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#ccc;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
}
/* End pagination */

