@charset "utf-8";

/* ****************************************************************************************** 
	This file contains styles for the following:
	
	= Common 
	= Template Layout
		+ Header Elements
			- Product (Top) Navigation
		+ Navigation (Product Specific)
		+ Footer Elements
	= Form Elements
	
   ****************************************************************************************** */

/* ============================== COMMON ============================== */

body {
	font: 0.75em/1.50em Arial, Helvetica, sans-serif;
	color:#3f3f3f;
}
.nodisplay {
	display:none;
}

a, a:link {
	text-decoration: none;
	color: #af028c;
}

a:visited {
	text-decoration: none;
	color: #af028c;
}

a:hover, a:focus {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #af028c;
}

ol {
	margin: 10px 10px 10px 30px;
}

ol ol {
	margin: 10px 10px 10px 15px;
}

ol li {
	margin: 12px 0;
	padding-left: 0px;
	list-style-type: decimal;
}

ol ol li {
	margin: 6px 0;
	padding-left: 0px;
	list-style-type: decimal;
}

.lifeerror {
color:red;
padding:7px 0 0 30px;
margin-top:10px;
clear:left;
float:left;
}

/* ============================== /COMMON ============================== */


/* ============================== TEMPLATE LAYOUT ============================== */

#container {
	width: 940px;
	margin: 10px auto 0 auto;
}

#header-inner {
	width: 920px;
	background: url(../images/header-bg.gif) no-repeat top center;
	margin-bottom: -1px;
}

/* ++++++++++++++++++++ HEADER ELEMENTS ++++++++++++++++++++ */

#logo {
	float: left;
}

#languages {
	min-width:190px;
	float:right;
	margin: 17px 18px 0 0;
}

#select-lang {
	min-border: 1px solid #7f9db9;
	font-size: 100%;
	margin-bottom: 4px;
}

#language-button {
  	width:29px;
	height:23px;
	margin: 2px 0 0 0;
	padding: 5px;
	border: 0;
	background: transparent url(../images/icon-languages.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#search {
	min-width:160px;
	float:right;
	margin: 17px 18px 0 0;
}

#search-field {
	border: 1px solid #7f9db9;
	font-size: 100%;
	padding: 2px 2px;
	margin-bottom: 4px;
}

#search-button {
  	width:29px;
	height:23px;
	margin: 2px 0 0 0;
	padding: 5px;
	border: 0;
	background: transparent url(../images/icon-search.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#font-resizer {
	min-width:93px;
	float:right;
	margin: 17px 18px 0 0;
}

#font-resizer a {
	display: block;
	float: left;
	width: 29px;
	height: 19px;
	margin-top: 2px;
	margin-right: 2px;
}

#a {
	background: url(../images/icon-a.png) no-repeat center center;
}

#aa {
	background: url(../images/icon-aa.png) no-repeat center center;
}

#aaa {
	background: url(../images/icon-aaa.png) no-repeat center center;
}

#product-select {
	width:240px;
	float: right;
	clear:none;
	text-align: right;
	background-color: #609ebd;
	background-image: url(../images/tab-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-right: 20px;
	margin-bottom: 0px;
	height:30px;
	padding-bottom:0px;
	overflow:hidden;
	display:inline;
}

#product-select form {
	background-image: url(../images/tab-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 8px 15px 1px 15px;
	min-height: 2.1em;
}

#select-product {
	border: 1px solid #7f9db9;
	height:1.4em;
}

#product-button {
  	width:29px;
	height:23px;
	margin: 0 0 0 3px;
	padding: 5px;
	border: 0;
	background: transparent url(../images/icon-go.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */;
	vertical-align: middle;
}

/* ---------- PRODUCT NAVIGATION ---------- */

ul#top-nav {
    width: 630px;
	clear: none;
	margin-left: 20px;
	float:left;
	height:30px;
	overflow:hidden;
	display:inline;
}

ul#top-nav li {
	display: block;
	min-width: 50px;
	float: left;
	clear:none;
	background-color: #609ebd;
	margin:0 1px 0 1px;
}

ul#top-nav li span {
	display: block;
	min-width: 30px;
	float: left;
	background-image: url(../images/tab-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 1.1em;
	text-align:center;
}

