/* =====================================================================	
	 	main.css
========================================================================	
   	Author:
   	Date:
------------------------------------------------------------------------
	Comments
------------------------------------------------------------------------

   
/* =Page Structure
	styles for the layout of page furniture
	E.g. div#header, div#footer, div#leftPanel etc...
----------------------------------------------------------------------*/

/* =sets, cols & widths */
.set
{
	width: 100%;
	overflow: hidden;
	clear: both;
}

.col    { float: left; clear:left; }
.colr   { float: right; clear:right;}
.w16    { width: 960px; }
.w12    { width: 720px; }
.w10    { width: 600px; }
.w9     { width: 520px; }
.w9_5   { width: 560px; }
.w8     { width: 480px; }
.w6     { width: 360px; }
.w5_5   { width: 340px; }
.w4     { width: 240px; }
.w3_5   { width: 220px; }
.w3     { width: 160px; }
.w2     { width: 100px; }

.clear {
    clear:both;
}

.colInner
{
	padding-right: 19px;
	padding-left: 1px;
	width: auto !important;
}

.colInner_sm
{
	padding-right: 10px;
	padding-left: 1px;
	width: auto !important;
}

.centre { margin: 0 auto; }
.bg { border-bottom: 1px solid #E0E0E0; }
.bg-top { border-top: 1px solid #E0E0E0; }
.ibd { border: 1px solid #fff; }
#wrap { width: 100%; }
#content .centre { padding-bottom: 3em; }
#home #content .centre, #home #sec .centre, #sec .centre { padding: 1.8em 0; }
#content .centre { padding-bottom: 250px; }
#main { background: #ccc; }
#sec { background: #fff; }
#main .centre { background: #ccc url(/img/bg/vlines.gif) center top repeat-y; }
.content_header {
    margin-bottom:10px;
}
   	
/*========================================================================*/  

/* =Helpers
	styles that apply to elements, usually using a single
	class name throughout the site. 
	E.g. div.error, p.message etc...
----------------------------------------------------------------------*/



/* =List Styles */

.body li, .intro li, #home #content li {
    list-style-type:disc;
    list-style-position:outside;
    margin-left:15px;
}

/* =Address Styles */

.address {
    margin:10px 0;
}

.address h2 {
    
}

.address table {
    text-align:left;
}

.address table td, .address table th {
    padding:5px;
}
/* =Table Styles */

table td {
    vertical-align:top;
}

/* =Forms Styles */

.text {
    padding:4px;
    width:100%;
    border:1px solid #bbb;
    font-family:Verdana, sans-serif;
    font-size:100%;
}

form ol li {
    margin-bottom:10px;
}

/* =Promo Styles */


#promoList {
    width:190px;
    float:right;
}

#promoListLeft {
    margin-top:38px;
    width:210px;
    float:left;
}

#promoListLeft h3 {
    margin-bottom:5px;
}

.promo {
    margin-bottom:30px;
    padding-bottom:0px;
    background:#DBDBDB;
}

.promo form {
    margin:10px 0 0;
}

.promo form * {
    overflow:visible;
}
 
.promo form input.text {
    width:95%;
}

.promo .action {
    /*margin-top:10px;*/
    padding-top:0;

}

.promo .inner {
    padding:5px 10px;
}

.promo a {

}

.promo h3.styled {
    background:#FF4100;
    padding:10px;
    font-size:120%;
    color:#fff;
    text-transform:uppercase;
}

/* =testimonial Styles */


.testimonial {
    float:right;
    width:170px;
    margin:0 -20px 10px 10px;
    padding-left:70px;
    background: url(/img/bg/arrow_outline.png) top left no-repeat;
    font-size:140%;
    font-weight:bold;
}

/* =Message Styles */
.error {
	background: #FFBABA;
	border: 1px solid #E69494;
	color: #D6010E;
}
.warning {
	background: #FEEFB3;
	border: 1px solid #DDA233;
	color: #9F6000;
}
.success {
	background: #DFF2BF;
	border: 1px solid #4F8A10;
	color: #59911C;
}

/* =Header */
div#header
{
	border-bottom: 1px solid #fff;
	text-align: center;
	position: relative;
	height: 210px;
}

body.lrgHead div#header { height: 339px; }
#headerInner { position: relative; }

