@charset "utf-8";
/* CSS Document */

/*========================================
-------- Reset
========================================*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent}.container_16 {
	overflow: hidden;
}
ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{
}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

a {
	color: #B7001D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link,
a:visited {
	color: #185eab;
}
a:active {
	color: #666666;
}
a:link:hover,
a:visited:hover {
	text-decoration: underline;
}
a.btn-white  {
	background-image: url(/images/button-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 33px;
	font-size: 16px;
	color: #010066;
}
a.btn-white em.red {
	font-style: normal;
}

a.btn-white span {
	background-image: url(/images/button-right.png);
	height: 33px;
	width: 6px;
	display: block;
	float: right;
}
a.btn-white strong {
	font-size: 12px;
	float: left;
	margin-top: 7px;
	margin-left: 15px;
	font-weight: bold;
}
a.button_back {
	background-image: url(/images/back-arrow.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	display: block;
	font-size: 14px;
	height: 18px;
	color: #46738F;
	padding-top: 5px;
}

.absolute {
	position: absolute;
	z-index: 9999;
}
.marginTop {
	margin-top: 15px;
}
.noMargin_top {
	margin-top: 0px !important;
}







/*========================================
-------- Bullets and numbers
========================================*/
ul {
	margin-left: 30px;
	padding-left: 30px;
}
ul li {
	list-style-type: disc;
	display: list-item;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 12px;
}
ul.features li {
	list-style-type: none;
	display: list-item;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
	background-image: url(/images/tick-bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
ul.features {
	margin-bottom: 15px;
}

ul {
	margin: 0;
	padding: 0;}
ol {
	margin: 0;
	padding: 0;}
li {
	margin: 0;
	padding: 0;
	list-style: none;}
hr {
	clear:both;
	color:#EAEAEA;
	float:left;
	margin-bottom:10px;
	margin-top:20px;
	width:100%;
	background-color: #EAEAEA;
}
.horiz-rule {
	background-image: url(/images/hr.jpg);
	background-repeat: repeat-x;
	height: 9px;
	margin-top: 15px;
	margin-bottom: 10px;
}




/*========================================
-------- Paragraph
========================================*/
p {
	font-size: 14px;
	color: #666;
	line-height: 1.6em;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
}
p.clearLeft {
	clear: both;
	display: block;
}

p.sml {
	font-size: 0.7em;}
.small {
	font-size: 12px;
}

p.stronger {
	color: #333333;
}

.sml {
	font-size: 9px;
}

p.intro {
	font-size: 17px;
	line-height: 1.4em;
}
.quote {
	background-image: url(/images/quotes.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: bold;
	color: #5E688C;
	display: block;
}
.quotee {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
}
.quotee strong {
	display: block;
}

blockquote {
	background-image: url(/images/blockquote.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: bold;
	color: #5E688C;
	display: block;
}
#introBox {
}
#introBox .mid {
	background-image:url(/images/bg-introBoxTop.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}






/*========================================
-------- Headings
========================================*/
h1 {
	font-size: 25px;
	font-weight: bold;
	padding: 0;
	color: #25284e;
	line-height: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	padding: 0;
	color: #25284e;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: Helvetica, sans-serif, Arial;
	line-height: 24px;
}

h1  span.date {
	float: right;
	font-size: 14px;
	font-weight: normal;
}
h1 strong {
	float: left;
}
h1 .small {
	margin-top: 5px;;
}


h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #676A7D;
	line-height: 24px;
	font-weight: bold;
}
h4 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 0.9em;
	color: #333;}
h4 a:link,
h4 a:visited,
h4 a:active {
	color: #333;
	text-decoration: underline;}
h4 a:link:hover,
h4 a:visited:hover {
	color: #666;
	text-decoration: underline;}
h5 {
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	color: #248;
	border: 1px solid #ddd;
	padding: 3px 9px 3px 9px;
	background: url(../images/subHeader.gif) 0 0 repeat-x;}
h5 a:link,
h5 a:visited,
h5 a:active {
	color: #333;
	text-decoration: none;}
h5 a:link:hover,
h5 a:visited:hover {
	color: #666;
	text-decoration: none;}
h6 {
	font-size: 0.8em;
	margin: 0 0 4px 0;
	padding: 0;}
.map {
}

.leftCol-intro {
	float: left;
	width: 300px;
}
.module .mid  h1  {
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.textCol {
	float: right;
	width: 350px;
}

.module.grid_12 .mid h2 {
	font-size: 16px;
	font-weight: bold;
	color: #5E688C;
}

.red, .red a {
	color: #B72B2C;
}
.green, .green a {
	color: #3A9205;
}
.blue, .blue a {
	color: #34618E;
}
.yellow, .yellow a {
	color: #c9ab00;
}




/*========================================
-------- Global
========================================*/

*, .noMargin_NoPadding{
	margin:0px;
	padding:0px;
	outline:0px;
}
.absolute {
	position: absolute;
	z-index: 9999;
}

img {
	border: 0;
	vertical-align: }

body {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 1em;
	color: #333;
	background-repeat: repeat-x;
	background-position: left -155px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
body #contentWrapper   {
	padding-top: 0px;
}
body#iso9001  h1 .red {
	font-weight: normal;
}
body#iso9001 h1 {
	color: #666666;
}





#container{
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}
/*========================================
-------- Additional Styles
========================================*/
.clearFloat {
	clear: both;
}
.floatLeft {
	float: left;
}
.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.floatRight {
	float: right;
}
.displayNone {
}

