/*
Theme Name: BloggerInsight
Theme URI: http://www.ilemoned.com/wpthemes-bloggerinsight
Description: Premium theme for BloggerInsight
Version: 0.9
Author: LEMONed
Author URI: http://www.ilemoned.com/
*/



body {
	margin: 0;
	padding: 0;
	background: #fff url(images/bg.jpg) repeat-x 0 0;
	color: #444;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
	font-weight: normal;
	text-align: left;

	}

p,ul,ol {

	}

a:link,
a:visited {
	color: #690;
	text-decoration: none;
	outline: none;
	}
a:hover,
a:active {
	color: #690;
	text-decoration: underline;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Trebuchet MS', Georgia;
	}

.clear {
	clear: both;
	}

.alert {
	font-weight: bold;
	color: red;
	}

.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}
.aligncenter {
	text-align: center;
	}

.fontnormal {
	font-style: normal;
	}
.fontitalic {
	font-style: italic;
	}

small {
	font-size: 11px;
	}



#wrapper {
	width: 920px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	font-size: 12px;
	line-height: 160%;
	}





/****************************
*	HEADER
****************************/

#header {
	width: 920px;
	height: 140px;
	overflow: hidden;
	background: url(images/navbar.gif) no-repeat 0 100%;
	position: relative;
	}

	#header a.logo {
		position: absolute;
		top: 20px;
		left: 0;
		width: 260px;
		height: 70px;
		outline: none;
		background: url(images/logo.jpg) no-repeat 0 0;
		text-indent: -1000px;
		}

	/*	login	*/
	#header #login-panel {
		width: 265px;	/* 265px */
		height: 75px;
		padding: 20px 0 0;/* 265px */
		position: absolute;
		bottom: 8px;
		right: 0;
		background: url(images/login.jpg) no-repeat 0 0;
		font-size: 11px;
		font-weight: bold;
		}

		#login-panel .login-row {
			float: right;
			width: 220px;
			height: 24px;
			margin: 0;
			clear: both;
			/*background: #ccc;*/
			line-height: 20px;
			}

		.login-row .login-row-left {
			float: left;
			width: 60px;
			text-align: right;
			color: #666;
			}
		.login-row .login-row-right {
			float: right;
			width: 152px;
			font-size: 10px;
			}
		.login-row .login-row-right input {
			width: 140px;
			border: 1px solid #ccc;
			background: #fff;
			}
		.login-row .login-row-right input.login-btn {
			width: 48px;
			font-size: 10px;
			font-weight: bold;
			color: #fff;
			background: #81bc12 url(images/login_btn.gif) repeat-x 0 0;
			border: 1px solid #6c0;
			margin: 2px 5px 0 0;
			padding: 0;
			padding: 1px 0 2px !important;
			text-align: center;
			outline: none;
			cursor: pointer;
/*needs hack
			}
			input.login-btn:default {
			padding: 0 0 4px 0 !important;*/
			}


#header ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		position: absolute;
		}

	/*	languages */
	ul#languages {
		top: 12px;
		right: 5px;
		}
	ul#languages li {
		float: left;
		margin: 0 0 0 8px;
		padding: 0 0 0 18px;
		color: #666;
		}
	ul#languages li a {
		padding: 0;
		}
	ul#languages li.lang-cn {
		background: url(images/icon_cn.gif) no-repeat left center;
		}
	ul#languages li.lang-en {
		background: url(images/icon_en.gif) no-repeat left center;
		}
	ul#languages li.lang-de {
		background: url(images/icon_de.gif) no-repeat left center;
		}
	ul#languages li.lang-jp {
		background: url(images/icon_jp.gif) no-repeat left center;
		}
	ul#languages li.lang-kr {
		background: url(images/icon_kr.gif) no-repeat left center;
		}

	/*	nav menu	*/
	ul#navmenu {
		bottom: 6px;
		left: 100px;
		}
	ul#navmenu li {
		float: left;
		height: 32px;
				margin: 0 12px 0 0;
		line-height: 32px;
		padding: 0 0 0 15px;
		background: url(images/tab_normal_left.gif) no-repeat 0 0;
		}
	ul#navmenu li a {
		float: left;
		padding: 0 15px 0 0;
		background: url(images/tab_normal_right.gif) no-repeat 100% 0;
		font-family: 'Trebuchet MS';
		font-weight: bold;
		font-size: 16px;
		color: #a1cd4a;
		}

	ul#navmenu li.current_page_item a,
	ul#navmenu li.current_page_item a:hover {
		background: url(images/tab_right.gif) no-repeat 100% 0;
		color: #fff;
		}
	ul#navmenu li.current_page_item {
		background: url(images/tab_left.gif) no-repeat 0 0;
		}
	ul#navmenu li a:hover {
		color: #80ba0d;
		text-decoration: none;
		}
	ul#navmenu li.current_page_ancestor {}