#logo
{
	width: 205px;
	height: 49px;
	background: url(/img/logo.png) top left no-repeat;
	text-indent: -9999em;
	display: block;
	position: absolute;
	top: 45px;
	left:0px;
	cursor: pointer;
	overflow: hidden;
}

/* =Navigation */
div#nav
{
	float: left;
	width: 100%;
}

div#nav li, div#nav a
{
	float: left;
	display: block;
}

div#nav ul, div#nav li { padding: 0; }

div#nav ul
{
	width: 958px;
	margin: 0 auto;
}

div#nav a
{
	background-image: url(/img/nav.png);
	background-repeat: repeat-x;
	text-indent: -9999px;
	height: 45px;
	cursor: pointer;
	line-height: 1.2;
}

#nav_home a
{
	width: 92px;
	background-position: 5px -0px;
}

#nav_home a:hover { background-position: 5px -45px; }
#nav_home a.current { background-position: 5px -90px; }

#nav_who_we_are a
{
	width: 135px;
	background-position: -87px 0px;
}

#nav_who_we_are a:hover { background-position: -87px -45px; }
#nav_who_we_are a.current { background-position: -87px -90px; }

#nav_what_we_do a
{
	width: 140px;
	background-position: -225px 0px;
}

#nav_what_we_do a:hover { background-position: -225px -45px; }
#nav_what_we_do a.current { background-position: -225px -90px; }

#nav_global_reach a
{
	width: 160px;
	background-position: -363px 0px;
}

#nav_global_reach a:hover { background-position: -363px -45px; }
#nav_global_reach a.current { background-position: -363px -90px; }

#nav_our_expertise a
{
	width: 155px;
	background-position: -673px 0px;
}

#nav_our_expertise a:hover { background-position: -673px -45px; }
#nav_our_expertise a.current { background-position: -673px -90px; }

#nav_news_media a
{
	width: 145px;
	background-position: -525px 0px;
}

#nav_news_media a:hover { background-position: -525px -45px; }
#nav_news_media a.current { background-position: -525px -90px; }

#nav_contact_us a
{
	width: 130px;
	background-position: -834px 0px;
}

#nav_contact_us a:hover { background-position: -834px -45px; }
#nav_contact_us a.current { background-position: -834px -90px; }

#nav li
{
	position: relative;
	z-index: 10;
}

#nav li li a b
{
	padding: 8px 10px;
	float: left;
}

#nav li li, #nav li li a
{
	position: static;
	background-image: none;
	text-indent: 0px;
	display: block;
	height: auto;
	width: 100%;
	float: left;
}

#nav li ul
{
	width: 180px;
	float: left;
}

#nav li li a
{
	color: #fff;
	background: #ff4100;
	text-decoration: none;
	font-size: 1.05em;
	font-weight: bold;
	border-top: 1px solid #FF8A58;
}

#nav li li.first a { border-top: none; }
#nav li li a:hover { background: #7EBE34; }

#nav li div
{
	position: absolute;
	left: -999em;
	top: 45px;
	margin-left: 12px;
	z-index: 2000;
	clear: both;
	/* for ie6 :) */
	margin-top: 0px;
}

#nav li div span.md
{
	display: block;
	float: left;
	clear: both;
	/* for ie6 :) */
	background: url(/img/bg/dd_bg.png) center top repeat-y;
	padding: 0px 8px 0px 8px;
	margin-top: 0px;
}

#nav li div span.bt
{
	display: block;
	float: left;
	background: url(/img/bg/dd_bg_bt.png) center bottom no-repeat;
	height: 8px;
	width: 180px;
	padding: 0px 8px 0px 8px;
}

#nav div s
{
	width: 8px;
	height: 8px;
	background: url(/img/bg/dd_top.png) top left no-repeat;
	position: absolute;
	top: -8px;
	left: 8px;
	display: block;
	float: left;
}

#nav li:hover div, #nav li.sfhover div { left: auto; }
#secondaryNav { overflow: hidden; }

#secondaryNav li, #secondaryNav a
{
	float: left;
	width: 93%;
}

#secondaryNav li
{
	margin-bottom: 4px;
	line-height: 1.2;
}

