﻿
/* standard elements */
html
{
    min-height: 100%;
}

*
{
	margin: 0;
	padding: 0;
}

a
{
    color: #963;
}

a:hover
{
    color: #C60;
}

body 
{
	background: #CCD8E0;
	color: #444;
	font: normal 62.5% Arial,Tahoma,sans-serif;
}

p,code,ul
{
    padding-bottom: 0.1em;
}

li
{
    list-style:disc;
}

h1 
{
	font: normal 1.4em Arial,Tahoma,sans-serif;
	margin-bottom: 4px;
	font-weight:bold;
	padding-bottom:7px;
}

h2
{
	font: normal 1.2em Arial,Tahoma,sans-serif;
	margin-bottom: 4px;
	font-weight:bold;
	text-align:center;
}

p
{
	font: normal 1.0em Arial,Tahoma,sans-serif;
}

code 
{
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Arial,Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote 
{
	/*background: url(../images/quote.gif) no-repeat;*/
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3
{
    padding-top: 6px;
}

/* misc */
.clearer
{
    clear: both;
}

.left {float: left;}

.topLeft {float: left;}

.topRight {float: right; padding-bottom:0px; padding-top:110px;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 15px;
	width: 950px;
}

/* header */
.top {
	/* background: url(img/clouds.gif) repeat-x; */
	padding: 20px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 73px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width:950px;
}
.header .left, .header .right {
	background: #fff;
	color: #000;
	height: 73px;	
}
.header .left {
	background: url(../images/T100header.gif) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 110px;
	text-align: center;	
	width: 564px;
}
.header .right {
	overflow: auto;
	width: 380px;
}
.header .right p,.header .right h2 
{
    padding: 0 16px;
}

.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}
.topSearch 
{ 
    margin-top:0px;
    padding-top:0px;
    text-align:right;
}

.topSearch a
{
    font-size:0.8em;
}

/* navigation */
.navigation {
	/*border: 1px solid #DFEEF7;*/
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(../images/menu_bg.jpg);
	border-right: 0px solid #AFBEC7;
	color: #456;
	float: left;
	font: bold 11px Verdana;
	height: 28px;
	padding:  5px 5px 5px 5px;
	text-decoration: none;
	width:91px;
	margin-right:4px;
	text-align:center;
	white-space:normal;
	vertical-align:middle;
}
.navigation a:hover {background: #D9E1E5 url(../images/menu_active_bg.jpg); background-position: left bottom; color: #234;}
.navigation a.active {background: #D9E1E5 url(../images/menu_active_bg.jpg); font: bold 11px Verdana; background-position: left bottom; color: #234;}
.leftNavigation a.leftactive 
{
    background-color:#D9E1E5;
    font-weight:bolder;
    padding:1px;
}

.leftNavigation
{
	float:left;
	width:165px;
	margin-top:10px;
    min-height:310px;
	display:inline-block;
}

.intellimage
{
    padding-top:40px;
    vertical-align:bottom;
    text-align:center;
    padding-left:40px;
    
}

.leftNavigationMenu
{
	width:165px;
}

.leftNavigation a
{
	font: bold 11px Verdana;
	color: #000;		
	line-height:17px;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(../images/banner.jpg) no-repeat;
	background-color:#e5ecf4;
	margin-bottom:10px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* Contact Information */

.contact { margin-left:15px; }

.contact ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.contact li {border-bottom: 1px solid #EAEADA;}
.contact li a {
	font-size:12px;
	font-weight:bold;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.contact li img {
	margin:5px 5px 5px 0px;	
	width:18px;
}

.contact li span {
	margin:5px 5px 5px 0px;	
	width:18px;
}
.contact li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {	
	float: left;
	margin: 10px 0;
	padding: 0 16px 0 16px;
	width: 919px;
	min-height:330px;
	/*height:349px;*/
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	/*list-style: url(../images/li.gif);*/
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.mainBox
{
	filter:alpha(opacity=80); 
	opacity:0.8;
	/*-ms-filter: "Alpha(Opacity=80)";
	 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
	display:inline-block;
	background:#fff;
	padding: 0px 10px 10px 10px;
	width: 583px;
	min-height:310px;
	margin:10px 8px 0px 10px;
	float:left;
	color:#000;
}

.mainBoxWide
{
	filter:alpha(opacity=80); 
	opacity:0.8;
	/*-ms-filter: "Alpha(Opacity=80)";
	 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
	display: inline-block;
	background:#fff;
	padding: 0px 10px 10px 10px;
	width: 700px;
	min-height:310px;
	margin:10px 8px 0px 10px;
	float:right;
	color:#000;
}

.txtBigBold
{
	font: bold 14px Verdana;
	color: #554;
	display: block;
	text-decoration: none;
	width: 95%;
}


/* */
.contentBoxHeader
{
	font: bold 14px Verdana;
	color:#000;
	text-align:left;
	padding:5px;
	clear:both;
	margin: 10px 10px 5px 10px;
}
.contentBoxLeft
{
	background: url(../images/box_bg.jpg) repeat;
	float: left;	
	padding: 0 16px;
	width: 280px;
	min-height:150px;
	background-color:#e5ecf4;
	margin:0px 8px 10px 0px;
}

.contentBoxMiddle
{
	background: url(../images/box_bg.jpg) repeat;
	float: left;	
	padding: 0 16px;
	width: 278px;
	min-height:150px;
	background-color:#e5ecf4;
	margin:0px 8px 10px 0px;
}

.contentBoxRight
{
	background: url(../images/box_bg.jpg) repeat;
	float: left;	
	padding: 0 16px;
	width: 280px;
	min-height:150px;
	background-color:#e5ecf4;
	margin:0px 0px 10px 0px;
}

.requestDemoButton
{
	background: url(../images/demobutton_170.gif) no-repeat;
	margin-top: 50px;
    margin-left: 50px;
	font: bold 12px Verdana;
	color:#000;
	padding-top:17px;
	padding-left:24px;
	text-decoration:none;
	position:absolute;
	width:170px;
	height:50px;	
}

.requestDemoButtonManSys
{
	background: url(../images/demobutton_170.gif) no-repeat;
	margin-top: 15px;
    margin-left: 50px;
	font: bold 12px Verdana;
	color:#000;
	padding-top:17px;
	padding-left:24px;
	text-decoration:none;
	position:absolute;
	width:170px;
	height:50px;	
}

.requestFactSheetButton
{
    background: url(../images/demobutton_170.gif) no-repeat;
    margin-top: 85px;
    margin-left: 50px;
	font: bold 12px Verdana;
	color:#000;
	padding-top:17px;
	padding-left:12px;
	text-decoration:none;
	position:absolute;
	width:170px;
	height:50px;	
}

.clients
{
	height:100px;
	width:280px;
	background-color:White;
	border:solid 0px #000;
}

/* demo bar */
.demobar {
	background: url(../images/demo_bg.jpg) repeat;
	line-height: 39px;
	text-align: center;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;		
	font-size:12px;
	font-weight:bold;
	text-decoration: none;	
}

.demobar a 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;		
	font-size:12px;
	font-weight:bold;
	text-decoration: none;	
	margin-right:10px;
	margin-left:10px;
}

.demobar a:hover {}

/* Form Controls */

input[type="text"] {
background-color:#f4f5f6;
border:1px solid #999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
height:20px;
margin-bottom:4px;
}

/* footer */
.footer {
	color: #a8c2dd;
	font: bold 11px Verdana;
	line-height: 39px;
	text-align:center;
}
.footer a,.footer a:hover {}


/* input form style */

fieldset
{
	margin-bottom:10px;
	border:none;
}

legend
{
	margin-left:0;
	padding-left:0;
}

fieldset label
{
	display:inline-block;
	line-height:1.5;
	vertical-align:top;
	width:130px;
}

fieldset ol
{
	margin:0;
	padding:0;
}

fieldset li
{
	list-style:none;
	padding:2px;
	margin:0;
	vertical-align:middle;
}

fieldset .textbox
{
	width:280px;
}

fieldset .multilinetextbox
{
	width:280px;
	height:100px;
}

fieldset .submitbutton
{
	text-align:right;
	margin-left:200px;
}

fieldset span.radio, fieldset .radiobutton
{
    display:inline-block;
	vertical-align:top;
}

fieldset .radiobutton label
{
    width:50px;
	vertical-align:middle;
}
fieldset .checkbox
{
	vertical-align:bottom;
	padding:10px;
	margin:20px;

}

fieldset .checkbox label
{
	width:250px;
	padding-left:15px;
}

.requiredFieldStar
{
	font-weight: bold;
	color:Red;
	vertical-align:middle;	
}

fieldset .dropdown
{
    width:282px;
}

.cleanhyperlink
{
    text-decoration:none;
    color:#444;
}

.imagecontact
{
    border:0;
}

.pictureIcon
{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:40px;
    height:160px;
}

.pictureIconAccred
{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:70px;
    display:block;
}

.leftmenuforchrome
{
	width:165px;
	display:inline-block;
}