html {
	background: #333;
}
body {
	font-size: 14px;
	line-height: 20px;
	font-family: "Lucida Grande", Tahoma; /* "Lucida Sans", removed as proportions too different that text wrapped */
	color: #666;
}
strong {
    font-weight: bold;
}
blockquote {
  margin-left: 20px !important;
  padding: 10px;
  background: #F1FAFE;
}
blockquote p {
    margin: 0;
}
em {
    font-style: italic;
}
#footer p {
	padding-bottom: 4px;
}
a {
	outline: none;
	color: #66aecc;
	text-decoration: none;
}
a:hover {
	color: #9acb3e;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
}

#body-wrapper {
	background: #FFF url(../images/bg.jpg) repeat-x center 146px;
	position: relative;
}
#wrapper {
	background: url(../images/content-bg.jpg) repeat-y center;
}
#page-wrapper {
	background: url(../images/header-bg.jpg) no-repeat top center;
}
#page {
	margin: 0 auto;
	padding-top: 26px;
	width: 970px;
	position: relative;
/*	overflow: hidden; */
}

#footer-wrapper {
	background: #333333 url(../images/footer-bg.jpg) no-repeat top center;
	padding-top: 50px;
}

#header {
/*	background: url(../images/nav-bar.png) no-repeat bottom;
	padding-bottom: 30px; */
	position: relative;
	height: 88px;
	z-index: 100;
}
#bar {
	background: url(../images/nav-bar.png) no-repeat bottom;
	height: 30px;
}
#bar.nav-active {
	background-image: url(../images/nav-bar_on.png);
}
/***** Content stuff *****/
#logo {
	width: 316px;
	height: 65px;
	background: url(../images/logo.jpg);
	text-indent: -5000px;
	margin-left: 11px;
}
/***************************************************/
/* topnav */
#topnav {
	position: absolute;
	left: 380px;
	bottom: 40px;
}
#topnav li {
	float: left;
}
#topnav a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 4px;
	display: block;
}
#topnav .last a {
	border-right: 0;
}
#topnav-home a:hover, #topnav-home a.active {
	background: url(../images/topnav/home.png) no-repeat center bottom;
}
#topnav-who-are a:hover, #topnav-who-are a.active {
	background: url(../images/topnav/who-are.png) no-repeat center bottom;
}
#topnav-who-with a:hover, #topnav-who-with a.active {
	background: url(../images/topnav/who-with.png) no-repeat center bottom;
}
#topnav-talk-to-us a:hover, #topnav-talk-to-us a.active {
	background: url(../images/topnav/talk-to-us.png) no-repeat center bottom;
}
#topnav-e-insight a:hover, #topnav-e-insight a.active {
	background: url(../images/topnav/e-insight.png) no-repeat center bottom;
}
/***************************************************/
/* Nav */
#nav {
	float: right;
	position: absolute;
	right: 34px;
	bottom: 0px;
}
#nav li {
	float: left;
}
#nav li a {
	background: url(../images/nav/training-courses.png) no-repeat bottom center;
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #ECF3F8;
	padding: 8px 0 6px; /* did have 17px padding either side, but e-careers tab was wider */
	display: block;
	margin-left: 5px;
	vertical-align: baseline;
	text-align: center;
	text-transform: lowercase;
}
#nav li.active a, #nav li a:hover {
	background-image: url(../images/nav/training-courses_on.png);
	color: #FFF;
	margin-top: -3px;
	padding-top: 11px;
	padding: 9px 0 8px;
}
/*
Add another class to #header when any of the nav sections are active -and change the bar from blue to green.
Also reduce opacity on unselected button text
*/
.nav-active #nav span {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.nav-active #nav a.active span, .nav-active #nav a:hover span {
	filter: alpha(opacity=100);
	opacity: 1.0;
}

