html { background: #282828 url(../images/bg-dots.gif); }
body {
	margin: 0;
 	font: 15px/19px Helvetica, Arial, sans-serif; 
	color: #000;
	background: #000000 url(../images/bg-body-tile.gif);
}
.bg-gradient
{
	width: 100%;
	height: 1265px;
	background: url('../images/bg-body.gif') repeat-x;
}
a {
	text-decoration: none;
	color: #666;
	outline: none;
}
a:hover { text-decoration: underline; }
img { border-style: none; }
input {
	font: 15px  Helvetica, Arial, sans-serif;
	vertical-align: middle;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#wrapper {
	width: 974px;
	margin: 0 auto;
	border: solid #fc0;
	border-width: 0 3px;
	padding-top: 34px;
	background: #fff url(../images/bg-color-top.gif) no-repeat;
}
#header {
	height: 1%;
	overflow: hidden;
	padding: 0 0 28px 58px;
}
#header h1 {
	width: 168px;
	margin: 0;
	font-size: 9px;
	float: left;
	padding-top: 2px;
	line-height: 20px;
}
.logo {
	width: 100%;
	height: 101px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
}
#header .box {
	float: right;
	overflow: hidden;
	margin-right: 56px;
	display: inline;
}
.contact-box {
	height: 1%;
	overflow: hidden;
	padding-bottom: 27px;
	color: #000000 !important;
	font-weight: normal !important;
}
.contact-box a { color: #000000 !important; }
#header dl {
	float: right;
	margin: 0;
	font-size: 13px;
}
#header dd { margin: 0; }
#header dd,
#header dt { float: left; }
.ico-email {
	width: 19px;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
	padding-left: 7px;
	background: url(../images/ico-mail.gif) no-repeat;
}
.ico-phone {
	margin-left: 16px;
	padding: 0 0 5px 30px;
	background: url(../images/ico-phone.gif) no-repeat;
}
#nav {
	margin: 0 -22px 0 0;
	padding: 0;
	list-style: none;
	float:right;
}
#nav li {
	float: left;
	padding-right: 22px;
	background: url(../images/bg-line.gif) repeat-x 0 100%;
}
#nav span {
	height: 30px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/menu_sprite.png) no-repeat;
	cursor: pointer;
}
#nav .btn-home {
	width: 52px;
	background-position: 0 0;
}
#nav a:hover .btn-home,
#nav a.active .btn-home {background-position: 0 -33px;}

#nav .btn-about {
	width: 53px;
	background-position: 0 0;
}
#nav a:hover .btn-about,
#nav a.active .btn-about {background-position: 0px -30px;}

#nav .btn-advertisers {
	width: 105px;
	background-position: -73px 0;
}
#nav a:hover .btn-advertisers,
#nav a.active .btn-advertisers {background-position: -73px -30px;}

#nav .btn-publishers {
	width: 92px;
	background-position: -199px 0;
}
#nav a:hover .btn-publishers,
#nav a.active .btn-publishers {background-position: -199px -30px;}

#nav .btn-news {
	width: 42px;
	background-position: -452px 0;
}
#nav a:hover .btn-news,
#nav a.active .btn-news {background-position: -452px -30px;}

#nav .btn-contact {
	width: 72px;
	background-position: -520px 0;
}
#nav a:hover .btn-contact,
#nav a.active .btn-contact {background-position: -520px -30px;}

#nav .btn-casestudies {
	width: 107px;
	background-position: -318px 0;
}
#nav a:hover .btn-casestudies,
#nav a.active .btn-casestudies {background-position: -318px -30px;}
#main {
	height: 1%;
	padding: 0 56px 6px;
	background: url(../images/bg-separator-dots.gif) repeat-x 0 100%;
	min-height: 700px;	
	position: relative;
}
.ad {
	height: 1%;
	overflow: hidden;
	margin-bottom: 38px;
	background: #f90;
	border-right: 10px solid #FF9900;
}
.ad .text-box {
	width: 483px;
	float: left;
	margin-right: -20px;
	padding: 31px 0 0 26px;
	position: relative;
	z-index: 99999;
}
.text-representing-websites {
	width: 483px;
	height: 175px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/text-representing-websites.gif) no-repeat;
}
.ad .img-box {
	width: 330px;
	float: right;
	position: relative;
}