ul#top-nav li span a {
	display: block;
	min-width: 30px;
	min-height: 20px;
	float: left;
	padding: 7px 15px 3px 15px;
	background-color: none;
	background-image: url(../images/tab-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #ffffff;
	text-decoration: none;
}

ul#top-nav li span a:hover, ul#top-nav li span a:focus {
	text-decoration: underline;}

/* ---------- /PRODUCT NAVIGATION ----------- */

/* ++++++++++++++++++++ /HEADER ELEMENTS ++++++++++++++++++++ */

#content {
	width: 940px;
	margin: 0 10px 0 0;
}

#content #content-col1 ul {
	margin: 10px 0 10px 20px;
}

#content #content-col1 ul li {
	padding: 4px 15px 3px 8px;
	background: url(../images/icon-bluearrow.gif) no-repeat 0 9px;
}

#content-spacer {
	height: 26px;
	background: #ffffff url(../images/content-bg.gif) repeat-x top left;
	margin: 0 10px;
}

#content-col1 {
	width: 620px;
	margin-right: 20px;
	float: left;
}

#content-col1 #left-col {
	float: left;
}

#content-col1 #width605 {
	width:605px;
}

#content-col1 #subnav-inner ul {
	margin-left: 2px;
	margin-top: 0;
}

#content-col1 #subnav-inner ul li {
	line-height: 1.3em;
}

#content-col1 #subnav-wrapper {
	background: #ffffff url(../images/box-leftcol-bg.gif) repeat-y top left;
	width: 196px;
}

#content-col1 #subnav {
	background: url(../images/box-leftcol-bottom.gif) no-repeat bottom left;
}

#content-col1 #subnav-inner {
	background: url(../images/box-leftcol-top.gif) no-repeat top left;
	padding: 10px 10px 10px 25px;
	color: #3f3f3f;
	margin-bottom: 15px;
}

#content-col1 #subnav-inner ul {
	margin-left: 5px;
}

#content-col1 #testimonial-wrapper {
	background: #ffffff url(../images/testimonial-bg.gif) repeat-y top left;
	width: 196px;
}

#content-col1 #testimonial {
	background: url(../images/testimonial-bottom.gif) no-repeat bottom left;
}

#content-col1 #testimonial-inner {
	background: url(../images/testimonial-top.gif) no-repeat top left;
	padding: 15px 15px 10px 28px;
	min-height: 150px;
	color: #000000;
}

#content-col1 #testimonial-inner p {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 0;
}

#content-col1 #content-container {
	width: 409px;
	float: right;
	margin-left: 15px;
}

img.bk_logo {
	float:left;
	width:100px;
	height:70px;
	margin-right:10px;
}

#content-col2 {
	width: 280px;
	padding-left: 0;
	margin-right: 0;
	float: left;
}

#content-col2 ul.boxlist {
	width: 280px;
	margin-left: 10px;
}

#content-col2 ul.boxlist li {
	display: block;
	min-height: 20px;
	background: #6fadcd url(../images/col-box-blue-top.gif) no-repeat top left;
	margin-bottom: 3px;
}

#content-col2 ul.boxlist li span {
	background: url(../images/col-box-blue-bot.gif) no-repeat bottom left;
	padding: 10px 10px 10px 20px;
	display: block;
}

#content-col2 ul.boxlist li span span {
	display: block;
	float: left;
	width: 29px;
	height: 23px;
	padding: 0 15px 0 0;
	background: none;
}

#content-col2 ul.boxlist li.speak span span {
	background: url(../images/icon-speak.png) no-repeat top left;
}

#content-col2 ul.boxlist li.retrieve span span {
	background: url(../images/icon-retrieve.png) no-repeat top left;
}

#content-col2 ul.boxlist li.why span span {
	background: url(../images/icon-why.png) no-repeat top left;
}

#content-col2 ul.boxlist li.what span span {
	background: url(../images/icon-what.png) no-repeat top left;
}

#content-col2 ul.boxlist li.help span span {
	background: url(../images/icon-help.png) no-repeat top left;
}

