/*
Theme Name: Communication
Theme URI: http://inmobi.com
Author: Vinay
Tags: blue, custom header, fixed width, two columns, widgets

	Temporary theme

*/



/* Begin Typography & Colors */

/*************************reset.css**************************/
/* CSS Document */
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%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { 
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*****************************venilla.css******************************/
/**
* Start Vanilla Stylesheet 0.9.5
*/
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
pre, code, tt {
	font-size: 11px;
	font-family:'Andale Mono', 'Lucida Console', monospace;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}
em, i, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}
p, code, pre, kbd {
	margin:10px 0 10px 0;
	line-height:18px;
}
blockquote {
	margin:0 10px 10px 10px;
}
li ul, li ol {
	margin:0 10px;
}
ul, ol {
	margin:10px;
}
ul, ul li {
	list-style-type:disc;
}
ol, ol li {
	list-style-type:decimal;
}
dl {
	margin:10px;
}
dl dt {
	font-weight:bold;
	margin-top:10px;
}
dd {
}
table {
	margin-bottom:15px;
	width:100%;
}
th {
	font-weight:bold;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tfoot {
	font-style:italic;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom: 1px dotted;
}
address {
	margin:0 0 15px;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
pre {
	margin:15px 0;
	white-space:pre;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*:first-child+html .clearfix {
	zoom: 1;
	display: block;
}
* html .clearfix {
	zoom: 1;
	display: block;
}
/**
* End Vanilla Stylesheet
* theme css
*/


/* Begin Structure */
body {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	background:url('images/bg_tile_inside.gif') repeat-x;
	color: #333;
	text-align: left;
	line-height:18px;
	}
.search_body_bg{
	background: #f3f3f3 url('images/search_bg.gif') repeat-x;
}

.case_body_bg{
	background: #f3f3f3 url('images/case_bg_home.gif') repeat-x;
}
a, h2 a:hover, h3 a:hover {
	color: #0066cc;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}


#wrap {
	margin:15px auto 0;
	padding:0 10px;
	width: 930px;
	}

#header {
	margin:0;
	padding: 0;
	height: 109px;
	width:930px;
	float:left;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	padding:0 0 5px;
	margin:0 0 20px;
	width: 580px;
	float: left;
	background:#fff url(images/narrow_col_bg.gif) no-repeat left bottom;
	}

.widecolumn {
	padding:0;
	width: 930px;
	float:left;
	margin:15px 0;
	}
#content {
	font-size: 12px;
	}

.post {
	text-align: left;
	/*border:1px solid #b9b9b9;
	border-style:none solid;*/
	display:block;
	float:left;
	width:548px;
	padding:0 15px 10px;
	background:#fff url(images/content_bg.gif) no-repeat left top;
	}
.post p{
	margin:10px 0;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding:0 10px;
	margin: 0 auto;
	width: 930px;
	height:85px;
	clear: both;
	position:relative;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding:0;
	margin-top:15px;
	font:normal 30px/1.2em Helvetica, sans-serif;
	color:#d92027;
	line-height:1.2em;
	}

h2 {
	font-size:20px;
	padding: 10px;
	}


#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	font-size:18px;
	font-weight:normal;
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */
.current_page_item a{
	color:#e70000 !important;
	font-weight:bold;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.comment {
display:block;
float:right;
font-weight:bold;
}

small, .nocomments, .postmetadata, blockquote, strike {
color:#777777;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	padding:0 0 0 20px;
	margin: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}
#sidebar ul li a{
	list-style-type: none;
	list-style-image: none;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 15px;
	color:#333;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 10px -17px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal inside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding:0 5px 0 0;
	list-style-type:disc;
}
#sidebar .side_bar_top ul ul li, #sidebar .side_bar_top ul ol li {
	list-style:none;
	background:url(images/down_arrow.gif) no-repeat left center;
	padding-left:15px;
	}
#sidebar .side_bar_top ul ul li.current_page_item, #sidebar .side_bar_top ul ol li.current_page_item {
	background:url(images/down_arrow_black.gif) no-repeat left center;
	}
#sidebar ul ul li a, #sidebar ul ol li a{
	color:#0066cc;
	font-weight:normal;
	}
#sidebar .side_bar_top ul ul li a, #sidebar ul ol li a {
	color:#fff !important;
}
#sidebar ul ul li.current_page_item a, #sidebar ul ol li.current_page_item a{
	color:#333 !important;
	font-weight:bold;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform input {
	width:160px;
	float:left;
	padding:3px;
	margin-top:1px;
	background:#f1f1f1;
	border:1px solid #ccc;
	color:#666;
	}