li a#nav-courses {
	background-image: url(../images/nav/training-courses.png);
	width: 169px;
}
#nav li.active a#nav-courses, #nav li:hover a#nav-courses {
	background-image: url(../images/nav/training-courses_on.png);
}
li a#nav-consulting {
	background-image: url(../images/nav/consulting.png);
	width: 122px;
}
#nav li.active a#nav-consulting, #nav li:hover a#nav-consulting {
	background-image: url(../images/nav/consulting_on.png);
}
li a#nav-careers {
	background-image: url(../images/nav/e-careers.png);
	width: 115px;
}
#nav li.active a#nav-careers, #nav li:hover a#nav-careers {
	background-image: url(../images/nav/e-careers_on.png);
}

/*****************************************************/
/* Footer stuff */
#footer {
	width: 950px;
	margin: 0 auto;
	color: #999;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color: #999;
}
.footer-box {
	background: #242424;
	color: #CCC;
	padding: 20px;
	margin-bottom: 18px;
}
.footer-box img {
	float: left;
	margin-right: 20px;
}
.footer-box a {
	font-weight: bold;
	color: #66aecc !important;
}
.footer-box-content {
	margin-left: 64px;
}
.copyright {
	overflow: hidden;
	margin: 40px 0 30px;
}
/****************************************/
#course-links {
	text-align: center;
	margin-top: 30px;
	font-size: 13px;
	clear: both; /* ie6 */
}
#course-benefits {
	margin-bottom: 20px;
	color: #333;
	font-size: 13px;
}
#course-benefits p, #course-length p {
	margin-bottom: 0 !important;
}
#course-audience {
	color: #333;
}
#course-trainer {
	color: #333;
}
#course-length {
	margin: 10px 0;
}
#course-intro {
	color: #333;
	margin-top: 20px;
}
.book-now {
    background: url(../images/course/book-now.png) no-repeat;
    text-indent: -5000px;
    width: 86px;
    height: 18px;
    display: block;
}


#subscribe {
	position: absolute;
	top: 0;
	left: 784px;
	width: 154px;
	height: 37px;
	background: url(../images/tab-subscribe.png);
	text-indent: -5000px;
}
#subscribe.active {
	background-image: url(../images/tab-closepanel.png);
}
#subscribe-panel {
	background: #3A3A3A url(../images/panel/bg.png) repeat-x;
	color: #999;
	padding: 10px 10px 0;
	display: none;
	overflow: auto;
}
#panel {
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
}
.panel-box {
	width: 260px;
	padding: 20px 30px 0;
	float: left;
	overflow: auto;
	background: url(../images/panel/divider.png) no-repeat right 25px;
	min-height: 192px;
}
.panel-box-last {
	background-image: none;
}
#panel h4 {
	color: White;
	font-size: 22px;
	margin-bottom: 20px;
}
.panel-box a {
	padding-left: 28px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 23px;
}
.panel-box li {
	margin-bottom: 4px;
}
.panel-rss {
	background: url(../images/panel/icon-rss.png) no-repeat;
}
.panel-addthis {
	background: url(../images/panel/icon-addthis.png) no-repeat;
}
.panel-linkedin {
	background: url(../images/panel/icon-linkedin.png) no-repeat;
}
.panel-blog {
	background: url(../images/panel/icon-blog.png) no-repeat;
}
.panel-twitter {
	background: url(../images/panel/icon-twitter.png) no-repeat;
}
.panel-googleplus {
	background: url(../images/panel/icon-googleplus.png) no-repeat;
}
.panel-facebook {
	background: url(../images/panel/icon-facebook.png) no-repeat;
}


.form-row {
	overflow: hidden;
	padding: 0 2px 6px;
}
.panel-input {
	background-color: #5B5B5B;
	border: 1px solid #828282;
	width: 146px;
	padding: 1px;
	color: #FFF;
	font-family: inherit;
	font-size: inherit;
}
#panel .form-row label {
	display: block;
	float: left;
	width: 100px;
	padding-top: 2px;
}
#panel .form-submit {
	float: right;
	margin-top: 9px;
}
#panel ul.error_list {
	clear: left;
}
#panel .invalid {
	padding-bottom: 0;
}
#panel .invalid input {
	background: #7c8f57;
	color: #9acb3e;
	border-color: #9acb3e;
}
#panel ul.error_list li {
	font-size: 10px;
	padding-left: 20px;
	color: #9acb3e;
	margin: 0;
	background: url(../images/errormsg.png) no-repeat 3px;
}
#panel .valid input {
/*	background-color: #42561B;
	border-color: #526C22;*/
}
#panel .valid ul.error_list {
	display: none;
}