.lang-temp {
	position: absolute;
	top: 20px;
	right: 285px;
	}








/****************************
*	SPLASH
*****************************/

#splash {
	width: 920px;
	height: 150px;
	background: #a9d128 url(images/splash.jpg) no-repeat 0 0;
	position: relative;
	}

	#splash a.splash-ssi {
		width: 404px;
		height: 104px;
		position: absolute;
		top: 12px;
		left: 150px;
		background: url(images/splash-ssi.png) no-repeat 0 0;
		outline: none;
		}
	#splash img.splash-blog {
		width: 389px;
		height: 95px;
		position: absolute;
		top: 20px;
		left: 158px;
		outline: none;
		}
	#splash a.splash-ssi:hover {
		background: url(images/splash-ssi.png) no-repeat 0 -111px;
		}

	#splash .splash-column-text {
		margin-top: 13px;
		font-weight: bold;
		color: #736547;
		}
	#splash #splash-research {
		position: absolute;
		top: 20px;
		left: 568px;
		width: 164px;
		height: 108px;
		background: url(images/splash-research.png) no-repeat 0 0;
		}
	#splash #splash-bloggers {
		position: absolute;
		top: 20px;
		left: 746px;
		width: 154px;
		height: 108px;
		background: url(images/splash-bloggers.png) no-repeat 0 0;
		}
	#splash .splash-column {
		text-align: center;
		}
	#splash #splash-research .splash-column-content {
/*		position: relative;
*/		height: 108px;
		}

	#splash .splash-column-content a {
		position: absolute;
		width: 100px;
		height: 45px;
		background: url(images/splash-btn.png) no-repeat 0 0;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 45px;
		color: #774f17;
		}
	#splash .splash-column-content a:hover {
		background-position: 0 -45px;
		text-decoration: none;
		color: #642514;
		}
	#splash #splash-research .splash-column-content a {
		bottom: 0;
		left: 30px;
		}
	#splash #splash-bloggers .splash-column-content a {
		bottom: 0;
		left: 25px;
		}



#splash a {
	}








#main {
	width: 920px;
	height: 100%;
	float: left;
	overflow: hidden;
	}











/****************************
*	CONTENT-LEFT
*****************************/

#content {
	float: left;
	width: 640px;
	height: 100%;
	margin-top: 20px;
	padding: 0;
	}




.left-column {
	background: url(images/left-column-btm.png) no-repeat 0 100%;
	margin: 10px 0 20px;
	padding: 0 0 15px 0;
	}

.left-column-top {
	width: 600px;
	overflow: hidden;
	background: url(images/left-column-top.png) no-repeat 0 0;
	padding: 0 20px;
	}

.left-column h2 {
	margin: 0;
	padding: 20px 0 15px;
	color: #690;
	}

.left-column-top p {
	margin: 15px 0 10px;
	font-size: 15px;
	text-align: justify;
	line-height: 140%;
	}
.left-column-top span {

	font-weight: bold;
	color: #666;
	}
