/**************** Body and tag styles ****************/
* {margin: 0;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, table, th, tr, td  {padding: 0;}
body {
	font: 90%/1.2 Tahoma, serifSansSerifMonospace, Arial, Helvetica, sans-serif ;
	line-height: 18px;
	color: #002D3C;
	background-color: #f8fafa;
}
img {border:none;
}
h1 {
	margin-bottom: .5em;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
}
a.h1 {text-decoration: none; font-weight: normal;}
a.h1:link, a.h1:visited {color: #002D3C;}
a.h1:hover,a.h1:active {color: #002D3C; text-decoration: underline;
}
h2 {font-size: 0.9em;
	font-weight: bold;
}
p, ol, ul {font-size: 0.8em;
	margin-bottom: 1em;
}

td img {display: block;}
a {text-decoration: none; font-weight: bold;}
a:link, a:visited {color: #002D3C;}
a:hover,a:active {color: #002D3C; text-decoration: underline;
}
/**************** Container styles ****************/
.clear {
  clear: both !important;
  padding: 0.00 !important;
  margin: 0.00 !important;
  visibility: hidden !important;
}

#container {
	width: 980px;
	margin: 0px auto 0;
	background: url(../images/main/bg.jpg) no-repeat left top #E5EAEC;
	position: relative;
}
#leftcontainer {
	width: 733px;
	float: left;
}
#rightcontainer {
	width: 247px;
	float: left;
}
#leftcontainer2 {
	width: 733px;
	float: left;
}
#leftcontainer2a {
	width: 698px;
	padding-left: 35px;
/*	margin-left: 35px;*/
	float: left;
}
#rightcontainer2 {
	width: 247px;
	float: left;
}
#leftcontainer3 {
	width: 733px;
	float: left;
}
#leftcontainer4 {
	width: 733px;
	float: left;
}
#leftcontainer5 {
	width: 733px;
	float: left;
}

#cypher {
	width: 980px;
	margin: 0px auto 0;
	font-size: .6em;
	position: relative;
	text-align: right;
}

a.cypher {text-decoration: underline;}
a.cypher:link, a.cypher:visited {color: #006;}
a.cypher:hover,a.cypher:active {color: #009; text-decoration: none;
}
/**************** Header styles ****************/
#header {
	height: 224px;
	width: 980px;
}

/**************** Content blocks ****************/
#titleblock {
	width: 733px;
	height: 118px;
	float: left;
}
#subblock {
	width: 733px;
	background: url(../images/home/subtitle.gif) no-repeat left top;
	float: left;
}
#prodsintro {
	width: 600px;
	margin-left: 40px;
	margin-top: 20px;
	float: left;
}
#text1 {
	width: 310px;
	margin-left: 40px;
	margin-top: 20px;
	float: left;
}
#text2 {
	width: 310px;
	margin-left: 32px;
	margin-top: 20px;
	float: left;
}
#text3 {
	width: 310px;
	margin-left: 40px;
	margin-top: 20px;
	float: left;
}
#text4 {
	width: 310px;
	margin-left: 32px;
	margin-top: 20px;
	float: left;
}
#text5 {
	width: 310px;
	margin-left: 40px;
	margin-top: 20px;
	float: left;
}
#text6 {
	width: 310px;
	margin-left: 32px;
	margin-top: 20px;
	float: left;
}
#text7 {
	width: 310px;
	margin-left: 40px;
	margin-top: 20px;
	float: left;
}
#text8 {
	width: 310px;
	margin-left: 32px;
	margin-top: 20px;
	float: left;
}
#text9 {
	width: 310px;
	margin-left: 40px;
	margin-top: 20px;
	float: left;
}
#text10 {
	width: 310px;
	margin-left: 32px;
	margin-top: 20px;
	float: left;
}
.back2top {
	width: 720px;
/*	margin-top: 4px;
	margin-bottom: 4px;*/
	height: 81px;
	float: left;
	background: url(../images/products/break.png) no-repeat left top;
	font-size: 0.7em;
	font-weight: normal;
	text-align: right;
	padding-right: 260px;
	padding-top: 30px;
}