#form-emaillist-confirmation {
	width: 240px;
	height: 69px;
	background: url(../images/panel/thanks_bg.png);
	padding: 10px 0 0 20px;
	color: #FFF;
	font-weight: normal;
}
/*****************************************************/
/* Two column right */
.tcr-left {
	width: 672px;
	margin-left: 36px;
	float: left;
	margin-top: 22px;
	display: inline; /*ie6*/
}
.tcr-right {
	width: 202px;
	margin: 43px 26px 0 28px;
	float: left;
	display: inline; /*ie6*/
}

/*********************************************/
/* Content styles */
#content h1 {
	font-size: 28px;
	/* margin-bottom: 24px;*/
    margin-bottom: 18px;
	line-height: 28px;
}
#content h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
#content h3 {
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma;
	margin-top: 20px;
}
#content p {
	margin-bottom: 20px;
}
#content strong {
	font-weight: bold;
}

.bulleted-list li, #content li {
	background: url(../images/bullet.png) no-repeat left 6px;
	padding-left: 14px;
	margin-bottom: 3px;
}
.bulleted-list li ul {
	margin-top: 3px;
}
.bulleted-list li ul li {
	background: url(../images/bullet-hyphen.png) no-repeat left 8px;
	padding-left: 10px;
}

.tcr-right .box {
	margin-top: 23px;
}
.tcr-right h3 {
	background: url(../images/rhs/header-bg.jpg) no-repeat;
	font-size: 16px;
	line-height: 26px;
	padding: 1px 0 0 12px;
	color: #333;
	margin-top: 25px;
}
.tcr-right p, .tcr-right a, .tcr-right li {
	font-size: 12px;
}
.tcr-right p {
	color: #333;
	line-height: 18px;
}
.tcr-right ul, .tcr-right p {
	margin: 8px 0 15px 12px;
}
.tcr-right li {
	margin-bottom: 5px;
}
.tcr-right ul a {
	font-weight: bold;
}
#course-rss {
	background: url(../images/icon-course-rss.png) no-repeat;
	padding: 5px 0 8px 34px;
	height: 20px;
	display: block;
	vertical-align: middle;
	font-weight: bold;
}
#course-pdf {
	background: url(../images/icon-course-pdf.png) no-repeat;
	padding: 5px 0 0 34px;
	height: 20px;
	display: block;
	font-weight: bold;
}
#job-rss {
  background: url(../images/icon-course-rss.png) no-repeat;
  display: block;
  font-weight: bold;
  line-height: 25px;
  padding: 0 0 0 34px;
}
#jobdetails table {
	font-size: 13px;
}
#jobdetails th {
	font-weight: bold;
}
#jobmeta {
	float: right;
	width: 115px;
}
#jobspec ul {
	margin-bottom: 15px;
}
#jobspec h3 {
	margin-bottom: 20px;
}
#joblistimg {
	float: left;
	margin: -10px 20px 4px -20px;
}
/************************************************/


.B_crumbBox {
	text-align: right;
	margin: 10px 32px 0 0;
	color: #999;
	font-size: 12px;
	text-transform: lowercase;
}

.box {
	background: #eaf8fd;
	padding: 10px 8px;
}
.box p, .box ul, .smaller-font p, .smaller-font ul {
	font-size: 13px;
}
.small {
	font-size: 11px;
}
.box-course {
	background: #eaf8fd;
	padding: 20px;
	color: #333;
	font-size: 13px;
}

#content .box {
	background: #fbfcfb;
	padding: 15px 20px;
	margin-bottom: 20px;
}
#content .box h3, #content .box h2, #content .wwa h2 {
	font-size: 100%;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma;
	font-weight: bold;
	margin: 0;
}