/* slider */
#slider
{
	float: right;
}
#slider ul, #slider li
{
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li
{ 
	width: 320px;
	height: 230px;
	overflow:visible;
	display:block;
}
#main .holder {height: 1%;}
#main .holder:after {
	content: "";
	display: block;
	clear: both;
}
#content {
	width: 522px;
	float: left;
}
#content .heading {
	margin: 0 0 20px;
	padding: 0 0 9px;
	background: url(../images/bg-heading-dots.gif) repeat-x 0 100%;
}
#content h2 {margin: 0;}
#content h2.headings, #sidebar h2.headings, .content-block h2.headings
{
	font-size: 31px;
	padding-bottom: 25px;
}
.content-block h2.headings { padding-bottom: 10px !important; }

#sidebar h2.subheadings, #content h2.subheadings
{
	margin: 0;
	padding: 0;
	font-size: 25px !important;
}
.border
{
	height: 30px;
	margin-bottom: 20px !important;
	background: url(../images/bg-heading-dots.gif) repeat-x 0 100%;	
}

#sidebar h2.small, #content h2.small
{
	font-size: 18px !important;
	padding-bottom: 15px !important;
	line-height: 18px !important;
	margin-bottom: 0px !important;	
	background: url(../images/bg-heading-dots.gif) repeat-x 0 65%;	
}
.text-sites-studies,
.text-latest-news,
.text-latest-tweets {
	height: 22px;
	margin: 0;
	padding: 0;
	font-size: 23px;
}
.text-sites-studies {
	width: 510px;
	font-size: 23px;
}
.gallery {
	width: 520px;
	padding: 0 1px;
}
.gallery .gallery-holder {
	width: 520px;
	overflow: hidden;
	position:relative;
	z-index: 1;
}
.gallery ul {
	width: 9999px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery li {
	width: 520px;
	float: left;
	position: relative;
}
#content .gallery img {
	margin: 0;
	display: block;
}
.gallery .info {
	position: absolute;
	width: 345px;
	height: 64px;
	bottom: 30px;
	left: 0;
}
* html .gallery .info { bottom: 13px; }
.gallery .box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 9px 7px 8px 39px;
	background: url(../images/bg-info.png) no-repeat;
	font: 27px/29px "Times New Roman", Times, serif;
	display: block;
}
.gallery .block {
	height: 64px;
	overflow: hidden;
	position: relative;
	display:block;
	color: #000;
}
.gallery a span { cursor: pointer; }
.gallery a:hover strong { text-decoration: underline; }
.btns-container {
	width: 502px;
	height: 28px;
	overflow: hidden;
	padding: 7px 10px 0px;
	background: url(../images/bg-btns-container.gif) no-repeat;
	font-size: 13px;
	text-transform: capitalize;
}
.btns-container a { color: #909090; }
.btn-prev {
	padding: 0 0 0 24px;
	float: left;
	background: url(../images/btn-prev.gif) no-repeat 0 2px;
}
.btn-next {
	padding: 0 23px 0 0;
	float: right;
	background: url(../images/btn-next.gif) no-repeat 100% 2px;
}
#sidebar {
	width: 301px;
	float: right;
}
#sidebar .heading {
	height: 1%;
	margin-bottom: 17px;
	padding-bottom: 9px;
	background: url(../images/bg-heading-dots.gif) repeat-x 0 100%;
}
#sidebar .heading:after {
	content: "";
	display: block;
	clear: both;
}
#sidebar .box { padding-bottom: 7px; }
#sidebar h2 { margin: 0; }
.text-latest-tweets {
	width: 260px;
	float: left;
}
.ico-twitter, .ico-twitter-home {
	width: 24px;
	height: 24px;
	overflow: hidden;
	float: right;
	text-indent: -9999px;
	background: url(../images/ico-twitter.gif) no-repeat;
	position:relative;
	top: -8px;
}
.ico-twitter-home { top: -3px !important; }

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li { margin-bottom: 6px; }
.twitter-box {
	width: 300px;
	background: url(../images/bg-twitter-box.gif) repeat-y;
}
.twitter-box .holder {background: url(../images/bg-twitter-box-t.gif) no-repeat;}
.twitter-box .frame {
	height: 1%;
	padding: 16px 20px 33px;
	background: url(../images/bg-twitter-box-b.gif) no-repeat 0 100%;
}
.twitter-box blockquote { margin: 0; }
.twitter-box q {quotes: none;}
.twitter-box q:before {content:"";}
.twitter-box q:after {content:"";}
.twitter-box cite { font-style: normal; }
.twitter-box strong { line-height: 18px; }
.twitter-box a { color: #009de9; }
.text-latest-news {
	width: 300px;
}
#sidebar .latets-news {
	font-size: 18px;
	line-height: 21px;
	margin-top: -3px;
	word-spacing:-2px;
}
#sidebar .latets-news li {
	height: 1%;
	vertical-align: top;
	margin-bottom: 8px;
}
.latets-news a, .latets-news a:visited
{
	color: #000000;
}

