html, body, input, select, textarea {
font: 12px Arial, Helvetica, sans-serif;
color:#555;
}
body {
margin: 12px auto;
height: 100%;
background: #EBEBEB url(images/gradient.gif) repeat-x;
}
a {
color: #044e91;
text-decoration: none;
font-weight: bold;
}
a:hover, a.selected {
color: #F26202;
}
a:active, a:focus, :focus, input {
outline: none;
-moz-outline-style: none;
}
img {
border:0;
}
table, form {
padding: 0;
margin:0;
}
ul, li {
margin: 0;
padding: 0;
}
p {
margin:0;
padding: 6px 0px;
}
h1, h1 a, .whiteBox h2, .whiteBox h2 a {
color:#044e91;
font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 18px;
font-weight: normal;
margin: 0px;
padding: 0px;
}
h2 {
padding: 0;
margin: 5px 0px 0px 0px;
font-size: 16px;
font-weight: bold;
}
#container {
width: 975px;
margin: 0 auto;
}
#header {
background: url(images/homeSprite.png) no-repeat top left;
height: 97px;
margin-bottom: 28px;
position: relative;
}
#header a {
display: block;
height: 95px;
margin: 5px 0 0 20px;
width: 80px;
}

#searchbar {
float:right;
margin:0;
padding:24px 16px 0;
text-align:left;
font-weight: bold;
color: #fff;
}

#searchbar input {
float:left;
margin-top:3px;
}

#searchbt {
background:transparent url(images/homeSprite.png) no-repeat -18px -495px;
border:0;
cursor:pointer;
height:23px;
margin: 0;
padding:0;
width:24px;
}
#searchbt:hover {
background-position: -50px -495px;
}
#q {
color:#777;
border:1px solid #D2D2D2;
padding:3px;
width:220px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px
}

/* navbar */
#navbar {
background: url(images/homeSprite.png) no-repeat 0 -105px;
padding: 5px 5px 5px 6px;
font-size: 13px;
height: 18px;
position:absolute;
width:965px;
top: 109px;
}
#navbar ul, #navbar li {
display: inline;
list-style: none;
}
#navbar li {
padding: 0 14px 0 13px;
border-right: 1px solid #fff;
float:left;
height: 14px;
margin-top:1px;
}
#navbar li a {
color: #AEE0FB;
font-weight: normal;
margin-top:-1px;
display: block;
}
#navbar li a:hover, #navbar li a.selected {
color: #FFF;
}
#navbar li.login {
float: right;
}
#navbar ul div { display:none; }
#navbar li li { background: none; border:0 }

#navbar div#nav_industries,#navbar div#nav_countries,#navbar div#nav_aboutus {
margin: 4px 0px 0px -14px;
}
#navbar div#nav_industries {
width: 170px;
}
#navbar div#nav_aboutus {
margin-left: -36px;
width: 100px;
}
#navbar div#nav_industries.column li {
width:170px;
}
#navbar div.column { width: 150px; position: absolute; padding: 3px 0px; margin:-1px 0px 0px; background: #fff; z-index: 50; display: none;border:1px solid #0C6F9E }
#navbar div.column li {
padding: 0px 0px 0px 2px;
width: 143px;
}
#navbar div.column li a { padding: 0px 0px 0px 5px; text-decoration: none; font-size: 11px; font-weight: normal; margin-left:2px; color:#09a4d5;}

#navbar div.column li a:hover { color: #F26202; }
#navbar #nav_africa { width:302px; }
#navbar #nav_africa ul { float:left; width:150px; }
#navbar #nav_europe { width:302px; }
#navbar #nav_europe ul { float:left; width:150px; }

#navbar div.column li div {
margin-left: 145px;
border-left: 0;
position: absolute;
min-height: 98px;
top:0px;
vertical-align: bottom;
}

#navbar div#nav_countries.noBorder {
border-right: 0;
}
#login-bt {
position: absolute;
right: 15px;
top: 10px;
}

#login-bt a {
	color: #fff;
	margin: 0;
	width: inherit;
	height: inherit;
}