.textAlignRight {
	text-align: right;
}
.leftCol {
	float: left;
	width: 230px;
	clear: none;
}


img.imgLeft {
	float: left;
	margin-right: 10px;
}
img.imgRight {
	float: right;
	margin-left: 10px;
}
#headerWrapper {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/images/bg-header.jpg);
	height: 152px;
}
/*========================================
-------- Header
========================================*/
#header {
	height: 152px;
	position: static;
}
#header  h1#logo a {
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 145px;
	width: 198px;
	display: block;
	padding-left: 20px;
	float: left;
	margin-top: 7px;
}
#header h1#logo a:hover {
	background-position: left -151px;
}

#header h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.rightCol {
	float: right;
	width: 200px;
	height: 100px;
	margin-left: 15px;
}
.rightCol  a.btn-white {
	margin-bottom: 15px;
}





/*========================================
-------- Top Search
========================================*/

form#topSearch {
	background-image:url(/images/bg-search.png);
	background-position:left 5px;
	background-repeat:no-repeat;
	height:32px;
	right:0;
	top:0px;
	width:205px;
	margin-top: 11px;
	position: relative;
}
#contentWrapper {
	background-image: url(/images/bg-contentWapper.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
}

form#topSearch #srchLabel {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
}

form#topSearch p.fields input {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#0B4471;
	font-size:11px;
	font-weight:bold;
	left:60px;
	overflow:hidden;
	padding-top:2px;
	position:absolute;
	top:8px;
	width:130px;
}
form#topSearch p.fields button {
	border:medium none;
	height:25px;
	position:absolute;
	right:3px;
	top:6px;
	width:25px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/images/buttons/go.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -99999px;
}
form#login/*========================================
-------- Login
========================================*/

 {
	background-image:url(/images/bg-login.png);
	background-position:left 5px;
	background-repeat:no-repeat;
	height:32px;
	right:0;
	top:0px;
	width:383px;
	margin-top: 11px;
	position: relative;
}
form#login   #loginLabel {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
}
form#login  p.fields  input#uname {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#0B4471;
	font-size:11px;
	font-weight:bold;
	left:60px;
	overflow:hidden;
	padding-top:2px;
	position:absolute;
	top:8px;
	width:145px;
}
form#login  p.fields  input#pword {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#0B4471;
	font-size:11px;
	font-weight:bold;
	left:210px;
	overflow:hidden;
	padding-top:2px;
	position:absolute;
	top:8px;
	width:130px;
}
form#login  p.fields  button {
	border:medium none;
	height:25px;
	position:absolute;
	right:3px;
	top:6px;
	width:25px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/images/buttons/go.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -99999px;
}



