/* TAG DEFINITIONS */
html, body {
	height: 100%;
	font: 12px/1em Helvetica, Arial, sans-serif;
	background: #FFFFFF;
}

input, textarea {
	border: 666666;
	padding: 4px;
	font-size: 12px;
	color: #333333;
	background: url(../images/input_bg.png) no-repeat;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-border-radius: 2px;
}

label {
	vertical-align: middle;
	cursor: pointer;
}

/* Sticky Footer properties marked with sf */
#sticky-wrap { /* sf */
	height: 100%;
}
body > #sticky-wrap { /* sf */
	height: auto;
	min-height: 100%;
}

/* UNIVERSAL */

.content_home {
	display: block;
	margin: 0 auto;
	width: 968px;
}

.content {
	display: block;
	margin: 0 auto;
	width: 960px;
}

.content-sub {
	display: block;
	margin: 0 auto;
	width: 960px;
}

#solutionsleadgeneration .content-sub {
	background: url(../images/conversion_bg.gif) no-repeat top left;
}

#solutionscontentoptimization .content-sub {
	background: url(../images/contentoptimization_bg.gif) no-repeat top left;
}

#solutionswebsiteconversionoptimization .content-sub {
	background: url(../images/conversion_bg.gif) no-repeat top left;
}

#solutionsaudiencetargeting .content-sub {
	background: url(../images/behavior_bg.gif) no-repeat top left;
}

#solutionsemailcrm .content-sub {
	background: url(../images/dynamic_email_bg.gif) no-repeat top left;
}

a.button-sml {
	padding: 3px 0 0;
	text-decoration: none;
}

a.button-sml .text {
	padding:4px 3px 3px 9px;
	background: url(../images/button_sml_01.gif) no-repeat;
}

a.button-sml .butt {
	padding:4px 0 3px 0;
	background: url(../images/button_sml_02.gif) no-repeat;
}

a.button-sml-arrow {
	background:transparent url(../images/arrow_blue.gif) no-repeat scroll 0 2px;
}

a.button-sml-arrow-wht-hm {
	margin:0 7px 0 0;
	padding:5px 10px 4px 18px;
	background: url(../images/arrow_wht_hm.gif) left center no-repeat;
}

a.button-sml .button-sml-arrow-dwn {
	padding:6px 3px 4px 0;
	margin: 0 3px 0 0;
	background: url(../images/arrow_dwn.gif) right center no-repeat;
}

a.button-sml .button-sml-arrow-dwn-blu {
	padding: 6px 6px 4px 0;
	margin: 0 6px 0 0;
	background: url(../images/arrow_dwn_blu.gif) right center no-repeat;
}


a.button-sml-blk .text {
	padding:4px 3px 4px 9px;
	background: url(../images/button_sml-blk_01.gif) no-repeat;
}
a.button-sml-blk .butt {
	padding:4px 0 3px 0;
	background: url(../images/button_sml-blk_02.gif) no-repeat;
}

img.button {
	cursor: pointer;
}

/* HEADER */
header {
	background: #FFFFFF;
	position:relative;
	z-index: 500;
}

header #account {
	float:right;
	padding: 0 20px 0 0;
	background: #FFFFFF;
}

header #account a.acct-item-divider {
	background:url(../images/divider_vertical_head.gif) no-repeat right;
	height:13px;
	width:1px;
	padding: 0 12px 0 0;
	}
	
header #account ul.acct-items {
	padding:15px 0 0 0;
	margin:0 0 0 0px;
}

header #account ul.acct-items li.acct-item {
	margin: 0 0px 0 0;
	float:left;
}
header #account ul.acct-items li.acct-item a {
	font-size: 11px;
}
header #account ul.acct-items li.sign {
	padding:16px 54px 14px 0;
	margin:0 0 0 1px;
	background:transparent url(../images/account_select_lang.gif) no-repeat scroll 0 0;
}
header #account ul.acct-items li.sign a {
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	text-decoration:none;
	color:#666666;
}
header #account ul.acct-items li.login {
	margin:0;
	padding:16px 12px 0 0;
}
header #account ul.acct-items li.login a {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	text-decoration:none;
}
header #logo-servicenet {
	float: left;
	width: 417px;
	height: 63px;
	text-indent: -9999em;
	background: url(../images/netmine_logo.gif) no-repeat;
}
header nav {
	clear: both;
	padding: 1px 0 0;
	height: 32px;
	background: url(../images/nav_bg.gif) 0 3px no-repeat;
}
header nav ul {
	height: 100%;
}
header nav ul ul {
       height: auto;
}
header nav ul li {
	float: left;
}



#navigation {
	margin: 2px 0;
	padding: 0
}

#navigation li.firstlink ul {
	display:none;
}

#navigation li.firstlink:hover ul {
	display: block;
}

#navigation li {
	float: left;
	list-style: none;
}

