﻿/* -------------------------------------------------------------- 
  
  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;
}
html {
	overflow-y: scroll;
}
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 {
    color: #2FA8C9;
    font-size: 2.2em;
    line-height: 1em;
    margin-bottom: 0.2em;
}
h2 {
    color: #2FA8C9;
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 0.2em;
}
#right-column-one h2.latest-news {
    background: url("latest-news.gif") no-repeat scroll left 0 transparent;
    height: 22px;
    margin-bottom: -10px;
    padding: 6px 0 0 35px;
    width: 130px;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
.indexheader {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

.indexheader a {
	background: none repeat scroll 0 0 #c2c2c2;
	color: #ffffff;
	line-height: 34px;
	padding: 2px 12px;
	text-decoration: none !important;
}

.indexheader a:hover {
	background: none repeat scroll 0 0 #999999;
	color: #ffffff;
}

.indexheader a:active {
	background: none repeat scroll 0 0 #207b98;
	color: #ffffff;
}
.alpha-list {
	font-weight: bold;
	font-size: 18px;
}

.alpha-list a:hover, .indexheader a:hover {
	text-decoration: none;
	color: #207b98;
}

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: 20px;
	font-size: 14px;
}
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;
	position: relative;
	text-align: left;
}

#masthead {
	height: 33px;
	background: url('masthead.jpg') repeat-x 50% top;
}
.top-bar {
    height: 110px;
    margin-bottom: 0;
    padding: 5px;
    width: 930px;
}
.top-bar-left {
	float: left;
	width: 340px;
	margin-right: 7px;
}
.top-bar-right {
	float: right;
	width: 340px;
	margin-right: 7px;
}

.logo-area {
    height: 60px;
    position: absolute;
    top: 40px;
}

/* Columns */

#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;
}

#left-column-one ul li, #right-column-one ul li {
	color: #8d9395 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	line-height: 20px !important;
	font-size: 14px !important;
	display: list-item !important;
	margin-left: 10px;
}
.book-now a {
	background: none repeat scroll 0 0 #e7e7e7;
	border: 1px solid #999999;
	padding: 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-right: 20px;
}
.book-now a:hover {
	background: none repeat scroll 0 0 #d5e1e4;
	border: 1px solid #888888;
}
.logos img {
	margin: 0 20px 20px 0;
}
/*//MASTHEAD//////////////////////////////////////////////////////*/
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;
}

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//////////////////////////////////////////////////////*/
#footerwrapper {
    margin: 0 auto;
    position: relative;
    width: 930px;
}
#footer {
    border-top: 1px solid #D5E1E4;
    display: inline-block;
    margin: 20px auto;
    padding-top: 20px;
    text-align: left;
    width: 930px;
}
#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;
}

.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;
}

.leftcontentcolumn {
	width: 400px;
	float: left;
	padding: 10px;
	margin-right: 20px;
}

.rightcontentcolumn {
	width: 400px;
	float: left;
	padding: 10px;
}

.contactdetails {
	margin-left: 20px;
}

.bottom-border {
	border-bottom-width: 1px;
	border-bottom-color: #d5e1e4;
	border-bottom-style: solid;
    padding: 20px 0;
}

.firstclient {
	width: 200px;
	float: left;
	padding: 10px;
	margin-right: 20px;
}

.lastclient {
	width: 200px;
	float: left;
	padding: 10px;
}

.lastpartner {
	width: 340px;
	float: left;
	padding: 10px;
}

.spacer {
	height: 540px;
}

.top-divider {
	border-top: 1px solid #d5e1e4;
}

.bottom-divider {
	border-top: 1px solid #d5e1e4;
}

/* MENU */
#masthead { 
	z-index: 1;
}

#masthead .sitemenu {
    background: url("MenuBar.jpg") repeat-x scroll left top #242B31;
    height: 28px;
    margin-left: 0;
    padding-left: 6px;
    padding-top: 4px;
    position: absolute;
    text-align: left;
    top: 76px;
    width: 924px;
    overflow: visible;
}

#masthead .sitemenu ul {
	margin: 4px;
	padding: 0;
}

#masthead .sitemenu ul li {
	position: relative;
}

#masthead .sitemenu ul li:hover > ul { 
    display: block;
}

#masthead .sitemenu li {
	display: inline;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
    margin-right: 9px;
    padding-right: 9px;
   	font-family: Arial, Helvetica, sans-serif;
	background: url('nav-divider.gif') no-repeat right 50%;
}

#masthead .sitemenu li a {
    color: #FFFFFF;
    font-size: 12px;
    margin-right: -14px;
    padding: 9px 17px 9px 0;
    text-decoration: none;
}
#masthead .sitemenu li a:hover {
	color: #1bbbed;
	-webkit-transition: color .5s ease; 
	-moz-transition: color .5s ease; 
	-o-transition: color .5s ease; 
	transition: color .2s ease;

}

#masthead .sitemenu li:last-child {
    background: none;
}

/* SUBMENU */

#masthead .sitemenu ul li ul {
    background: none repeat scroll 0 0 #242B31;
    display: none;
    float: none;
    left: -14px;
    min-width: 100%;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 18px;
    width: 225px;
    z-index: 999999;}

#masthead .sitemenu ul li ul li {
    background: none repeat scroll 0 0 transparent;
    float: none;
    margin: 0;
    padding: 0;
}

#masthead .sitemenu ul li ul a {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #444444;
    color: #FFFFFF;
    display: block;
    float: none;
    font-size: 12px;
    margin: 2px 7px;
    padding: 9px 7px;
    white-space: nowrap;
}

#masthead .sitemenu ul li ul a:hover {
	padding: 9px 7px; 
	color: #1bbbed; 
	background: none; 
    border-bottom: 1px solid #444444;
	-webkit-transition: color .5s ease; 
	-moz-transition: color .5s ease; 
	-o-transition: color .5s ease; 
	transition: color .2s ease;
}

/* Project Gallery */

.project-gallery a {
    display: block;
    float: left;
    margin: 0 16px 16px 0;
   	box-shadow: 0 0 6px 1px #000000;
	-moz-box-shadow: 0 0 6px 1px #000000;
	-webkit-box-shadow: 0 0 6px 1px #000000;
}

.project-gallery a:hover {
   	box-shadow: 0 0 6px 2px #000000;
	-moz-box-shadow: 0 0 6px 2px #000000;
	-webkit-box-shadow: 0 0 6px 2px #000000;
}

.theme-default .nivoSlider {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

/* Home column */

.homeleft {
    float: left;
    margin: 20px 0;
    width: 930px;
}

/* Home pods */

.podarealeft {
	float: left;
	margin: 0;
	width: 630px;
}

.homepod1, .homepod2, .homepod3 {
	float: left;
	margin: 0 15px 15px 0;
}

.homepodright {
	float: right;
	width: 300px;
}


.clientpod {
	height: 200px;
	width: 300px;
	display: block;
	background: url("fsl-homepods.jpg") no-repeat scroll -310px -210px transparent;
	text-indent: -9999em;	
}

.clientpod:hover {
	background-position: -310px 0;
}
.videopod {
	height: 200px;
	width: 300px;
	display: block;
	background: url("fsl-homepods.jpg") no-repeat scroll 0 -210px transparent;
	text-indent: -9999em;	
}

.videopod:hover {
	background-position: 0 0;
}

.twtr-doc {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

#twtr-widget-1 .twtr-doc, #twtr-widget-1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4 {
	font-family: arial;
}

.twtr-widget .twtr-tweet-wrap {
    margin: 5px 0;
}

.microsoftlogo {
    float: right;
    margin: 18px 0 -18px;
}