.left-column-top span span {
	color: #444;
	}


.whatis {
	width: 64px;
	padding: 0 25px;
	}

h2.whatis-title {
	margin: 0;
	text-indent: -999px;
	background: url(images/title_whats.gif) no-repeat 0 100%;
	height: 36px;
	}

.whatis-row {
	width: 590px;
	float: left;
	display: block;
	clear: both;
	padding: 13px 25px;
	}
.whatis-row p {
	margin: 0;
	text-align: justify;
	font-weight: bold;
	color: #666;
	}
.whatis-row p span {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #666;
	}
.whatis-row p span span {
	color: #333;
	}
.whatis-row-left {
	float: left;
	width: 140px;
	height: 100%;
	}
.whatis-row-right {
	float: right;
	width: 420px;
	height: 100%;
	}
.whatis-row-left-alt {
	float: left;
	width: 410px;
	height: 100%;
	}
.whatis-row-right-alt {
	float: right;
	width: 160px;
	height: 100%;
	}
#case-creation {
	background: url(images/whatis-case-creation.jpg) no-repeat 30px 65%;
	}
#access-experts {
	background: url(images/whatis-access-experts.jpg) no-repeat 460px 65%;
	}
#smart-decisions {
	background: url(images/whatis-smart-decisions.jpg) no-repeat 40px 75%;
	}

.whatis-row h3 {
	margin: 0;
	padding: 0 0 15px 12px;
	font-size: 16px;
	color: #9c6210;
	}
.whatis-row-right h3 {
	background: url(images/whatis-row-bg-top.gif) no-repeat 0 100%;
	}
.whatis-row-right p {
	background: #eee url(images/whatis-row-bg-btm.gif) no-repeat 0 100%;
	padding: 2px 14px 12px;
	}
.whatis-row-left-alt h3 {
	background: url(images/whatis-row-bg-top-alt.gif) no-repeat 0 100%;
	}
.whatis-row-left-alt p {
	background: #eee url(images/whatis-row-bg-btm-alt.gif) no-repeat 0 100%;
	padding: 2px 14px 12px;
	}



.whatis-row-right a.custom_research {
	float: left;
	width: 175px;
	height: 40px;
	display: block;
	text-indent: -999px;
	background: url(images/btn_research.gif) no-repeat 0 0;
	}
.whatis-row-right a.custom_research:hover {
	background: url(images/btn_research.gif) no-repeat 0 -40px;
	}
.whatis-row-right a.business_intel {
	float: right;
	width: 207px;
	height: 40px;
	display: block;
	text-indent: -999px;
	background: url(images/btn_bizintel.gif) no-repeat 0 0;
	}
.whatis-row-right a.business_intel:hover {
	background: url(images/btn_bizintel.gif) no-repeat 0 -40px;
	}





















































/****************************
*	CONTENT-RIGHT
*****************************/

#content-right {
	float: right;
	width: 250px;
	margin-top: 20px;
	line-height: 140%;
	}

#content-right h3 {
		clear: both;
		margin: 0;
		padding: 0;
		width: 250px;
		height: 36px;
		text-indent: -999px;
		}
	h3#sample_reports {
		background: url(images/title-sample_reports.gif) no-repeat 0 0;
		}
	h3#business_intel {
		background: url(images/title-business_intel.gif) no-repeat 0 0;
		}
	h3#blog_latest {
		background: url(images/title-blog_latest.gif) no-repeat 0 0;
		position: relative;
		}
	h3#blog_latest a {
		position: absolute;
		top: 8px;
		right: 10px;
		width: 24px;
		height: 24px;
		background: url(images/rsssmall.png) no-repeat 0 0;
		}
	h3#online_exposure {
		background: url(images/title-exposure.gif) no-repeat 0 0;
		}


.content-right-items {
	clear: both;
	float: left;
	width: 220px; /*250px*/
	margin: 0 0 20px 0;
	padding: 0 15px 10px;
	background: #f4f4f4 url(images/content-right-items.gif) no-repeat 0 100%;
	}

