.leftCol{border-right:1px solid #e5e5e5;}
.rightCol{border-left:1px solid #e5e5e5;}

/* **************** CONTENT OBJECTS ***************** */
body {background:url(../images/bck.jpg) no-repeat center 100px ; font-size:75%}
/* ====== Default spacing ====== */
h1, h2, h3, h4, h5, h6, ul, ol, dl, p, small {padding:7px 10px;}
pre{margin: 10px;}
table h1,table h2,table h3, table h4, table h5, table h6, table p, table ul, table ol, table dl {padding:0;}
/* ====== Elements ====== */
em{font-style: italic;}
strong{font-weight:bold;}
hr{color: #EEEFF1;	height: 1px;background-color: #EEEFF1;	border: solid #EEEFF1 0px; margin:10px;}
code{color: #0000FF;}
th code{color: #ffffff;}
img{border:none;}
/* ====== Headings ====== */

/* .h1-.h6 classes should be used to maintain the semantically appropriate HTML heading levels - NOT for use on non-headings */
h2, .hdLarge,h3,.hdMedium,h4,.hdSmall,h5{font-weight:normal; font-style: normal; font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif; }
h2, .hdLarge{font-size:296%;letter-spacing:-0.03em ;color:#5D87A1; text-transform:lowercase;}
h3, .hdMedium {font-size:123.1%;letter-spacing:-0.03em ;color:#5D87A1; text-transform:lowercase;margin-bottom:0.5em;}
h4, .hdSmall, h5, .hdXSmall, h6, small, .hdXXsmall{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-weight:normal;color:#000000; }
h4, .hdSmall{font-size:108%; font-weight:bold;}
h5, .hdXSmall{font-size:100%; font-style:italic;font-weight:bold}
h6, small, .hdXXsmall{font-size:85%; font-style:italic;}
.smallPrint {font-size:85%;color:#5D87A1; }
.services .smallPrint {font-size:85%; color:#63619A; }
.suppl .smallPrint {font-size:85%; color:#695e4a; }
.special .smallPrint {font-size:85%; color:#004813; }
.hdBullet {font-size:123.1%;letter-spacing:-0.03em ;color:#5D87A1; font-weight:bold;padding-left:25px; background: url(http://static.tassoftware.co.uk/../imageserver/tas/../images/bullet2.jpg) no-repeat left;margin-left:10px; }
.services .hdBullet {font-size:123.1%;letter-spacing:-0.03em ;color:#63619A; font-weight:bold;padding-left:25px; background: url(../images/bullet2Services.jpg) no-repeat left ; margin-left:10px;}
.suppl .hdBullet {font-size:123.1%;letter-spacing:-0.03em ;color:#695e4a; font-weight:bold;padding-left:25px; background: url(../images/bullet2Supplementary.jpg) no-repeat left ; margin-left:10px;}
.special .hdBullet {font-size:123.1%;letter-spacing:-0.03em ;color:#004813; font-weight:bold;padding-left:25px; background: url(../images/bullet2Special.jpg) no-repeat left ; margin-left:10px;}
/* if additional headings are needed they should be created via additional numbered classes as above, never via location dependant styling */
/* links */
a { text-decoration: underline; color:#000000; }
a:focus, a:hover { color:#7f7f7f;}

h3 a, .hdMedium a {color:#5D87A1;}
.services h3 a, .services .hdMedium a, .services .smallPrint a 
{color:#63619A;}
.suppl h3 a, .suppl .hdMedium a, .suppl .smallPrint a  
{color:#695e4a;}
.special h3 a, .special .hdMedium a, .special .smallPrint a  
{color:#004813;}
h3 a:hover, .hdMedium a:hover ,
.services h3 a:hover, .services .hdMedium a:hover, .services .smallPrint a:hover,
.special h3 a:hover, .special .hdMedium a:hover, .special .smallPrint a:hover
{color:#666666}
.suppl h3 a:hover, .suppl .hdMedium a:hover, .suppl .smallPrint a:hover
{color:#000000}
.hdLarge , h2 , .hdMedium ,  h3 {color:#5D87A1;}
.services .hdLarge,.services h2,.services .hdMedium, .services h3{color:#63619A; }
.suppl .hdLarge,.suppl h2,.suppl .hdMedium, .suppl h3{color:#695e4a; }
.special .hdLarge,.special h2,.special .hdMedium, .special h3{color:#004813; }

/* ====== Media Blocks ======*/
.media, .mediaExt{}
.media, .media .text, .mediaExt .text, .mediaExt {overflow:hidden; _overflow:visible; zoom:1;}
.media .media {float:left; margin:20px 0 0 20px;}
.mediaExt .media{float:right; margin:10px 10px 0 0;}
.wrap .text{ _float:none; overflow:visible;}
.wrap .media{margin:10px !important;}
/* ====== Lists ======*/
/* numbered list */
.main ol li{list-style-type: decimal; margin-left:40px; margin-bottom:0.5em; }
/* standard list */
.main ul li{list-style: url(../images/bullet.gif); margin-left:40px;margin-bottom:0.5em;}
.services .main ul li{list-style: url(../images/bulletServices.gif); margin-left:40px;margin-bottom:0.5em;}
.suppl .main ul li{list-style: url(../images/bulletSupplementary.gif); margin-left:40px;margin-bottom:0.5em;}
.special .main ul li{list-style: url(../images/bulletSpecial.gif); margin-left:40px;margin-bottom:0.5em;}
/* ====== Tables ====== */

.main table  {
	margin-left:10px;
	margin-top:10px;
	text-align: center;
}
.main table  th {
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	background-color:#5d87a1;
	color: #ffffff;
	padding: 5px;
	border: solid #ffffff 1px;
	font-size:1.1em;
}
.main table  tr {
	vertical-align:top;
}
.main table  th a {
	color:#ffffff;
	font-size:1em;
}
.main table  a:hover {
	color:#e5e5e5;
}
.main table  td {
	padding: 5px;
	border: solid #ffffff 1px;
	background-color: #ededf3;
	color: #000000;
}
.main table  td a {
	color:#000000;
}
.main table  td a:hover {
	color:#5D87A1 ;
}

/*---Extended tables -----*/
.services .main table th {
	background-color:#63619A;
}
.services .main th a {
	color:#ffffff;
}
.services .main table td {
	background-color: #F6F1F3;
}
.services .main td a:hover{
	color: #63619A;
}

.suppl .main table th {
	background-color:#695e4a;
}
.suppl .main th a {
	color:#ffffff;
}
.rodl .main table td {
	background-color: #dad3cc;
}
.suppl .main td a:hover{
	color: #695e4a;
}

.special .main table th {
	background-color:#004813;
}
.special .main th a {
	color:#ffffff;
}
.special .main table td {
	background-color: #fbf390;
}
.special .main td a:hover{
	color: #004813;
}

table h2 {
	margin-bottom:20px; font-size:196%;
}
.featuredThumbs {
	width:694px;
}
.featuredThumbs td{
	background-color: #ffffff!important;
	text-align:center;
}
.featuredThumbs img{
	padding-bottom:5px;
}
.featuredThumbs a{
	text-decoration:none;
	color:#5D87A1!important;
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	font-size:1.1em;
}
.services .featuredThumbs a{
	color:#63619A!important;
}
.suppl .featuredThumbs a{
	color:#695e4a!important;
}
.special .featuredThumbs a{
	color:#004813!important;
}
.featuredThumbs a:hover{
	color:#666666!important;
}
.suppl .featuredThumbs a:hover{
	color:#000000!important;
}
.fiveItems td{
	width:20%;
}
.landingMenu th a,
.landingMenu th , 
.landingMenu td{
	color:#000000!important;
	background-color: #ffffff!important;
	font-family:"Trebuchet MS", Arial!important;
	text-transform: none;
	line-height: normal;
	width:25%;
}
.landingMenu th a:hover {
	color:#666666!important;
}
.landingMenu  p  {
	margin-bottom:0.5em;
}
.landingMenu  td a  {
	text-decoration:none;
	color:#5D87A1!important;
}
.landingMenu  th a  {
	font-weight:bold;
}
.services .landingMenu  td a  {
	color:#63619A!important;
}
.suppl .landingMenu  td a  {
	color:#695e4a!important;
}
.special .landingMenu  td a  {
	color:#004813!important;
}
.landingMenu  td a:hover ,
.services .landingMenu  td a:hover,
.special .landingMenu  td a:hover  {
	color:#666666!important;
}
.suppl .landingMenu  td a:hover  {
	color:#000000!important;
}
.landingMenu th,
.landingMenu td
 {
	padding-right:10px!important;
	padding-left:10px!important;
}
.plain th a,
.plain th , 
.plain td{
	color:#000000!important;
	background-color: #ffffff!important;
	font-family:"Trebuchet MS", Arial!important;
	text-transform:none;
	line-height: normal;
}


.logo  {	
	height:47px;
	text-indent:-5000px;
	background: url(../images/logo.gif) no-repeat;
	margin-top:20px;
}
.logoLink {
	position:absolute;
	margin-top:25px;
	width:350px;
	height:89px;
}

.logoblank  {	
	height:47px;
	text-indent:-5000px;
	margin-top:20px;
}

/* ====== Search ======*/
.search {
	width:254px;
	float:right;
	margin-top:-45px;
}
.search input.field{
	border:none;
	color: #5D87A1;
	width:203px;
	padding-left:15px;
	padding-top:3px;
	height:18px;
	background: url(../images/searchButtonBck.jpg) no-repeat;
	margin-right:-5px;
}
.search input.button {
	vertical-align: middle;
	height:auto;
	width:auto;
	display:inline;
	margin:0;
}
.search label{
	display:none;
}
.searchResults {
	float: none;
	margin-top:0px;
	margin-bottom:20px;
}
.ali-kd-docs-title, .ali-kd-docs-title a {
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	color:#5D87A1!important;
	margin-bottom:0.4em;
	font-size:13pt;
	font-weight: normal;
}
.ali-kd-docs-title a {
	font-size:1em;
}
.ali-kd-docs-title a:hover {
	color:#7F7F7F!important;
}
#ali-kd-item-number {
	font-weight:bold;
	margin-bottom:10px;
}
#ali-kd-docs-showing {
	margin-bottom:10px;
}
/* ====== Menus ======*/
.textLinkMenu li{
	display: inline;
	color: #5D87A1;
}
.textLinkMenu a{
	text-decoration: none;
	padding: 0 8px 0 5px;
	border-right: 1px  solid;
	color: #5D87A1!important;
}
.textLinkMenu a:hover{
	color: #000000!important;
	text-decoration:none;
}
.textLinkMenu a.first {
	padding: 0 7px 0 0;
}
.textLinkMenu a.last {
	border-right: none;
}
.tlmFtr {
	text-align:center;
	font-size:0.8em;
}
a.sageLink {
	border:none;
	padding:0;
	text-decoration: underline;
}
/* -------- Header tabs menu --------- */
.tabMenu {
	position: relative;
	width: 950px;
	background: url(../images/topTabMenu.png) no-repeat 0px 0px!important;
	background: url(../images/topTabMenu.gif) no-repeat 0px 0px;
	height:35px;
	overflow:hidden;
}
.prod {
	background: url(../images/topTabMenu.png) no-repeat 0px -96px!important;
	background: url(../images/topTabMenu.gif) no-repeat 0px -96px;
}
.serv {
	background: url(../images/topTabMenu.png) no-repeat 0px -139px!important;
	background: url(../images/topTabMenu.gif) no-repeat 0px -139px;
}
.supp {
	background: url(../images/topTabMenu.png) no-repeat 0px -234px!important;
	background: url(../images/topTabMenu.gif) no-repeat 0px -234px;
}
.down {
	background: url(../images/topTabMenu.png) no-repeat 0px -330px!important;
	background: url(../images/topTabMenu.gif) no-repeat 0px -330px;
}
.part {
	background: url(../images/topTabMenu.png) no-repeat 0px -423px!important;
	background: url(../images/topTabMenu.gif) no-repeat 0px -423px;
}
.tabMenuTabs {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.tabMenuTabs span {
	display: none;
	position: absolute;
}
.tabMenuTabs a {
	display: block;
	text-indent: -899%;
	position: absolute;
	outline: none;
}
.tabMenuTabs a:hover span {
	display: block;
}
#products {
	height:35px;
	left:0;
	top:0;
	width:157px;
	background:transparent url(../images/spacer.gif) no-repeat scroll 0 0;
}
a#products:hover {
	background:transparent url(../images/topTabMenu.png) no-repeat scroll 0 0!important;	
	background:transparent url(../images/topTabMenu.gif) no-repeat scroll 0 0;
	background-position:  0 -45px!important;
	background-position:  0 -45px;
}
#services {
	height:35px;
	left:157px;
	top:0;
	width:170px;
	background:transparent url(../images/spacer.gif) no-repeat scroll 0 0;
}
a#services:hover {
	background:transparent url(../images/topTabMenu.png) no-repeat scroll -157px 0!important;
	background:transparent url(../images/topTabMenu.gif) no-repeat scroll -157px 0;
	background-position:  -157px -45px!important;
	background-position:  -157px -45px;
}
#support {
	height:35px;
	left:328px;
	top:-1px;
	width:151px;
	background:transparent url(../images/spacer.gif) no-repeat scroll 0 0;
}
a#support:hover {
	background:transparent url(../images/topTabMenu.png) no-repeat scroll -327px 0!important;
	background:transparent url(../images/topTabMenu.gif) no-repeat scroll -327px 0;
	background-position:  -328px -44px!important;
	background-position:  -328px -44px;
}
#downloads {
	height:35px;
	left:478px;
	top:0;
	width:164px;
	background:transparent url(../images/spacer.gif) no-repeat scroll 0 0;
}
a#downloads:hover {
	background:transparent url(../images/topTabMenu.png) no-repeat scroll -478px 0!important;
	background:transparent url(../images/topTabMenu.gif) no-repeat scroll -478px 0;
	background-position:  -478px -45px!important;
	background-position:  -478px -45px;
}
#partners {
	height:35px;
	left:642px;
	top:0;
	width:161px;
	background:transparent url(../images/spacer.gif) no-repeat scroll 0 0;
}
a#partners:hover {
	background:transparent url(../images/topTabMenu.png) no-repeat scroll -642px 0!important;
	background:transparent url(../images/topTabMenu.gif) no-repeat scroll -642px 0;
	background-position:  -642px -45px!important;
	background-position:  -642px -45px;
}
#shopOnline {
	height:35px;
	left:803px;
	top:0;
	width:147px;
	background:transparent url(../images/topTabMenu.png) no-repeat scroll -803px 0!important;
	background:transparent url(../images/topTabMenu.gif) no-repeat scroll -803px 0;
}
a#shopOnline:hover {
	background-position:  -803px -45px!important;
	background-position:  -803px -45px;
}
.prod a#products:hover   {
	background-position:  0 -603px!important;
	background-position:  0 -603px;
}
.serv a#products:hover   {
	background-position:  0 -182px!important;
	background-position:  0 -182px;
}
.serv a#services:hover   {
	background-position:  -157px -182px!important;
	background-position:  -157px -182px;
}
.supp a#products:hover    {
	background-position:  0 -282px!important;
	background-position:  0 -282px;
}
.supp a#services:hover {
	background-position:  -157px -282px!important;
	background-position:  -157px -282px;
}
.supp a#support:hover {
	background-position:  -327px -282px!important;
	background-position:  -327px -282px;
}
.down a#products:hover    {
	background-position:  0 -282px!important;
	background-position:  0 -282px;
}
.down a#services:hover {
	background-position:  -157px -374px!important;
	background-position:  -157px -374px;
}
.down a#support:hover {
	background-position:  -327px -374px!important;
	background-position:  -327px -374px;
}
.down a#downloads:hover {
	background-position:  -478px -374px!important;
	background-position:  -478px -374px;
}
.part a#products:hover    {
	background-position:  0 -282px!important;
	background-position:  0 -282px;
}
.part a#services:hover {
	background-position:  -157px -374px!important;
	background-position:  -157px -374px;
}
.part a#support:hover {
	background-position:  -327px -473px!important;
	background-position:  -327px -473px;
}
.part a#downloads:hover {
	background-position:  -478px -473px!important;
	background-position:  -478px -473px;
}
.part a#partners:hover {
	background-position:  -642px -473px!important;
	background-position:  -642px -473px;
}
/*--------------------------*/