/*========================================
-------- Global Navigation
========================================*/

#globalNav {
	height: 42px;
	font-size: 14px;
	font-family: "trebuchet MS", arial, sans-serif;
	margin-top: 110px;
	margin-left: 0px;
	z-index: 100;
	background-image: url(/images/bg-globalNav.png);
	width: 648px;
	float: right;
	margin-right: 10px;
}
#globalNav  li  {
	float: left;
	list-style-type: none;
	background-image: url(/images/bg-globalNav.png);
	margin: 0px;
	list-style-image: none;
	z-index: 9999;
}


#globalNav a {
	color: #E6E9CD;
	display: block;
	padding-top: 0px;
	height: 42px;
	text-align: center;
	margin-top: 0px;
	background-image: url(/images/bg-globalNav.png);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	background-position: left -42px;
	text-indent: -9999px;
}


#globalNav a.last {
	border-right-style: none;
	background-image: none;
}
#globalNav   li.GN01 {
	width: 111px;
	background-position: 0px -42px;
}
#globalNav li.GN02 {
	width: 128px;
	background-position: -111px -42px;
}
#globalNav li.GN03 {
	width: 100px;
	background-position: -239px -42px;
}
#globalNav li.GN04 {
	width: 75px;
	background-position: -339px -42px;
}
#globalNav li.GN05 {
	width: 130px;
	background-position: -414px -42px;
}
#globalNav   li.GN06 {
	width: 104px;
	background-position: -543px -42px;
}
#about   #globalNav   li.GN01  a {
	width: 111px;
	background-position: 0px -42px;
}
#products #globalNav li.GN02 a {
	width: 128px;
	background-position: -111px -42px;
}
#applications #globalNav li.GN03 a {
	width: 81px;
	background-position: -239px -42px;
}
#purchase #globalNav li.GN04 a {
	width: 116px;
	background-position: -320px -42px;
}
#support #globalNav li.GN05 a {
	width: 107px;
	background-position: -436px -42px;
}
#company #globalNav   li.GN06 a {
	width: 103px;
	background-position: -543px -42px;
}



#globalNav   li.GN01   a {
	width: 111px;
	background-position: 0px 0px;
}
#globalNav li.GN02 a{
	width: 128px;
	background-position: -111px 0px;
}
#globalNav li.GN03 a{
	width: 100px;
	background-position: -239px 0px;
}
#globalNav li.GN04 a{
	width: 75px;
	background-position: -339px 0px;
}
#globalNav li.GN05 a{
	width: 130px;
	background-position: -414px 0px;
}
#globalNav   li.GN06 a  {
	width: 104px;
	background-position: -543px 0px;
}

#globalNav li.GN01.hover a:hover {
	background-position: 0px -42px;
}
#globalNav li.GN02.hover a:hover {
	background-position: -111px -42px;
}
#globalNav li.GN03.hover a:hover {
	background-position: -239px -42px;
}
#globalNav li.GN04.hover a:hover {
	background-position: -339px -42px;
}
#globalNav li.GN05.hover a:hover {
	background-position: -414px -42px;
}
#globalNav li.GN06.hover a:hover {
	background-position: -543px -42px;
}

#globalNav ul ul {
	position: absolute;
	border-top-width: 1px;
	border-top-style: solid;
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 9999 !important;
	background-image: url(/images/bg-GN-dropbot.png);
	margin-left: 1px;
	padding-bottom: 11px;
	visibility: hidden;
	padding-top: 0px;
	width: 202px !important;
	border-top-color: #0F3F6A;
	border-right-color: #0F3F6A;
	border-bottom-color: #0F3F6A;
	border-left-color: #0F3F6A;
}
#globalNav ul ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
	z-index: 9999 !important;
	background-image: none;
	background-color: #6E8DAB;
	line-height: normal;
}
#globalNav   ul   ul   li  a.top {
	padding-top: 24px;
	background-image: url(/images/bg-GN-droptop.png) !important;
	background-position: left top !important;
	background-repeat: repeat-x;
}
#globalNav ul ul li a.top:hover {
	background-image: url(/images/bg-GN-droptop.png);
}

