/* Harvest Digital Website ****************************
	Company: HarvestDigital
	Homepage: http://www.harvestdigital.com 
	Author: Matt Hobbs
	Contents:
		*Page Reset
		*Core Elements (p, ul, hX, a)
		*Basic Page Template
		*Top Navigation
		*Side Navigation
		*Sections Layout
		*All Image Replacements
		*Homepage
		*Featured Work & Work Homepage
		*People
		*Insight
		*Research
		*News
		*About
		*Jobs
		*Contact Us
		*Footer & Links Footer
		*jQuery Lightbox Plugin
		*SIFR Styling
******************************************************/

/* Page Reset ****************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
	}
body {
	line-height: 1;
	color: #000;
	background: #fff url('../images/pageBG.gif') repeat-y 122px 0;
	font-family: Georgia;
	font-size: 1em;
	}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: 400;
	}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* Core Elements (p, ul, hX, a) **********************/
a {
	color: #f58b3a;
	font-size: 0.69em;
	text-decoration: none;
	line-height: 1.2;
	}
a:hover {
	text-decoration: underline !important;
	color: #f93 !important;
	}
p {
	font-size: 0.75em;
	color: #5F5F5F;
	line-height: 1.3;
	margin: 0 0 6px;
	}
p a {font-size: 1em;}
ul li a {
	background: url('../images/orangeArrow.gif') no-repeat center left;
	padding: 0 0 0 10px;
	}
li.active a {color: #f93 !important;}
.logo {
	background: url('../images/logo.gif') no-repeat 0 0;
	width: 112px;
	height: 47px;
	display: block;
	text-indent: -999em;
	}
h3 {
	margin: 7px 0 6px;
	font-size: 1.13em;
	color: #626469;
	font-weight: 400;
	}
h3#subCategory {
	position: absolute;
	border-left: 1px solid #F93;
	margin: 0;
	padding: 0 0 0 10px;
	font-style: italic;
	color: #F93;
	font-size: 1.38em;
	line-height: 1.2;
	}
h3#subCategory {
	top: 0;
	left: 73px;
	}
body h3#subCategory a {color: #F93;}
h3#subCategory span {
	font-style: normal;
	border-right: 1px solid #F93;
	padding: 0 10px 0 0;
	margin: 0 6px 0 0;
	}
h4 {
	color: #5F5F5F;
	font-size: 0.69em;
	font-weight: 700;
	}
h5 {
	color: #5F5F5F;
	font-weight: 400;
	font-size: 0.69em;
	margin: 0 0 2px;
	}
h4 a, h5 a {
	font-size: 1em;
	font-weight: 400;
	color: #5F5F5F;
	}
#linksFooter h5 a {
	color: #9F9F9F;
	font-size:1em;
	font-weight: 700;
	}
/* Basic Page Template *******************************/
#pageWrapper {
	width: 462px;
	margin-left: 150px;
	padding: 0 23px;
	}
#header {
	padding: 22px 0 0;
	height: 104px;
	border-bottom: 1px solid #fee7d6;
	position: relative;
	margin: 0 0 17px;
	}
#header dl {
	position: absolute;
	right: 0;
	top: 40px;
	}
#header dl dt {
	display: none;
	visibility: hidden;
	}
#header dl dd {
	color: #666;
	font-size: 1em;
	line-height: 1.2;
	}
#header dl dd span {color: #999;}
#skipLinks {
	position: absolute;
	left: -999em;
	}
/* Top Navigation ************************************/
#mainNav {
	overflow: hidden;
	position: absolute;
	top: 97px;
	left: 0;
	}
#mainNav li {
	float: left;
	margin: 0 10px 0 0;
	}
#mainNav li a {
	display: block;
	background: url('../images/mainNav.gif') no-repeat;
	text-indent: -999em;
	height: 19px;
	line-height: 1.2;
	}
#mainNav li a#work {
	width: 50px;
	background-position: -7px -6px;
	}
#mainNav li a#work:hover {background-position: -7px -33px;}
#mainNav li.active a#work {background-position: -7px -33px;}
#mainNav li a#people {
	width: 66px;
	background-position: -67px -6px;
	}
#mainNav li a#people:hover {background-position: -67px -33px;}
#mainNav li.active a#people {background-position: -67px -33px;}
#mainNav li a#insight {
	width: 72px;
	background-position: -143px -6px;
	}
#mainNav li a#insight:hover {background-position: -143px -33px;}
#mainNav li.active a#insight {background-position: -143px -33px;}
#mainNav li a#services {
	width: 110px;
	background-position: -220px -6px;
	}
