﻿/* -------------------------------------------------------------- 
  
  Future Software
  20/10/08/
  Russell Jones
  www.slightlydifferent.co.uk
  
   
-------------------------------------------------------------- */

/*Blueprint CSS Framework 0.7.1
  http://blueprintcss.googlecode.com*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body
{
	line-height: 1.4em;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
table, td, th
{
	vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}

/* Remove annoying border on linked images. */
a img
{
	border: none;
}


/* typography.css */
body
{
	font-size: 70%;
	color: #595a5c;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	color: #111;
}
h1
{
	font-size: 3em;
	line-height: 1;
}
h2
{
	font-size: 2em;
	margin-bottom: 0.75em;
}
h3
{
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
.indexheader
{
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h4
{
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	height: 1.25em;
}
h5
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6
{
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
	margin: 0;
}
p
{
	margin: 0 0 1.6em;
	color: #8d9395;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
p strong
{
	color: #666f72;
}
p img
{
	float: left;
	margin: 0 1.5em 1.5em 0;
	padding: 0;
}
p img.right
{
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover
{
	color: #1bbbed;
	text-decoration: underline;
}
a
{
	color: #207b98;
	text-decoration: none;
	font-weight: bold;
}
blockquote
{
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong
{
	font-weight: bold;
}
em, dfn
{
	font-style: italic;
}
dfn
{
	font-weight: bold;
}
sup, sub
{
	line-height: 0;
}
abbr, acronym
{
	border-bottom: 1px dotted #666;
}
del
{
	color: #666;
}
pre, code
{
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt
{
	font: 1em 'andale mono' , 'lucida console' , monospace;
	line-height: 1.5;
}
li ul, li ol
{
	margin: 0 1.5em;
}
ul, ol
{
	margin: 0 1.5em 1.5em 1.5em;
}
ul
{
	list-style-type: disc;
}
ol
{
	list-style-type: decimal;
}
dl
{
	margin: 0 0 1.5em 0;
}
dl dt
{
	font-weight: bold;
}
dd
{
	margin-left: 1.5em;
}
table
{
	margin-bottom: 1.4em;
	width: 100%;
}
th
{
	font-weight: bold;
	background: #C3D9FF;
}
tfoot
{
	font-style: italic;
}
caption
{
	background: #eee;
}
.small
{
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large
{
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide
{
	display: none;
}
.quiet
{
	color: #666;
}
.loud
{
	color: #000;
}
.highlight
{
	background: #ff0;
}
.added
{
	background: #060;
	color: #fff;
}
.removed
{
	background: #900;
	color: #fff;
}

/* -------------------------------------------------------------- 
   
   blueprint ie fixes

-------------------------------------------------------------- */

/* Make sure the layout is centered in IE5 */
body
{
	text-align: center;
}
.container
{
	text-align: left;
}


/* Fixes incorrect styling of legend in IE6. */
* html legend
{
	margin: -18px -8px 16px 0;
	padding: 0;
}

/* Fixes incorrect placement of ol numbers in IE6/7. */
ol
{
	margin-left: 2em;
}

/* Fixes wrong line-height on sup/sub in IE. */
sup
{
	vertical-align: text-top;
}
sub
{
	vertical-align: text-bottom;
}

/* Fixes IE7 missing wrapping of code elements. */
html > body p code
{
	white-space: normal;
}

/* IE 6&7 has problems with setting proper <hr> margins. */
hr
{
	margin: -8px auto 11px;
}

/* -------------------------------------------------------------- 
   
   blueprint forms

-------------------------------------------------------------- */

label
{
	font-weight: bold;
	display: none;
}
fieldset
{
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend
{
	font-weight: bold;
	font-size: 1.2em;
}


/* Form fields
-------------------------------------------------------------- */

input.text, input.title, textarea, select
{
	margin: 0.5em 0;
	border: 1px solid #bbb;
}

input.text:focus, input.title:focus, textarea:focus, select:focus
{
	border: 1px solid #666;
}

input.text, input.title
{
	width: 300px;
	padding: 5px;
}
input.title
{
	font-size: 1.5em;
}
textarea
{
	width: 390px;
	height: 250px;
	padding: 5px;
}


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error, .notice, .success
{
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error
{
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice
{
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success
{
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a
{
	color: #8a1f11;
}
.notice a
{
	color: #514721;
}
.success a
{
	color: #264409;
}


/*-----------blueprint fin*/



body
{
	margin-top: -4px;
	background: #fff url('page.jpg') repeat-x 50% top;
}

div.clearme
{
	clear: both;
	height: 1px;
}

.endbit
{
	margin-right: 0 !important;
}

address
{
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	font-style: normal;
}

/*//LAYOUT//////////////////////////////////////////////////////*/

#wrapper
{
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

#masthead
{
	height: 115px;
	background: url('masthead.jpg') repeat-x 50% top;
}

.top-bar
{
	padding: 5px;
	margin-bottom: 0px;
}

.top-bar-right
{
	float: right;
	width: 340px;
	margin-right: 7px;
}

#left-column-one
{
	width: 613px;
	margin-top: 15px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #d5e1e4;
	float: left;
}

#right-column-one
{
	width: 296px;
	float: left;
	margin-top: 15px;
}

#full-page-one
{
	width: 800px;
	margin-top: 15px;
	float: left;
	border-right: 1px solid #d5e1e4;
	margin-right: 10px;
	padding-right: 10px;
}



/*//MASTHEAD//////////////////////////////////////////////////////*/

input.topbar
{
	background: #fff;
	border: 1px solid #fff;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	width: 126px;
	height: 18px;
}

h1.logo
{
	background: url('logo.gif') no-repeat;
	height: 26px;
	text-indent: -9999em;
	width: 191px;
	margin-top: 5px;
	margin-bottom: 10px;
}


.logo a
{
	display: block;
	height: 26px;
}


.navigation
{
	height: 20px;
	background: url('MenuBar.jpg') repeat-x left top;
	text-align: left;
	padding-top: 6px;
	padding-left: 6px;
}

.navigation ul
{
	margin: 0;
	padding: 0;
}

.navigation li
{
	display: inline;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding-right: 15px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background: url('nav-divider.gif') no-repeat right 50%;
}

.navigation li a
{
	color: #fff;
	text-decoration: none;
}

.navigation li a:hover
{
	color: #1bbbed;
}

ul.breadcrumbs
{
	margin: 0;
	padding: 0;
}

.breadcrumbs li
{
	display: inline;
	padding-right: 10px;
	color: #60adc6;
}


/*//HOMEPAGE//////////////////////////////////////////////////////*/

div.maincta
{
	margin-bottom: 15px;
}

#inner-column-main
{
	width: 405px;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #d5e1e4;
}

#inner-column-news
{
	width: 160px;
	float: left;
}

#inner-column-news h2
{
	margin-bottom: 5px !important;
}

#inner-column-news h2 a
{
	font-size: 11px;
	font-weight: bold;
	color: #207998;
}

.date
{
	font-size: 10px;
	color: #CCCCCC;
}

.front-box1
{
	width: 193px;
	height: 144px;
	float: left;
	margin-right: 9px;
	margin-bottom: 15px;
}

.front-box2
{
	width: 193px;
	height: 144px;
	float: left;
	margin-bottom: 15px;
}

.front-box1 p, .front-box2 p
{
	font-size: 11px;
	color: #465960;
	padding: 2px 10px 10px 10px;
}

.front-box1 a, .front-box2 a
{
	display: block;
	width: 193px;
	height: 144px;
	color: #607982;
	font-weight: normal;
}

.front-box1 h2, .front-box2 h2
{
	font-size: 11px;
	color: #000;
	margin: 5px;
}

img.product
{
	border-bottom: 1px solid #d5e1e4;
	margin-bottom: 12px;
}

div.colour-one
{
	height: 60px;
	padding: 5px;
	background: #ecf6f7;
}
div.colour-two
{
	height: 60px;
	padding: 5px;
	background: #fafbfd;
}

div.colour-one h3, div.colour-two h3
{
	margin-bottom: 3px !important;
	font-size: 11px;
}

div.colour-one h3 a, div.colour-two h3 a
{
	text-decoration: none;
}

div.colour-one p, div.colour-two p
{
	margin: 0;
	color: #595A5C;
}

img.icon
{
	float: left;
	margin: 0 20px 10px 0;
}

/*//INTERNAL PAGES (ALL)/////////////////////////////////////////*/

h2.headline
{
	color: #1d6b85;
	font-size: 18px !important;
	letter-spacing: -2px;
	margin: 19px 0 19px 0;
	font-weight: bold;
}

.altcolor1
{
	color: #4b5c62;
}

p.intro
{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 35px;
	color: #2f3436;
}

.overview
{
	width: 296px;
	float: left;
	height: 100px;
	margin-bottom: 25px;
	margin-right: 20px;
}

.overview h3
{
	color: #2584a4;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 3px;
	font-size: 14px;
}

.overview p
{
	margin: 0;
	line-height: 16px;
}

.overview img
{
	float: left;
	margin: 0 5px 50px 0;
}

.bluegrab
{
	background: #85c4d6;
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
}

.bluegrab h3
{
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 3px;
	font-size: 14px;
	margin: 5px 0 10px 0;
}

.bluegrab li
{
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}

.bluegrab li a:hover
{
	color: #fff;
}

.bigphoto
{
	margin-bottom: 20px;
}


.mini-column
{
	width: 296px;
	float: left;
	margin-bottom: 25px;
	margin-right: 20px;
}

.mini-column h3
{
	color: #2584a4;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 3px;
	font-size: 14px;
}

.mini-column p
{
	line-height: 16px;
}


ul.sidenavigation
{
	margin: 0 0 20px 0;
	padding: 0;
}

.sidenavigation li
{
	list-style-type: none;
}

.sidenavigation li a
{
	color: #58c7db;
	font-weight: bold;
	background: url('dotted.gif') left bottom repeat-x;
	display: block;
	line-height: 30px;
}

.sidenavigation li a:hover
{
	color: #58c7db;
	font-weight: bold;
	background: url('dotted.gif') left bottom repeat-x #eafcf9;
	display: block;
	line-height: 30px;
	text-decoration: none;
}




/*//FOOTER//////////////////////////////////////////////////////*/

#footer
{
	border-top: 1px solid #d5e1e4;
	padding: 5px;
	padding-top: 15px;
	height: 1%;
	margin-top: 10px;
}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer li
{
	list-style-type: none;
	display: inline;
}

#footer li a
{
	padding-right: 15px;
	font-weight: normal;
}

.foot1
{
	float: left;
	width: 530px;
}

.foot2
{
	float: left;
	width: 190px;
	text-align: right;
}

.foot3
{
	float: left;
	width: 190px;
	text-align: right;
}

.foot3 p
{
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 5px;
}

.foot3 p a
{
	font-weight: normal;
}

.prodlogobox
{
	padding-bottom: 5px;
	border-bottom: 1px solid #d7e3e6;
	padding-top: 5px;
}

.prodlogobox img
{
	float: left;
	width: 53px;
	height: 53px;
	margin-right: 3px;
}

.prodlogobox h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.prodlogobox p
{
	font-size: 9px;
	margin: 0;
}

.prodlogo
{
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;
	letter-spacing: -1px;
	font-size: 12px;
	font-weight: normal;
}

a.prodlogolink
{
	color: #fff;
	background: #1597bf;
	font-size: 9px;
	padding: 2px;
	text-transform: uppercase;
	font-weight: bold;
}


/*Headings*/

#left-column-one h2
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
.style1
{
	font-size: large;
}
.style2
{
	font-weight: bold;
	color: #666F72;
}
.style3
{
	font-weight: bold;
	color: #595a5c;
}
.style4
{
	color: #666F72;
}
.style5
{
	font-weight: bold;
	color: #1597BF;
	font-family: "Arial Black";
	font-size: small;
	vertical-align: top;
}
.style7
{
	color: #8D9395;
}
.style8
{
	font-weight: bold;
	font-size: 100%;
	color: #207B98;
}

/*Style 9 for table in technology page*/
.style9
{
	width: 100%;
}

.TreeViewStyle
{
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: table;
	width: 100px;
}


#right-column-one h2
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	color: #3884a8;
}

/*Style for the end user logos*/
.userLogo
{
	padding: 3px 3px 3px 3px;
}

/* Created by RD style for Menus and SiteMaps*/

.SiteMapMenu
{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.SiteMapMenu table
{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.SiteMapMenu td
{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	height:15px;
}
.SiteMapMenu tr
{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.ifrm
{
	border: 1px black solid;
}
#SearchButton {
background:url(go.bmp) no-repeat ;
width:22px;
height: 22px;
border: 0px;
padding: 0px;
margin: 0px;
vertical-align: middle;
}
/*ends here*/