#navigation li a.active {	
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
	color:#666666;
	margin:0 9px 0 0;
	padding:9px 9px 9px;
	text-decoration:none;
	height:11px;
}

#navigation li.firstlink a.active {
	background: url(../images/arrow_dwn.gif) right center no-repeat;
}

#navigation li a {	
	display:block;
	padding:9px 6px;
	color:#00aeef;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	
}
#navigation li a.unactive {	
	margin:0 9px 0 0;
	padding:9px 9px 9px;
	text-decoration:none;
	background: url(../images/arrow_dwn_blu.gif) right center no-repeat;
	height:11px;
}


#navigation li a:hover {
}
	

		
#navigation li ul {
	padding: 0 4px 0 0;
	margin: 0 0 0 2px;
	width: 153px;
	background: url(../images/right_shadow.png) repeat-y right top;
}
		
	
		
#navigation li ul li {
	float: none;
	background: #00aeef;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
		
#navigation li ul li a {
	display:block;
	height:100%;
	width: auto;
	font-size: 11px;
	color:#FFF;
}

#navigation li ul li.first {
	background: #00AEEF url(../images/top_shadow.png) no-repeat;
}
		
		#navigation li ul li a:hover {
			background: #094e8e url(../images/arrow_wht.gif) no-repeat scroll 5px 11px;
}

#navigation li .dropdown {
	padding: 1px 5px 0 0;
	width:156px;
	position: absolute;
	z-index: 500;
	
}

#navigation li .dropdown .bottom_shadow {
	width: 161px;
	height: 9px;
	line-height: 10px;
	position: absolute;
	top:1;
	left:0;
	background: url(../images/bottom_shadow.png) no-repeat;
	
}

#navigation li ul li .button-sml-arrow-wht {
background: url(../images/arrow_wht.gif) no-repeat scroll 5px 11px;
padding:9px 6px 9px 19px;
}
/* MAIN */

#main_home {
	padding: 0px 0 14px; /* sf - footer height + border + margin from #main content */
	background: #FFFFFF;

}

#main {
	padding: 0px 0 90px; /* sf - footer height + border + margin from #main content */
	background: #FFFFFF;

}

/* SUB-PAGES TITLE */
#main #page-title {
	margin: 2px 0 3px 2px;
	float:left;
	padding: 0 0 5px 0;
	background:transparent url(../images/title_border.gif) no-repeat left bottom;
}

#main #page-title-sub {
	height: 101px;
	margin:-2px 0 0;
	float:left;
	padding: 0 0 0px 0;
	background:transparent url(../images/title_border.gif) no-repeat left bottom;
}

#main #page-title .head {
	background: url(../images/page_title_man.gif) 0 9px no-repeat;
	height: 111px;
	float:left;
	padding:0 84px 27px;
}

#main #page-title-sub .head {
	margin:0 0 0 -9px;
	padding:0 0 0 91px;
	background: url(../images/page_title_man.gif) no-repeat;
	height: 118px;
	float:left;
}

#main #page-title h1 {
	float: left;
	padding: 0 0 0 0px;
	margin: 11px 0 0 0px;
	width: 677px;
	height: 54px;
	font-size: 28px;
	line-height: 52px;
	color: #001538;
}

#main #page-title h2 {
	float:left;
	padding:0 0 74px 0px;
	margin:0 0 0px 0px;
	border-bottom-width:medium;
	height:1px;
	font-size:15px;
	font-weight:normal;
	line-height:20px;
	color:#666666;
	width:560px;
}

#main #page-title-sub h1 {
	float: left;
	padding: 0 0 0 0px;
	margin: 25px 0 0 0px;
	font-size: 28px;
	line-height: 44px;
	color: #001538;
}

#main #page-title-sub h2 {
	float:none;
	margin:0 0 0px 0px;
	padding:0 0 70px 0;
	height:1px;
	border-bottom-width:medium;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	color:#333333;
}

.divider_dotted_sm {
	margin:25px 0 0 -29px;
	height: 1px;
	width: 307px;
	background: url(../images/title_border_bottom.gif) no-repeat;
}

#main #page-title h1.pt-long {
	float: left;
	background-image: url(../images/title_bg-long.png);
	padding: 2px 0 0 0px;
	width: 540px;
}

#main #page-title-sub h1.pt-long {
	float: none;
	background-image: url(../images/title_bg-long.png);
}

/* HOME */

#main_home .home_flash {
	height: 364px;
}

#main_home .home_body {
	background: url(../images/home_bg.gif) no-repeat scroll 0 0;
	height:392px;
	font-size:13px;
	color:#FFF;
}

#main_home .home_body h1 {
	float:left;
	padding:48px 19px 0;
	margin-left:1px;
	height:34px;
	background:transparent url(../images/home_head_bar.gif) no-repeat scroll right 36px;
	color:#FFFFFF;
	font-size:35px;
}