#globalNav ul ul li a {
	margin: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	width: 182px !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 0px;
	background-image: none;
	background-color: #6E8DAB;
	height: 20px;
}
#globalNav ul ul li a:hover {
	background-color: #7D99B5;
}
#pageheading {
	margin-top: 20px;
}




/*========================================
-------- Hero Product Area
========================================*/

/* Navigation*/
#heroNav #ISOselect {
	display: block;
	background-image: url(/images/ISOselect.jpg);
	height: 43px;
	width: 150px;
	float: left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#heroNav {
	float: right;
	margin-top: 30px;
	width: 651px;
}


#heroNav  ul.nav  li a {
	background-image: url(/images/hero-nav.png);
	display: block;
	height: 41px;
	text-indent: -9999px;
}
#heroNav ul.nav li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#heroNav ul.nav li a:hover {
	background-position: -42px;
}
#heroNav   .nav   #nav01 a {
	width: 163px;
	background-position: 0px top;
}
#heroNav   .nav   #nav02  a {
	width: 163px;
	background-position: -163px top;
}
#heroNav   .nav   #nav03  a {
	width: 163px;
	background-position: -326px top;
}



#heroNav   .nav   #nav01 a:hover, #heroNav .nav  #nav01.ui-tabs-selected a {
	background-position: 0px bottom;
}
#heroNav   .nav   #nav02  a:hover, #heroNav .nav #nav02.ui-tabs-selected  a {
	background-position: -163px bottom;
}
#heroNav   .nav   #nav03  a:hover, #heroNav .nav  #nav03.ui-tabs-selected a {
	background-position: -326px bottom;
}
#heroNav  .desc     ul    li {
	font-size: 13px;
	margin-bottom: 0px;
	line-height: 22px;
}


/* Product*/
#hero  {
	float: right;
	width: 650px;
	margin-top: 0px;
	overflow: hidden;
}
#hero .heroWrapper {
	padding-left: 15px;
	padding-top: 15px;
}

#hero h2 {
	font-size: 18px;
	font-weight: normal;
}
#hero p {
	clear: none;
}

#hero h2 strong {
	color: #5e665f;
}

#hero   .desc   {
	width: 300px;
	clear: both;
}
#hero .detail {
	clear: both;
	background-image: url(/images/hero-detail.jpg);
	height: 37px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 12px;
}
#hero .detail p {
	font-size: 12px;
}

#hero .detail a.btn-white {
	margin-bottom: 5px;
}


#hero  .image  {
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	right: 0px;
	float: right;
	margin-left: 20px;
}
#hero  .image  .caption  {
	position: absolute;
	top: 300px;
	font-size: 11px;
	background-color: #FFFFFF;
	left: 15px;
	color: #878682;
}
#isoActiv {
	background-image: url(/images/isoActiv-small.png);
	background-repeat: no-repeat;
	background-position: right 20px;
	font-size: 11px;
	margin-top: 15px;
}
#isoActiv .mid {
	padding-left: 0px;
}
#isoActiv .mid h2 {
	margin-left: 10px;
}


#isoActiv a.btn-white {
	margin-left: 0px;
	color: #B72B2C;
}
#isoActiv p {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 25px;
}


.pageNav {
	background-image: url(/images/bg-pageNav.png);
}
.pageNav  h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E6E6E4;
}
.pageNav .mid {
	padding: 15px;
}

.pageNav ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E6E6E4;
	border-top-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	margin-left: 0px;
	padding-right: 0px;
	list-style-image: none;
}
.pageNav ul li a {
	text-decoration: none;
}
.pageNav ul li a:hover {
	background-color: #F3F3EB;
}
.pageNav ul {
	margin: 0px;
	padding: 0px;
}
.pageNav ul li strong {
	color: #666666;
}