#mainNav li a#services:hover {background-position: -220px -33px;}
#mainNav li.active a#services {background-position: -220px -33px;}
#subNav {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 22px;
	}
#subNav li {float: left;}
#subNav li.last a {
	border: 0;
	padding-right: 0;
	}
#subNav li a {
	font-size: 0.75em;
	color: #999;
	text-decoration: none;
	border-right: 1px solid #b3b3b3;
	padding: 0 5px;
	background: 0;
	}
/* Side Navigation ***********************************/
#sideBar {
	position: fixed;
	bottom: 30px;
	left: 675px;
	width: 172px;
	color: #5F5F5F;
	z-index: 10;
	background: #fff;
	}
#sideBar ul {margin: 0 15px;}
#sideBar ul li {display: inline;}
#sideBar ul li a {
	background: 0;
	padding: 0;
	}
#sideBar h5, #sideBar p, #sideBar input {margin: 8px 0 0 15px;}
#sideBar p {font-size: 0.63em;}
#sideBar a.more {
	float: right;
	margin: 0 22px 0 0;
	}
#sideBar #harvestPhotos {margin: 0 0 0 15px;}
#sideBar #harvestPhotos h5 {margin-left: 0;}
#sideBar #harvestPhotos img {
	width: 25px;
	float: left;
	}
#floatingNav {
	background: url('../images/sideNavRight.png') no-repeat right top;
	padding: 0 18px 0 0;
	height: 44px;
	}
#floatingNav ul {
	background: url('../images/sideNavLeft.png') no-repeat left top;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 18px;
	height: 44px;
	}
#floatingNav ul li {
	float: left;
	margin: 9px 0 0;
	padding: 0;
	line-height: 1.2;
	}
#floatingNav ul li a {
	background: 0;
	color: #929292;
	font-size: 0.75em;
	padding: 0 4px 0 0;
	margin: 0 0 0 4px;
	border-right: 1px solid #929292;
	}
#floatingNav ul li.last a {border: 0;}
#sideBar ul.latestPosts li, 
#sideBar ul.bloggers li {display: block;}
/* Sections Layout ***********************************/
.section {
	margin: 0 0 17px;
	border-bottom: 1px solid #fee7d6;
	padding: 0 0 9px;
	overflow: hidden;
	position: relative;
	}
.section h2 {
	font-size: 1.81em;
	color: #f68b3a;
	margin: 0 0 13px;
	width: 450px;
	}
a.sectionLink {
	background: url('../images/orangeArrow.gif') no-repeat right center;
	padding: 0 10px 0 0;
	float: right;
	margin: 10px 0 0;
	}
/* Sections with no padding */
div.sub {padding: 0;}
/* Homepage ******************************************/
#largeText h1 {
	font-size: 2em;
	color: #F68B3A;
	line-height: 1;
	margin: 0 0 5px;
	}
#largeText a {margin-top: 0;}
#showreel h2 {height: 22px;}
#hdShowreel {
	margin: 25px 0 0 4px;
	position: relative;
	}
#hdShowreel #hideDiv {
	width: 448px;
	background: #fff;
	height: 30px;
	z-index: 100;
	top: 251px;
	left: 0;
	position: absolute;
	}
.latestProject {
	overflow: hidden;
	margin: 0 0 15px;
	}
.latestProject img {
	float: left;
	margin: 0 3px 0 0;
	}
.latestProject h3 {margin-top: 0;}
/* Featured Work &  Work Homepage ********************/
#featured h2, #workBox h2, #introBox h2, #jobDetailBox h2 {
	height: 23px;
	margin-bottom: 0;
	}
#workBox h2, #introBox h2, #jobDetailBox h2 {
	width: 63px;
	margin: 0 0 20px;
	}
#workBox h2 a {
	display: block;
	height: 23px;
	width: 63px;
	}
#workBox h2.home {margin: 0;}
#workBox div.work-project {
	overflow: hidden;
	margin: 20px 0 0;
	width: 460px;
	}
#workBox div.work-project img {
	float: left;
	margin: 0 20px 0 0; 
	}
#featured h3 a, #workBox h3 a, #introBox h3 a, #jobDetailBox h3 a {
	font-style: italic;
	font-size: 1em;
	color: #626469;
	font-weight: 400;
	}
#featured h3 a span, #workBox h3 a span, #introBox h3 a span, #jobDetailBox h3 a span {
	font-style: normal;
	border-right: 1px solid #626469;
	padding: 0 5px 0 0;
	margin: 0 1px 0 0;
	}
