@charset "utf-8";
/* CSS Document which controls global styling */

/* FIRST A CSS 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,
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-weight: inherit;
/*	font-style: inherit;*/
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
/* End Reset */

/* GENERAL GLOBAL SETTINGS
----------------------------------------------- */
body {
	background:#f3f3f3;
	font-family: arial,helvetica,sans-serif;
}

/*
James Dadd - 18th June 09: Still unsure as to why
we have to float all div elements left not sure if this is the correct approach to build off from.
*/
div {
	float: left;
}

/* Clear fix
http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack  */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End clear fix */


/*------------------------------------------------------
  				Content & Body containers
  ------------------------------------------------------*/
#container {
	float: none;
	width: 960px !important;
	margin: 0 auto !important;
	padding: 0 0 20px 0;
	background: #ffffff;
}

#bodyWrapper {
	font-size: 12px;
	clear: both;
	padding: 10px 0 0 10px;
	width: 930px;
	float: none;
}

/* Used to extend bodyWrapper mainly used for thickbox (aka light box technique) overlays */
.thickWrapperzz {
	width: 730px!important;
}

/*------------------------------------------------------
  				Data table global definitions
  ------------------------------------------------------*/
table.tablesorter {
	border: 1px solid #ccc;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
table.tablesorter th {
	text-align: left;
	padding: 5px;
	cursor: pointer;
}
table.tablesorter td {
	padding: 5px;
}
table.tablesorter img {
	vertical-align:top;
}
table.tablesorter .even {
	background-color: #ffffff;
}
table.tablesorter .odd {
	background-color: #eeeeee;
}
table.tablesorter .header {
	background-image: url(/images/bg.png);
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	padding-left: 20px;
	padding-top: 7px;
	height: auto;
}

table.tablesorter .blank {
	background-image: url(/images/blank_header.png);
	background-repeat: repeat;
	padding-left: 5px;
	cursor: auto;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	border: 1px solid #cccccc;
}

table.tablesorter .headerSortUp {
	background-image: url(/images/asc.png);
	background-repeat: no-repeat;
}
table.tablesorter .headerSortDown {
	background-image: url(/images/desc.png);
	background-repeat: no-repeat;
}

.tablesorterPager {
	margin: 8px;
	float: right;
}

.pagedisplay {
height:16px;
}
/* END Data table styling */

/*------------------------------------------------------
  				Forms global definitions
  ------------------------------------------------------*/
fieldset div {
	margin:0.3em 0;
	clear:both;
}
form.bodyform {
	width:auto;
}
form.bodyform div {
	float:none;
}
label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
form.bodyform input, select, textarea {
	padding:0.15em;
	
	border:1px solid #ddd;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
form.bodyform input:hover, textarea:hover{
	border:1px solid #ff9900;
}
/*If we put the :focus statement in the same definition as the :hover then focus does not work !! Why??*/
form.bodyform input:focus, textarea:focus {
	border:1px solid #ff9900;
}
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
	margin: 0 0 0.5em 0;
}
.email {
	width:18em;
}
.submitme {
	margin-top:1em;
	margin-left:12.5em;
	clear:both;
	background-color:#599dcc;
	color:#FFFFFF;
	cursor:pointer;
}
label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}
#message { 
	width:250px;
	margin:70px 0 0 175px; 
}
#checkmark { 
	position:relative;
	top:-59px;left:-60px;
}
.required {
	background:url(/images/css/required.png) no-repeat;
	background-position:center right;
	padding-right:5em !important;
}

/* END global form styling */

/* End Global Styling*/

/* Body Content styling */

/* Body wrapper contains the styles which can be defined globally on the body content (H1, H2, H3, p, ul, li etc)
Individual sections i.e. navigation will & can override these styles but MUST be defined in those stylesheets
*/
#bodyWrapper h1 {
	font-size: 18px;
	font-weight: normal;
	color: #e6a32a;;
	margin: 0 0 14px 0;
}

#bodyWrapper h2 {
	color: #666;	
	font-size: 16px;
	margin: 0 0 5px 0;
	font-weight:bold;
	font-style:italic;
}

#bodyWrapper h3 {
	color: #666;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#bodyWrapper h4 {
	color: #666;
	margin: 0 0 5px 0;
}