table.course {
	width: 100%;
	border-bottom: 1px solid #dfe1df;
	border-collapse: collapse;
}
.course th {
	background: #363636 no-repeat 2px center;
	font-family: Georgia;
	padding: 5px 10px;
	color: #FFF;
	font-size: 15px;
}
.course td {
	font-size: 12px;
	padding: 6px 10px;
	color: #333;
	border-bottom: 1px dashed #e5e7e5;
}
#tbl-coursedates th, #tbl-coursedates td {
	padding-left: 20px;
}

th.header {
	cursor: pointer;
}
.headerSortDown {
	background-image: url(../images/arrow-down.png) !important;
}
.headerSortUp {
	background-image: url(../images/arrow-up.png) !important;
}
.sold-out, .reduced {
	color: #ff3366
}

.back-to-top {
	text-align: right;
	margin: 7px 0 0 !important;
}
.back-to-top a {
	background: url(../images/chevron-up.png) no-repeat right center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding-right: 14px;
}
/**/
#consulting-img {
	float: left;
	margin: -5px 10px 10px -20px;
	zoom: 1; /*ie6*/
}

.get-in-touch {
	background: url(../images/contact-glyph.png) no-repeat right center;
	padding-right: 20px;
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
div.divider {
	border-bottom: 1px solid #dfe1df;
	margin-top: 15px;
}
div.indent-20 {
	margin-left: 20px !important;
}

/**************************************************/
.testimonial-wrapper {
	background: #F4F4F1 url(../images/testimonial/bottom.png) no-repeat left bottom;
	width: 620px;
	margin-bottom: 15px;
	overflow: auto;
}
.testimonial {
	background: url(../images/testimonial/top.png) no-repeat;
	padding: 35px 45px 0;
	margin-bottom: 50px;
}
.testimonial img {
	float: right;
	margin-left: 30px;
}

#quicklinks-wrapper {
	width: 167px;
	background: #F4F4F1 url(../images/course/quick-bottom.png) no-repeat left bottom;
	float: right;
	overflow: auto;
	margin-left: 15px;
}
#quicklinks {
	background: url(../images/course/quick-top.png) no-repeat;
	padding: 15px;
	margin-bottom: 15px;
}
#quicklinks h4 {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}
#quicklinks a {
	background: url(../images/chevron-down.png) no-repeat right 6px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
}
#quicklinks li {
	padding-bottom: 3px;
	background-image: none;
	padding-left: 0;
}


/***********************************************************/
/****** LH CSS *******/
.tcl-left {
	width: 275px;
	float: left;
	margin-left: 36px;
	display: inline;/*ie6*/
}
.tcl-right {
	width: 620px;
	float: left;
	margin-left: 10px;
	display: inline; /*ie6*/
}
.tcl-right .B_crumbBox {
	margin: 10px 0 15px;
}

.contact-left {
	width: 548px;
	float: left;
	margin-left: 36px;
	display: inline; /*ie6*/
}
.contact-right {
	width: 308px;
	float: left;
	margin-left: 52px;
	display: inline;/*ie6*/
}

/* tooltip styling */ 
.tooltip-content { 
    display:none; 
/*    background:black; 
    height:163px; 
    padding:40px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#fff; */
}/*
.tooltip-content a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}*/
/*****************************************/
.wwa-wrapper {
	background: #F7F7F6 url(../images/wwa/top.png) no-repeat;
	width: 620px;
	margin-bottom: 30px;
	overflow: auto;
}
.wwa {
	background: url(../images/wwa/bottom.png) no-repeat left bottom;
	padding: 0 8px 25px 25px;
	margin: 20px 0 0;
}
.wwa img {
	float: right;
	margin-top: -10px;
	margin-left: 10px;
}

/***************************************************/
#subnav {
	background: url(../images/subnav/bg.png);
	width: 275px;
	height: 265px;
	margin-top: 15px;
}
body.sec-10 #subnav {
	background: url(../images/subnav/bg-extended-family.png);
}
body.sec-258 #subnav {
  background: url(../images/subnav/bg-small-print.png);
}