/*========================================
-------- Modules
========================================*/

#mod-get-quote {
	width:278px;
	margin-left: 15px;
	float: right;
}
#mod-latest-news {
	width:150px;
	margin-left: 30px;
	float: left;
}
#mod-events {
	width:150px;
	margin-left: 30px;
	float: left;
}
#mod-clients {
	float:left;
	margin-left:20px;
	width:260px
}

#mod-get-quote h2, #mod-latest-news h2, #mod-clients h2, #mod-events h2 {
	font-size: 18px;
	line-height:normal;
	margin-bottom:0px;
}
#mod-get-quote p, #mod-latest-news p, #mod-clients p, #mod-events p {
	font-size: 14px;
	margin-bottom: 7px;
}



.homeIntro {
	color:#FFFFFF;
	width:550px;
	float: left;
	padding-top: 60px;
	padding-left: 120px;
}
.homeIntro h1 {
	color: #FFFFFF;
	font-size: 48px;
}
.homeIntro h1 strong {
	font-size: 26px;
	color: #F1F3F3;
}
.homeIntro p {
	color: #FFFFFF;
}
.featuredProduct {
	float: left;
	width: 205px;
	margin-right: 15px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
}
.featuredProduct.last {
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}






body#home #globalNav a#GN01 {
	background-position: 0px -37px;
}

ul#GN-drop-06       {

}
#breadcrumbs .mid/*========================================
-------- Bread Crumbs
========================================*/
 {
	font-size: 11px;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: normal;
}
#breadcrumbs .mid a {
	text-decoration: underline;
}
.list li {
	background-color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	padding: 10px;
	float: left;
	width: 195px;
	text-align: center;
	border: 1px dotted #E2E1DD;
	height: 120px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #666666;
	z-index: -10;
}
.list {
}
.list li.last {
	margin-right: 0px;
}
.container_16#content {
	z-index: 1;
}




.grid_4 {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.grid_12 {
	margin-top: 10px;
	width: 699px;
	margin-right: 10px;
}
#homeCycle {
	height: 311px;
	width: 699px;
}
.module.grid_12#productStrip .mid {
	background-image: url(/images/module_12-solid.jpg);
	padding-left: 170px;
	height: 72px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.module.grid_4#adModule  .mid {
	background-image: url(/images/module_12-solid-02.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 71px;
}
.module.grid_4#adModule h3 {
	font-size: 18px;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.module.grid_4#adModule p {
	width:95px;
	float:left;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	clear: none;
}



/*========================================
-------- Module Styles
========================================*/
.module {

}
.module h2 {
}
.module h1 {
	padding: 0px;
}