#content-col2 ul.boxlist li.jargon span span {
	background: url(../images/icon-jargon.png) no-repeat top left;
}

#content-col2 ul.boxlist li.blank span span {
	background: url(../images/icon-blank.png) no-repeat top left;
}



#content-col2 ul.boxlist li a {
	text-decoration: underline;
	color: #ffffff;
}

#content-col2 ul.boxlist li a:hover {
	text-decoration: none;
}

#content-col2 ul.boxlist li a:visited {
	color: #e4e4e4;
	text-decoration: underline;
}

#content-col2 #compare-wrapper {
	background: #ffffff url(../images/compare-bg.gif) repeat-y top left;
	width: 290px;
	margin-top:30px;
}

#content-col2 #compare {
	background: url(../images/compare-bottom.gif) no-repeat bottom left;
}

#content-col2 #compare-inner {
	background: url(../images/compare-top.gif) no-repeat top left;
	padding: 5px 15px 0px 30px;	
	min-height: 192px;
}

#lower-content-wrapper {
	width: 940px;
	margin: 25px 10px 0 0;
	clear: both;
	background: #ffffff url(../images/lower-content-bg.gif) repeat-y top left;
}

#lower-content {
	background: url(../images/lower-content-bottom.gif) no-repeat bottom left;
	clear: both;
}

#lower-content-inner {
	background: url(../images/lower-content-top.gif) no-repeat top left;
	clear: both;
	min-height: 150px;
}


#lc-col1 { /* width for columns set in project specific stylesheet */
	float: left;
	margin: 15px 10px 15px 30px;
	padding: 0 5px 0 0;
	height: 100%;
	min-height: 170px;
}

#lc-col2 { /* width for columns set in project specific stylesheet */
	float: left;
	margin: 15px 10px 15px 10px;
	border-left: 1px solid #eeeee4;
	padding: 0 5px 0 20px;
	min-height: 170px;
}

#lc-col3 { /* width for columns set in project specific stylesheet */
	float: left;
	margin: 15px 10px 15px 10px;
	border-left: 1px solid #eeeee4;
	padding: 0 5px 0 20px;
	min-height: 170px;
}

#lower-content li, #bookmarks li, #regulation li, #testimonial li, #compare li {
	display: block;
	padding-left: 10px;
	background:url(../images/icon-bluearrow.png) no-repeat 0 6px;
	width: auto;
}

#lower-content a, #bookmarks a, #regulation a, #subnav a, #testimonial a, #compare a {
	text-decoration: none;
	color: #3f3f3f;
}

#lower-content a:visited, #bookmarks a:visited, #regulation a:visited, #subnav li, #testimonial li, #compare li {
	text-decoration: none;
	color: #000;
}

#lower-content a:hover, #bookmarks a:hover, #regulation a:hover, #subnav a:hover, #testimonial a:hover, #compare a:hover, #lower-content a:focus, #bookmarks a:focus, #regulation a:focus, #subnav a:focus, #testimonial a:focus, #compare a:focus {
	text-decoration: underline;
}

#lower-content h3, #bookmarks h3, #regulation h3, #subnav h3, #testimonial h3, #compare h3 {
	padding: 2px 0 10px 0;
	font-size: 160%;
}

#lower-content p, #bookmarks p, #regulation p, #subnav p, #testimonial p, #compare p {
	padding: 2px 0 2px 0;
}

#footer {
	width: 940px;
	margin: 15px 10px 10px 0;
}


/* ++++++++++++++++++++ FOOTER ELEMENTS ++++++++++++++++++++ */

#bookmarks-wrapper {
	width: 930px;
	float: left;
	margin-left:0px;
}

#bookmarks {
}

#bookmarks-inner {
	padding: 0px 15px 0px 30px;
	min-height: 30px;
	font-size: 90%;
}

#bookmarks-inner ul#bookmark-links {
	margin-left:20px;
}

#bookmarks-inner ul#bookmark-links li {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	padding-left: 20px;
}

#bookmarks-inner ul#bookmark-links li#bm-delicious {
	background: url(../images/icon-delicious.png) no-repeat left center;
}