#secondaryNav a
{
	background: #fff;
	padding: 12px 10px;
	font-size: 1.05em;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

#secondaryNav a:hover { background: #eaeaea; }

#secondaryNav li a.current, #secondaryNav li a.current:hover
{
	background: #ff4100;
	color: #fff;
}

#tertiaryNav {
    margin:0;
    padding:5px 0;
    width:210px;
    background:#dbdbdb;
    overflow:hidden;
    clear:both;
}

#tertiaryNav li {
}

#tertiaryNav li a 
{
    padding:2px 4px 2px 10px;
    width:100%;
    font-size:90%;
    text-transform:none;
    background:none;
}

#tertiaryNav li a:hover {
    background:none;
}

#tertiaryNav li a.currentSub 
{
    color:#ff4100;
    cursor:normal;
}

/* =Breadcrumbs */
#home #breadcrumbs { display: none; }
#breadcrumbs { }
#breadcrumbs p { padding: 0; }

#breadcrumbs .centre
{
	font-size: 95%;
	padding: 1em 0;
}

#breadcrumbs a { text-decoration: underline; }
#breadcrumbs a:hover { text-decoration: none; }
#breadcrumbs a, #breadcrumbs strong { color: #333; }

/* =Footer */
div#footer { background: #666; }

div#footerInner
{
	margin: 0 auto;
	padding: 10px 0 20px;
	color: #fff;
}
#innerFooterExtra {
	margin: 0 auto;
	font-size: 0.7em;	
}
div#footerInner p { padding: 0; }
#footerInner { overflow: hidden; }
#footer .colr { text-align: right; }
#footer li, #footer li a { display: inline; }

#footer li a
{
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	background: url(/img/bg/footer_sep.gif) bottom left no-repeat;
	background-position: 0 2px;
}

#footer li.first a { background: none; }
#footer li a:hover { text-decoration: underline; }

/* =Page components
	styles for the components that make up each webpage. (Most of the
	CSS will go in here)
	E.g. div#header img.logo, div#leftPanel ul li a etc...
----------------------------------------------------------------------*/

#t, #b, #l, #r
{
	background-color: transparent;
	display: none;
	position: fixed;
	z-index: 150;
}

#t, #b
{
	height: 0px;
	width: 100%;
}

#l, #r
{
	width: 0px;
	height: 100%;
}

#t { top: 0px; }
#b { bottom: 0px; }
#l { left: 0px; }
#r { right: 0px; }


#eccocms_util {
	font-size: x-small;
	position: fixed;
	top: 0;
	left: 20px;
	z-index: 200;
	font-family:Verdana, Arial;
    width:190px;	
}

#eccocms_util ul {
    clear:both;
    width:100%;
}

#eccocms_util li {
    float:left;
    line-height:1.2;
    width:100%;
}

#eccocms_util a, #eccocms_util label {
    float:left;
    width:100%;
}

#eccocms_util li input {
    width:10px;
    height:10px;
    line-height:0;
    padding:0;
    margin:0;
    margin-right:4px;
}

#eccocms_util li label, #eccocms_util li input {
    cursor:pointer;
    line-height:1.5;
    float:left;
}

#eccocms_util a, #eccocms_util label{
    background:#D5EFFF;
    color:#009CFF;
    text-decoration:none;
    padding:6px 10px;
    font-weight:bold;
    border-bottom:1px solid #fff;    
}


#eccocms_util a.top, #eccocms_util a.top:hover  {
    background:#009CFF;
    color:#fff;
    text-decoration:none;
    padding:2px 10px;
    margin-bottom:1px;
    font-weight:bold;
    height:15px;
    
}

#eccocms_util a.top {
    opacity:0.2;
    border-bottom:1px solid #2F77BF;
}

#eccocms_util a.top:hover, #eccocms_util li:hover a.top{
    opacity:1;
}

#eccocms_util a.top span {
    background:url(/ecco/img/down_arrow.png) center left no-repeat;
    background-position:0% 50%;
    padding-left:10px;
}


#eccocms_util a:hover, #eccocms_util label:hover{
    background:#fff;
    color:#009CFF;
}

#eccocms_util li {
    position:relative;
}

#eccocms_util ul ul {
    position:absolute;
    left:-9999em;
    top:20px;
 }

#eccocms_util ul ul li a span, #eccocms_util ul ul li label span{
    padding-left:0px;
}