#subnav ul {
	padding-top: 75px;
	padding-left: 30px;
}
#subnav li {
	margin: 0px 0;
}
#subnav a {
	position: relative;
	font-family: Georgia;
	color: #333;
	font-size: 16px;
	display: block;
	height: 30px;
	line-height: 28px;
	padding-left: 15px;
	cursor: pointer;
}
#subnav li.active a {
	background: url(../images/subnav/active.png) no-repeat;
}
#subnav li a span {
	z-index: 1;
	position: absolute;
}
#subnav li a span.hover {
	background: url(../images/subnav/active.png) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 0;
}


/**************************************/
/* Used on 2Col left w header feature */
#feature {
	background: #000;
	height: 246px;
	z-index: 0;
	position: relative;
}
#feature-text {
	color: #FFF;
	font-weight: bold;
	padding-top: 80px;
	padding-left: 36px;
	width: 250px;
	line-height: 24px;
}

.feature-sidebar {
	margin-top: -60px;
	position: relative;
}

/*********************************************/
/* That pesky drop down */
#course-dropdown {
	position: absolute;
	display: none;
	top: 34px;
	left: 5px;
	width: 434px;
	background: #FFF;
	z-index: 1000;
	border: 1px solid #dee0da;
	padding: 10px 0 20px;
	zoom: 1; /* ie6 */
}/*
#course-dropdown li {
	float: left;
	width: 202px;
	margin: 0 0 0 15px;
	display: inline;
}*/
#course-dropdown ul {
    float: left;
    width: 217px;
}
#course-dropdown li {
	width: 202px;
	margin: 0 0 0 15px;
	display: inline; /* ie6 */
}
#nav #course-dropdown a, #nav #course-dropdown a:hover {
	background: url(../images/mega-bullet.png) no-repeat left 12px !important;
	opacity: 1 !important;
	padding: 2px 10px 0 !important;
	margin: 0 !important;
	width: auto;
	text-align: left;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}
#nav #course-dropdown a:hover {
	color: #AADD44;
}

#menu {
	background: #404040;
	width: 218px;
	padding: 10px;
	text-align: center;
	color: #FFF;
	font-size: 13px;
}
#menu p {
	margin-bottom: 15px;
}
#menu em {
	font-style: italic;
	color: #ffffcc;
}
.lh-text {
	margin: 25px 0 0 18px;
}

h2.small {
	font-size: 100% !important;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma;
}

/*********************************************/
#poll {
	background: url(../images/poll/top-bg.png) top left no-repeat;
	padding-top: 20px;
}
#poll h3 {
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	color: #99cc33;
	padding-left: 23px;
}

#contact-details {
	background: url(../images/contact/details-bg.png);
	height: 125px;
	padding: 20px;
	margin-top: 45px;
	margin-bottom: 15px;
}
#contact-details td {
	vertical-align: top;
	font-family: Georgia;
}
#contact-details .label {
	font-weight: bold;
	width: 80px;
	padding-bottom: 4px;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma;
	font-size: 13px;
}
#contact-details .tel {
	font-size: 22px;
	font-weight: bold;
}