#bookmarks-inner ul#bookmark-links li#bm-facebook {
	background: url(../images/icon-facebook.png) no-repeat left center;
}

#bookmarks-inner ul#bookmark-links li#bm-digg {
	background: url(../images/icon-digg.png) no-repeat left center;
}

#bookmarks-inner ul#bookmark-links li#bm-stumbleupon {
	background: url(../images/icon-stumbleupon.png) no-repeat left center;
}

#bookmarks-inner ul#bookmark-links li#bm-reddit {
	background: url(../images/icon-reddit.png) no-repeat left center;
}

#bookmarks-inner span {
	float:left;
	margin-right:20px;
}

#bookmarks-inner ul li#bm-info {
	float: right;
	clear: right;
	
}

#regulation-wrapper {
	background: #ffffff url(../images/foot-box-bg.gif) repeat-y top left;
	width: 930px;
	float: left;
	margin-left: 0px;
}

#regulation {
	background: url(../images/foot-box-bottom.gif) no-repeat bottom left;
}

#regulation-inner {
	background: url(../images/foot-box-top.gif) no-repeat top left;
	padding: 5px 20px 5px 30px;	
	min-height: 50px;
	font-size: 90%;
}
#regulation-inner p.regleft {
	float:left;
	width:430px;
	padding: 0px 15px 0px 0px;	
}
#regulation-inner p.regright {
	float:left;
	width:430px;
	padding: 0px 0px 0px 15px;	
}

ul#site-info {
	width: 930px;
	margin: 15px 30px 0px 30px;
	font-size: 90%
}

ul#site-info li {
	float: left;
	padding: 0 13px 0 8px;
	background: #ffffff url(../images/icon-bluearrow.gif) no-repeat left center;
}

ul#site-info li a {
	text-decoration:none;
	color: #3f3f3f;
}

ul#site-info li a:hover {
	text-decoration:underline;
}

#designed {
	float:right;
	margin-right: 25px;
	font-size: 90%;
	color: #3f3f3f;	
}

#designed a {
	text-decoration: none;
	color: #3f3f3f;;	
}
#designed a:hover {
	text-decoration: underline;
}

/* ++++++++++++++++++++ /FOOTER ELEMENTS ++++++++++++++++++++ */

/* ============================== /TEMPLATE LAYOUT ============================== */

/* ============================== FORM ELEMENTS ============================== */

.form-wrapper {
	margin: 20px 0 0 0;
	background: #ffffff url(../images/form-bg.gif) repeat-y top left;
	width:520px;
}

.form-wrapper form {
	background: url(../images/form-bottom.gif) no-repeat bottom left;
	text-align: center;
}

.form-wrapper form fieldset {
	padding: 5px 15px 15px 30px;
	background: url(../images/form-top.gif) no-repeat top left;
	text-align: left;
}

.form-wrapper form .form-inner {
	display: block;
	min-height: 380px;
	width: 470px;
}

.form-wrapper form fieldset legend {
	display:none;
}

.form-wrapper form fieldset div {
	padding: 7px 0;
	clear: both;
}

.form-wrapper form fieldset div label {
	display: block;
	float: left; 
	width: 115px;
	padding-top:2px;
}

.form-wrapper form fieldset div .form-text {
	border: 1px solid  #cfcdc3;
	width: 300px;
}

.form-wrapper form fieldset div .form-postcode {
	border: 1px solid  #cfcdc3;
	width: 150px;
}

.form-wrapper form fieldset div .form-textarea {
	border: 1px solid  #cfcdc3;
	width: 300px;
}

.form-wrapper form fieldset div .form-select {
	border: 1px solid  #cfcdc3;
	
}

.form-wrapper form fieldset div .form-radio, .form-wrapper form fieldset div .form-check {
	float: left;
}

.form-wrapper form fieldset div span {
	padding: 0 20px 0 10px;
	width: 90px;
	display: block;
	float: left;
}

.form-wrapper form .form-submit {
  	width:131px;
	height:25px;
	margin: 0;
	padding: 5px;
	border: 0;
	background: transparent url(../images/but-submit-motor.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
}



/* ============================== /FORM ELEMENTS ============================== */ 