#eccocms_util ul li:hover ul, #eccocms_util ul li.sfhover ul {
     left:auto;
}

/*
.cmsedit:link, 
.cmsedit:visited
{
	background: #ff4100;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 4px;
	line-height: 1.2;
}

.cmsedit:hover, 
.cmsedit:active
{
	color: #fff;
	background: #2c2c2c;
}

*/
.cmsedit_item:link, 
.cmsedit_item:visited
{
	position: absolute;
	margin: 0 4px;
	text-decoration: none;
}

.cmsedit_item:hover{
	background:#000;
}

.cmsedit_item b { }

/* =homepage
------------------------------------------------------------------------*/
#home h1 {
}

#home #header h1 {
	text-align:left;
	position:absolute;
	top:135px;
	left:0px;
	line-height:1.25;
 	color:#333;
	font-weight:100;
	width:550px;
	font-size: 1.50em;
	text-transform:none;
	letter-spacing:1px;
	font-family: Helvetica, Arial, sans-serif;
}

#home #header h2 {
    font-size:1.15em;
    margin:0 0 1em 0;
}

#home .imgGallery {
    height:140px;
}

#header {
	background:url(/img/bg/i1.jpg) center top no-repeat;
}

.h1 #header, #home #header { background-image:url(/img/bg/i1.jpg); }
.h2 #header { background-image:url(/img/bg/i2.jpg); }
.h3 #header { background-image:url(/img/bg/i3.jpg); }
.h4 #header { background-image:url(/img/bg/i1.jpg); }
.h5 #header { background-image:url(/img/bg/i5.jpg); }
.h6 #header { background-image:url(/img/bg/i6.jpg); }
.h7 #header { background-image:url(/img/bg/i7.jpg); }
.h8 #header { background-image:url(/img/bg/i8.jpg); }
.h9 #header { background-image:url(/img/bg/i9.jpg); }
.h10 #header { background-image:url(/img/bg/i10.jpg); }
.h11 #header { background-image:url(/img/bg/i11.jpg); }
.h12 #header { background-image:url(/img/bg/i12.jpg); }

#home #header h2 {
	top:268px;
	font-size:1.8em;
	
}

#header h2 {
	background:none;
	text-align:left;
	position:absolute;
	top:100px;
	left:0px;
	line-height:1.25;
	font-size:1.3em;
	color:#FF4100;
	font-weight:normal;
	width:400px;
	text-transform:none;
	letter-spacing:-1px;
}

#header h2 em {
	font-family:Georgia, serif;
	font-style:italic;
}


/* =gallery
------------------------------------------------------------------------*/

.imgGallery  {
    border:1px solid #959595;
    padding:0;
    margin:10px 0;
}


/* =site map
------------------------------------------------------------------------*/
#site_map {
}

#site_map li.top {
    margin-bottom:15px;
}

#site_map li .top_link{
    font-weight:bold;
    font-size:120%;
}

#site_map li ul li{
    margin-left:24px;
    font-weight:normal;
}


#site_map li ul li b{
    font-weight:normal;
}

/* @group Locations */

#locations #contentMain, #locations #contentSec {
	width: 360px;
}

.locations {
	background: #fff;
	margin-bottom: 20px;
}

.locations .inner {
	padding: 10px;
	overflow: hidden;
	border: 1px solid #999;		
	
}

.locations .locList {
	position: relative;
}

.locations h2 {
	color: #696969;
	font-size: 190%;
	font-weight: normal;
	font-family: Arial ,sans;
	margin-bottom: 0;
}

#ukLoc .locList .map, #worldLoc .locList .map{
	float: left;
	width: 217px;
	height: 214px;
}

#worldLoc .locList .map {
	height: 128px;
}

.locations ul, .locations ul li {
	position: static;
}

.locations li a b{
	display: none;
	width: 14px;
	height: 19px;
	background: url(/img/bg/pin.png) top left no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

.locations li a:hover b, .locations li a.hover b {
	display: block;
}


#lb .colr, .gmap {
	width: 320px;
	clear:none;
}

.gmap {
	height: 250px;
	float: right;
	border: 1px solid #999;
}

.gmap2 {
	height: 300px;
	border: 1px solid #999;
}

.locItem .address {
	margin-top:-5px;
}