#searchform input#submit {
	width:26px;
	height:25px;
	background:url(images/search_icon.gif) no-repeat bottom left;
	border:none;
	padding:0;
	margin:0;
	}
	

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
#sidebar h2.widgettitle{
	font-size:14px;
	font-weight:bold;
	padding:10px 0 10px 40px;
}
#archives h2{
	background:url(images/blog_icon.png) no-repeat left center;
}
#tag_cloud h2{
	background:url(images/tag_cloud_icon.png) no-repeat left center;
}
#tag_cloud a{
	color:#0066CC !important;
	padding:2px 5px;
}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 100px;
	padding: 2px;
	margin:0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	font-size:11px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar{
	background:#fff url(images/sidebar_bg.gif) no-repeat  5px top;
	padding:10px 30px 10px 20px;
	width: 298px;
	float:left;
	position:relative;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/****************custom css*****************************/
a.logo{
	width:150px;
	display:block;
	float:left;
	text-decoration:none;
	background:none;
}
.dotted_line{
	margin:0 20px;
	display:block;
	float:left;
	height:55px;
	border-right:1px dotted #333;
}
a.mkhoj_logo{
	width:154px;
	display:block;
	float:left;
	text-decoration:none;
	background:none;
	margin-top:5px;
}
div.search{
	width:194px;
	float:right;
	padding-top:15px;

}
#top_menu{
	width:930px;
	float:left;
	margin-top:17px;
}
#top_menu ul{
	display:block;
	float:left;
	margin:0;
	padding:7px 0 4px;;
}
#top_menu ul li{
	display:inline;
	padding:0 0 0 3px;
}
#top_menu ul li a{
	font-size:11px;
}
#top_menu ul{
	padding:6px 0; 
}

#top_menu ul li{
	background:url(images/red_dot.gif) no-repeat left center;
	padding:0 15px 0 20px;
}
#top_menu ul li a{
	font-size:13px;
	color:#333333;
}
#top_menu ul .current_page_item a{
	color:#e70000 !important;
	border-top:1px solid #e70000 !important;
	padding-top:4px;
	font-weight:bold;
	position:relative;
}
#top_menu ul.float_right li {
	padding:0 7px 0 15px;
}
#top_menu ul.float_right li a{
	font-size:11px;
	color:#0066CC;
}
#top_menu ul.float_right li.last_link{
	padding-right:0;
}

#banner{
    width:706px;
	float:left;
	text-align:left;
	line-height:18px;
	position:relative;
}	

#banner ul.nav {width:635px; border-bottom:1px solid #ccc ;padding:7px 0 2px 10px; margin:2px 0 0;}
#banner ul.nav li{display:inline; padding:0 6px 2px; list-style-type:none; border-left:1px solid #ccc;}

.ban_info{
	width:480px;
	height:197px;
	padding:30px 0 0 450px;
	float:left;
}
.ban_info span {
	background:transparent none repeat scroll 0 0;
	color:#e13f3f;
	display:block;
	font-size:35px;
	font-weight:bold;
	line-height:36px;
}
.ban_info p {
	color:#999;
	font-size:18px;
	line-height:19px;
	margin:2px 0 25px;
}
.precise_target{
	background:url(images/illustration_Precise_Targeting.jpg) no-repeat left bottom;
	width:580px;
	padding-left:350px;
}
.earn{
	background:url(images/illustration_earn_revenue.jpg) no-repeat left bottom;
	width:630px;
	padding-left:300px;
}
.category{
	background:url(images/illustration_advantage.jpg) no-repeat left bottom;
}
.power_data{
	background:url(images/illustration_power_data.jpg) no-repeat left bottom;
	width:600px;
	padding-left:330px;
}
.ban_sign_up{
	display:block;
	float:left;
	height:37px;
	background:url(images/button_main_red_left.gif) no-repeat top left;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.ban_sign_up b{
	display:block;
	background:url(images/button_main_red_right.gif) no-repeat top right;
	padding:10px 42px 10px 8px;
}
ul.ban_tab {
	width:930px;
	float:left;
	margin:0;
}	
ul.ban_tab li{
	display:block;
	float:left;
	margin:0;
	background:#404040;
	height:35px;
}	
#tab1{
	background:#404040 url(images/tab_left_bg.gif) no-repeat bottom left;
	padding-left:2px;
}	
#tab4{
	background:#404040 url(images/tab_right_bg.gif) no-repeat bottom right;
	padding-right:2px;
}	
ul.ban_tab li a{
	width:231px;
	height:19px;
	display:block;
	float:left;
	font-size:20px;
	padding:7px 0 7px;
	color:#fff;
	text-align:center;
}
ul.ban_tab li#tab4 a{
	width:233px;
}	

