
#index
{
	margin: 0 auto;
	width: 1000px;
	height: 620px;
	/*border: 1px solid #000;*/
}

#index h1
{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-family: Verdana;
  	color: #78a5c6;
  	font-size: 18px;
	padding-bottom: 10px;
	text-align: left
  	/*border: 1px solid #000;*/
}

#index #main_div { height:280px; }
/*tabs*/
#index #tabs{ width: 334px; height: 272px; float: left; background: url('../images/tabs_top.jpg') 0 26px no-repeat }
#index #tabs .tab{ height: 232px; padding: 2px 0 0 8px; border-left: 1px solid #c5e0fe; border-right: 1px solid #c5e0fe; margin-top: 5px }
#index #tabs .tab p{ line-height: 14px; font-size: 13px; color: #4a6582; padding: 2px 10px 18px 38px; }
#index #tabs .tab p.publishers{background: url('../images/ckeckbox_pub.jpg') left center no-repeat; padding: 15px 10px 12px 38px }
#index #tabs .tab p.media{background: url('../images/ckeckbox_med.jpg') 0 20px no-repeat; padding: 15px 10px 12px 38px }
#index #tabs .tab p.ad{background: url('../images/ckeckbox_ad.jpg') 0 20px no-repeat; padding: 15px 10px 12px 38px }

#index #tabs .tab p b{ font-size: 15px; display: block }
#index #tabs span{ height: 26px; display: block; cursor: pointer; float: left; margin-right: 2px }
#index #tabs span.pressed{ background-position: 0 0 !important; margin-top: 1px !important }
#index #tabs span.tab1{ width: 97px; background: url('../images/publishers_tab.jpg') 0 -26px no-repeat }
#index #tabs span.tab2{ width: 121px; background: url('../images/mediaagen_tab.jpg') 0 -26px no-repeat }
#index #tabs span.tab3{ width: 107px; background: url('../images/addnet_tab.jpg') 0 -26px no-repeat }
#index #tabs .tabs_bottom{ height: 6px; background: url('../images/tabs_bottom.jpg') left top no-repeat }

#index #flash{ float: right }

img.top_text_image{ margin-bottom: 10px }

#index #email_box{ margin-top:5px; width: 515px; height: 55px; background: url('../images/signup_box.jpg') no-repeat; padding-left: 485px /*padding: 9px 0 1px 485px*/ }
#index #email_box input{ float: left; margin-right: 16px; border: 0px; }
#index #email_box input#email{ margin-top: 10px; border: 0px; font-size: 22px; color: #b3b3b3; width: 440px }
#index #email_box input.img_btn{ margin-top: 6px !important }

/*slides*/
#index #quotes_container{ float: left; width: 310px; height: 150px; padding-top: 15px }
#index #quotes_container p{ font-size: 14px; font-weight: bold; color: #4a6582; padding-bottom: 15px }
#index #qutes .slide{ display: none; width: 310px; margin: 0 0 0 13px }
#index #qutes span{ width: 255px; line-height: 20px; color: #5b6877; display: block; padding-left:10px }
#index #qutes img.leftComma{ padding-right:5px; }
#index #qutes img.rightComma{ padding-left:5px; }

#index #locations{ float: left; padding-top: 15px; margin-left: 40px }
#index #locations p{ font-size: 14px; font-weight: bold; color: #4a6582 }

#news_cont{ float: right; padding-top: 15px; background: url('../images/news_bg.jpg') no-repeat center bottom; width: 246px; height: 188px }
#news_cont p{ font-size: 14px; font-weight: bold; color: #4a6582 }
#sc_news{ overflow: hidden; zoom: 1; height: 170px }
#sc_news span.date{ color: #4a6582 }
#sc_news span.brand{ color: #5c84b7 }
#sc_news p{ font-size: 11px; padding: 5px }
#sc_news div{ padding: 10px }

#location_square
{
	width: 100px;
	height: 100px;
	border:1px solid #c5e0ff;
}

#location_square #location_square_top
{
	width: 100%;
	height: 6px;
}

#location_square #location_square_top .top_left
{
	float: left;
	width: 6px;
	height: 6px;
	background-image: url('../images/clt.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: -1px;
	margin-left: -1px;
}

#location_square #location_square_top .top_right
{
	float: right;
	width: 6px;
	height: 6px;
	background-image: url('../images/crt.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: -1px;
	margin-right: -1px;
}

#location_square #location_square_mid
{
	width: 100%;
	height: 88px;
}

#location_square #location_square_bot
{
	width: 100%;
	height: 6px;
	margin-top: 1px;
}

#location_square #location_square_bot .bot_left
{
	float: left;
	width: 6px;
	height: 6px;
	background-image: url('../images/clb.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: -1px;
	margin-left: -1px;
}

#location_square #location_square_bot .bot_right
{
	float: right;
	width: 6px;
	height: 6px;
	background-image: url('../images/crb.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: -1px;
	margin-right: -1px;
}

