/* CSS Document */
BODY {
	background: #000000 url(http://c0.js-kit.com/images/echo/bg-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #bcbcbc;
	font-size: small;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	margin: 0;
}

H1, H2, H3 {
	color: #c6f5fe;
	font-family: 'Gill Sans', Tahoma, Arial, sans-serif;
	margin-bottom: 4px;
	margin-top: 10px;
	padding-bottom: 0;
	padding-top: 0;
}

A	{ color: #45a0d8; }

P, UL, OL {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 1em;
	padding-top: 0;
}

#overall {
	background-image: url(http://c0.js-kit.com/images/echo/bg-bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#header, #main, #fancydata {
	margin: 0 auto;
	width: 960px;
}

#header-navi {
	padding-bottom: 20px;
	padding-top: 82px;
	text-align: right;
	width: 730px;
}

#logo-container {
	position: relative;
	text-align: center;
}

#logo {
	background: url(http://c1.js-kit.com/images/echo/echo-logo.png) top right;
	border: none;
	cursor: auto;
	height: 310px;
		width: 597px;
	margin: 0 auto;
	position: relative;
}

#logo-sign {
	background: url(http://c2.js-kit.com/images/echo/echo-logo-sign.png) top right;
	height: 114px; 
		width: 114px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 168px; right: 100px;
	z-index: 5;
}

#commentsRdead {
	background: url(http://c2.js-kit.com/images/echo/commentsRIP.png) top left no-repeat;
	height: 232px;
		width: 337px;
	position: absolute;
		top: 0; left: 0;
}

#navi-list {
	float: right;
	font-family: 'Gill Sans', Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	list-style: none;
	margin: 0 8px 0 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	text-align: right;
}
	#navi-list A { 
		color: #FFFFFF;
		text-decoration: none;
	}

	LI.navi-item {
		float: left;
		height: 18px;
		margin-left: 2px;
		padding: 3px 9px;
		position: relative;
		z-index: 5;
	}

	DIV.bg {
		background-color: #000000;
		opacity: 0.4;
		padding: 0;
		position: absolute;
			top: 0; right: 0; bottom: 0; left: 0;
		z-index: -1;
	}

#auth-yes,
#auth-not {
	float: left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0;
	padding: 1px 0 0 0;
	color: #FFFFFF;
}
	#auth-yes LI, 
	#auth-not LI { 
/* border: 1px dotted #FFF; */
		float: left;
		padding: 0 2px;
		position: relative;
		z-index: 2;
	}
	#auth-yes A, 
	#auth-not A { color: #1291db; font-size: 12px; }
	
#auth-yes { display: none; }
	
	#auth-openid, 
	#auth-jsklogin, 
	#auth-haloscan { display: none; }
	
.login-icon {
	border: 0; 
	height: 16px;
		width: 16px;
	padding-right: 2px;
	vertical-align: top; 
}

#main-wrap {
	margin: 20px auto 0 auto;
	position: relative;
	width: 972px;
}
#main-wrap-bg {
	background-color: #000000;
	border: none; 
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0;
	opacity: 0.1;
	padding: 0;
	position: absolute;
		top: -6px; right: 0; bottom: 0; left: 0;
	z-index: -10;
}

#leftcontent, #rightcontent { 
	margin-top: 10px;
	position: relative;
}

#leftcontent { padding: 0 5px 0 15px; }
#rightcontent, #rightcorner { padding: 0 0 0 12px; }

#leftcontent UL, #rightcontent UL {
	list-style-type: circle;
	margin-left: 0;
	padding-left: 1.6em;
}

#leftcontent UL LI, #rightcontent UL LI {
	margin-bottom: 0.4em;
}

#leftcontent P, #rightcontent P {
	line-height: 1.8em;
}

.small {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 11px;
}

#integrated {
	padding: 0 0 12px 0;
}
#integrated DIV {
	background-image: url(http://c1.js-kit.com/images/echo/integrated-with.png);
	background-repeat: no-repeat;
	height: 32px;
	margin: 6px 6px 0 0;
	width: 32px;
	float: left;
}

#centralcontainer {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

#maincontent {
	background-color: #FFFFFF;
	border: none; 
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
		-moz-box-shadow: 0 0 4px #000000; /* #051184 */
		-webkit-box-shadow: 0 0 4px #000000;
	box-shadow: 0 0 4px #000000;
	color: #333333;
	margin: 5px; 
	padding: 6px 10px;
	position: relative;
}