#main_home .home_body h2 {
	color:#C9E7FF;
float:left;
font-size:16px;
font-weight:normal;
height:53px;
line-height:21px;
margin:0 0 0 20px;
padding:36px 0 1px;
width:431px;
}


#main_home .home_body h3 {
	padding: 0px 0 2px 0;
}

#main_home .home_highlight_left {
	float:left;
	width:286px;
	background:url(../images/home_highlight_left.jpg) no-repeat;
	padding:34px 0 0 37px;
	margin:-1px 0 0;
}

#main_home .home_highlight_left ol {
	margin: -2px 0 0 0;
}

#main_home .home_highlight_mid {
	float:left;
	width:204px;
	background:url(../images/home_highlight_middle.jpg) no-repeat;
	padding:34px 0 0 39px;
	margin:-1px 0 0;
}

#main_home .home_highlight_right {
	float:left;
	width:362px;
	background:url(../images/home_highlight_right.jpg) no-repeat;
	padding:34px 0 0 24px;
	margin:-1px 0 0;
}

#main_home .home_highlight_mid h3.featured {
	margin: 0 0 0 -6px;
}

#main_home .home_body ol li.services {
	margin:17px 0 0 -2px;
	padding: 0 0 0px 0;
}

#main_home .home_body ol li.more_clients a {
	padding: 0px 0px 0px 18px;
	margin-top: -3px;
	font-weight: bold;
	position: relative;
	z-index: 600;
}

#main_home .home_body li.services_ag {
	margin-left: -1px;
}

 

 #main_home .home_body #client_img {  
 margin:2px 0 0 17px;
	padding:3px 0 0 0px;
	position:relative;  
     height:97px;
	 width:136px;
 }  
 #main_home .home_body #client_img a {  
         float:left;  
         position:absolute;
		 opacity: 0;
		 filter: alpha(opacity = 0);

     }  
       
	    #main_home .home_body #client_img a.first {  
         opacity: 1;
		 filter: alpha(opacity = 100);

     }  
	   
     #main_home .home_body #client_img a img {  
         border:none;  
     }  
       
    #main_home .home_body #client_img a.show {  
         z-index:500  
     }  
   


#main_home .home_highlight_mid .client {
	margin:1px auto;
	padding: 0 0 0px 0;
	text-indent:-9000px;
	height:1px;
}

#main_home .home_highlight_right .demo {
	float:left;
	margin: -2px 0 0 0px;
}

#main_home .home_highlight_right h2 {
	
}

#main_home .home_highlight_right ol {
	float:left;
	margin:2px 0 0 8px;
	width:147px;
}

#main_home .home_highlight_right ol li.body {
	margin:3px 0 0;
	font-size:11px;
	line-height:17px;
	color: #b3e7fa;
}

#main_home .home_highlight_right ol li.live {
	margin:0px 0 0 -1px;
}

#main_home .home_body ol li.view a {
	float:left;
	margin:29px 0 0 -2px;
	padding:0px 0px 0px 18px;
	font-weight:bold;
}


#main_home .home_body ol li a {
	color:#FFF;
	text-decoration:none;
}

/* CONVERSION */

#main .cont-left {
	margin:0 0 20px;
	height:100%;
	width:654px;
	background: transparent url(../images/divider_vertical1.gif)  repeat-y scroll right 0px;
}

#main .cont-left #breadcrumb {
	margin:11px 0 0 9px;
	background:#FFFFFF none repeat scroll 0 0;
}

#main .cont-left #breadcrumb span.active {
	color:#666666;
	font-size:9px;
	text-decoration:none;
}

#main .cont-left #breadcrumb a.unactive {
	color:#00AEEF;
	font-size:9px;
	text-decoration:none;
}

#main .cont-left #breadcrumb .button-sml-arrow-bc {
	margin:0 4px 0 0;
	padding:2px 5px 4px 0;
	background: url(../images/breadcrumb_arrow.gif) right center no-repeat;
}
#main .content #breadcrumb {
	margin:11px 0 0 9px;
	background:#FFFFFF none repeat scroll 0 0;
}

#main .content #breadcrumb span.active {
	color:#666666;
	font-size:9px;
	text-decoration:none;
}

#main .content #breadcrumb a.unactive {
	color:#00AEEF;
	font-size:9px;
	text-decoration:none;
}

#main .content #breadcrumb .button-sml-arrow-bc {
	margin:0 4px 0 0;
	padding:2px 5px 4px 0;
	background: url(../images/breadcrumb_arrow.gif) right center no-repeat;
}

#main .right_bar {
	float: right;
	padding:0 6px 0 29px;
	margin:43px 44px 0 0;
	height:600px;
	width:225px;
	font-size:11px;
	color:#666666;
}