#prodHover,#servHover,#suppHover,#downHover,#partHover {
	position:absolute;
	padding:10px 10px 20px 10px;
	visibility: hidden;
	z-index:2
}
#prodHover ul,#servHover ul,#suppHover ul,#downHover ul {
	float:left;
}
#partHover ul {
	float:right;
}
#prodHover li,#servHover li,#suppHover li,#downHover li,#partHover li {
	margin-bottom:0.3em;
}
#prodHover a.hdXSmall,#servHover a.hdXSmall,#suppHover a.hdXSmall,#downHover a.hdXSmall,#partHover a.hdXSmall {
	margin-bottom:0.5em;
	margin-left:-5px;
	color:#000000;
	font-style:normal;
}
#prodHover a,#servHover a,#suppHover a,#downHover a,#partHover a {
	text-decoration:none;
}
#prodHover a:hover,#servHover a:hover,#suppHover a:hover,#downHover a:hover,#partHover a:hover {
	text-decoration:underline;
}
#servHover a, #partHover a {
	color:#63619A;
}
#prodHover a.services{
	color:#63619A;
}
#prodHover a.suppl{
	color:#695e4a;
}
#servHover a.suppl{
	color:#695e4a;
}
#partHover a.suppl{
	color:#695e4a;
}
#prodHover{
	left:0px;
	top:153px;
	width:800px;
	height:auto;
	background:url(../images/prodHover.png) no-repeat bottom left !important; 
	background: url(../images/prodHover.gif) no-repeat bottom left ;
}
#servHover{
	left:158px;
	top:36px;
	width:550px;
	height:auto;
	background: url(../images/servHover.png) no-repeat bottom left !important;
	background: url(../images/servHover.gif) no-repeat bottom left;
}
#partHover {
	left:639px;
	top:35px;
	width:385px;
	height:auto;
	background: url(../images/partHover.png) no-repeat bottom left !important; 
	background: url(../images/partHover.gif) no-repeat bottom left ;
}
/* -------- Vertical side menu - vMenu --------- */
.vMenu {
	text-align:left;
}
.vMenu a{
	text-decoration:none; 
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif; 
	text-transform:lowercase;
	font-size:1.1em;
	line-height:1em;
	color:#5D87A1;
}
.vMenu li {
	margin-bottom:0.7em;
}
.vMenu .hdMedium { 
	background: url(../images/menuHdDivider.gif) no-repeat 0 35px; 
	padding-bottom:12px; 
	text-align:left;
	margin-bottom:5px;
	font-weight:bold;
	font-size:1.2em;
}