.module   .top {
	background-image: url(/images/module_4col-top.png);
	background-repeat: no-repeat;
	height: 5px;
	overflow: hidden;
}
.module .mid {
	background-image: url(/images/module_4col-mid.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DBDBD7;
	border-left-width: 1px;
	border-left-color: #DBDBD7;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin: 0px;
	position: relative;
}
.module .mid.nopad {
	padding-top: 8px;
	padding-bottom: 8px;
}

.module  .bot {
	background-image: url(/images/module_4col-bot.png);
	height: 9px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
.module.grid_4.alpha {
	margin-left: 5px;
}
.module.grid_4   .top {
	background-image: url(/images/module-4col-top.png);
}

.module.grid_4 .mid {
	background-image: url(/images/module-4col-mid.png);
	background-color: #FBFBF8;
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.module.grid_4  .bot {
	background-image: url(/images/module-4col-bot.png);
}


.module.grid_5   .top {
	background-image: url(/images/module-4col-top.png);
}

.module.grid_5 .mid {
	background-color: #FFFFFF;
	background-image: none;
}
.module.grid_5  .bot {
	background-image: url(/images/module-5col-bot.png);
	background-repeat: no-repeat;
}


.module.grid_5.blue .top {
	background-image: url(/images/module-4col-top.png);
}

.module.grid_5.blue .mid {
	background-color: #FBFBF9;
	background-image: none;
	padding-top: 30px;
}
.module.grid_5.blue .bot {
	background-image: url(/images/module-5col-blue-bot.png);
	background-repeat: no-repeat;
}


.module.grid_6   .top {
	background-image: url(/images/module-6col-top.png);
}

.module.grid_6 .mid {
	background-color: #FFFFFF;
	background-image: none;
}
.module.grid_6  .bot {
	background-image: url(/images/module-6col-bot.png);
	background-repeat: no-repeat;
}


.module.grid_10  .mid {
	background-color: #FFFFFF;
	background-image: none;
}
.module.grid_10 .top {
	background-image: url(/images/module-10col-top.png);
}
.module.grid_10 .bot {
	background-image: url(/images/module-10col-bot.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 6px;
}


.module.grid_11 .top {
	background-image: url(/images/module_12Col-top.png);
}

.module.grid_11 .mid {
	background-image: url(/images/module_12col-mid.png);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.module.grid_11 .bot {
	background-image: url(/images/module_12Col-bot.png);
}



.module.grid_12 .top {
	background-image: url(/images/module_12Col-top.png);
}
.module.grid_12.alpha {
	margin-left: 10px;
	margin-right: 0px;
	width: 709px;
}

.module.grid_12 .mid {
	background-image: url(/images/module_12col-mid.png);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.module.grid_12 .bot {
	background-image: url(/images/module_12Col-bot.png);
}
.module.grid_11 .mid  p  {
	clear: none;
}
.module.grid_12.blue .top {
	background-image: url(/images/module_12ColBlue-top.png);
}
.module.grid_12.blue .mid {
	background-image: url(/images/module_12ColBlue-mid.png);
	background-color: #FBFBF8;
	background-repeat: repeat-y;
	background-position: left top;
}

.module.grid_12.blue .bot {
	background-image: url(/images/module_12ColBlue-bot.png);
}
.module.grid_16    .top {
	background-image: url(/images/module_16Col-top.png);
}
.module.grid_16  .mid {
	background-image: none;
	position: static;
	background-color: #FFFFFF;
}
.module.grid_16   .bot {
	background-image: url(/images/module_16Col-bot.png);
}
.module.grid_16.blue .top {
	background-image: url(/images/module_16ColBlue-top.png);
}
.module.grid_16.blue .mid {
	background-image: none;
	background-color: #F2F5F0;
	position: relative;
}
.module.grid_16.blue .bot {
	background-image: url(/images/module_16ColBlue-bot.png);
}




/*========================================
-------- Box Picture Links
========================================*/
ul.box-links li {
	float: left;
	margin-right: 12px;
	list-style-type: none;
}
ul.introBullet li {
	list-style-type: disc;
	list-style-image: none;
	margin-bottom: 5px;
	color: #666666;
}
ul.introBullet li strong {
	display: block;
	font-size: 16px;
	color: #25284e;
}

ul.box-links li.last {
	margin-right: 0px;
}


/*========================================
-------- Product list
========================================*/

#product-list {
	z-index: -10;}

#product-list ul {}
#product-list ul li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 19px;
	margin-top: 0px;
	width: 220px;
	float: left;
	z-index: -10;
}
#product-list ul li.last {
	margin-right: 0px;
}

#product-list ul li a {
	display: block;
	background-position: left top;
	text-align: center;
	background-image: url(/images/bg-product-list.png);
	padding: 10px;
	height: 200px;
}
#product-list ul li a:hover {
	background-position: left -220px;
	text-decoration: none;
}

#product-list  ul  li  a  em {
	text-align: center;
}

#product-list ul li a strong {
	display: block;
	font-size: 15px;
}








/*========================================
-------- hCard - vCard Styles
========================================*/
.vcard {
	margin-top: 10px;
}
.vcard .fn {
	font-weight: bold;
	color: #5E7563;
	margin-bottom: 5px;
}