#login-overlay {
display: none;
position: absolute;
top: 35px;
right: 12px;
background: url(/images/black-80.png);
padding: 5px;
border-radius: 5px;
color: #fff;
font-size: 11px;
}
#login-overlay a {
	padding: 0;
	margin: 0;
	height : inherit;
	color: #0a94d5;
	display: inline;
}
#login-overlay input {
	border: 1px solid #fff;
	background: none;
	color: #fff;
	font-size: 11px;
	padding: 1px 2px;
}
#login-overlay td {
	text-align: right;
	padding: 0 3px;
}


/* tabs */
#tabs {
margin: 0;
padding: 0;
list-style: none;
}
ul#tabs li {
display: block;
background: url(images/homeSprite.png) no-repeat -178px -183px;
float: left;
text-align: center;
padding: 0px;
width: 177px;
height: 30px;
margin: 0;
font-weight: bold;
color: #fff;
}
ul#tabs li:hover{
background: url(images/homeSprite.png) no-repeat -355px -183px;
}
ul#tabs li a {
color: #fff;
display: block;
width: 173px;
padding: 8px 0px;
}
ul#tabs li.ui-tabs-selected {
background: url(images/homeSprite.png) no-repeat 0px -183px;
color: #000;
}
ul#tabs li.ui-tabs-selected a {
color: #000;
}
#panelbg {
clear: left;
background: #fff;
border-left: 1px solid #c1c1c1;
border-right: 1px solid #c1c1c1;
height: 326px;
}
#panel table {
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#panelbg p {
line-height: 150%;
}
#panelbgbot {
height: 8px;
background: url(images/homeSprite.png) no-repeat 0 -477px;
}
#panelbgtop {
height: 8px;
background: url(images/homeSprite.png) no-repeat 0 -460px;
}
#panel {
width: 708px;
clear: left;
}
#crPanel,#ciPanel, #fmPanel,#indPanel {
padding: 12px;
clear: left;
}
.ui-tabs-hide {
display: none;
}
.ui-tabs-panel {
}

.sectionImg {
float:left;
margin: 0px 20px 12px 0px;
}

/* main */
.leftbox {
background: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width:666px;
margin: 5px 8px 0 0;
float: left;
padding: 20px;
border: 1px solid #c1c1c1;
}

.leftbox h1 {
font-size: 20px;
font-weight: bold;
}

.intro {
background: url(images/topBG.jpg) no-repeat;
border:0;
height: 191px;
width: 406px;
padding-right: 282px;
padding-top:12px;
margin-bottom: 12px;
margin-right:0;
}
.intro p {
font-size: 12px;
color: #777;
font-weight: bold;
margin: 3px 0px 5px 0px;
line-height: 140%;
}

#rightCol {
float: right;
margin-top:-4px;
}
.topBox {
background: url(images/boxTopBG2.png) no-repeat;
padding: 10px;
height: 243px;
width: 235px;
margin: 8px 0px 0px;
}
.whiteBox a {
font-size: 11px;
}
.whiteBox h2 {
	margin: 0 0 14px;
}
.topBox input, .whiteBox input, .cList input {
border: 1px solid #c9c9c9;
width:186px;
margin:2px 0px 2px 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 1px 3px;
}
.topBox h3, .whiteBox h3 {
font-size: 12px;
padding: 0;
margin: 5px 0px 0px;
color: #333;
}
.topBox li, .leftbox li, ul.newsletters li {
list-style-image: url(images/arrowblue.gif);
padding: 3px 0px;
color: #222;
}
ul.newsletters {
padding-top: 5px;
}
.topBox ul, .leftbox ul {
margin: 3px 0px 6px 20px;
}
.whiteBox h2.podcast {
padding-left: 30px;
background: url(images/podcast.png) no-repeat left bottom;
height: 16px;
padding-top: 8px;
}