.vMenu a:hover {color:#666666;}
.services .vMenu a {color:#63619A;}
.suppl .vMenu a {color:#695e4a;}
.special .vMenu a {color:#004813;}
.services .vMenu a:hover, .special .vMenu a:hover {color:#666666;}
.suppl .vMenu a:hover {color:#000000;}

/*==========Use: Core Styles CMX Form Author: Nick Rigby=======*/
	
.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
/*--------------library CMX form-------------*/

form.cmxform fieldset { margin-bottom: 10px;margin-left:10px; }
form.cmxform legend {
	color:#5D87A1; 
	font-size:1.25em;
	padding: 12px 2px;
	_margin: 0 -7px; /* IE Win */
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:lowercase;
}
.services form.cmxform legend {
	color:#63619A; 
}
.supp form.cmxform legend {
	color:#695e4a; 
}
.special form.cmxform legend {
	color:#004813; 
}
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	color:#000000;
	font-family:"Trebuchet MS", Arial;
	font-size:1em;
	}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	}
form.cmxform label { width: 120px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
/*---------- CMX form custom pretties--------------*/
form.cmxform {
	width: 370px;
}
form.cmxform label { color: #000000;}
form.cmxform fieldset {
	border-top: 1px solid #cccccc;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	}
form.cmxform fieldset fieldset { background: none; }
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	}
form.cmxform span.checkbox label{
	margin-left:30px;
	margin-top:-20px;
}
/* ====== Error messages and alerts ======*/
 #errorSummary {	border:1px solid #B5121B;padding:10px;margin:15px 0 20px 0;	width:80%; filter:progid:DXImageTransform.Microsoft.dropshadow(OffY=3, OffX=3, color=#BEC5BC, positive=TRUE);	background-color:#FFFFFF;	font-weight:bold;color: #B5121B}
#errorSummary ul {margin-top:-10px;}
#errorSummary li {list-style:disc; margin:5px 0 5px 20px;	line-height:1em;}

/*------------Buttons ----------*/
input.button,
input.buttonLarge {
	color: #5a7e92 ;
	border: none;
	font-family: "Trebuchet MS", Arial;
	font-weight:bold;
	font-size: 12px;
	height: 20px;
	margin-right:15px;
	cursor:pointer;
}
input.button:hover,
input.buttonLarge:hover {
	color: #569bbe;
}
input.button {
	background: url(../images/button.gif) no-repeat 0 0;
	width: 100px;
}
input.button:hover {
 	background: url(../images/button.gif) no-repeat 0 -158px;
}
input.buttonLarge {
	background: url(../images/buttonLarge.gif) no-repeat 0 0;
	width: 200px;
}
input.buttonLarge:hover {
 	background: url(../images/buttonLarge.gif) no-repeat 0 -158px;
}
input.right{
	float:right;
}
/*======= bread crumb======*/
#ali-breadcrumb-container {
	margin-top:-15px;
	margin-left:-20px;
	margin-bottom:-20px;
}
#ali-breadcrumb li{
	font-size:0.85em;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	padding:0
}
#ali-breadcrumb ul{
	margin-left:-20px;
}
#ali-breadcrumb a{
	text-decoration:none;
}

/*------------ ----------*/
.imgLeft {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.imgRight {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.clearBoth {
	clear:both;
	}
#captchaAudio { 
	position:absolute;
	margin-left:240px;
	margin-top:50px;
	}
.captcha input.button{ 
	position:absolute;
	margin-left:200px;
	margin-top:-80px;
	}
.orderByPhone{
	background:url(../images/orderByPhone.jpg) no-repeat right;
	padding-bottom:20px;
	padding-top:10px;
	margin-bottom:-25px;
}

.hDivider {
	padding-top:10px;
	background:url(../images/hDivider.jpg) no-repeat center top;
	margin-top:20px;
	width:100%;
}

table.adPanel td {
	padding:0;
	padding-right:7px; 
}
.landing {
	margin-top:-39px;
	margin-right:-30px;
}
.callToAction {
	background: inherit;
}
.callToAction span { 
	color:#FFFFFF;
	background: url(../images/chevrons2.gif) no-repeat 100% 50%;
	padding: 0 30px 0 0;	/* width of the img */
	display: inline-block;	/* IE correction to show the icon */
	cursor: pointer;	/* IE correction to show hand instead of arrow */
	vertical-align: bottom;	/* Opera correction to get the last word vertical aligned */
	}
.callToAction:hover span { 
	background-image: url(../images/chevrons.gif);
	}
span.callToAction {
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif; 
	text-transform:lowercase;
	text-decoration:none;
	font-size:1.1em;
	color:#5D87A1;
}
span.callToAction a{
	font-weight:bold;
	color:#5D87A1;
}
span.callToAction a:hover{
	color:#666666;
}
/*======== MODAL WINDOW=======*/

.dhtmlwindow{
	position: absolute;
	border: 1px solid #5D87A1;
	visibility: hidden;
	background-color: white;
}
.drag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color: #CA0000;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
}
* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
	width: 100%;
}
.drag-contentarea{ /*CSS for Content Display Area div*/
	background-color: #ffffff;
	height: 150px;
	padding: 2px;
	overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	border-top: 1px solid #7f7f7f;
	background-color: #F8F8F8;
	height: 13px; /*height of resize image*/
}
.drag-resizearea{ /*CSS for Resize Area itself*/
	float: right;
	width: 13px; /*width of resize image*/
	height: 13px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
}
.drag-handle{ /*Overwrite default drag handle bar background color with below*/
	background-color: #5D87A1;
}
#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
	position: absolute;
	background: black url(../images/blackdot.gif);
	width: 10px;
	left: 0;
	top: 0;
	z-index: 5;
	visibility: hidden;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=15);
	opacity: 0.15;
}
.modal {display:none;}
/**************/