.vcard  img.photo {
	position: absolute;
	top: 0px;
	right: 0px;
}
.vcard .telecommunications {
	font-weight: bold;
	color: #5E7563;
	font-size: 14px;
	margin-top: 15px;
	line-height: 18px;
}
.vcard  .email  {
	text-decoration: underline;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

.vcard .adr {
	font-size: 14px;
	position: absolute;
	top: 53px;
	right: 200px;
	color: #6E6858;
	line-height: normal;
	z-index:1000;
	font-weight: bold;
}


.vcard .org {
	display: none;
}
address .regno {
	font-size: 11px;
}

.office-tel {
	font-size: 24px;
	text-align: right;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.mapWrapper {
background-color:#DEE3EB;
border:1px solid #013183;
padding:10px;
}


/*========================================
-------- Search Results Styles
========================================*/

#pages {
	top: 0px;
	right: 5px;
	margin-top: 3px;
	float: right;
	width: 211px;
}
.top_pager_row {
	float: left;
}

/*========================================
-------- Paginator
========================================*/

#pages .paginator {
	float: left;
	width: 151px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
#pages  .paginator a {
	padding-right: 2px;
	padding-left: 2px;
}
#pages .paginator a.selected {
	text-decoration: underline;
}

#pages .search-total {
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
}

#pages a.next {
	background-image: url(/images/btn-next.png);
	display: block;
	float: right;
	height: 14px;
	width: 20px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 10px;
	margin-top: 5px;
}
#pages a.next:hover {
	background-position: left bottom;
}


#pages a.prev {
	background-image: url(/images/btn-prev.png);
	display: block;
	float: left;
	height: 14px;
	width: 20px;
	background-repeat: no-repeat;
	margin-right: 10px;
	text-indent: -9999px;
	background-position: right top;
	margin-top: 5px;
}
#pages a.prev:hover {
	background-position: right bottom;
}
#tabvanilla {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.tabnav li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
ul.tabnav ul {
	margin-top: 10px;
}



 /*========================================
-------- Tabbed Area
========================================*/

ul.tabnav li a  {
	background-image: url(/images/tabs.jpg);
	display: block;
	height: 24px;
	text-align: center;
	padding-top: 10px;
	margin: 0px;
}
ul.tabnav li a:hover {
	background-position: -34px;
	text-decoration: none;
}

.tabnav #tab-general a {
	background-position: 0px 0px;
	width: 201px;
}
.tabnav #tab-features a {
	background-position: -201px 0px;
	width: 150px;
}
.tabnav #tab-spec a {
	background-position: -351px 0px;
	width: 162px;
}
.tabnav #tab-ordering a {
	background-position: -513px 0px;
	width: 150px;
}
.tabnav #tab-faq a {
	background-position: -663px 0px;
	width: 97px;
}
.tabnav #tab-docs a {
	background-position: -760px 0px;
	width: 180px;
}

.tabnav #tab-general a:hover {
	background-position: 0px -34px;
}
.tabnav #tab-features a:hover {
	background-position: -201px -34px;
}
.tabnav #tab-spec a:hover {
	background-position: -351px -34px;
}
.tabnav #tab-ordering a:hover {
	background-position: -513px -34px;
}
.tabnav #tab-faq a:hover {
	background-position: -663px -34px;
}
.tabnav #tab-docs a:hover {
	background-position: -760px -34px;
}

.locations ul {
	float: left;
}
.locations li {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	background-color: #FFFFFF;
	white-space: nowrap;
}
.locations li a {
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	padding-top: 5px;
	padding-bottom: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 140px;
	background-image: url(/images/bg-location.png);
	background-repeat: repeat-y;
	color: #3F8396;
}
.locations li a:hover {
	background-color: #FFFFFF;
}
#locationsWrapper .locations li {
	float:left;
	font-weight:normal;
	}
#locationsWrapper .locations li a {
	background-image:none;}