#featured h3 a:hover span, #workBox h3 a:hover span, #introBox h3 a:hover span, #jobDetailBox h3 a:hover span {border-right: 1px solid #f93;}
#featured img {margin: 20px 0 6px;}
#jobDetailBox a.seeMore {
	display: block;
	margin: 0 0 20px;
	}
#workBox img {width:100px; height:100px;}
#workBox ul li {
	background: url('../images/greyArrow.gif') no-repeat left 3px;
	padding: 0 0 0 10px;
	color: #5F5F5F;
	font-size: 0.75em;
	margin: 0 0 8px;
	line-height: 1.3;
	}
#workBox ul.clear li, 
#workBox ul.clear h4, 
#workBox ul.clear p {
	background: none;
	padding: 0;
	font-size: 1em;
	margin: 0;
	}
#workBox ul.clear h4 {
	color: #626469;
	font-size: 1.13em;
	font-weight: 400;
	margin: 7px 0 6px;
	font-weight: 700;
	}
#workBox ul.clear p {
	color:#5F5F5F;
	font-size:0.75em;
	line-height:1.3;
	margin: 0 0 6px;
	}
#moreClientWork img {margin: 0 15px 0 0;}
/* People ********************************************/
#peopleBox h2 {height: 29px;}
.pageColumn {
	width: 225px;
	float: left;
	margin: 0 9px 0 0;
	}
div.two {margin: 0;}
#peopleBox h3 {margin-top: 14px;}
.pageColumn img {
	margin: 2px 0 10px;
	width: 225px;
	}
.pageColumn h4 {
	font-style: italic;
	margin: 0 0 9px;
	font-size: 1.13em;
	font-weight: 400;
	}
.pageColumn p {padding: 0 5px 4px 0;}
.pageColumn ul {margin: 0 0 12px;}
#harvestPhotos {clear: both;}
#harvestPhotos h5 a {display: block;}
#harvestPhotos img {margin: 14px 5px 10px 0;}
#keyPeople p {margin-bottom: 12px;}
#keyPeople ul {color: #5F5F5F}
#keyPeople ul li {display: inline;}
#keyPeople ul li a {
	background: 0;
	padding: 0;
	}
#keyPeople .vcard {margin: 15px 0 0;}
#keyPeople .vcard h4 {
	font-size: 1.13em;
	font-style: italic;
	font-weight: 400;
	padding: 0 0 8px;
	}
#keyPeople .vcard h5 {
	font-weight: 700;
	color: #5F5F5F;
	padding: 0 0 2px;
	}
#keyPeople .vcard img {
	float: left;
	margin: 0 9px 0 0;
	}
#keyPeople .vcard ul li {
	display: block;
	float: none;
	}
#keyPeople .vcard ul li a {
	color: #f93;
	font-size: 1.1em;
	}
/* Insight *******************************************/
#insightBox h2,
#insightBlogBox h2,
#insightResearchBox h2 {height: 28px;}
a[href $= ".pdf"] {
	background: url('../images/pdfIcon.gif') no-repeat center right;	
	padding: 0 10px 0 0;
	}
#insightBlogBox h2, 
#insightResearchBox h2 {width: 87px;}
#insightBlogBox h3#subCategory,
#insightResearchBox h3#subCategory {
	top: 0;
	left: 97px;
	}
abbr.published {
	font-style: italic;
	line-height: 1.3;
	}
span.author {color: #f93;}
.hentry p.entryInfo a {
	background: url('../images/tagIcon.gif') no-repeat right center;
	padding: 0 14px 0 0;
	color: #98D603;
	}
#papers ul {margin: 0 0 17px;}
#papers ul li a {
	background: 0;
	padding: 0;
	font-size: 1em;
	}
#papers ul li {
	color: #5F5F5F;
	font-size: 0.69em;
	}
#papers #blogMonths li {
	display: inline;
	padding: 0 8px 0 0;
	}
#blogs ul li h3 {font-size: 0.69em;}
#blogs ul li h3 a, #blogs h3 a, #latestBlogPosts .hentry h3 a {
	background: 0;
	padding: 0;
	font-size: 1em;
	color: #626469;
	}
/* News **********************************************/
#newsBox .hentry, #archiveBox .hentry, #latest .hentry, #blogs .hentry, #latestBlogPosts .hentry {margin: 0 0 18px;}
#newsBox .hentry img, #archiveBox .hentry img {
	float: left;
	margin: 0 5px 5px 0;
	border: 2px solid #ccc;
	}
#newsBox .hentry h3, #archiveBox .hentry h3, #latest .hentry h3, #blogs .hentry h3, #latestBlogPosts .hentry h3 {
	font-size: 0.69em;
	margin: 0 0 10px;
	}