#sampleinfo {
	padding: 8px;
}

#sampleinfo H3 {
	font-size: 13px;
	margin-top: 0;
	overflow: visible;
	padding-top: 8px;
}

SPAN.sampledescr {
	color: #FFFFFF;
	font-weight: normal;
}

#try-it {
	margin: 0;
	min-height: 300px;
	padding: 0;
}

#maincontent-bg {
	background-color: #000000;
	border: none; 
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	opacity: 0.1;
	padding: 0;
	position: absolute;
	top: 0; right: 0; bottom: -6px; left: 0;
}

#get-echo-ribbon {
	margin-bottom: 3em;
	position: relative;
}
#get-echo-ribbon-fg {
	background-color: #f9c84a;
	border: none; 
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #5e3a0d;
	padding: 2px 12px 8px 12px;
}

#get-echo-ribbon-fg H2, #get-echo-ribbon-fg H3 {
	color: #5e3a0d;
}

#get-echo-ribbon-bg {
	background: url(http://c1.js-kit.com/images/echo/bg-getitnow.png) right bottom no-repeat;
	color: #5e3a0d;
	margin: 0;
	padding: 0;
	width: 182px; height: 98px;
	position: absolute;
	bottom: -10px; left: -52px;
	z-index: -1;
}

#getitnow {
	background: url(http://c1.js-kit.com/images/echo/echo-getitnow.png) center center no-repeat;
	margin: 0; padding: 0 8px;
	width: 180px; height: 47px;
}

#professional-publishers{
	margin-bottom: 3em;
	position: relative;
}

#professional-publishers-fg{
	background: url(http://c1.js-kit.com/images/publisherBackground.png) center center no-repeat;
	border: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #00436D;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 12px 8px 12px;
	font-family: Arial;
}

#professional-publishers-fg H2, #professional-publishers-fg H3 {
	color: #000000;
	font-size: 15px;
	font-family: Arial;
}

#professional-publishers-bg {
	color: #5e3a0d;
	margin: 0;
	padding: 0;
	width: 182px; height: 98px;
	position: absolute;
	bottom: -10px; left: -52px;
	z-index: -1;
}

#contactus {
	background: url(http://c1.js-kit.com/images/buttonContact.png) center center no-repeat;
	margin: 0; padding: 0 8px;
	width: 180px; height: 47px;
	cursor: pointer;
}

#team, #buzz, #trailer {
	margin-top: 2em;
	position: relative;
}

#feature-team {
	padding: 0 12px 12px 0;
}
#feature-team DIV {
	background-image: url(/about/avatars/all-avatars.jpg);
	background-repeat: no-repeat;
	height: 24px;
	margin: 6px 6px 0 0;
	width: 24px;
	float: left;
}

#buzz, #trailer {
	padding-left: 12px;
}

.buzzimg {
	background-image: url(http://c2.js-kit.com/images/echo/echo-customers-color.png);
	background-repeat: no-repeat;
	margin: 6px 0 6px -12px; padding: 0;
	width: 200px;
}

.buzzwords {
	margin-bottom: 20px;
}
.buzzquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#trailer-ss {
	background: url(http://c2.js-kit.com/images/echo/echo-trailer.jpg) no-repeat;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	width: 200px; height: 110px;
}

.cleaner {
	clear: both;
	height: 1px;
	position: relative;
}


/* bottom chart */
#fancydata {
	color: #FFFFFF;
	padding: 0;
}

#comparison-outer {
	margin: 20px 0 0 0;
	padding: 10px 0 40px 0;
	position: relative;
	z-index: 2;
}

#comparison-title {
	margin: 0 auto;
	padding: 0 100px;
	width: 492px;
	text-align: left;
}

#comparison-outer-bg {
	background-color: #000000; /* 3299f9 */
	border: none; 
		-moz-border-radius-bottomleft: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin: 0;
	opacity: 0.1;
	padding: 0;
	position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
	z-index: -2;
}

#fancy-container {
	border-collapse: separate;
	border-spacing: 2px;
	width: 502px;
}
#fancy-l, #fancy-r {
	width: 248px;
}

#fancy-container TR, #fancy-container TD {
	padding: 0;
}

#fancy-features-l, #fancy-features-r {
	border: solid #0001b3;
	width: 247px;
}

#fancy-features-l {	border-width: 0 0 0 1px; }
#fancy-features-r {	border-width: 0 1px 0 0; }