ul.ban_tab li.active_tab a{
	background:#fff;
	color:#404040;
}	
ul.ban_tab li.active_tab a:hover{
	background:#fff;
	color:#404040;
	text-decoration:none;
}
.narrowcolumn #banner{
	width:706px;	
}
.page_ban{
	height:139px;
	background:#436475;
	width:706px;
	display:block;
}
.page_ban span{
	display:block;
	float:left;
	width:511px;
	height:138px;
	background:#436475 url(images/press_release.jpg) no-repeat left bottom;
}
.page_ban  b{
	width:185px;
	display:block;
	float:left;
	font-weight:bold;
	font-size:30px;
	line-height:32px;
	color:#fff;
	padding:47px 0 0 10px;
}
.search_ban{
	height:139px;
	width:706px;
	display:block;
}

.search_ban b{
	width:220px;
	display:block;
	float:left;
	font-weight:bold;
	font-size:30px;
	line-height:32px;
	color:#333;
	padding:47px 0 0 10px;
}
.search_ban span{
	background:url(images/search.png) no-repeat left center;
	display:block;
	float:left;
	width:411px;
	height:138px;
}
.search_page table{
	width:300px;
	margin:0 auto;
}
td.results-resource a, td.results-prev a, td.results-next a {
	border:1px solid #CCCCCC;
	padding:3px 5px;
}

