body {
	background-color: #afcae5;
	margin: 20px 0px;
	min-width: 800px !important;
	behavior: url(script/csshover3.htc);
}

p {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 13px;
	color: #666666;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
}

h1 {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 27px;
	font-weight: normal;
	color: #1364b6;
	margin: 0px 0 10px 0;
}

h2 {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 19px;
	font-weight: normal;
	color: #3783d0;
	margin-bottom: 10px;
	margin-top: 18px;
}

h3 {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 18px;
}

ul {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 13px;
	color: #666666;
	line-height: 21px;
	list-style-type: square;
}

ol {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 13px;
	color: #666666;
	line-height: 21px;
}

li {
	margin-left: -24px;
}

a {
	color: #003E7B;
	text-decoration: underline;
}

a:hover {
	color: #3783d0;
	text-decoration: none;
}

/* ------------- classes -------------- */

.heading {
	background-image: url(../images/headingarrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 20px;
}

h1.product-header {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 35px;
	font-weight: normal;
	color: #003E7B;
	margin: 10px 0px 20px 0px;
	line-height: normal;
}

.subBullet {
	list-style-type: circle;
	margin-left: -7px;
}

.subBullet-dash {
	list-style-type: none;
	margin-left: -10px;
	text-indent:-11px;
}	

.footer p {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
}

.footer a {
	color: #fff;
}

table.results {
	border: 1px solid #cfd8e6;
	margin: 20px 0;
	margin-bottom:25px;
}

.results {
	margin: 0;
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 13px;
	color: #666666;
}

.results th {
	font-size: 14px;
}

.results th, .results td {
	border: 1px solid #cfd8e6;
	padding: 5px;
}

.results h3 {
	margin:0;
}

.clear {
	clear:both;
	height:0px;
	width:0px;
}

.image-spacer {
	display: block;
	float: right;
	margin: 0px;
}

table.results p {
	margin-bottom: 1px;
}

.mobile {
	display: none;
}

.keeptogether {
	white-space: normal;
}

.intro {
	font-size: 15px;
	line-height: 160%;
	color: #666;
	font-family: HelveticaNeue-light, Arial, "sans-serif";
	margin-bottom: 15px;
	margin-top: 15px;
}

p.intro-link {
	margin-bottom:18px;
}

.subscript {
	position:relative;
	top:3px;
	font-size:80%;
}

.superscript {
	position:relative;
	top:-3px;
	font-size:80%;
}

/* ------------- menu -------------- */

#menu {
	width: 300px;
	height: 30px;
	padding: 0;
}

#menu a {
	background: #1364b6;
	color: #FFFFFF;
	text-align: left;
	width:100%;
}

#menu ul {
	padding: 0;
	margin: 0;
	width:100%;
}

#menu li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
}

#menu ul li a {
	width:100%;
	height: auto;
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	text-align: left;
	line-height: 18px;
	border-bottom: 1px solid #FFFFFF;
}

#menu li a:hover {
	background-position: bottom left;
	background: #3783d0;
	width:100%;
}

#menu ul ul {
	position: absolute;
	top: 35px;
	width: 100%;
	visibility: hidden;
}

#menu ul li:hover ul {
	visibility: visible;
	width:100%;
}

/* ------------- structure -------------- */

#OuterFrame {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border: 1px solid #003E7B;
	background-image: url(../images/.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFFFFF;
}

#content {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#menu-bar {
	padding-left:20px;
}

#outer-header,
#header,
#bespoke-footer,
#outer-bespoke-footer {
	display:none;
}

#standard-footer {
	background-color: #003E7B;
	padding: 10px 20px;
}


/*------------------ Sadler Talbot ----------------*/


/*>>>>>>>> Structure <<<<<<<<*/

#outer-header {
}

#OuterFrame {
	background-image:none;
	margin: 0 auto;
	width:940px; 
	padding:0;  	
	background-color:#FFFFFF;
	border:none; 
}

#header {
	display:block;
	border-bottom: red solid 2px;
	padding:0;
}

#content {
	margin-right: 40px;
	width: 620px;
	float:right;
}

#standard-footer {
	display:none;
}

#bespoke-footer {
	clear:both;
	display:block;
	border-top:#333 solid 1px;
	border-color:#333;
	height:40px;
	padding-top:10px;
}

#bespoke-footer p {
	color: #999999;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 20px;
	font-weight:normal;
}

p.copyright {
	float:left;
	margin-left:35px;
}

p.terms {
	float:right;
	margin-right:40px;
}

#outer-bespoke-footer {
}

#menu-bar {
	background:none;
	height:0px;
	width:auto;
	padding-left:0px;
	float:left;
	clear:both;
	position:relative;
	top:30px;
}

#menu {
	height:auto;
	width:180px;
	margin-left:30px;
}

#menu ul li {
	font-weight:normal;
}
	
#menu ul li a {
	border:none;
	background:none;
	color:#FF0000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-transform: uppercase;
	padding: 5px 0px;
}

#menu ul li a:hover {
	background:none;
	color:black;
}

#menu ul ul {
	position: absolute;
	top: 35px;
	width: 100%;
	visibility: visible;
}

.image-spacer,
.product-header {
	display:none;
}

img.logo {
	float:left;
}

img.phone {
	float:right;
	margin-top:32px;
	margin-right:45px;
}

/*>>>>>>>> Fonts and Colours <<<<<<<<*/

body {
	background-color:#E0E0E0;
	padding-top:0px;
	margin: 1px 0;
}

table.results {
	border: 1px solid #FF0000;
	margin: 10px 0;
}

table.results td {
	border: 1px solid #FF0000;
	}

p, ul, li, td, th, div {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: normal;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}

.intro {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.4;
}

h2.heading {
	background-image: none;
	text-indent: 3px;
	margin-bottom: 0px;
	color: #684644;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2.heading a {
	color: #FF0000;
}