.latets-news p { margin: 0; }
.date {
	color: #5a5a5a;
	font-size: 12px;
	font-style: normal;
	display: block;
	word-spacing: 0;
}
#footer {
	height: 1%;
	padding: 32px 0 0 57px;
	background: #f3f3f3;
}
#footer .holder {
	height: 1%;
	overflow: hidden;
	font-size: 13px;
	color:#5a5a5a;
	padding-bottom: 22px;
}
#footer .holder a { color:#5a5a5a; }
#footer .column {
	width:198px;
	float: left;
	margin-right:23px;
}
#footer .heading {
	margin-bottom: 13px;
	border-bottom: 1px solid #cdcdcd;
}
#footer h3 {
	margin: 0;
	height: 29px;
	overflow: hidden;
	text-indent: -9999px;
}
.text-about {
	width: 72px;
	background: url(../images/text-about.gif) no-repeat;
}
.text-advertisers {
	width: 140px;
	background: url(../images/text-advertisers.gif) no-repeat;
}
.text-publishers {
	width: 133px;
	background: url(../images/text-publishers.gif) no-repeat;
}
.text-contact {
	width: 92px;
	background: url(../images/text-contact.gif) no-repeat;
}
#footer .column p { margin: 0 0 10px; }
#footer .container {
	width: 860px;
	color: #909090;
	position: relative;
	font-size: 13px;
	line-height:23px;
	border-top: 1px solid #909090;
	padding: 6px 0 25px;
}
#footer .container p { margin: 0; }
.logo-footer,
.logo-footer2,
.logo-footer3 {
	overflow: hidden;
	text-indent: -9999px;
}
.logo-footer {
	width: 32px;
	height: 19px;
	background: url(../images/logo-footer.gif) no-repeat;
	float: left;
	margin: 0 6px 0 -1px;
}
.logo-footer2 {
	width: 49px;
	height: 22px;
	background: url(../images/logo-footer2.gif) no-repeat;
	float: right;
	margin: 0 4px 0 0;
}
.logo-footer3 {
	width: 49px;
	height: 22px;
	background: url(../images/iab.png) no-repeat;
	float: right;
	margin: 0 5px 0 0;
}
.breadcrumbs {
	height: 1%;
	overflow: hidden;
	margin: 0 0 38px;
	padding: 10px 0 16px;
	list-style: none;
	background: url(../images/bg-heading-dots.gif) repeat-x 0 100%;
}
.breadcrumbs li {
	margin-left: -9px;
	padding: 0 12px 0 10px;
	float: left;
	background: url(../images/bg-separator2.gif) no-repeat 0 4px;
	color: #000;
}
.breadcrumbs a {color: #000;}
.breadcrumbs strong {line-height: 18px;}
.inner #content h2 { margin: 0 0 0px 2px; }
#content .text-advertisers {
	width: 224px;
	height: 23px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/text-advertisers2.gif) no-repeat;
}
#content p { margin: 0 0 29px; }
#content img {
	margin-bottom: 30px;
	display: block;
}
.add-box {
	height: 1%;
	padding-top: 49px;
}
#content .add-box .heading {
	margin: 0 0 14px;
	padding: 0 0 10px 1px;
}
.add-box h3 { margin: 0; }
.text-request-studies {
	width: 273px;
	height: 14px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/text-request-studies.gif) no-repeat;
}
.add-box ul {
	height: 1%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	word-spacing: 0px;
}
.add-box li {
	padding: 0 2px 0 7px;
	float: left;
	background: url(../images/bg-separator.gif) no-repeat 0 5px;
}
.add-box li:first-child { margin-left: -6px; }
.add-box a {
	color: #000;
	white-space: nowrap;
}
.inner #sidebar {
	width: 302px;
	margin-right: -1px;
}
.inner #sidebar .text-verticals {
	width: 252px;
	height: 23px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	margin-bottom: 54px;
	background: url(../images/text-verticals.gif) no-repeat;
}
#sidebar .verticals-nav {
	height: 1%;
	overflow: hidden;
	padding: 0 0 60px 1px;
}
#sidebar .verticals-nav li {
	height: 1%;
	vertical-align: top;
	margin: -20px 0 20px;
	padding: 20px 0 0;
	background: url(../images/bg-heading-dots.gif) repeat-x;
}
.verticals-nav a { color: #000; }
.verticals-nav a strong {
	width: 300px;
	height: 28px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	font-size: 20px;
	background: url(../images/plus.png) no-repeat 280px 0px;
}
.verticals-nav .active a strong
{
	background: url(../images/minus.png) no-repeat 280px 0px;
}
#sidebar .verticals-nav ul {
	padding: 7px 0 10px 0px;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	position: relative;
}
/*#sidebar .verticals-nav .active ul { display: block; }*/
#sidebar .verticals-nav ul li {
	margin: 0;
	padding: 0;
	background: none;
	font-weight: bold;
}
.request { padding: 0 2px 0 0; }
.request h3 {
	margin: 0 0 30px;
	width: 160px;
	height: 15px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/text-request-call.gif) no-repeat;
}
.row {
	height: 1%;
	padding-bottom: 20px;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}