.content-right-items ul {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0 0 2px 0;
	list-style-type: none;
	}
	.content-right-items ul li {
		width: 220px;
		color: #45586c;
		}
	.content-right-items ul li a {
		display: block;
		background: url(images/separator.gif) repeat-x 0 100%;
		padding: 10px 0 12px;
		color: #45586c;
		}
	.content-right-items ul li a strong {
		background: url(images/indicator.gif) no-repeat 0 4px;
		padding: 0 0 0 10px;
		}
	.content-right-items ul li a:hover strong {
		text-decoration: underline;
		color: #000;
		}
	.content-right-items ul li a:hover {
		text-decoration: none;
		color: #000;
		}

.exposure {
	background: none;
	margin: 0;
	padding: 10px 15px 15px;
	}
.exposure img {
	border: none;
	}
.extblogs img {
	border: none;
	margin-top: 10px;
	}








#sidebar {
	width: 250px;
	float: right;
	overflow: hidden;
	}





#sidebar .samplereports {
	height: 142px;
	background: #f4f4f4 url(images/content-right-items.gif) no-repeat 0 100%;
	position: relative;
	display: block;
	}

#sidebar .samplereports .samplereports-sep {
	width: 2px;
	height: 88px;
	position: absolute;
	top: 14px;
	left: 124px;
	background: url(images/samplereports-sep.gif) repeat-y 50% 140px;
	}
#sidebar .samplereports a {
	width: 88px;
	background: url(images/samples.png) no-repeat 0 0;
	padding-top: 95px;
	text-align: center;
	font-weight: bold;
	color: #999;
	}
#sidebar .samplereports a:hover {
	background-position: -88px 0;
	text-decoration: none;
	color: #777;
	}
#sidebar .samplereports a.sample1 {
	position: absolute;
	left: 18px;
	top: 14px;
	}
#sidebar .samplereports a.sample2 {
	position: absolute;
	left: 144px;
	top: 14px;
	}




#about {
	margin: 20px 0;
	}
h3#recruit {
		background: url(images/title-recruit.gif) no-repeat 0 0;
		}
.recruit {
	width: 220px;
	padding: 10px 15px 15px;
	}
h3#contact {
		background: url(images/title-contact.png) no-repeat 0 0;
		}
.contact {
	margin: 10px auto 20px;
	}
ul.address {
	width: 220px;
	background: url(images/separator.gif) repeat-x 0 0;
	padding: 10px 0;
	}
ul.address li {
	width: 198px;
	background: url(images/icon_add.gif) no-repeat 0 6px;
	padding: 5px 0 5px 22px;
	font-weight: bold;
	}

.email {
	padding: 5px 0 0;
	background: url(images/separator.gif) repeat-x 0 0;
	}
.email a {
	clear: both;
	font-weight: bold;
	background: url(images/icon_email.gif) no-repeat 0 8px;
	padding: 8px 0 0 22px;
	display: block;
	}


ul.team-bios {
	width: 640px;
	height: 100%;
	margin: 0 0 50px 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	}
ul.team-bios li {
	width: 600px;
	float: left;
	padding: 15px 20px 20px;

	}
ul.team-bios li.alt {
	background: url(images/team-bg.gif) no-repeat 0 0;
	}
ul.team-bios li .photo {
	float: left;
	width: 110px;
	}
ul.team-bios li .photo img {
	margin: 5px 0 0 0;
	padding: 1px;
	border: 5px solid #999;
	background: #fff;
	}
ul.team-bios li .text {
	float: left;
	width: 490px;
	background: url(images/team-sep.gif) repeat-x 0 30px;
	}
ul.team-bios li .text h3.name-pos {
	margin: 0;
	font-size: 13px;
	color: #960;
	}
ul.team-bios li .text h3.name-pos span {
	color: #690;
	font-size: 15px;
	}