.icons, .regionIcons {
text-align: center;
vertical-align: top;
font-size: 10px;
}
.legend {
font-size: 12px;
}
.hidden {
display: none;
}
.icons td {
padding: 9px 10px 4px 10px;
}
.icons td a {
display: block;
width: 64px;
height:20px;
padding-top: 64px;
background: url(images/buttonSprite.png) no-repeat;
background-position: 0px 0px;
}
.icons td a.realestate { background-position: -64px 0px;}
.icons td a.autos { background-position: -128px 0px;}
.icons td a.electro { background-position: -192px 0px;}
.icons td a.freight { background-position: -256px 0px;}
.icons td a.shipping { background-position: -320px 0px;}
.icons td a.pharma { background-position: -384px 0px;}
.icons td a.telecoms { background-position: -448px 0px;}
.icons td a.power { background-position: -512px 0px;}
.icons td a.tourism { background-position: -576px 0px;}
.icons td a.water { background-position: -640px 0px;}
.icons td a.petro { background-position: -704px 0px;}
.icons td a.oil { background-position: -768px 0px;}
.icons td a.mining { background-position: -832px 0px;}
.icons td a.metals { background-position: -896px 0px;}
.icons td a.it { background-position: -960px 0px;}
.icons td a.insurance { background-position: -1024px 0px;}
.icons td a.food { background-position: -1088px 0px;}
.icons td a.banking { background-position: -1152px 0px;}
.icons td a.defence { background-position: -1216px 0px;}
.icons td a.infra { background-position: -1280px 0px;}
.icons td a.agri { background-position: -1344px 0px;}

.ciIcons td a {
display: block;
width: 64px;
height:20px;
padding-top: 64px;
background: url(images/homeSprite.png) no-repeat;
background-position: 0px -235px;
}
.ciIcons td {
padding: 9px 16px 4px;
}
.cr td a {
background: url(images/homeSprite.png) no-repeat -500px -235px;
}

.ciIcons td a.as { background-position: -64px -235px;}
.ciIcons td a.ca { background-position: -128px -235px;}
.ciIcons td a.eu { background-position: -192px -235px;}
.ciIcons td a.la { background-position: -256px -235px;}
.ciIcons td a.me { background-position: -320px -235px;}
.ciIcons td a.na { background-position: -384px -235px;}

.cr td a.as { background-position: -564px -235px;}
.cr td a.ca { background-position: -628px -235px;}
.cr td a.eu { background-position: -692px -235px;}
.cr td a.la { background-position: -756px -235px;}
.cr td a.me { background-position: -820px -235px;}
.cr td a.na { background-position: -884px -235px;}

.whiteBox {
background: #fff;
padding: 4px 15px 4px 15px;
width: 223px;
border: 1px solid #c1c1c1;
border-width: 0 1px;
}
.whiteBox h1 {
font-size: 18px;
}
.bmo {
height: 303px;
overflow: hidden;
}
.whiteBoxTop {
width: 255px;
height: 8px;
margin-top: 12px;
background: url(images/homeSprite.png) no-repeat -720px -460px;
}
.whiteBoxBot,.blueBoxBot {
width: 255px;
height: 8px;
background: url(images/homeSprite.png) no-repeat -720px -482px;
}
.blueBoxBot {
	height: 5px;
	background: url(images/homeSprite.png) no-repeat -452px -614px;
}

.bmoBox {
	background: url(images/homeSprite.png) no-repeat -721px -498px;
	width: 224px;
	height: 102px;
	overflow: hidden;
	padding: 10px 15px;
	margin: 9px 0;
	color: #fff;
	font-size: 11px;
}
.bmoBox h2 {
	margin: 0;
	font: 18px 'Trebuchet MS', sans-serif;
	font-weight: 400;
	line-height: 1;
}
.bmoBox img.bt {
	margin-top: 5px;
}

.dnaBox {
	height: 68px;
	color: #044E91;
	border: 1px solid #c1c1c1;
	border-width: 0 1px;
	padding: 4px 15px;
}
.store,.dnaBox {
	margin: 0;
	width: 223px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 15%, #BBE5F5 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#ffffff), color-stop(99%,#BBE5F5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 15%,#BBE5F5 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 15%,#BBE5F5 99%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 15%,#BBE5F5 99%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#BBE5F5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 15%,#BBE5F5 99%); /* W3C */
}
.store {
	height: 137px;
}