.row label {
	float: left;
	line-height: 25px;
	color: #000;
	padding-top: 4px;
}
.row .text {
	width: 187px;
	overflow: hidden;
	padding: 7px 5px;
	background: url(../images/bg-text.gif) no-repeat;
	float: right;
}
.row .textarea {
	width: 380px;
	height: 155px;
	overflow: hidden;
	background: url(../images/bg-textarea.gif) no-repeat;
	float: right;
	padding: 7px 5px;
}
.contactrow { float: left !important; }
.contactrow label { width: 120px; }
.contactrow .captcha 
{
	position: relative;
	top: -15px;
}
.row .text input, .row .textarea textarea {
	width: 187px;
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
	float: left;
}
.row .textarea textarea { width: 380px !important; }
.row .submit {
	width: 56px;
	height: 26px;
	overflow: hidden;
	padding: 0;
	border: 0;
	float: right;
	text-indent: -9999px;
	line-height: 0;
	background: url(../images/btn-submit.gif) no-repeat;
	cursor: pointer;
	margin: -5px -1px -6px 0;
	position: relative;
}
#footer .inner { padding-bottom: 41px; }
#footer .inner .column {width: 327px;}
.text-case-studies,
.text-our-verticals {
	height: 29px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}
.text-case-studies {
	width: 152px;
	background: url(../images/text-case-studies.gif) no-repeat;
}
.text-our-verticals {
	width: 156px;
	background: url(../images/text-our-verticals.gif) no-repeat;
}
#footer .block {
	height: 1%;
	overflow: hidden;
}
#footer ul {
	width: 157px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.column-more {
	width: 185px;
	float: left;
}
.column-more p { margin: 0 0 5px; }
.content-block {
	height: 1%;
	overflow:hidden;
	padding-bottom: 7px;
}
.content-block .heading {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: -20px;
	padding: 0 0 26px 4px;
	background: #fff;
	position: relative;
}
.content-block h2 { margin: 0 0 15px -2px; }
.content-block .text-case-studies {
	width: 228px;
	height: 23px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/text-case-studies2.gif) no-repeat;
}
.content-block .heading p { margin: 0 0 10px; }
.studies-box {
	width: 900px;
	overflow: hidden;
	margin: 0 0 0 -34px;
	padding: 20px 0 0;
	list-style: none;
	background: url(../images/bg-heading-dots.gif) repeat-x;
}
.studies-box li {
	width:262px;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 16px 34px;
}
.studies-box img {
	vertical-align: top;
	display: block;
	border: 1px solid #e0e0e0;
	margin-bottom:16px;
	padding: 7px;
}
.studies-box .post { padding-left: 1px; }
.studies-box h3 {
	margin: 0 0 7px;
	font-size: 13px;
	line-height: 21px;
}
.studies-box h3 a { color: #000; }
.studies-box p { margin: 0 0 10px; }
.inner #content .text-news {
	width: 94px;
	height: 23px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/text-news.gif) no-repeat;
	margin-bottom: 42px;
}
#content .post {
	height: 1%;
	padding: 0 0 38px 1px;
}
#content .post h3 {
	margin: 0 0 20px 1px;
	font-size: 28px;
	line-height: 30px;
}
#content .post h3 a { color: #000; }
.post-content {
	height: 1%;
	line-height: 24px;
	padding-bottom: 7px;
	background: url(../images/bg-heading-dots.gif) repeat-x 0 100%;
}
.post-content:after {
	content: "";
	display: block;
	clear: both;
}
#content .post-content img,
.img-framed {
	border: 1px solid #e0e0e0;
	padding: 6px;
	position: relative;
}
#content .alignright {
	margin: 1px -2px 5px 15px;
	float: right;
	display: inline;
}
#content .alignleft {
	margin: 1px 15px 5px -2px;
	float: left;
	display: inline;
}
#content .post-content p { margin: 0 0 24px; }
.meta {
	height: 1%;
	overflow: hidden;
	border-bottom: 1px solid #cdcdcd;
	font-size: 13px;
	line-height: 24px;
	padding: 7px 0 8px;
}
.meta .box {
	width: 430px;
	float: left;
}
.meta .date {
	color:#000;
	display: inline;
	font-size:13px;
}
.meta ul {
	margin: 0 0 0 -3px;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
}
.meta li {
	margin-right: -2px;
	padding: 0 0 0 7px;
	display: inline;
	background: url(../images/bg-separator3.gif) no-repeat 0 3px;
}
.meta li:first-child {
	padding: 0;
	background: none;
}
.meta a { color: #000; }
.meta .author {
	margin-right: 3px;
	padding: 0 8px 0 0;
	background: url(../images/bg-separator3.gif) no-repeat 100% 3px;
}
.permalink {float: right;}
.paging {
	height: 1%;
	overflow: hidden;
	margin: -39px 0 0;
	padding: 50px 103px 21px;
	list-style: none;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	position: relative;
	text-align: center;
	background: #fff;
}
.paging li {
    display: inline;
    margin: 0 6px;
}
.paging li a {
	color:#000;
	text-decoration: underline;
}
.paging li a:hover { text-decoration: none; }
.paging .prev,
.paging .next {
	position: absolute;
	top: 50px;
	margin: 0;
}
.paging .prev { left: -10px; }
.paging .next { right: -10px; }
.paging .prev a {
	text-decoration: none;
    padding: 0 0 1px 10px;
}
.paging .next a {
	text-decoration: none;
    padding: 0 10px 1px 0;
}
.paging .prev a:hover,
.paging .next a:hover { text-decoration: underline; }
.text-monthly-archives,
.text-authors,
.text-tags,
.inner-heading .text-latest-tweets {
	height: 14px;
	overflow: hidden;
	text-indent: -9999px;
}
.text-monthly-archives {
	width: 197px;
	background: url(../images/text-monthly-archives.gif) no-repeat;
}
.text-authors {
	width: 93px;
	background: url(../images/text-authors.gif) no-repeat;
}
.text-tags {
	width: 53px;
	background: url(../images/text-tags.gif) no-repeat;
}
.inner-box { padding-top: 63px; }
#sidebar .inner-heading {
	margin-bottom: 14px;
	padding: 0 3px 11px 0;
}
#sidebar .inner-heading .text-latest-tweets {
	width: 158px;
	float: left;
	margin-top: 8px;
	background-image: url(../images/text-latest-tweets2.gif);
}
#sidebar .holder {overflow: hidden;}
#sidebar .columns-holder { 
	width: 340px;
	margin: 0 -60px 0 -20px;
	padding-bottom: 23px;
	text-align: left;
}
#sidebar .columns-holder ul {
	width: 150px;
	float: left;
	font-size: 13px;
	line-height: 18px;
	margin-left: 20px;
	display: inline;
}
#sidebar .columns-holder li { margin: 0; }
#sidebar .columns-holder a { color: #000; }
#sidebar .columns {
	width: 340px;
	overflow: hidden;
	font-size: 13px;
	line-height: 18px;
	margin-left: -39px;
	padding-bottom: 32px;
}
#sidebar .columns a { color: #000; }
#sidebar .column {
	width:131px;
	float: left;
	margin-left:39px;
	display: inline;
}
#sidebar .column li { margin: 0; }
#sidebar .socials {
	font-size: 13px;
	line-height: 18px;
	padding-top: 22px;
	background: url(../images/bg-heading-dots.gif) repeat-x 0 3px;
}
#sidebar .socials li {
	height: 1%;
	vertical-align: top;
	margin: 0 0 11px;
}
.socials a {
	color: #000;
	padding: 0 0 0 23px;
	display: block;
}
.ico-rss { background: url(../images/ico-rss.gif) no-repeat; }
.ico-twitter2 { background: url(../images/ico-twitter2.gif) no-repeat; }
.ico-facebook { background: url(../images/ico-facebook.gif) no-repeat; }
#content .text-publishers {
	width: 196px;
	height: 32px;
	overflow:hidden;
	text-indent:-9999px;
	margin: 0 0 3px 2px;
	background-image: url(../images/text-publishers2.gif);
}
.content-box {
	line-height: 24px;
	padding-left: 1px;
}
#content .content-box p { margin-bottom: 24px; }
.publishers {
	height: 1%;
	margin: -2px 0 32px;
	padding: 27px 0 9px 25px;
	background: url(../images/bg-publishers.gif) repeat-x;
	border: 1px solid #ccc;
}
.publishers h3 {margin: 0 0 21px;}
.text-our-publishers {
	width: 250px;
	height: 14px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/text-our-publishers.gif) no-repeat;
}
.publishers ul {
	height: 1%;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
}
.publishers li {
	float: left;
	margin-right:22px;
}
#content .publishers img { margin: 0 0 12px; }
.publishers span {
	padding: 0pt 30px 0pt 36px;
	display: block;
}
#sidebar .inner-box2 { padding: 17px 0 11px; }
.inner-heading .text-case-studies {
	width:137px;
	height: 14px;
	background-image: url(../images/text-case-studies3.gif);
}
#sidebar .case-studies-block {
	padding: 2px 0 18px;
	font-size: 13px;
	line-height: 18px;
}
#sidebar .case-studies-block li {
	margin-bottom: 12px;
	padding-left: 1px;
}
.case-studies-block h3 {
	margin: 0 0 1px;
	font-size: 18px;
	line-height: 21px;
}
.case-studies-block h3 a { color: #000; }
.case-studies-block p { margin: 0; }
.text-our-sites {
	width: 100px;
	height: 14px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/text-our-sites.gif) no-repeat;
}
.inner #content .text-celebrity-culture {
	width: 404px;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 48px;
	background: url(../images/text-celebrity-culture.gif) no-repeat;
}
.inner-content #content img { margin-bottom: 4px; }
.text-similar-sites {
	width: 510px;
	height: 14px;
}
.info-box {padding: 56px 0 25px;margin:0px;}
#sidebar .info-box h2 {
	line-height: 24px;
	margin-bottom: 10px;
}
.info-box h2 a { color: #000; }
.info-box p { margin: 0; }
.inner-request {margin-bottom: 7px;}
.inner-request h3 { margin-bottom: 17px; }
.text-statistics {
	width: 115px;
	height: 14px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/text-statistics.gif) no-repeat;
}
#sidebar .stats {
	padding-bottom: 16px;
	font-size: 13px;
	line-height: 16px;
}
#sidebar .stats li {
	margin: 0;
	padding: 0 0 16px 2px;
}
#sidebar .stats strong {
	display: block;
	font-size: 20px;
	line-height: 21px;
}
.text-audience {
	width: 97px;
	height: 14px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/text-audience.gif) no-repeat;
}
.bar,
.bar-content {
	height: 1%;
	overflow: hidden;
	margin-top: -1px;
}
.bar div {
	width: 100%;
	height: 7px;
	overflow: hidden;
	background: #2ca3ff;
}
.bar div div {background: #e205c5; }
.bar-content { padding: 10px 0 14px; }
.left-bar { float: left; }
.right-bar { float: right; }
.total {
	padding-bottom: 42px;
	display: block;
}
.green
{
	margin: 20px 0 25px 0;
	background-color: #EFFDD0;
	border: 1px solid #C9F46F;
	padding: 15px 20px 15px 10px;
	width: 270px;
}
.red
{
	margin: 20px 0 25px 0;	
	background-color: #FFE4E4;
	border: 1px solid #ffaaaa;
	padding: 15px 20px 15px 10px;
	width: 270px;
}
form div.frow {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	clear:both;
	font-size:13px;
	min-height:23px;
}
div.frow label {
	width: 95px;
	float: left;
	text-align: right;
	margin-right: 15px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 24px;
	clear: left;
}
div.frow div.data {
	width: 95px;
	float: left;
	text-align: left;
	margin-left: 15px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}
div.frow .submit {
	width: 56px;
	height: 26px;
	overflow: hidden;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	line-height: 0;
	background: url(../images/btn-submit.gif) no-repeat;
	cursor: pointer;
	margin: -5px -1px -6px 0;
	position: relative;
}
.requiredinfo
{
	color: #666666;
	font-size: 12px;
	padding-top: 20px;
}
.contactus
{
	position: relative;
	top: -43px;
}
.moveup
{
	position: relative;
	top: -15px;
}
.hide { display: none; }
.contactaddress 
{ 
	font-size: 19px !important; 
	background: url(../images/bg-heading-dots.gif) repeat-x 0 100%;
	padding-bottom: 7px;
}
.homeVerticals
{
	/*background-image: url(../images/home_verticals_nov_10.png);*/
	width: 524px;
	height: 550px;
	/*margin-bottom: 20px;
	position: relative;*/
}

.homeVerticals map 
{ 
	border: 1px solid red;
}
.homeVerticals map area { border: 1px solid green; }
.homeVerticals img 
{
	float: left;
}


.verticals-gaming
{
	width: 250px;
	height: 150px;
	position: absolute;
	left: 6px;
	top: 5px;
}
.verticals-pop
{
	width: 250px;
	height: 150px;
	position: absolute;
	left: 270px;
	top: 5px;
}
.verticals-music
{
	width: 305px;
	height: 170px;
	position: absolute;
	left: 8px;
	top: 160px;
}
.verticals-tastemaker
{
	width: 200px;
	height: 150px;
	position: absolute;
	left: 325px;
	top: 175px;
}
.verticals-comedy
{
	width: 210px;
	height: 150px;
	position: absolute;
	left: 15px;
	top: 370px;
}
.verticals-nightlife
{
	width: 265px;
	height: 175px;
	position: absolute;
	left: 260px;
	top: 333px;
}
.news-view-all-months
{
	position: relative;
	left: 20px;
	top: 10px;
	float: left;
}
.news-slide 
{ 
	position: relative;
	top:15px;
	overflow:hidden;
	padding:0;
	margin:0; 
}
.news-slide ul
{
	float: none !important;
	width: 300px;
	overflow:hidden;
	padding:0 0 0 20px;
	margin: 0;
}
.news-slide ul li
{
	float: left !important;
	width: 140px;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}
#events-sticker {
	position: absolute;
	right: 25px;
	top: -30px;
	z-index: 100;
}
#events-sticker a {
	width: 142px;
	height: 146px;
	background: url(../images/hp-event-sticker.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}