ul.team-bios li .text p {
	margin: 20px 0 0;
	}








ul.research-types {
/*	width: 520px;	*/
	margin: 0 30px 0 20px;
	padding: 0 0 10px 0;
	list-style-type: none;
	}
ul.research-types li {
	width: 500px;
	padding-left: 55px;
	}
.research-types p {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	color: #666;

	}
.research-types h4 {
	font-size: 14px;
	margin: 15px 0 5px;
	color: #960;
	}

ul.research-types li.look {
	background: url(images/research_look.gif) no-repeat 0 25px;
	}
ul.research-types li.check {
	background: url(images/research_check.gif) no-repeat 0 25px;
	}
ul.research-types li.entry {
	background: url(images/research_entry.gif) no-repeat 0 25px;
	}
ul.research-types li.devel {
	background: url(images/research_devel.gif) no-repeat 0 25px;
	}








#join {
	margin: 10px 0 15px;
	}
#join img {
	border: none;
	}


h3#tagcloud {
	background: url(images/title-tagcloud.png) no-repeat 0 0;
	}
.tagcloud {
	width: 220px;
	padding: 10px 15px 15px;
	text-align: center;
	font-weight: bold;
	line-height: 160%;
	}
.tagcloud-12 {
	font-size: 11px;
	color: #bbb;
	}
.tagcloud-14 {
	font-size: 12px;
	color: #999;
	}
.tagcloud-16 {
	font-size: 13px;
	color: #777;
	}
.tagcloud-18 {
	font-size: 14px;
	color: #777;
	}







h3#bloggers {
	background: url(images/title-bloggers.gif) no-repeat 0 0;
	}


ul.blogger-profiles {
	}
ul.blogger-profiles li {
	float: left;
	clear: both;
	width: 220px;
	padding: 10px 0 15px;
	background: url(images/separator.gif) repeat-x 0 100%;
	}

ul.blogger-profiles li .photo {
	float: left;
	width: 70px;
	}
ul.blogger-profiles li .photo img {
	width: 48px;
	height: 48px;
	padding: 1px;
	background: #fff;
	border: 3px solid #999;
	}
ul.blogger-profiles li .text {
	float: left;
	width: 150px;
	}

ul.blogger-profiles li a {
	display: inline;
	background: none;
	color: #690;
	}
ul.blogger-profiles li a:hover {
	color: #690;
	text-decoration: underline;
	}












ul#for-bloggers {
	float: left;
	width: 600px;
	margin: 10px 20px 0;
	padding: 0;
	list-style-type: none;
	}
ul#for-bloggers li {
	width: 600px;
	float: left;
	clear: both;
	padding: 0 0 30px 0;
	}
ul#for-bloggers li .icon {
	width: 140px;
	display: block;
	float: left;
	}
ul#for-bloggers li.define .icon {
	background: url(images/forbloggers_define.gif) no-repeat 0 50%;
	height: 83px;
	}
ul#for-bloggers li.engage .icon {
	background: url(images/forbloggers_engage.gif) no-repeat 0 50%;
	height: 83px;
	}
ul#for-bloggers li.debate .icon {
	background: url(images/forbloggers_debate.gif) no-repeat 0 50%;
	height: 83px;
	}
ul#for-bloggers li.reward .icon {
	background: url(images/forbloggers_reward.gif) no-repeat 0 50%;
	height: 83px;
	}
ul#for-bloggers li .text {
	width: 430px;
	float: right;
	padding: 13px 15px;
	font-weight: bold;
	color: #666;
	background: #eee url(images/forbloggers_listbg.gif) no-repeat 0 0;
	}
ul#for-bloggers li.debate .text,
ul#for-bloggers li.reward .text {
	padding-top: 22px;
	padding-bottom: 22px;
	}

ul#for-bloggers li .join {
	margin: 0 0 0 140px;
	}


h3#community {
	background: url(images/title-community.png) no-repeat 0 0;
	}
