﻿/* -------------------------------------------------------------- 
  
  Original CSS:
  Future Software
  20/10/08/
  Russell Jones
  www.slightlydifferent.co.uk
  
  Updated CSS:
  Future Software
  19/04/2011
  Tom Clarke - DesignyourCode
  http://designyourcode.co.uk
   
-------------------------------------------------------------- */
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;
	color: #000000;
}
/* 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: "" "";
}
a img {
	border: none;
}
/* typography.css */
body {
	font-size: 70%;
	color: #595a5c;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
h1 {
	color: #6C3986;
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 0.2em;
	font-weight: normal;
}
h2 {
	color: #6C3986;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 20px;
}
.indexheader {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
	color: #6C3986;
}
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;
}

a:focus, a:hover {
	color: #4c1bed;
	text-decoration: underline;
}
a {
	color: #c99ae4;
	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: #555555;
	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;
}
#left-column-one {
	width: 613px;
	margin-top: 15px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #C99AE4;
	float: left;
}
#right-column-one {
	width: 296px;
	float: left;
	margin-top: 15px;
}
/*//MASTHEAD//////////////////////////////////////////////////////*/
h1.logo {
	background: url('logo.gif') no-repeat;
	height: 26px;
	width: 318px;
	text-indent: -9999em;
	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: #EBE2FE;
	color: #595A5C;
}
div.colour-two {
	height: 60px;
	padding: 5px;
	background: #fafbfd;
	color: #595A5C;
}
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: #8D9395;
}
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: #B386CB;
	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') repeat-x left bottom;
	display: block;
	line-height: 30px;
}
.sidenavigation li a:hover {
	color: #58c7db;
	font-weight: bold;
	background: #eafcf9 url('dotted.gif') repeat-x left bottom;
	display: block;
	line-height: 30px;
	text-decoration: none;
}
/*//FOOTER//////////////////////////////////////////////////////*/
#footerwrapper {
    margin: 0 auto;
    position: relative;
    width: 930px;
}
#footer {
    border-top: 1px solid #C99AE4;
    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;
}
/* Site map */
.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;
}
/*ends here*/
.imageborder {
	border-style: solid;
	border-width: 1px;
}
#SearchButton {
	background: url(go.gif) no-repeat;
	width: 22px;
	height: 22px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

.bottom-border {
	border-bottom-width: 1px;
	border-bottom-color: #dcabff;
	border-bottom-style: solid;
	padding: 20px 0;
}
.top-border {
	border-top-width: 1px;
	border-top-color: #dcabff;
	border-top-style: solid;
	padding: 20px 0;
}

/* CONTENT COLUMNS */

.first-column {
	width: 270px;
	float: left;
	padding: 10px;
	margin-right: 20px;
}
.last-column {
	width: 270px;
	float: left;
	padding: 10px;
}

.leftcontentcolumn {
	width: 400px;
	float: left;
	padding: 10px;
	margin-right: 20px;
}
.rightcontentcolumn {
	width: 400px;
	float: left;
	padding: 10px;
}

/*DigiSHOW ICON IMAGES */

.firsticon {
	width: 100px;
	float: left;
	padding: 10px;
	margin-right: 20px;
}

.lasticon {
	width: 100px;
	float: left;
	padding: 10px;
}

.firsthardware {
	width: 280px;
	float: left;
	padding: 10px;
	margin-right: 20px;
}

.lasthardware {
	width: 280px;
	float: left;
	padding: 10px;
}

.lastpartner {
	width: 340px;
	float: left;
	padding: 10px;
}

.spacer {
	height: 340px;
}

/* PRODUCT TAB MENU */

#menu {
	width: 600px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-right: -8px;
}

#menu a {
    color: #DCABFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 40px 80px;
    text-align: justify;
    text-decoration: none;
}

#menu a:hover {
	color: #6C3986;
	text-decoration: underline;
}

#menu .current_page_item a {
	color: #6C3986;
}

/* 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: #c99ae4;
	-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: #c99ae4; 
	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;
}