.adv_pub_info{
	width:697px;
	float:left;
}
.adv_pub_info_top{
	width:697px;
	height:10px;
	display:block;
	float:left;
	background:url(images/adv_pub_top.gif) no-repeat top left;
}
.adv_pub_info_bot{
	width:697px;
	height:10px;
	display:block;
	float:left;
	background:url(images/adv_pub_bot.gif) no-repeat bottom left;
}
.adv_pub_inner_info{
	width:693px;
	float:left;
	background:#c0d6ef;
	border:1px solid #a2bbd6;
	border-style:none solid none;
}
.advertiser_info{
	width:143px;
	float:left;
	padding:8px 150px 8px 30px;
	margin-right:20px;
	background:url(images/Img_advertiser.jpg) no-repeat top right;
}
.publisher_info{
	width:164px;
	float:left;
	padding:8px 150px 8px 30px;
	background:url(images/Img_publisher.jpg) no-repeat top right;
	border-left:1px solid #a2bbd6;

}
.advertiser_info h2, .publisher_info h2{
	font-size:20px;
	margin:0;
	padding:0;
}
.advertiser_info p, .publisher_info p{
	font-size:15px;
	color:#404040;
	margin:0;
	padding:0;
}
a.learn_more{
	height:30px;
	margin-top:5px;
	display:block;
	float:left;
	background:url(images/button_blue_left.gif) no-repeat top left;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
a.learn_more span{
	display:block;
	background:url(images/button_blue_right.gif) no-repeat top right;
	padding:5px 40px 7px 10px;
}
.home_login{
	width:225px;
	float:right;
}
.home_login a.login_banner{
	width:225px;
	background:url(images/login_banner.gif) no-repeat top right;
	height:126px;
	display:block;

}
.home_login ul{
	width:193px;
	float:left;
	background:#638dbc;
	margin:0;
	padding:2px 15px 7px;
}
.home_login ul li{
	list-style:none;
	font-size:11px;
	padding:1px 0;
	float:left;
	color:#fff;
}
.home_login ul li a{
	color:#fff;
}
.home_login ul li label{
	width:68px;
	float:left;
}
.home_login ul li span{
	width:125px;
	float:right;
}
.home_login ul li.forgot_pass label{
	width:125px;
	float:left;
	line-height:12px;
}
.home_login ul li.forgot_pass span{
	width:68px;
	float:right;
}
.home_login ul li span input{
	font-size:11px;
}
.home_login ul li span .submit{
	background:url(images/button_red_login.gif) no-repeat center;
	border:none;
	color:#fff;
	float:right;
	margin:5px 0 0;
	padding:4px 14px;
	font-weight:bold;
}
.home_login p{
	width:208px;
	background:#616161;
	display:block;
	float:left;
	font-size:12px;
	margin:0;
	padding:0px 0 0px 15px;
	color:#fff;
}
.home_login p a{
	color:#48d2ff;
	text-decoration:underline;
}
.home_login_top{
	width:225px;
	height:6px;
	display:block;
	background:url(images/login_top.gif) no-repeat top left;
	float:left;
}
.home_login_bot{
	width:225px;
	height:6px;
	display:block;
	background:url(images/login_bot.gif) no-repeat bottom left;
	float:left;
}
.bottom_block{
	width:225px;
	float:left;
	margin:15px 10px 0 0;
}
.bottom_block_top{
	width:225px;
	height:6px;
	float:left;
	display:block;
	background:url(images/lower_div_top.gif) no-repeat top left;
}
.bottom_block_info{
	width:209px;
	height:260px;
	position:relative;
	float:left;
	background:#fff;
	border:1px solid #ccc;
	border-style:none solid none solid;
	padding:0 7px;
	font-size:12px;
}
.bottom_block_info h2{
	height:40px;
	color:#666;
	padding:2px 0 2px 45px;
	margin:3px 0;
	font-weight:normal;
}
.bottom_block_info p{
	margin:5px 0;
	line-height:18px;
	text-indent:10px;
}
.bottom_block_info span{
	width:210px;;
	display:block;
	text-align:right;
	height:15px;
	position:absolute;
	bottom:4px;
}
.bottom_block_info span a, .more{
	background:url(images/more_arrow.gif) no-repeat right center;
	padding-right:13px;
	
}
.blog{
	background:url(images/blog_icon.png) no-repeat left top;
}
.media{
	background:url(images/media_icon.png) no-repeat left top;
	padding-left:50px !important;
}
.case_study{
	background:url(images/case_study_icon.png) no-repeat left top;
	padding-left:55px !important;
}
.customer_speak{
	background:url(images/cus_speak_icon.png) no-repeat left top;
	padding-left:40px !important;
}
.bottom_block_last{
	margin-right:0;	
	float:right;
}


.bottom_block_bot{
	width:225px;
	height:6px;
	float:left;
	display:block;
	background:url(images/lower_div_bot.gif) no-repeat bottom left;
}


.footer_container{
	clear:both;
	width:100%;
	background:#fff;
	border-top:1px solid #666;
	color:#666;
}
.footer_container_below{
	clear:both;
	width:100%;
	background:#999;
	color:#f1f1f1;
}
.footer_container_below p{
	width:930px;
	margin:0 auto;
	padding:2px 0 10px 0;
	background:url(images/logo_footer.gif) no-repeat right	top;
}
.footer_container_below p a{
	color:#f1f1f1;
}
#footer ul {
	margin:1px 0;
	width:930px;
	float:left;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

#footer ul li{
	display:inline;
	padding:3px 3px 3px 10px;
	background:url(images/dot.gif) no-repeat left center;
}
#footer ul li.left_link{
	background:none;
	padding-left:3px;
}
#footer ul li a{
	color:#666;
}
#footer ul.icons{
	width:200px;
	float:right;
	position:absolute;
	right:0;
	top:2px;
	border:none;
}
#footer ul.icons li{
	display:block;
	float:left;
	background:none;
	padding:0;
	margin:0 2px;
}
#footer ul.icons li a.youtube{
	width:43px;
	height:20px;
	display:block;
	background:url(images/icons.gif) no-repeat top left;
}
#footer ul.icons li a.face_book{
	width:17px;
	height:20px;
	display:block;
	background:url(images/icons.gif) no-repeat -48px 0px;
}
#footer ul.icons li a.in{
	width:17px;
	height:20px;
	display:block;
	background:url(images/icons.gif) no-repeat -72px 0px;
}
#footer ul.icons li a.twitter{
	width:17px;
	height:20px;
	display:block;
	background:url(images/icons.gif) no-repeat top right;
}
.narrowcolumn h2{
	clear:both;
	border-bottom:2px solid #696969;
	border-right:1px solid #B9B9B9	;
	border-left:1px solid #B9B9B9	;
	width:684px;
}
.adv_left_cont, .adv_center_cont, .adv_right_cont{
	width:214px;
	float:left;
	padding:10px;
}
.adv_center_cont{
	border:1px dotted #333;
	border-style:none dotted;
}
.adv_center_cont dl, .adv_center_cont dl, .adv_center_cont dl,{
	margin:0 0 15px;	
}
.adv_center_cont p, .adv_center_cont p, .adv_center_cont p{
	margin:10px 0;	
}
.adv_sub_head{
	height:40px;
	padding:30px 0 0 65px;;
	display:block;
	font-weight:bold;
	font-size:14px;
}
.campain{
	background:url(images/campain_icon.gif) no-repeat bottom left;
}
.ad_creation{
	background:url(images/adcreation_icon.gif) no-repeat bottom left;
	height:30px;
	padding-top:40px;
}
.benefits{
	background:url(images/benefits_icon.gif) no-repeat bottom left;	
	height:30px;
	padding-top:40px;
}
.earn_revenue_inner{
	background:url(images/earn_revenue_inner.gif) no-repeat bottom left;
	padding-left:60px;
}
.feature{
	background:url(images/feature_inner.gif) no-repeat bottom left;
	height:20px;
	padding-top:50px;
}
.also_inner{
	background:url(images/also_inner.gif) no-repeat bottom left;
	height:25px;
	padding:45px 0 0 75px;
}
.white_border{
	position:absolute;
	width:1px;
	height:138px;
	background:#fff;
	top:0;
	right:-1px;
	
}
.side_bar_top{
	height:119px;
	padding:10px 0;
	background:#507D94;
	margin-right:-1px;
}
.sidebar_sign_up{
	display:block;
	float:left;
	height:26px;
	background:url(images/inside_red_button.gif) no-repeat top left;
	color:#fff;
	font-weight:bold;
	margin:0 0 10px 20px;
}
.sidebar_sign_up b{
	display:block;
	background:url(images/inside_red_button_right.gif) no-repeat top right;
	padding:2px 42px 6px 8px;
}