.tabdiv {
	background-image: url(/images/bg-tabdiv.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	clear: left;
	border: 1px solid #DBDCD7;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin: 0px;
}





.ui-tabs-hide {
display: none;
}
.modOptions {
}
.modOptions li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
}

.modOptions li a {
	display: block;
	background-color: #F7F6F4;
	padding: 10px;
}
.modOptions li a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}

.modOptions li a strong {
	display: block;
}
#ardent    {
	float: right;
	font-size: 10px;
}
#ardent  a  {
	color: #B72B2C;
}
#copyright    {
	float: left;
	font-size: 10px;
}

#footer .colourStrip {
	background-image: url(/images/footerStrip.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 10px;
}

#footer .text {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	width: 707px;
}
#footerWrapper     .links  {
	height: 30px;
	display: block;
	clear: both;
	text-align: center;
	font-size: 12px;
}
#footerWrapper .links a {
	color: #666666;
}















/*========================================
-------- Footer
========================================*/

#footerWrapper {
	width: 100%;
	background-image: url(/images/footerStrip.jpg);
	background-repeat: repeat-x;
	clear: both;
	margin-top: 10px;
	background-color: #EAEAE8;
	background-position: center top;
	padding-top: 40px;
}
#footerWrapper h2 {
	font-size: 18px;
	margin-bottom: 7px;
}
#footerWrapper #siteLinks ul li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	width: 130px;
}
#footerWrapper #siteLinks ul {
	display: block;
	height: 80px;
	width: 300px;
}

#footerWrapper #siteLinks ul li a {
	color: #535353;
}

#footerWrapper  #quickLinks  ul  li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	width: 90px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 9px;
	height: 100px;
}
#footerWrapper  #quickLinks  ul  li  h3 {
	font-size: 14px;
}

#footerWrapper #quickLinks ul {
	z-index: 9999;
	display: block;
}
#locationsWrapper .locations     {
	width: 700px;
	background-image: url(/images/map-small.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#locationsWrapper {
	background-image: url(/images/bg-footer-locations-top.png);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	height: 150px;
	padding-top: 30px;
}
#locationsWrapper .mid {
	background-image: url(/images/map-small.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 150px;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAE8;
	margin-bottom: 15px;
}
#locationsWrapper .top {
	height: 50px;
}



#footerWrapper #quickLinks ul li.last {
	margin-right: 0px;
	width: 100px;
}
#footerWrapper #quickLinks ul li li {
	float: none;
	height: auto;
}




#logos {
	clear: both;
	height: 40px;
	width: 700px;
	padding: 8px 30px 8px 30px;
	background: url(../images/logosBack.gif) 0 0 repeat-x #eee;
	border-bottom: 1px solid #ccc;}
#logos div {
	float: left;
	padding: 0 20px 0 20px;}



/*========================================
-------- Team
========================================*/
.team {
	margin-top:0px;
}
.team img {
	border:3px solid #FFFFFF;
	float: right;
	margin-left: 20px;
}
.team hr {
background-color:#A6AFB8;
border-style:none;
clear:both;
color:#A6AFB8;
margin-bottom:15px;
}
.team .item {
	border-bottom:1px solid #EAEAEA;
	margin-bottom:15px;
	min-height:140px;
}
.team h2 {
color:#2E2E2E;
font-size:14px;
font-weight:bold;
margin-bottom:3px;
}
.team h3 {
color:#606060;
margin-bottom:5px;
margin-top:0;
}
.team p {
	clear: none;
}


/*========================================
-------- Team
========================================*/
.pressClear {
clear:both;
width:534px;
}
.press1 h6, .press2 h6 {
font-size:1.2em;
}
.press1 img, .press2 img {
float:right;
margin:0 0 8px 8px;
}
.press1 h6 a, .press2 h6 a {
text-decoration:none;
}
.pressDetail img {
border:5px solid #FFFFFF;
margin-left:20px;
}
.pressDetail hr {
clear:both;
margin-bottom:10px;
margin-top:0;
}
.pressDetail p {
	margin-right:170px;
	clear: none;}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	color: #25284E;
}