#main .market {
	float: right;
	padding:0 0 0px 0px;
	width:234px;
	font-size:11px;
	color:#666666;
}

#main .right_bar .view {
	margin: 11px 0 0 0;
}
	
	#main .right_bar ol a, #main .sub a.viewall, #main .meta a {
	display:inline;
	margin: 0 0 0 0px;
	color: #00aeef;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	padding:0 0 0 15px;
}
	#main .meta a {
		padding: 0;
	}

	#main .right_bar ol li {
	line-height: 17px;
	margin:0 0 0 3px;
}
	
	#main .right_bar .right-title {
	padding:0 0;
	height:33px;
	width:234px;
	margin:179px 0 3px 0px;
	font-size:17px;
	line-height:32px;
	color:#094e8e;
}

#main .right_bar-sub {
	float: right;
	padding:0 6px 0 4px;
	margin:87px 24px 0 0;
	height:600px;
	width:260px;
	font-size:11px;
	color:#666666;
	
}
#main .right_bar-sub .view {
	margin: 17px 0 0 19px;
}
#main .right_bar-sub .right-sub-title h3 {
	margin: 18px 0 0 19px;
	font-size:14px;
	font-weight:bold;
	color: #001538;
}
#main .right_bar-sub .right-sub-img {
	text-align: center;
	font-weight: bold;
	font-size: larger;
}
	#main .right_bar-sub .right-body {
	margin: 0 0 0 19px;
}
	#main .right_bar-sub ol a {
	display:inline;
	margin: 0 0 0 0px;
	color: #00aeef;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	padding:0 0 0 15px;
}
	
#main .right_bar-sub ol li {
	line-height: 17px;
}
	
	#main .right_bar-sub .right-title {
	padding:0 0 12px 19px;
	margin:0px 0 0px 0;
	height: 33px;
	width:234px;
	color:#094E8E;
	font-size:17px;
	line-height:16px;
	background: url(../images/behavior_gray_rt.gif) no-repeat bottom left;
}



#main .conversion {
	float: left;
	padding:0 0 3px 25px;
	font-size:11px;
	background: url(../images/forms_main_bg_top.gif) no-repeat;
}

#main .conversion-last {
	float: left;
	padding:0 0 9px 25px;
	font-size:11px;
	background: url(../images/forms_main_bg_top.gif) no-repeat;
}


#main .conversion-bot {
	height: 5px;
	background: url(../images/forms_main_bg_bot.gif) no-repeat;
}
#main .conversion .conversion-mid {
	float: left;
	margin: 0 11px 0 60px;
	width: 500px;
}
#main .conversion .conversion-mid .conversion-title {
	padding: 0 0px 0;
	margin: 0 0 3px 29px;
	height: 33px;
	width: 500px;
	line-height: 32px;
	font-size: 17px;
	color: #001538;
}

#main .conversion .conversion-mid .conversion-title-sub {
	padding: 0 0px 0;
	margin: 0 0 3px 29px;
	height: 33px;
	width: 500px;
	line-height: 32px;
	font-size: 17px;
	color: #2d76ac;
}
#main .conversion .conversion-mid .purple {
	margin: 0 0 1px 16px;
	padding: 0 0 17px 10px;
	height: 33px;
	width: 500px;
	background: url(../images/conversion_purple.gif) no-repeat bottom left;
}

#main .conversion .conversion-mid .gray {
	margin: 0 0 1px 0;
	padding: 0 0 17px 27px;
	height: 33px;
	width: 500px;
	background: url(../images/behavior_gray.gif) no-repeat bottom left;
}

#main .conversion .conversion-mid .green {
	margin: 0 0 1px 16px;
	padding: 0 0 17px 10px;
	height: 33px;
	width: 500px;
	background: url(../images/conversion_green.gif) no-repeat bottom left;
}

#main .conversion .conversion-mid .orange {
	margin: 0 0 1px 16px;
	padding: 0 0 17px 10px;
	height: 33px;
	width: 500px;
	background: url(../images/conversion_orange.gif) no-repeat bottom left;
}

#main .conversion .conversion-mid .red {
	margin: 0 0 1px 16px;
	padding: 0 0 17px 10px;
	height: 33px;
	width: 500px;
	background: url(../images/conversion_red.gif) no-repeat bottom left;
}

#main .conversion .conversion-mid .conversion-body {
	float: left;
	margin: -4px 0px 0 29px;
	width: 435px;
	color: #666666;
	font-size: 13x;
}

#main .conversion .conversion-mid .conversion-body ol li {
	padding: 0;
	line-height:17px;
	font-size:12px;
}
#main .conversion .conversion-mid .conversion-body ol {
	padding: 0;
}
#main .conversion .conversion-mid .conversion-body ol a {
	margin: 0 0 0 25px;
	padding:0 0 0 15px;
	display:inline;
	color: #00aeef;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}	