.whiteBox ul {
margin: 5px 0px 0px;
}
.whiteBox li, #aboutNav li {
margin: 0;
padding: 3px 0px;
border-bottom: 1px solid #ddd;
list-style: none;
}
.whiteBox li.more {
border:0;
}
h3.tabRight {
color: #fff;
font-size: 12px;
background: #666;
border: 1px solid #c1c1c1;
border-bottom: 0;
padding: 2px 10px;
float: left;
cursor: pointer;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
margin: 12px 0 -1px;
}
h3.tabRight:hover {
background: #444;
}
div#tab-holder {
border: 1px solid #c1c1c1;
border-width: 1px 1px 0;
padding: 8px;
background: #fff;
width: 237px;
clear: both;
height: 135px;
}
#linkall {
text-align: right;
background: #fff;
border: 1px solid #c1c1c1;
border-width: 0 1px;
padding: 0 8px;
}
#rw, #la {
height: 133px;
overflow: auto;
}
#rw {
display: none;
}
#rw li, #la li {
padding: 0;
margin-right: 8px;
}
#rw li a.readmore, #la li a.readmore {
background: none;
}
h3.tabRight.active {
color: #333;
background: #fff;
}
#la li a {
background: url(images/homeSprite.png) no-repeat -82px -496px;
padding: 4px 0px 4px 20px;
display: block;
}
#rw li a {
background: url(images/homeSprite.png) no-repeat -400px -486px;
padding: 4px 0px 4px 20px;
display: block;
}
#la li.loading, #rw li.loading {
	list-style: none;
}
#la li.loading a, #rw li.loading a {
	text-align: center;
	background: none;
	padding-top: 70px;
}
.whiteBox input.subscribeBT {
width: 60px;
color: #fff;
background: #545454;
padding: 2px 2px 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
font-size: 10px;
height: 18px;
font-weight: bold;
border: 0;
cursor: pointer;
}
.whiteBox input.subscribeBT:hover {
background: #0a94d5;
}

#panelbg a.readmore {
margin-right: 12px;
}

a.readmore, .leftbox p a.readmore {
background: url(images/arrowblue.gif) no-repeat right 3px;
padding-right:8px;
float: right;
margin: 0;
line-height: 100%;
}
a.readmore:hover {
background-image: url(images/arroworange.gif);
}

.gostore,.gobmo {
margin-top: 20px;
margin-right: 50px;
padding: 10px 0px 10px 40px;
background: url(images/storeOrange.png) center left no-repeat;
}
.gobmo {
background-image: url(images/bmo.png);
margin-right: 0px;
}

#latest, .content {
font-size: 11px;
}
#latest img.cover {
height: 30px;
width: 20px;
float: left;
padding-right: 8px;
}
#latest h3, .content h3 {
font-size: 11px;
margin: 0;
padding: 0;
height: 28px;
overflow: hidden;
}
#latest li {
height: 30px;
padding-left: 24px;
background: url(images/coverSprite.png) no-repeat 0 2px;
}
#latest li.coveriq { background-position: 0 -58px; }
#latest li.coversr { background-position: 0 -178px; }
#latest li.covernl { background-position: 0 -118px; }
#latest li.coveryb { background-position: 0 -238px; }

.pricing {
float: right;
width: 75px;
text-align: right;
}
.pricing p.was {
padding-top: 4px;
margin: 0;
padding: 0;
}
img.cover {
width: 40px;
height: 70px;
float: left;
padding-right: 8px;
}
#otherregions {
float: left;
width: 140px;
margin-right: 20px;
margin-left: -5px;
}
#otherregions li {
border-bottom: 1px solid #ddd;
list-style-position: inside;
margin-left: -12px;
}
#otherregions li.head {
border:0;
list-style: none;
font-size: 14px;
font-weight: bold;
padding: 0px 0px 12px 0px;
margin-left: -15px;
}
#otherregions li.readmore {
list-style: none;
margin-left: -12px;
margin-bottom: 20px;
border:0;
}
#lc {
width: 500px;
float: right;
}