/**************** Navigation styles ****************/
#navigation {
	margin-top: 20px;
	padding-top: 5px;
	padding-left: 100px;
	height: 18px;
	background-color: #CED9DC;
	clear: both;
}

ul#navbar {
	margin-left: 0px;
}
ul#navbar li {
	display: inline;
	list-style: none;
	height: 14px;
	float: left;
	width: 110px;
	border-right: 1px solid #6A8D9C;
	border-left: none;
	position: relative;
	z-index: 100;
}
ul#navbar li a {
	display: block;
	height: 14px;
	text-align: center;
	width: 110px;
	line-height: 14px;
	color: #6A8D9C;
	font-size: 0.9em;
}
ul#navbar li a:link, ul#navbar li a:visited {
	text-decoration: none;
	font-weight: normal;
}
ul#navbar li a:hover, ul#navbar li a:active {
	text-decoration: none;
	color: #002D3C;
}
ul#navbar li.lastlink {
	border-right: none;
}

#sectionnav{
	width: 300px;
	height: 70px;
	margin-left: 382px;
	margin-top: 6px;
	font-size: 1.0em;
	line-height: 18px;
}

a.button {
line-height: 24px;
width: 100%;
text-align: center;
color: #f8fafa;
font-size: .8em;
text-decoration: none;
text-transform: uppercase;
display: block;}
a.button:link, a.button:visited {color: #f8fafa; background-color: #0073BB;}
a.button:hover,a.button:active {color: #fff; background-color:#7696A3;}

a.researchbutton {
line-height: 24px;
width: 100%;
text-align: center;
color: #f8fafa;
font-size: .8em;
text-decoration: none;
text-transform: uppercase;
display: block;}
a.researchbutton:link, a.researchbutton:visited {color: #f8fafa; background-color: #F8991C;}
a.researchbutton:hover,a.researchbutton:active {color: #fff; background-color:#7696A3;}

/**************** Content styles ****************/
#maincontent {
	clear: both;
	width: 904px;
	float: left;
	margin: 0px 0px 0px 38px;
	background: url(../images/main/boxbg.gif) repeat-y left top;
	z-index: 2;
	position:relative;
}
#slideshow {
	float: right;
	position: relative;
	width: 360px;
	height: 207px;
	margin: 0px 0px 0px 0px;
}
#slideshow img {
	display: none;
	position: absolute;
	top: 0; left: 0;
}

#pageheader {
	float: left; width: 100%; margin-left: 38px; z-index: 12; margin-bottom: 20px; margin-top: 15px;
}
	
#leftblock {float: left; width: 370px; margin-left: 38px; margin-right: 38px;}
#rightblock {float: left; width: 370px;}
#wideblock {clear: both; float: left; width: 778px; margin-left: 38px;}

/*---------- xxx page ----------*/

/**************** Footer styles ****************/
#ukaddress {
	margin-top: 0px;
	padding-left: 10px;
	height: 26px;
	width: 970px;
	line-height: 26px;
	background:url(../images/main/addressbg.jpg) no-repeat top left;
	float: left;
	color: #fff;
	font-size: .65em;
}

#ukaddress a:link, #ukaddress a:visited {color: #fff; font-weight: normal;}
#ukaddress a:hover, #ukaddress a:active {color: #fff; font-weight: normal; text-decoration: underline;
}

#footer {
	margin-top: 0px;
	padding-left: 10px;
	height: 100px;
	width: 970px;
	min-width:970px;
	background: #D0DADF url(../images/main/footerbg.gif) no-repeat top left;
	float: left;
	color: #002D3C;
	font-size: 9px;
	line-height: 20px;
}
#footer a:link, #footer a:visited {color: #002D3C; font-weight: normal;}
#footer a:hover, #footer a:active {color: #002D3C; font-weight: normal; text-decoration: underline;
}
/**************** Misc classes and styles ****************/
.boldtext {font-weight: bold;}
.italictext {font-style: italic;}
.greytext {color: #666;}
.normaltext {font-weight: normal;}
.floatleft {float: left;}
.imageleft {float: left; margin-right: 10px;}
.textcentre {text-align: center;}
.textright {text-align: right;}
.producttext {color: #0073BB}
.bullettext {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 0.8em;
	padding-left: 0px;
	margin-left: 15px;
}