#main .conversion .conversion-mid .conversion-body ul {
		list-style-type:disc;
}
#main .conversion .conversion-mid .conversion-body .learn {
	margin: 10px -27px 0;
	padding: 0 0 32px 0;
	background: url(../images/title_border_bottom.gif) repeat-x bottom left;
}
#main .conversion .conversion-mid .conversion-body .last {
	background: none;
	padding: 0 0 0px;
}

/* SUB */


#main .cont-left-sub {
	margin:0 0 40px;
	width:665px;
	height:100%;
	background: transparent url(../images/divider_vertical.gif) repeat-y scroll right 33px;
}

#main .cont-left-sub #breadcrumb {
	padding:41px 0 0 9px;
}

#solutionsaudiencetargeting #main .cont-left-sub #breadcrumb {
	background: url(../images/behavior_bg.gif) no-repeat scroll left top;
}

#solutionsleadgeneration #main .cont-left-sub #breadcrumb {
	background: url(../images/conversion_bg.gif) no-repeat scroll left top;
}

#solutionscontentoptimization #main .cont-left-sub #breadcrumb {
	background: url(../images/contentoptimization_bg.gif) no-repeat scroll left top;
}

#solutionsemailcrm #main .cont-left-sub #breadcrumb {
	background: url(../images/dynamic_email_bg.gif) no-repeat scroll left top;
}

#main .cont-left-sub #breadcrumb span.active {
	color:#666666;
	font-size:9px;
	text-decoration:none;
}

#main .cont-left-sub #breadcrumb a.unactive {
	color:#00AEEF;
	font-size:9px;
	text-decoration:none;
}

#main .cont-left-sub #breadcrumb .button-sml-arrow-bc {
	margin:0 4px 0 0;
	padding:2px 5px 4px 0;
	background: url(../images/breadcrumb_arrow.gif) right center no-repeat;
}

#main .sub {
	float: left;
	padding:0 0 0px 25px;
	width: 500px;
	font-size:11px;
}

#main .sub-bot {
	height: 5px;
	background: url(../images/forms_main_bg_bot.gif) no-repeat;
}
#main .sub .sub-mid {
	float: left;
	margin: 3px 11px 0 60px;
	width: 415px;
	padding: 0 0 26px 0;
	background: url(../images/title_border_bottom.gif) repeat-x bottom left;
}


#main .sub .sub-mid .sub-title {
	padding: 0 0px 0;
	margin: 0 0 3px 29px;
	height: 33px;
	width: 500px;
	line-height: 32px;
	font-size: 17px;
	color: #2d76ac;
}

#main .sub .sub-mid-last .sub-title {
	padding: 0 0px 0;
	margin: 0 0 3px 29px;
	height: 33px;
	width: 500px;
	line-height: 32px;
	font-size: 17px;
	color: #2d76ac;
}

#main .sub .sub-mid .gray {
	margin: 0 0 -3px 0;
	padding: 0 0 17px 27px;
	height: 33px;
	width: 500px;
	background: url(../images/behavior_gray.gif) no-repeat bottom left;
}

#main .sub .sub-mid-last .gray {
	margin: 0 0 1px 0;
	padding: 0 0 17px 27px;
	height: 33px;
	width: 500px;
	background: url(../images/behavior_gray.gif) no-repeat bottom left;
}

#main .sub .sub-mid .sub-body {
	float:left;
	margin: 0 0px 0 29px;
	width: 490px;
	color: #666666;
	font-size: 13px;
}

#main .sub .sub-mid-last .sub-body {
	float:left;
	margin: 0 0px 0 29px;
	width: 490px;
	color: #666666;
	font-size: 13x;
}

#main .sub .sub-mid-last {
	background: none;
	float: left;
	margin: 3px 11px 0 60px;
	width: 500px;
	padding: 0 0 0px 0;
}

#main .sub .sub-mid .sub-body ol li {
	padding: 0;
	line-height:14px;
	font-size:12px;
}
#main .sub .sub-mid .sub-body ol {
	padding: 0;
}
#main .sub .sub-mid .sub-body ol a, #main #page-title h2 a {
	display:inline;
/*	margin: 0 0 0 25px;*/
	color: #00aeef;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
#main #page-title h2 a {
	display:inline;
/*	margin: 0 0 0 25px;*/
	color: #00aeef;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}
#main .sub .sub-mid .sub-body ul {
		list-style-type:disc;
		font-size:12px;
		line-height: 17px;
}

#main .sub .sub-mid .sub-body .learn {
	margin: 16px -27px 0;
	padding: 0 0 33px 0;
	background: url(../images/title_border_bottom.gif) repeat-x bottom left;
}
#main .sub .sub-mid .sub-body .last {
	background: none;
}