#bodyWrapper a {
	text-decoration: none; color: #59a1d1;
}
	
#bodyWrapper a:hover {
	text-decoration: underline;
}

#bodyWrapper p {
	font-size: 12px;
	line-height:1.5;
	color: #666;
	margin: 0 5px 14px 0;
}

#bodyWrapper .leftContent {
	width:200px; 
	float:left; 
	position:relative; 
}

#bodyWrapper .rightContent {
	width:200px; 
	float:right; 
	position:relative;
}

* html #bodyWrapper .rightContent {
display:inline; /* IE 6 fix */
float:right;
}


/* Main body content, default two column approach - can be extended by .ThreeCol class */
.bodyContent {
	width: 700px;
	margin: 0 0 0 10px;
}
/* Use for three column layout extends .bodyContent e.g. class="bodyContent ThreeCol"*/
.ThreeCol {
	width: 520px;
	margin: 0 0 0 5px;
}
.OneCol {
	width: 890px;
	margin: 0 0 0 5px;
}

/* List styles for left/right columns (NOT navigation area) content */
.rightContent ul li {
	color: #666;
	margin: 0 0 10px 15px;
	list-style-type:none;
}
.rightContent ol li {
	color: #666;
	margin: 0 0 10px 15px;
}

/* List styles for main body content */
.bodyContent ul li { 
	color: #666;
	margin: 0 0 10px 15px;
}

.bodyContent ol li {
	color: #666;
	margin: 0 0 10px 15px;
}

.twoColumnlist
{
	width: 330px;
}

.twoColumnlist li 
{
	float:left;
	width: 150px;
	padding: 5px 0 0 0;
}

.alignRight {
	float:right;
	margin-left:5px;
}

.alignLeft {
	float:left;
	margin-right:5px;
}

.alignCentre {
	display: block;
    margin-left: auto;
    margin-right: auto
}

/* three column list will only display correctly on a full page
(Two Column) layout not on a three column layout */
.threeColumnlist
{
	width: 700px;
}

.threeColumnlist li 
{
	float:left;
	width: 210px;
	padding: 5px 0 0 0;
}

.layoutBox {
	width:100%;
	padding: 10px 0 20px 0;
}

/* End body styling */


/*------------------------------------------------------
  				Image styling
  ------------------------------------------------------*/

.imageBox {
	float:right;
	border:1px solid #ccc;
	padding:5px;
	margin: 5px;
	width: 50%;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
  
.imageBox img {
	width:100%;
}

.imageBox p {
	font-style: italic;
	text-indent: 0;
	text-align:center;
}

.horizontal {
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:85%;
}

.horizontal img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	margin-bottom:10px;
	margin-top:10px;
}

/*------------------------------------------------------
  				Homepage featured content
  ------------------------------------------------------*/	