/* footer */
#footerTop {
background: url(images/homeSprite.png) no-repeat 0 -142px;
height: 7px;
margin-top: 12px;
}
#footerBot {
background: url(images/homeSprite.png) no-repeat 0 -158px;
height: 7px;
}
#footer {
padding: 5px 12px 1px 12px;
font-size: 11px;
border: 1px solid #c1c1c1;
border-width: 0 1px;
}
#footer h2 {
color: #777;
font-weight: 700;
padding: 0;
margin: 0;
font-size: 11px;
}
#footer a {
color: #448DCF;
font-weight: normal;
}
#footer a:hover {
color: #F26202;
}
#footer .column {
float: left;
margin-right: 12px;
width: 175px;
}
#footer ul {
margin: 5px 0px 4px;
}
#footer li {
list-style: none;
margin: 0;
padding: 1px 0px;
}
#footerCrumbs, #footerCrumbs a {
font-size: 11px;
color: #777;
margin-top: 5px;
}
#footerCrumbs {
position: relative;
}
#footerCrumbs a {
margin: 0px 10px;
font-weight: normal;
}
#footerCrumbs a:hover {
color: #F26202;
}
#footerCrumbs .social {
	position: absolute;
	top: -2px;
	right: 0;
}
#footerCrumbs .social a {
	padding: 2px 0 0 20px;
	background: url(images/socialSprite.png) no-repeat 0 0;
	height: 14px;
	display: inline-block;
}
#footerCrumbs .social a.facebook {
	background-position: 0 -32px;
}
#footerCrumbs .social a.twitter {
	background-position: 0 -16px;
}

/* secondary pages */
.fullLeft {
clear: left;
width: 676px;
border-right: 1px solid #c1c1c1;
border-left: 1px solid #c1c1c1;
padding: 5px 15px;
background: #fff;
}
.fullLeft h1 {
padding-top: 5px;
}
.service {
background: #fff;
}
.product, .content {
font-size: 11px;
padding: 6px 0px;
border-bottom: 1px solid #c1c1c1;
padding-bottom: 8px;
}
.content a.readmore {
float: left;
margin-right: 25px;
}

.product h2, .content h2 {
font-size: 13px;
margin: 0;
font-weight: bold;
color: #333;
}

.cList {
display: none;
}
.cList {
background: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
line-height: 130%;
width: 580px;
}
.cList img {
float: left;
margin: 0px 15px 0px 0px;
height: 200px;
}
.cList h2 {
margin: 0 0 15px 0;
}

#login.cList {
width:265px;
padding: 20px;
}
#checker {
width: 12px;border:0;padding:0;margin:0;vertical-align: middle;
}

.passrem a {
font-weight: normal;
}

/* extra stuff */

a:hover, .orange {
color: #F26202;
}
.clear {
clear: both;
padding:0;
margin:0;
height:0;
}
.last {
border: 0;
}

/* About Us */
#leftcol {
float: left;
margin-right: 12px;
margin-top: -4px;
}

#aboutuscontent h2 {
font-weight: bold;
font-size: 12px;
color: #0a94d5;
margin: 0;
padding: 6px 0 0;
}
#aboutuscontent img {
border:1px solid #CCCCCC;
float:left;
margin:0 8px 0 0;
}

#aboutuscontent p {
padding: 3px 0;
}

#contactform {
float:right;
width:250px;
}

#contactform input {
color:#000000;
margin:0 0 2px;
border:1px solid #999999;
padding:2px 4px;
width:150px;
}
#contactform textarea {
border-color:#999999;
padding:2px 4px;
width:242px;
border:1px solid #999999;
padding:2px 4px;
}
#contactform td {
font-size:12px;
padding:3px 6px 3px 0;
}

#partners a img {
margin: 8px 20px 8px 0px;
width: 110px;
}

hr {
margin: 20px 0px;
color: #ddd;
background-color: #ddd;
}

#aboutNav {
width:145px;
-moz-border-radius:5px;
border:1px solid #c1c1c1;
background:#fff;
margin-top:9px;
-webkit-border-radius: 5px;
padding:12px;
}

#aboutNav li li {
border: 0;
margin-left: 12px;
font-size: 11px;
}

.staff {
float: left;
padding: 15px 20px 15px 0px;
width: 350px;
}

/* homepage store filters */
#filters select {
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:1px solid #C1C1C1;
color:#333333;
font-size:11px;
margin:5px 0;
padding:3px 2px;
width: 193px;
}
#filters {
background: url(/local/store%20catalogue/store/images/spriteBG.png) no-repeat -950px -245px;
margin: 10px 0 0;
padding-left: 30px;
}