#main .sub .sub-mid-last .sub-body ol li {
	padding: 0;
	line-height:17px;
	font-size:12px;
}
#main .sub .sub-mid-last .sub-body ol {
	padding: 0;
}
#main .sub .sub-mid-last .sub-body ol a {
	display:inline;
/*	margin: 0 0 0 25px;*/
	color: #00aeef;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
#main .sub .sub-mid-last .sub-body ul {
		list-style-type:disc;
		list-style-position:outside;
		font-size:12px;
		line-height: 17px;
		padding:0 0 0 13px;
}
#main .sub .sub-mid-last .sub-body .learn {
	margin: 16px -27px 0;
	padding: 0 0 33px 0;
	background: url(../images/title_border_bottom.gif) repeat-x bottom left;
}
#main .sub .sub-mid-last .sub-body .last {
	background: none;
}


#main .sub .sub-mid-last table {
	padding:0 0 15px 0;
	margin-top: 31px;
	margin-left:27px;
	height: 157px;
	width:436px;
	background: url(../images/behavior_table_bg.gif) no-repeat;
}
#main .sub .sub-mid-last table td.last {
	padding-bottom: 47px;
}
#main .sub .sub-mid-last table .client {
	padding:17px 0 0 14px;
	height:48px;
	width:84px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
#main .sub .sub-mid-last table .performance {
		padding: 0 0 0 14px;
		width:245px;
		font-size:13px;
		font-weight:bold;
		color:#FFF;
}
#main .sub .sub-mid-last table .client-info {
	padding: 0 0 0 14px;
	width:98px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
#main .sub .sub-mid-last table .performance-info {
	padding:20px 0 0 25px;
	height: 20px;
	width:245px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}


/* HOW IT WORKS */
#howitworks #main #page-title .head, #howitworksimplementnetmining #main #page-title .head, #howitworkslivemarketerdemo #main #page-title .head {
	background-image: url(../images/silhouette_howitworks.gif);
}

#howitworkslivemarketerdemo #main #page-title {
	background: none;
}

#howitworkslivemarketerdemo #main .right_bar .right-title {
	margin-top: 0;
}

ol.livemarketer-guide li {
	background: url(../images/title_border_bottom.gif) repeat-x left bottom;
	padding: 16px 0;
}

ol.livemarketer-guide li.first, ol.livemarketer-guide li.last {
	background: none;
}

/* COMPANY */
#company #main #page-title .head, #companymanagement #main #page-title .head,
#news #main #page-title .head, #newsnewslist #page-title .head, 
#events #main #page-title .head, #eventseventslist #main #page-title .head {
	background-image: url(../images/silhouette_company.gif);
}

#company #main .content p {
	margin-top: 8px;
	line-height: 1.5em;
}

/* MANAGEMENT */
#companymanagement #main #page-title {
	background: none;
}

#management-list {
	margin-left: 70px;
}

#management-list li {
	float: left;
	width: 200px;
	height: 100px;
	margin: 20px 30px 20px 30px;
}

#management-list li img {
	float: left;
}

#management-list li .bio-info {
	width: 80px;
	margin-top: 8px;
	float: right;
}

#management-list li .bio-info .bio-name {
	font-weight: bold;
	margin-bottom: 6px;
	color: #666;
}

#management-list li .bio-info .bio-title {
	font-size: smaller;
	color: #999;
}


/* NEWS */
#main .sub .sub-body ol.news {
	background: url(../images/title_border_bottom.gif) repeat-x bottom left;
	padding-bottom: 16px;
}

#main ol.news li {
	margin-top: 12px;
}

#main ol.news a, #eventseventslist #main .content .entry a {
	color: #00aeef;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

#main .sub .sub-body ol.news a {
	margin: 0;
}

#main ol.news time, #main ol.news .meta.time, #main ol.news .meta.location, #main ol.news .meta.source {
	display: block;
	font-size: x-small;
	color: #999;
}

#main ol.news .meta.time time {
	display: inline;
}

#main ol.news .meta.location {
	margin-bottom: 6px;
}

#main ol.news .excerpt {
	line-height: 1.4em;
}

#main a.viewall {
	padding-top: 16px;
}

#newsnewsarticle #main #page-title, #newspressarticle #main #page-title, #newsnewslist #main #page-title, #newspresslist #main #page-title, #eventseventslist #main #page-title, #eventswebinarinfo #main #page-title {
	background: none;
}

#newsnewsarticle #main .content p, #newspressarticle #main .content p, #newsnewslist #main .content p, #newspresslist #main .content p, #eventswebinarinfo #main .content p {
	margin-top: 8px;
	line-height: 1.5em;
}

#newsnewsarticle #main p, #newspressarticle #main p {
    margin-right: 16px;
}

#newsnewslist #main .content .entry, #newspresslist #main .content .entry {
	margin-bottom: 24px;
}

#eventseventslist #main .content {
	line-height: 1.5em;
}