#fancy-features-l TABLE, #fancy-features-r TABLE {
	border-collapse: collapse;
	border-spacing: 0;
	width: 247px;
}

.fancy-ex-bg-r, .fancy-ex-bg-l {	
	background-color: #13497f; 
	border: none; 
	margin: 0;
	opacity: 0.5; 
	padding: 0;
	position: absolute;
		top: 0; bottom: 0;
	z-index: -1;
}

.fancy-ex-bg-l {
		-moz-border-radius-bottomleft: 8px;
		-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	left: 1px; right: 0;
}
.fancy-ex-bg-r {
		-moz-border-radius-bottomright: 8px;
		-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	left: 0; right: 1px;
} 

.feature, .feature-name, .feature-ex {
	position: relative;
}
.feature-name {
	padding: 10px 4px 4px 24px;
}
.feature {
	padding: 4px 4px 4px 24px;
	text-align: left;
}
.feature-ex {
	padding: 16px 0 6px 0;
	text-align: center;
}

.fancy-ft-bg-r, .fancy-ft-bg-l, .fancy-bg-lo, .fancy-bg-hi {	
	border: none; 
	margin: 0;
	opacity: 0.8; 
	padding: 0;
	position: absolute;
		top: 0; bottom: 0;
	z-index: -1;
}
.fancy-ft-bg-l {
	background-color: #269afc;
		-moz-border-radius-topleft: 8px;
		-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
}
.fancy-ft-bg-r {
	background-color: #269afc;
		-moz-border-radius-topright: 8px;
		-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
} 
.fancy-ft-bg-l { left: 1px; right: 0; }
.fancy-ft-bg-r { left: 0; right: 1px; }

.fancy-bg-lo {	background-color: #0064eb; left: 0; right: 0; }
.fancy-bg-hi { 	background-color: #269afc; left: 0; right: 0; }

.fancy-ft-fg {	
	background-color: #FFFFFF;
	border: solid #0001b3;
	margin: 0;
	opacity: 0.6; 
	padding: 0;
	position: absolute;
		top: 0; bottom: 0;
	z-index: 7;
}

.fancy-ft-fg { border-width: 0 1px; left: -260px; right: -12px; } 

.fancy-ft-cat {
	border: solid #051184;
	border-width: 0 0 1px 0; 
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
		bottom: 10px; right: 507px;
	width: 200px;
	z-index: 15;
}

.fancy-ft-cat H3 {
	color: #45a0d8; /* 2f92ee */
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.fancy-ft-cat H3.inv {
	background-color: #051184;
	display: inline;
}

.fancy-ft-desc-down, .fancy-ft-desc-up {
	border: solid #051184;
	color: #ffffff; /* #cfe1fd */
	font-size: 11px;
	margin: 0;
	overflow: visible;
	padding: 10px;
	position: absolute;
	width: 180px;
	z-index: 25;
}
.fancy-ft-desc-down { 
	border-width: 1px 0 0 0; 
	top: 10px; left: 259px;
}
.fancy-ft-desc-up {
	border-width: 0 0 1px 0; 
	bottom: 10px; left: 259px;
}
.fancy-ft-desc-up P {
	margin-bottom: 0;
	padding-bottom: 0;
}


#ft01, #ft02, #ft03, #ft04, #ft05, #ft06, #ft07, #ft08, #ft09, #ft10, #ft11 {
	visibility: hidden;
}

#footer {
	color: #ACACAC;
	font-weight: bold;
	margin: 8px auto 20px auto;
	padding: 8px;
	text-align: right;
	width: 940px;
}
#footer A {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-links, #footer-cc, #footer-by {
	vertical-align: top;
}

#footer-links {
	text-align: left;
}
	TD#footer-links DIV {
	color: #1291DB;
	margin: 0 4px auto 0;
	}

#footer-cc {
	text-align: right;
}
	TD#footer-cc DIV {
	margin: 0 16px auto 0;
	}

#footer-by {
	vertical-align: top;
	width: 30px;
}
	TD#footer-by DIV {
		background: url(http://c2.js-kit.com/images/echo/js-kit-sig.png) top right no-repeat;
		margin: 2px 0 0 0;
		vertical-align: top;
		width: 30px; height: 26px;
	}

.hi-light		{	color: #1291db; }

div.fb_popupContainer {
	z-index: 214748364;
}