h3#tips {
	background: url(images/title-tips.gif) no-repeat 0 0;
	}
.community,
.tips {
	width: 220px;
	padding: 10px 15px 15px;
	}
.tips ol {
	margin: 0;
	padding: 0 15px;
	}
.tips ol li {
	padding: 2px 0;
	}






/****************************
*	BLOG
*****************************/

.post {
	width: 640px;
	clear: both;
	overflow: hidden;
	}

h2.post-title {
	color: #960;
	background: url(images/blog-post-title.png) repeat-x 0 100%;
	margin: 0;
	padding: 0 20px 6px;
	font-size: 20px;
	line-height: 24px;
	}
h2.post-title a {
	color: #960;
	text-decoration: none;
	}

.post-meta {
	width: 600px;
	height: 20px;
	font-size: 11px;
	float: left;
	background: url(images/blog-post-meta.gif) no-repeat 0 0;
	margin: 1px 0 0 0;
	padding: 0 20px;
	color: #999;
	line-height: 18px;
	border-top: 1px solid #ddd;
	}

.post-entry {
	width: 600px;
	margin: 15px 0 20px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 160%;
	font-family: 'microsoft yahei';
	}

.post-metadata {
	margin: 0;
	padding: 10px 20px;
	background: #f4f4f4;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.more-link {
	display: block;
	font-weight: bold;
	margin-top: 10px;
	}




#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ul#sb-blog h2 {
	background: url(images/blog-post-title.png) repeat-x 0 100%;
	margin: 20px 0 0;
	padding: 5px 10px;
	font-size: 16px;
	color: #960;
	}
ul#sb-blog ul {
	padding-top: 1px;
	}
ul#sb-blog ul li {
	font-weight: bold;
	background: url(images/indicator.gif) no-repeat 0 11px;
	}
ul#sb-blog ul li a {
	padding: 5px 0 8px 10px;
	color: #888;

	}
ul#sb-blog ul li a:hover {
	color: #444;
	}

ul#sb-blog li#sbtopbtn {
	padding: 20px 0 0;
	}
ul#sb-blog li#sbtopbtn img {
	border: none;
	}

ul#sb-blog li#featured ul li {
	padding: 15px 0 0;
	background: none;
	}
.featured img {
	border: none;
	}


h3#comments,
h3#addcomment {
	margin: 0 20px 15px;
	font-size: 16px;
	}
ol#cmt-list {
	width: 600px;
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
	}
ol#cmt-list li {
	padding: 0 0 10px 0;
	}
.cmt-author span {
	font-weight: bold;
	}
p.cmt-meta {
	width: 580px;
	height: 20px;
	margin: 5px 0;
	padding: 0 10px;
	background: #f4f4f4;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	line-height: 20px;
	}
.cmt-text {
	width: 580px;
	padding: 0 10px;
	}

.cmt-form {
	width: 580px;
	margin: 0 30px;
	}
.cmt-form textarea {
	width: 500px;
	height: 200px;
	}














/****************************
*	TESTIMONIALS
*****************************/

#testimonials {
	clear: both;
	float: left;
	width: 920px;
	height: 124px;
	margin: 20px 0;
	padding: 18px 0;
	background: #8f9597 url(images/testimonials.jpg) no-repeat 0 0;
	}

#testimonials-companies {
	float: left;
	width: 280px;
	margin: 0 0 0 30px;
	}
	#testimonials-companies img {
		border: none;
		}
	#testimonials-companies a {
		float: left;
		margin: 0 10px 12px 0;
		border: 4px solid #626b70;
		}
	#testimonials-companies a.selected,
	#testimonials-companies a:hover {
		border-color: #cae45b;
		}
#testimonials-single {
	float: left;
	width: 560px;
	padding: 0 0 0 40px;
	}
	#testimonials-single .text {
		margin: 5px 0;
		line-height: 160%;
		}
	#testimonials-single .words {
		width: 100%;
		font-size: 13px;
		font-style: italic;
		font-weight: bold;
		color: #fff;
		}
	#testimonials-single .sign {
		width: 100%;
		float: right;
		text-align: right;
		font-style: normal;
		font-weight: bold;
		color: #cae45b;
		}