.locItem h2 {
	font-size: 180%;
}

.locItem {
	padding: 10px 0;
}

#locationsCont{
    position:absolute !important;
	left:-99999px !important;
	top:-99999px !important;
}

/* @end */



.cmsedit, 
.cmsedit:hover {
    float: left;
    background:#FF4100;
    padding:2px 4px;
    color:#fff !important;
    text-decoration:none !important;
    font-size:small;
}

.cmsedit:hover {
    background:#fff;
    color:#FF4100 !important;
}



/* =resources
------------------------------------------------------------------------*/

.resources_section, .resources_item {
    margin-bottom:20px;
}


.resources_section h2 {
    margin-bottom:10px;
    font-size:1.4em;
}

.btt {
    font-size:90%;
    text-decoration:none !important;
    float:right;
}


/* =lightbox
------------------------------------------------------------------------*/

#colorbox {
    font-size:small !important;
}


#lb, #lbbg {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    
}

#lb {
    z-index:9999;
}

#lbbg {
    background:black;
}

#lbCont {
    position:fixed;
    top:15%;
    left:50%;
    margin-left:-370px;
    width:760px;   
    z-index:9999;
    
}

#lbInner{
    padding:20px;
    background:#fff;
    border:2px solid #ddd;
    overflow:hidden;
}

#lbClose {
    position:absolute;
    top:20px; 
    right:20px;
}

#lbClose {
    padding:3px 5px;
    font-size:0.8em;
    font-weight:bold;
    color:#FF4100;
	text-decoration: none;
	border: 1px solid #fff;
}

#lbClose:hover {
	border: 1px solid #FF4100;
}



/* =media
------------------------------------------------------------------------*/

.thumbList {
    overflow:hidden;
}

.thumbList li {
	float:left;
	margin:0 20px 20px 0;
	font-size:90%;
}

.thumbList li a {
    color:#333;
    text-decoration:none;
}

.mediaBlock {
	margin-bottom:20px;
}

#brochures .thumbList li {
    width:80px;
}

.videoList {
    width:100%;
    float:left;
}

.videoList li {
    width:230px;
    float:left;
}

.videoList li a img{
    border:1px solid #888;
}

.caption {
    padding-top:0px;
    font-style:italic;
    margin-bottom:10px;
}


/* =search
------------------------------------------------------------------------*/

.results_item{
    margin-bottom:10px;
}

.results_item em{
    font-size:90%;
    font-style:normal;
}

/* =acc
------------------------------------------------------------------------*/

#accessibilityLinks
{
    height:0px;
    position:absolute;
    left:-9999px;
    font-size:80%;
    z-index:9999;
    display:block;
}


/* =cms
------------------------------------------------------------------------*/

.body li div {
    display:inline;
}
label.w2 {
	width: 110px;
}
.results_item h2 {
	margin: 0.25em 0 0.5em 0;
}




/* =news flash
------------------------------------------------------------------------*/
#newsflash {
    background: url(/img/home_flash_bg.png) no-repeat 0 0;
    text-align: left;
    width: 358px;
    position: absolute;
    top: 121px;
    right: 0px;
	padding: 8px;
    line-height: 1.25em;
	height: 117px;
	overflow: hidden; 
}

#newsflash .inner {
    padding: 10px;
	background: #ff4100;
	height: 97px;
	overflow: hidden;
}

#newsflash * {
    color:#fff;
}

#newsflash h3 {
	background: url(/img/info_icon.png) no-repeat 0 0;
	padding: 0 0 0.5em 30px;
	text-transform: uppercase;
	font-size: 0.875em;
	margin: 0.5em 0 0 0;
}
#newsflash p {
	font-size: 0.75em;
}
#newsflash a {
    text-decoration: underline;
}   


/* =news ticker
------------------------------------------------------------------------*/
#msg_ticker {
	background: #ffbba4 url(/img/ticker_bg.png) repeat-x 0 0;
	border-bottom: 1px solid #ffd9cb;
}