#newsBox h3 .entry-title, #archiveBox h3 .entry-title, #latest h3 .entry-title, #blogs h3 .entry-title, #latestBlogPosts h3 .entry-title {
	font-weight: 700;
	line-height: 1.4;
	display: block;
	}
#latest .hentry h3 a, #blogs h3 .entry-title a, #newsBox h3 .entry-title a, #archiveBox h3 .entry-title a, #latestBlogPosts h3 .entry-title a {
	font-size: 1em;
	color: #626469;
	}
#newsDetailBox img {
	float: left;
	margin: 0 5px 5px 0;
	}
#newsDetailBox  p {
	margin: 0 0 15px;
	clear: both;
	}
#newsDetailBox h3#subCategory {
	position: static;
	float: left;
	width: 376px;
	margin: 0 0 15px 3px;
	}
#newsDetailBox h2 {
	margin: 0 0 25px;
	width: 63px;
	height: 23px;
	margin-bottom: 0;
	float: left;
	}
#latest .hentry img {
	float: left;
	margin: 0 5px 5px 0;
	border: 2px solid #ccc;
	clear:left;
	}
/* Try to standardise the blogs look */
#blogs .hentry .entry-content {
	font-size: 0.75em;
	line-height: 1.3;
	color: #5F5F5F;
	}
#blogs .hentry .entry-content p,
#blogs .hentry .entry-content p a,
#blogs .hentry .entry-content span,
#blogs .hentry .entry-content a {font-size: 1em;}
/* About *********************************************/
#aboutBox h2 {height: 23px;}
#aboutBox ul {color: #5F5F5F;}
div#logos a {
	margin: 6px 30px 0 0;
	display: block;
	float: left;
	text-indent: -999em;
	background: url(../images/logos.gif) no-repeat;
	}
div#logos a#iab {
	width: 138px;
	height: 84px;
	background-position: -134px -128px;
	}
#aboutBox h3 {margin-top: 14px;}
div#logos a#iab:hover {background-position: -134px 0;}
div#logos a#idm {
	width: 108px;
	height: 75px;
	background-position: -309px -134px;
	}
div#logos a#idm:hover {background-position: -309px -6px;}
div#logos a#gq {
	width: 80px;
	height: 80px;
	background-position: 0 -131px;
	}
div#logos a#gq:hover {background-position: 0 -3px;}
/* Jobs **********************************************/
#jobsBox h2 {height: 24px;}
#jobsBox h3 {margin: 11px 0 6px;}
#jobsBox h4 {margin: 10px 0 4px;}
#jobsBox ul {color: #5F5F5F;}
#jobDetailBox ul li, #jobsBox ul li {
	color: #5F5F5F;
	margin: 0 0 5px;
	}
#jobsBox ul li, #jobDetailBox ul li {
	background: url('../images/greyArrow.gif') no-repeat left center;
	padding: 0 0 0 10px;
	color: #5F5F5F;
	font-size: 0.69em;
	}
#jobDetailBox h3#subCategory {
	top: 0;
	left: 64px;
	}
#jobDetailBox ul {margin-bottom: 15px;}
/* Contact Us ****************************************/
#contactUs h2 {height: 23px;}
#contactUs table {
	color: #5F5F5F;
	font-size: 0.69em;
	line-height: 1.4;
	margin: 0 0 6px;
	}
#contactUs table strong {font-weight: 700;}
td.label {width: 72px;}
td a {font-size: 1em;}
#map {
	width: 458px;
	height: 329px;
	border: 1px solid #5F5F5F;
	margin: 14px 0 8px;
	}
#tubeHolder {
	border-bottom: 1px solid #FEE7D6;
	margin: 0 0 10px;
	padding: 0 0 9px;
	}
#tubeHolder .tubeLine {
	padding: 3px 0 3px 5px;
	margin: 0 0 1px;
	}
#tubeHolder .tubeLine p {
	color: #fff;
	margin: 0;
	font-size: 0.69em;
	}
#tube b {
	font-weight: 400;
	font-size: 0.63em;
	cursor: pointer;
	}
#tubeHolder .tubeLine p strong {font-weight: 700;}
#Central {background: #E41F1F;}
#Northern {background: #000;}
#Bakerloo {background: #AE6118;}
#Circle {background: #F8D42D;}
#District {background: #00A575;}
#HSmith {background: #E899A8;}
#Jubilee {background: #8F989E;}
#Metropolitan {background: #893267;}
#Piccadilly {background: #0450A1;}
#Victoria {background: #009FE0;}
#Waterloo {background: #70C3CE;}
/* Footer & Links Footer *****************************/
#allWork ul {margin: 0 0 17px;}
#allWork ul li {
	color: #5F5F5F;
	display: inline;
	}