/****************************
*	FOOTER
*****************************/

#footer {
	clear: both;
	float: left;
	width: 900px;
	margin: 0;
	padding: 0 10px 20px;
	color: #666;
	}
#footer a {
	color: #666;
	}











#splash a.splash-ssi_cn {
	width: 403px;
	height: 92px;
	position: absolute;
	top: 12px;
	left: 150px;
	background: url(images/splash-ssi_cn.png) no-repeat 0 0;
	outline: none;
	}
#splash a.splash-ssi_cn:hover {
	background: url(images/splash-ssi_cn.png) no-repeat 0 -92px;
	}







.whatis-row-right a.custom_research_cn {
	background-image: url(images/btn_research_cn.gif);
	}
.whatis-row-right a.custom_research_cn:hover {
	background-image: url(images/btn_research_cn.gif);
	background-position: 0 -40px;
	}
.whatis-row-right a.business_intel_cn {
	background-image: url(images/btn_bizintel_cn.gif);
	}
.whatis-row-right a.business_intel_cn:hover {
	background-image: url(images/btn_bizintel_cn.gif);
	background-position: 0 -40px;
	}

#testimonials-single .words_cn {
	font-style: normal;
	}







h3#sample_reports_cn {
	background: url(images/title-sample_reports_cn.gif) no-repeat 0 0;
	}
h3#business_intel {
	background: url(images/title-business_intel.gif) no-repeat 0 0;
	}
h3#blog_latest_cn {
	background: url(images/title-blog_latest_cn.gif) no-repeat 0 0;
	position: relative;
	}
h3#blog_latest_cn a {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 24px;
	height: 24px;
	background: url(images/rsssmall.png) no-repeat 0 0;
	}
h3#online_exposure_cn {
	background: url(images/title-exposure_cn.gif) no-repeat 0 0;
	}
h3#contact_cn {
	background: url(images/title-contact_cn.png) no-repeat 0 0;
	}
h3#recruit_cn {
	background: url(images/title-recruit_cn.gif) no-repeat 0 0;
	}
h3#tagcloud_cn {
	background: url(images/title-tagcloud_cn.png) no-repeat 0 0;
	}
h3#bloggers_cn {
	background: url(images/title-bloggers_cn.gif) no-repeat 0 0;
	}
h3#community_cn {
	background: url(images/title-community_cn.png) no-repeat 0 0;
	}
h3#tips_cn {
	background: url(images/title-tips_cn.gif) no-repeat 0 0;
	}
ul#for-bloggers li.define_cn .text {
	padding-top: 22px;
	padding-bottom: 22px;
	}
ul#for-bloggers li.debate_cn .text {
	padding-top: 13px;
	padding-bottom: 13px;
	}




#splash a.splash-ssi_de {
	width: 404px;
	height: 104px;
	position: absolute;
	top: 12px;
	left: 150px;
	background: url(images/splash-ssi_de.png) no-repeat 0 0;
	outline: none;
	}
#splash a.splash-ssi_de:hover {
	background: url(images/splash-ssi_de.png) no-repeat 0 -111px;
	}

h3#sample_reports_de {
	background: url(images/title-sample_reports_de.gif) no-repeat 0 0;
	}
h3#online_exposure_de {
	background: url(images/title-exposure_de.gif) no-repeat 0 0;
	}
h3#tagcloud_de {
	background: url(images/title-tagcloud_de.png) no-repeat 0 0;
	}


h3#tips_de {
	background: url(images/title-tips_de.gif) no-repeat 0 0;
	}
h3#contact_de {
	background: url(images/title-contact_de.png) no-repeat 0 0;
	}
h3#recruit_de {
	background: url(images/title-recruit_de.gif) no-repeat 0 0;
	}