#msg_ticker .centre {
	background: transparent;
	overflow: hidden;
	border-right: 1px solid #fee7df;
	padding: 1em 10px 1em 0;
	width: 949px;
}
#msg_ticker ul {
	padding: 0;
	height: 1.25em;
	width: 9999em;
}
#msg_ticker ul li {
	float: left;
	height: 1.25em;
	float: left;
	padding: 0 25px 0 0;
	margin: 0 20px 0 0;
	display: inline;
	line-height: 1.25em;
	background: url(/img/ticker_sep.png) no-repeat right center;
}
#msg_ticker ul li.last {
	background: transparent;
	margin: 0;
}
.tickercontainer { /* the outer div with the black border */
	margin: 0; 
	padding: 0
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 960px;
	margin: 0;
	padding: 0;

}
ul.newsticker li {
	float: left;
	height: 1.25em;
	float: left;
	padding: 0 25px 0 0;
	margin: 0 20px 0 0;
	line-height: 1.25em;
	background: url(/img/ticker_sep.png) no-repeat right center;
}


/* =site_links
------------------------------------------------------------------------*/
#site_links {
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
	height: 24px;
	overflow: hidden;
}
#site_links li {
	width: 95px;
	height: 24px;
	padding: 0;
	float: left;
}
#site_links li#gp {
	padding: 0 8px 0 0;
}
#site_links li a {
	display: block;
	height: 24px;
	width: 95px;
	overflow: hidden;
	text-indent: -9999em;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#site_links li#gp a {
	background-color: #1aabc1;
	background-image: url(/img/buttons/gp_site_link.png);
}
#site_links li#patient a {
	background-color: #7fba00;
	background-image: url(/img/buttons/patient_site_link.png);
}



/* =new maps
------------------------------------------------------------------------*/

#global_map ol {
	position: relative;
	overflow: hidden;
	border: 3px solid #FFF;
	width: 954px;
	background: url(../img/global_map.jpg) no-repeat 0 0;
	height: 630px;
	padding: 0;
	margin: 0 0 0.8em 0;
}
#global_map ol ol {
	background: transparent;
	border: none;
	width: 140px;
	height: auto;
}
#global_map ol li {
	position: absolute;
	width: 140px;
}
#global_map ol li#uk_map_links {
	top: 20px;
	left: 22px;
}
#global_map ol li#germany_map_links {
	top: 20px;
	left: 434px;
}
#global_map ol li#austria_map_links {
	top: 20px;
	left: 615px;
}
#global_map ol li#poland_map_links {
	top: 92px;
	left: 615px;
}
#global_map ol li#india_map_links {
	top: 380px;
	left: 615px;
}
#global_map ol li#ukraine_map_links {
	top: 20px;
	left: 796px;
}
#global_map ol li#hungary_map_links {
	top: 92px;
	left: 796px;
}
#global_map ol li#bulgaria_map_links {
	top: 164px;
	left: 796px;
}
#global_map ol li#south_africa_map_links {
	top: 490px;
	left: 108px;
}
#global_map ol li a {
	background: #00469b;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	width: 140px;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}
#global_map ol li li {
	position: relative;
	top: 0;
	left: 0;
}
#global_map ol li li a {
	background: transparent;
	color: #00469b;
	font-size: 0.9em;
	overflow: hidden;
	zoom: 1;
}
#global_map ol li li a span {
	font-weight: bold;
	font-size: 0.9em;
	background: url(../img/map_bullet.gif) no-repeat 0 0;
	float: left;
	color: #FFF;
	padding: 1px 2px 2px 6px;
	width: 11px;
	height: 16px;
	margin-right: 4px;
	display: inline;
}
#global_map ol li li a span.double {
	padding: 1px 0 2px 2px;
	width: 17px;
	height: 16px;
}
#secondaryNav a span {
	text-transform: none;
	font-size: 0.8em;
	color: #666;
	display: block;
	padding: 0.5em 0 0 0;
}
#secondaryNav a.current span {
	color: #ffc4b0;
}
#nav_horizontal #secondaryNav li {
	float: left;
	width: 140px;
	margin: 0 24px 0 0;
}
#nav_horizontal #secondaryNav li.last {
	margin-right: 0;
}
#nav_horizontal #secondaryNav li a {
	height: 7em;
}
#loc_links ol {
	overflow: hidden;
	zoom: 1;
}
#loc_links li {
	width: 171px;
	margin-right: 12px;
	float: left;
}
#loc_links li li, #loc_links li li li,#loc_links li.last {
	margin: 0;
}