#allWork ul li a {
	background: 0;
	padding: 0;
	}
#footerNav {
	overflow: hidden;
	margin: 0 0 7px;
	}
#footerNav li {
	float: left;
	padding: 0 7px 0 0;
	}
#footerNav li a {
	color: #9F9F9F;
	background: 0;
	padding: 0 7px 0 0;
	font-size: 0.63em;
	border-right: 1px solid #9F9F9F;
	}
#footerNav li.last a {border: 0;}
#linksFooter div {
	float: left;
	width: 25%;
	}
#linksFooter ul {margin: 0 0 14px;}
#linksFooter h5 {
	font-size: 0.6em;
	font-weight: 700;
	color: #9F9F9F;
	}
#linksFooter li a {
	background: none;
	padding: 0;
	color: #9F9F9F;
	font-size: 0.63em;
	}
/* vCard Styling */
.vcard {
	overflow: hidden;
	margin: 0 0 18px;
	clear: both;
	width: 462px;
	}
.vcard li {
	float: left;
	color: #9F9F9F;
	font-size: 0.63em;
	line-height: 1.3;
	border: 1px solid #fff; /*Strange IE6 Bug Fix*/
	}
.vcard li a {
	font-size: 1em;
	background: none;
	padding: 0;
	color: #9F9F9F;
	}
.vcard .hidden {
	display: none;
	visibility: hidden;	
	}
/* Subscribe Form Styling */
span.label,
span.spacer,
span.multiple span {
	width: 120px;
	float: left;
	color: #5F5F5F;
	font-size: 0.69em;
	} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {
	clear: both;
	padding-top: 5px;
	}
span.label {padding: 7px 0 0;}
#subscribe strong {font-weight: 700;}
#subscribe div {margin: 0 0 5px;}
/* Participant Recruitment ***************************/
#participant_recruitment table {margin: 20px 0 0;}
#participant_recruitment h2,
#participant_recruitment label span,
#participant_recruitment p small span {color:#F68B3A;}
#participant_recruitment td {
	padding: 0 0 12px;
	color: #5F5F5F;
	font-size: 0.75em;
	margin: 0 0 6px;
	vertical-align: middle;
	}
#participant_recruitment td ul li {display: inline;}
#participant_recruitment td.first {width: 230px;}
#participant_recruitment p small {font-size: 0.9em;}
/* Stickers ******************************************/
#stickers {
	width: 161px;
	height: 151px;
	position: absolute;
	top: 40px;
	left: 660px;
	z-index: 0;
	}
#stickers a#locationLink {
	display: block;
	text-indent: -999em;
	width: 137px;
	height: 146px;
	margin: 0 0 0 20px;
	}
/* Tag cloud *****************************************/
ul#tag_cloud {list-style: none;}
ul#tag_cloud li {
	list-style: none;
	display: inline;
	}
ul#tag_cloud li.tag_popularity_1 {font-size: 0.94em;}
ul#tag_cloud li.tag_popularity_2 {font-size: 1.5em;}
ul#tag_cloud li.tag_popularity_3 {font-size: 2.2em;}
ul#tag_cloud li a {
	background: 0;
	padding: 0;
	}
/* jQuery Lightbox Plugin ****************************/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#lightbox-container-image {padding: 10px;}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#lightbox-container-image-box > #lightbox-nav {left: 0;}
#lightbox-nav a {outline: none;}
#lightbox-nav-btnPrev, 
#lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px;
	}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
	}
#lightbox-image-details-caption {font-weight: 700;}
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1em;	
	}		
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
	}
/* SIFR Styling **************************************/
h2.sifr {font-size: 2em;}
#workBox h2.sifr a {
	font-size: 0.85em;
	width: auto !important;
	height: auto !important;
	}
#workBox h2 {margin-top: -2px;}
/* What we do *****************************************/
#thatsHarvest {
	height: 356px;
	overflow: visible;
	}
#thatsHarvest h1 {
	color: #f68b3a;
	font-size: 2.3em;
	}
#thatsHarvest h2 {
	color: #6a6a6a;
	font-size: 1.8em;
	}
#thatsHarvest a {
	height: 0;
	width: 159px;
	padding: 147px 0 0 0;
	overflow: hidden;
	display: block;
	position: absolute;
	right: -25px;
	bottom: 19px;
	background: url(../images/findOutMore.gif) no-repeat;
}