/* lightbox styles */

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */

#simplemodal-container a.modalCloseImg { background:url(images/lightbox-btn-close.gif) no-repeat; width:66px; height:19px; display:inline; z-index:3200; top:6px; right: 10px;position:absolute; bottom:3px; cursor:pointer;clear: both; margin-bottom: 12px; }


/* products pages */
#fullPageTop, #fullPageBot {
	width: 975px;
	height: 5px;
	background: url(images/homeSprite.png) no-repeat 0 -625px;
	margin: 33px 0 0;
}
#fullPageBot {
	background-position: 0 -644px;
	margin: 0 0 13px;
}
#fullPage {
	width: 943px;
	padding: 10px 15px;
	border: solid 1px #c1c1c1;
	border-width: 0 1px;
	background: #fff;
}

#fullPage #leftCol {
    float: left;
    padding-right: 10px;
    width: 180px;
}
#fullPage #leftCol h3 {
	margin: 0;
	padding: 4px 0;
	text-transform: uppercase;
}
#fullPage #leftCol ul li {
margin: 0;
padding: 2px 0px 2px 8px;
list-style: none;
}
#fullPage #leftCol li.header {
border:0;
margin: 4px 0 6px;
text-transform: uppercase;
background-color: #eee;
}
#fullPage #leftCol li.header a {
	display: block;
}
#fullPage #leftCol li.selected, #fullPage #leftCol li.header:hover {
background-color: #F26202;
}
#fullPage #leftCol li.selected a, #fullPage #leftCol li.header:hover a {
	color: #fff;
}

#fullPage #leftCol ul.subMenu li li {
	border-bottom: 1px solid #ddd;
	margin-left: 4px;
}

#fullPage #leftCol ul.subMenu li.sub {
	border: 0;
}
#fullPage #leftCol ul.subMenu li span {
	width: 9px;
	height: 9px;
	display: block;
	float: left;
	margin: 3px 5px 0 -15px;
}
#fullPage #leftCol ul.subMenu li span.expand {
	background-position: bottom left;
}

#fullPage .mainCol {
    float: left;
    margin: 0 0 0 13px;
    width: 735px;
}
#fullPage .mainCol ul {
	margin-left: 16px;
	margin-top: 8px;
}

#fullPage .mainCol h3 {
	margin: 12px 0 0;
	font-size: 13px;
	font-weight: 700;
}

#productsPage {
	width: 750px;
	margin-right: 0;
}

#productsPage div.prodBox {
	padding: 12px;
	-moz-border-radius: 5px;
	background: #DBF2F9;
	margin-top: 18px;
	height: 200px;
}

#productsPage div.prodBox h2 {
	padding-bottom: 10px;
}
#productsPage div.prodBox img {
	float: left;
	margin: 0 30px 0 0;
}

#aboutNav h3 {
	margin: 0 0 12px;
}

/* gradient box */
.blueBox {
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	padding: 12px 18px 4px;
	margin: 12px 0 6px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 15%, #A5E1F7 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#ffffff), color-stop(99%,#A5E1F7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 15%,#A5E1F7 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 15%,#A5E1F7 99%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 15%,#A5E1F7 99%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#A5E1F7',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 15%,#A5E1F7 99%); /* W3C */
	width: 455px;
}
#fullPage .mainCol .blueBox h3 {
	margin: 0 0 8px;
	font: 16px 'Trebuchet MS', sans-serif;
	font-weight: 700;
}
#fullPage .mainCol .blueBox li {
	list-style-image: url(/images/listArrowBlue.gif);
	padding: 6px 0 10px 0;
	font-weight: 700;
}

/* breadcrumbs */
#breadcrumbs {
	list-style: none;
	margin-bottom: 8px;
}
#breadcrumbs li {
	display: inline;
	font-size: 11px;
	padding: 0 0 0 5px;
}
#breadcrumbs li a {
	padding: 0 10px 0 0;
	font-weight: 400;
	background: url(/images/breadcrumb-icon.gif) no-repeat center right;
}