.sidebar_info{
	background:#e7eef6;
	border-top:1px solid #b9b9b9;
	padding:10px;
}
.sidebar_info h4{
	padding:15px 0 5px 40px;
}
.sidebar_bot{
	width:224px;
	height:6px;
	display:block;
	background:url(images/sidebar_bot_bg.gif) no-repeat right top;
}
/*******************Miscellaneous*****************************/
.first_link{
		background:none !important;;
}
.float_right{
	float:right !important;	
	
}

.none{
	display:none !important;	
}
.clear{
	clear:both;	
}

.border_none{
	border:none !important;
}
.mediakit{
	background:url(images/mediakit.jpg) no-repeat center;
	width:182px;
	height:28px;
	display:block;
	margin:50px auto 10px;
	clear:both;
}
.place{
	font-size:15px;
	color:#000;
	margin-top:0 !important;
}
.inner_cont{
	padding:10px;
}
.inner_cont p{
	margin:0 0 20px;
}
.inner_cont dl dt{
	margin:0
}
.inner_cont dl dt{
	color:#d92027;
	display:block;
	font-weight:normal;
}
.inner_cont dl dd{
	color:#686868;
	display:block;
	margin-bottom:10px;
}
#sidebar h4.mwc_head{
	display:block;
	padding:10px;
	font-size:15px;
}
.main_container{
	width:930px;
	display:block;
	float:left;
	clear:both;
	background:#fff url(images/mwc_bg.gif) no-repeat center bottom;
	padding-bottom:115px;
}
#mwcForm{
	width:275px;
	background:#686868 url(images/form_top.png) no-repeat top left;
	padding:10px 10px 20px;
	position:relative;
	float:left;
	color:#fff;
}
#mwcForm .bot{
	width:295px;
	height:8px;
	position:absolute;
	bottom:0;
	left:0;
	background:#686868 url(images/form_bot.png) no-repeat top left;
}
#mwcForm form ul{
	padding:0;
	float:left;
}
#mwcForm form ul li{
	display:block;
	float:left;
	clear:both;
	padding:5px 0;
	width:100%
}
#mwcForm form ul li label{
	width:90px;
	display:block;
	float:left;
}
#mwcForm form ul li label em{
	color:#e4e4e4;
}
#mwcForm form ul li textarea{
	margin-left:22px;
}

.submit_cont input{
	background:url(images/mwc_button.png) no-repeat top left;
	padding:4px 50px 5px 12px;
	color:#fff;
	font-weight:bold;
	border:none;
}
#error{
	color:#cce449;
	font-weight:bold;
}
#error ul{
	color:#f00;
	padding:0;
	margin-bottom:10px;
}