#eventseventslist #main .content .logo {
	float: left;
}

#newsnewslist #main .content .entry a {
	color: #00aeef;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

/* EVENTS & WEBINARS */
#events #main .cont-left.events {
	width: 46%;
}

#events #main #page-title {
	background: none;
}

#events #main .sub {
	float: none;
}

#events #main .sub-mid {
	background-position: left top;
}

#events #main .sub .sub-mid .sub-body {
	width: 380px;
}

#events #main .cont-right.webinars {
	float: right;
}

#events #main .sub {
	padding-left: 0;
}

#events #main .sub .sub-mid {
	margin-left: 0;
}

#events #main .sub .sub-mid .gray {
	width: 400px;
}

.cont-right.webinars .webinar-info {
    margin: 6px 0 6px 0;
}

.cont-right.webinars .webinar-info {
    font-weight: bold;
}

.cont-right.webinars .webinar-info .label {
    float: left;
    width: 100px;
    font-weight: normal;
    color: darkblue;
}

.cont-right.webinars  .excerpt {
    margin-left: 100px;
}

#main .sub .sub-body ol a.register-button {
	background: url(/images/btn_register.gif);
	width: 115px;
	height: 22px;
	display: block;
	padding: 6px 0 0 20px;
	margin: 12px 0 0 100px;
}


/* CLIENTS */
#main .clients #page-title .head {
	float: left;
	height: 111px;
	background: url(../images/page_title_clients.gif) 0 9px no-repeat;
}
#main .clients #page-title {
	background: none;
}
#main .clients #page-title h2 {
	padding-bottom: 41px;
}
#clients-list {
	margin: 141px 0 0;
}
#clients-list li {
	float: left;
	margin: 0 0 31px;
	width: 127px;
	height: 76px;
	text-indent: -9999px;
	background: url(../images/clients_vr.gif) 100% 0 repeat-y;
	overflow: hidden;
}
#clients-list li.last {
	background: none;
}
#clients-list li span {
	display: block;
	height: 100%;
	background: 50% 50% no-repeat;
}
a.back-to-top {
	float: right;
	clear: both;
	margin: 0 38px 0 0;
	padding: 3px 17px 0 0;
	font-size: 12px;
	color: #00aeef;
	text-decoration: none;
	background: url(../images/arrow_blue_up.gif) 100% 0 no-repeat;
}
#main .right_bar .quotes {
	position: relative;
	top: -10px;
	background: none;
}
#main .right_bar .quotes .right-title {
	margin-top: 0;
}
#main .right_bar .quotes p {
	margin: 0 0 5px;
}


/* CONTACT */
#companycontact #main #page-title .head {
	background-image: url(../images/silhouette_contact.gif);
}

#companycontact #main .sub .sub-mid {
	background: none;
}

#companycontact #main .sub, #companycontact #main .sub .sub-mid, #companycontact #main .sub .sub-body {
	width: 100%;
}

#companycontact #main #page-title {
	background: url(../images/long_dotted_line.gif) no-repeat 84px bottom;
}

#companycontact #main .sub .gray {
	background: url(../images/long_gradient.gif) no-repeat left bottom;
	width: 847px;
}

#companycontact #main .sub .sub-body .map-large {
	background: url(/images/contact_map4.gif) no-repeat;
	width: 469px;
	height: 275px;
	float: right;
}

#companycontact #main .sub .sub-body .map-large img.contact-us.button {
	position: relative;
	top: 230px;
	left: 20%;
}

#companycontact #main .sub .sub-body {
	margin-top: 12px;
}

#main .locations {
	float: left;
}

#main .locations .map {
	padding-left: 164px;
	height: 140px;
}

#main .locations .map h3 {
	color: #000;
	font-size: 16px;
	margin-bottom: 8px;
	padding-top: 6px;
}

#main .locations .map .address, #main .locations .map .telephone {
	font-size: 12px;
	line-height: 1.3em;
}


/* PRIVACY POLICY */
#privacypolicy #main #page-title {
	background: none;
}

/* SITE MAP */
#sitemap #main #page-title {
	background: none;
}

#sitemap .content .cont-left {
	background: none;
}

#sitemap .content .cont-left ul {
	margin-top: 92px;
}

#sitemap .content .cont-left ul li {
	margin: 0 0 8px 96px;
	padding-top: 8px;
	border-top: dotted 1px #bbb;
}

#sitemap .content .cont-left ul li.first {
	border: none;
	padding: none;
}

#sitemap .content .cont-left ul li a {
	color: #00aeef;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

#sitemap .content .cont-left ul li ul {
	margin-top: 8px;
}

#sitemap .content .cont-left ul li ul li {
	margin-left: 16px;
	border-color: #ddd;
}

#sitemap .content .cont-left ul li ul li.first {
	border: none;
}