#contact table {
	margin-left:15px;
	width:480px;
	border: 0;
}
#contact th {
	font-family: "Lucida Grande", "Lucida Sans", Tahoma;
	background: #FFF;
	color: #333;
	vertical-align: top;
}
#contact td, form td {
	border: 0;
	padding: 3px 0;
	vertical-align: top;
}
#contact strong {
	font-weight: bold;
}
input.text, input.captcha, select.text{
border:1px solid #D6D6D6;
font-family: "Lucida Grande", "Lucida Sans", Tahoma;
font-size:12px;
height:16px;
padding:3px 4px;
width:225px;
}
input.captcha {
	width: 120px;
}
select.text {
    width: 235px;
    height: auto;
}
#contact textarea, #book textarea {
border:1px solid #D6D6D6;
color:#333333;
font-family: "Lucida Grande", "Lucida Sans", Tahoma;
font-size:12px;
height:90px;
overflow:auto;
padding:2px 4px;
width:225px;
}
#contact .divider, form .divider {
	margin-bottom: 15px;
	border-bottom-style: dashed;
}
input.shorttext {
	width: 35px;
}
table.contact {
	margin-left: 20px;
}
.contact th {
	padding-right: 15px;
	vertical-align: top;
}
/******************************************************************/
#home-feature {
	background: #000;
	height: 315px;
	overflow: hidden;
	z-index: 1;
	width: 970px;
}
.home-col {
	width: 285px;
	float: left;
	padding-left: 40px;
	font-size: 13px;
}
.home-col h1 {
	background: url(../images/home/header-bg.jpg) no-repeat;
	font-size: 20px;
	line-height: 26px;
	padding: 1px 0 0 12px;
	color: #333;
	margin: 24px 0 10px -15px;
}
.home-col p {
	margin: 10px 0 20px;
}
.home-col strong {
	font-weight: bold;
}
.home-col dd {
	margin: 0 0 20px;
}
.home-col dd p {
	margin-top: 0;
}
.home-col a {
	font-weight: bold;
}

.home-col-first {
	padding-left: 30px;
}

#cboxOverlay {
/* Move to JS call? */
	background: #dee0da !important;
	opacity: 0.85 !important;
}


#legal {
	padding-top: 80px;
	font-size: 11px;
	clear: left;
	margin-left: 36px;
	color: #999;
}

/******************************************************************************
Course information: trainers */
.trainer-photo {
	float: right;
}
.trainer-info {
	margin-right: 140px;
}


/****************************************/
.partner {
	margin-bottom: 40px;
}
.partner-img {
	float: right;
	margin-top: 20px;
}
.partner-content {
	margin-right: 200px;
	font-size: 13px;
}

/****************************************/
.client-logo {
	margin: 0 6px 1px 0;
}

.sidebar-box-wrapper {
    background: #EAF8FD url(../images/sidebar/box-bottom.png) no-repeat left bottom;
}
.sidebar-box {
    background: url(../images/sidebar/box-top.png) no-repeat left top;
    padding: 11px 8px;
    width: 186px;
}

/*********** New landing page stuff ************/
.landing-page {
    margin: 40px 0 0 35px;
}
.landing-page-smalltext {
    font-size: 13px;
}
.landing-wrapper {
    width: 600px;
}
.lboxwrapper {
    background: #EAF8FD url(../images/landing/bottom.png) no-repeat bottom left;
    padding-bottom: 30px;
    width: 282px;
    float: left;
    margin-right: 27px;
    position: relative;
}
.lbox {
    background: url(../images/landing/top.png) no-repeat top left;
    padding: 26px 16px 22px 22px;
}

#content .lbox h4, #content .lbox h2 {
    font-family: "Lucida Grande", "Lucida Sans", Tahoma;
    font-weight: bold;
}
#content .lbox h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
#content .lbox li {
    background-position: left 8px;
}
#content.landing-page-smalltext .lbox h2 {
    font-size: 15px;
}
/*
.lbook-now {
    padding-right: 26px;
    background: url(../images/landing/icon.png) no-repeat right center;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    float: right;
}
*/
.lbook-now  {
background: url("../images/landing/icon.png") no-repeat scroll right center transparent;
bottom: 32px;
font-weight: bold;
padding-right: 26px;
position: absolute;
right: 25px;
text-align: right;
text-transform: uppercase;
}

.lbox ul {
    margin-bottom: 15px;
}

/******************************************************************************
 * Social sharing */
#social-sharing {
    padding: 15px 0 6px 12px;
    background: url(../images/social-bg.png) no-repeat left top;
    margin-bottom: 12px;
}
#social-sharing-wrapper {
    background: url(../images/social-bg.png) no-repeat -77px bottom;
    width: 77px;
    margin-left: -92px;
    position: absolute;
    left: 0;
    top: 180px;
    z-index: 40;
}
#social-sharing div.spacer {
    height: 5px;
}