#featured{ 
	width:428px; 
	padding-right:250px; 
	position:relative; 
	border:1px solid #ccc; 
	height:250px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; 
	left:400px; 
	list-style:none; 
	padding:0; 
	margin:0; 
	width:275px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; 
	padding-left:13px;  
	font-size:12px; 
	color:#666; 
	margin: 0; /* Overrides default list margins set in .bodyContent ul li*/
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('/images/slider/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:170px; left:0; 
	height:80px; 
	background: url('/images/slider/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
/*#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}*/
#featured .ui-tabs-hide{ 
	display:none; 
}

/*------------------------------------------------------
  				Homepage 3 boxes below featured content
  ------------------------------------------------------*/		 
.fbox
{
	background:url(/images/boxbg.gif) no-repeat;
	padding-top:10px;
	margin-top:3px;
	height:129px;
	width:220px;
	padding: 5px;
}

.fbox p
{
	margin-left:60px;
	padding:1px 10px 3px 0;
}

.fbox img
{
	float:right;
	margin:1px 10px;
}

.bigFbox
{
	background:url(/images/250-boxbg.gif) no-repeat;
	width:250px;
	height:110px;
}

 /*------------------------------------------------------
  				Product category page boxes
  ------------------------------------------------------*/	
  
.ProductCatbox
{
	width: 500px;
	padding: 10px;
}

.ProductCatTitle
{
	padding: 0 0 0 10px;
}

.ProductCatbox p
{
	margin-left:60px;
	padding:1px 10px 3px 0;
}

.ProductCatbox img
{
	float:right;
	margin:1px 10px;
	margin-bottom:20px;
}

.ProductCatbox ul
{
	width: 430px;
}

.ProductCatbox ul li 
{
	float:left;
	width: 200px;
	padding: 5px 0 0 0;
	list-style-type:none;
}

/*------------------------------------------------------
  				Product page details
  ------------------------------------------------------*/	
  
.ProductDetailbox
{
	width: 500px;
	padding: 10px;
}

/*------------------------------------------------------
  				Support page
  ------------------------------------------------------*/

.SupportBox
{
	background:url(/images/support/Imaging_support.jpg) no-repeat;
	background-position:bottom right;
	border: 1px solid #ccc;
	width:500px;
	padding:5px;
}

.SupportBox ul
{
	width: 430px;
}

.SupportBox ul li
{
	float:left;
	width: 200px;
	padding: 5px 0 0 0;
}

.Vipoir
{
	background:url(/images/support/vipoir_large.png) no-repeat;
	background-position:bottom right;
}


/*------------------------------------------------------
  				Right sidebox
  ------------------------------------------------------*/
.box h3 {
	font-size: 13px;
	padding: 4px 0 0 5px;
}
#sidebox h3{
	background: transparent url(/images/sidebanners/head.png) no-repeat scroll 0 0;
	height: 25px;
	width: 200px;
}
.box p {
	padding: 0 0 0 5px;
}
.box img {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*------------------------------------------------------
  				Downloads
  ------------------------------------------------------*/
.DownloadBox
{
	width:500px;
	height: 119px;
	padding: 260px 0 0 17px;
	background: transparent url(/images/downloads/default_feature.jpg) no-repeat scroll 0 0;
}

.titlebox 
{
	width: 425px;
	margin: 0 5px 0 0;
}

.detailBox
{
	width:700px;
	height: 385px;
	padding: 14px 0 0 17px;
	background: transparent url(/images/downloads/download_detail_bg.jpg) no-repeat scroll 0 0;
}

.downloadRight {
	width:200px;
}

.topDownload li {
	margin: 0 0 0 5px!important;
	padding:6px 0;
	list-style-type:none;
}

.topDownload li a {
	background:transparent url(/images/downloads/download_small.png) no-repeat scroll 0 0;
	display:block;
	overflow:hidden;
	padding: 0 0 0 30px;
	line-height:20px;
}
.downloadGridleft {
	width:200px;
	margin:5px;
}
.downloadGridright {
	width:260px;
	margin:5px;
	padding: 22px 0 0 0;
}

.download_button {
	float:right;
}

.openlab {
	background: transparent url(/images/downloads/openlab_feature.jpg) no-repeat scroll 0 0;
}

.volocity {
	background: transparent url(/images/downloads/volocity_feature.jpg) no-repeat scroll 0 0;
}

.ils{
	background: transparent url(/images/downloads/ils_feature.jpg) no-repeat scroll 0 0;
}

.ics {
	background: transparent url(/images/downloads/ics_feature.jpg) no-repeat scroll 0 0;
}

/*------------------------------------------------------
  				END Downloads
  ------------------------------------------------------*/

/* ---------- Video gallery styles start here ----------------------- */
.videoContainer {
	float: none!important;
}

.videoContainer p{
	font-style: italic;
	font-size: 10px !important;
	text-indent: 0;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 20px;
	margin: 0;
	float: left;
	position: relative;
	width: 170px;
	height: 130px;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
	-moz-border-radius: 5px;
}
.gallery em {
	background: #fff url(/images/movies/grey-gradient.gif) repeat-y;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	color: #000000;
	top: 130px;
	left: 9px;
	border: 1px solid #cccccc;
	font-size: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.gallery a {
	text-decoration: none;
}
.gallery span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
}

.gallery .video {
	background: url(/images/movies/video.gif) no-repeat;
}

.gallery .image {
	background: url(/images/movies/image.gif) no-repeat;
}
/* ---------- END Video gallery styles start here ----------------------- */