/* FOOTER */
#footer {
	clear: both; /* sf */
	position: relative; /* sf */
	margin: -73px 0 0; /* sf */
	height: 76px; /* sf */
	font-size: 11px;
	color: #FFFFFF;
	background:transparent url(../images/home_footer.gif) no-repeat scroll center center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #fffefe;
}
#footer .content {
	margin: 0px auto;
	padding:1px 0 0 0px;
	width: 960px;
	height: 67px;
	background: url(../images/footer_bg.png) center 0 no-repeat;
}
#footer .link-list {
	float: right;
	margin:-19px 0 0;
	padding:6px 11px 0;
}
#footer .last {
	margin: 0;
}
#footer .link-list h2 {
	padding: 0 0 5px 4px;
	width: 112px;
	font-size: 11px;
	font-weight: bold;
	display:inline;
}
#footer .link-list .first {
		background:none;
}
#footer .link-list li {
	padding: 8px 0 0 0px;
	display:inline;
	margin:0 5px;
		display:inline;
	padding:0 0 0 10px;
	margin:0 0 0 5px;
	height:10px;
	width:1px;
	background:transparent url(../images/divider_vertical_blue.gif) repeat-y scroll 0 0;
}
#footer .divider_border {
	display:inline;
	padding:0;
	margin:0 0 0 10px;
	height:10px;
	width:1px;
	color:#666666;
	font-size:11px;
	background:transparent url(../images/divider_vertical_blue.gif) repeat-y scroll 0 0;
}
#footer .legal {
	font-size: 10px;
	color: #cccccc;
	padding: 0px 0 0 0px;
	float: left;
	margin:-19px 0 0 17px;
}

#footer .legal a {
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
}
footer .legal a:hover {
	color: #fffefe;
}
#footer .legal .content {
	margin-top: 0;
	padding: 0;
	height: 26px;
	line-height: 26px;
	background: url(../images/legal_bg.png) 62% center no-repeat;
}
#footer .legal .links {
	float: left;
}

#footer .legal h2 {
	padding: 6px 0 5px 0px;
	width:272px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}

#footer .legal h3 {
	padding: 10px 0 0px 0;
	width:365px;
	font-size:9px;
	font-weight:normal;
	color: #b3e7fa;
}

#footer .legal ol li {
	margin: 0 0 0px 0;
}


/* INSIDE FOOTER */

footer {
	clear: both; /* sf */
	position: relative; /* sf */
	margin: -75px 0 0; /* sf */
	height: 75px; /* sf */
	font-size: 11px;
	color: #FFFFFF;
	background: url(../images/footer_bg.gif) repeat-x;
}
footer a {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover {
	color: #fffefe;
}
footer .content {
	margin: 0px auto;
	padding:8px 0 0 0px;
	width: 960px;
	height: 67px;
	background: url(../images/footer_bg.png) center 0 no-repeat;
}
footer .link-list {
	float: right;
	margin: 0 0 0 0;
	padding:6px 22px 0;
}
footer .last {
	margin: 0;
}
footer .link-list h2 {
	padding: 0 0 5px 4px;
	width: 112px;
	font-size: 11px;
	font-weight: bold;
	display:inline;

}

footer .link-list .first {
		background:none;
}
footer .link-list li {
	padding: 8px 0 0 0px;
	display:inline;
	margin:0 5px;
		display:inline;
	padding:0 0 0 10px;
	margin:0 0 0 5px;
	height:10px;
	width:1px;
	background:transparent url(../images/divider_vertical_blue.gif) repeat-y scroll 0 0;
}

footer .divider_border {
	display:inline;
	padding:0;
	margin:0 0 0 10px;
	height:10px;
	width:1px;
	color:#666666;
	font-size:11px;
	background:transparent url(../images/divider_vertical_blue.gif) repeat-y scroll 0 0;
}
footer .legal {
	font-size: 10px;
	color: #cccccc;
	padding: 0px 0 0 0px;
	float: left;
}

footer .legal a {
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
}
footer .legal a:hover {
	color: #fffefe;
}
footer .legal .content {
	margin-top: 0;
	padding: 0;
	height: 26px;
	line-height: 26px;
	background: url(../images/legal_bg.png) 62% center no-repeat;
}
footer .legal .links {
	float: left;
}

footer .legal h2 {
	padding: 6px 0 5px 0px;
	width: 272px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

footer .legal h3 {
	padding: 8px 0 0px 0;
	width:365px;
	font-size:9px;
	font-weight:normal;
	color: #b3e7fa;
}

footer .legal ol li {
	margin: 0 0 0px 0;
}

a:focus {
	outline: 1px dotted #00AEEF;
}
.tabs a:focus {
	outline: none;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #main .sub .sub-mid-last table .performance-info {
		padding: 8px 0 0 25px;
	}
	
	#main_home .home_body h2 {
		padding: 38px 0 1px;
	}
}