#flashObject {
	margin-top:-10px!important;
	margin-top:0px;
	margin-bottom:-3px;
}
.mainPanels .plain td {
	padding-right:2px;
}
/*==== HOME variations ====*/

.home .leftCol{border-right:none; background:url(../images/mainBck.jpg) no-repeat right 30px;}
.home .rightCol{border-left:none; background:url(../images/mainBck.jpg) no-repeat left 30px;}
.home .main h3, .home .main  .hdMedium {font-size:180%;margin-bottom:0;margin-top:5px}
.home .main h4, .home .main .hdSmall {font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif ;text-transform:lowercase;margin-bottom:-1.0em;color:#5D87A1; font-weight:normal; font-size:1.1em;}
.home .main a {text-decoration:none; color:#000000;}
.home .main a:hover { color:#5D87A1;}
.home .main p {margin-bottom:-0.5em;}
.home .adHome {
	height:104px;
	text-indent:-5000px;
	background: url(../images/positioning_home.jpg) no-repeat;
	margin-top:-10px;
}
.home #ali-breadcrumb-container {
	display:none;
}
.pdfLink {
	padding-right:40px;
	padding-bottom:13px;
	background:url(../images/PDF-icon.jpg) no-repeat top right;
}

#ali-kd-pagenav ul li{
	display:inline;
}
.leftCol p img,
.rightCol p img {
	margin-top:-7px;
	margin-bottom:-7px;
}
.paragraphAlign {
	margin-left:150px;
}
.menuLighten {
	color: #569bbe;
}

