/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	color: #319acf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
	outline: 0;
}

.clear {
	width: 100%;
	clear: both;
	height: 0;
	overflow: hidden;
}

ul {
	list-style: none;
}

input {
	border: 0;
}

#preload-images {
	visibility: hidden;
}

body {
	background-color: #f8f8f8;
	font-family: Helvetica, Arial, sans-serif;
}

#header-wrapper {
	width: 100%;
	height: 222px;
	padding: 27px 0 0 0;
	float: left;
	background-color: #1e2229;
}

#header {
	width: 940px;
	height: auto;
	margin: auto;
}

#header h1.logo {
	width: 461px;
	height: 53px;
	float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h2 {
	background: url(../images/breakthrough-web-apps-for-entrep.png) no-repeat center -1px;
	text-indent: -9999px;
	height: 80px;
}

/* Navbar */

#top-links {
	width: auto;
	height: 50px;
	float: right;
}

#top-links ul {
	width: 100%;
	height: auto;
	float: left;
}

#top-links ul li {
	display: block;
	float: left;
}

#top-links ul li a {
	width: auto;
	height: 35px;
	padding: 15px 15px 0 15px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/top-links-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#top-links ul li a:hover {
	background-image: url(../images/top-links-hover.jpg);
	padding: 15px 14px 0 14px;
	background-repeat: repeat-x;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#top-links ul li a span.icon {
	display: inline-block;
	padding: 1px 4px 0 0;
	float: left;
}

#top-links ul li a span.text {
	display: inline-block;
	float: left;
}

#top-links ul li a.first {
	width: auto;
	height: 35px;
	padding: 15px 15px 0 18px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/top-links-bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#top-links ul li a:hover.first {
	padding: 15px 14px 0 18px;
	background-image: url(../images/top-links-first-hover.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid #000000;
	border-left: 0;
}

#top-links ul li a.first span.icon {
	display: inline-block;
	padding: 1px 4px 0 0;
	float: left;
}

#top-links ul li a.first span.text {
	display: inline-block;
	float: left;
}

#top-links ul li a.last {
	width: auto;
	height: 35px;
	padding: 15px 19px 0 15px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/top-links-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#top-links ul li a:hover.last {
	padding: 15px 19px 0 14px;
	background-image: url(../images/top-links-last-hover.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-left: 1px solid #000000;
	border-right: 0;
}

#top-links ul li a.last span.icon {
	display: inline-block;
	padding: 2px 4px 0 0;
	float: left;
}

#top-links ul li a.last span.text {
	display: inline-block;
	float: left;
}

/* End of Navbar */

#header div.top-banner {
	width: 940px;
	height: 101px;
	padding: 16px 0 0 0;
	float: left;
	background-image: url(../images/top-banner-bg.jpg);
	background-repeat: no-repeat;
	display: inline;
	margin: 23px 0 0 0;
	text-align: center;
}

#content-wrapper {
	width: 100%;
	height: auto;
	float: left;
	padding: 20px 0;
}

#content-container {
	width: 940px;
	height: auto;
	margin: auto;
}

/* Left Content */

#content-container div.left-content {
	width: 462px;
	height: auto;
	float: left;
}

#content-container div.left-content h3 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #1e2229;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}

/* Accordion */

.accordion {
	width: 462px;
	height: auto;
	float: left;
	padding-bottom: 30px;
}

.accordion ul {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}

.accordion li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}

.accordion a {
	width: 443px;
	height: 36px;
	padding: 12px 0 0 19px;
	background-image: url(../images/accordion-tab1.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	margin-bottom: -1px;
	cursor: pointer;
	position: relative;
	z-index: 10;
}

.accordion a.first-tab span,
.accordion a.second-tab span,
.accordion a.third-tab span,
.accordion a.fourth-tab span {
	width: 20px;
	height: 20px;
	float: right;
	display: inline-block;
	margin: 3px 20px 0 0;
	background-image: url(../images/plus-sign.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.accordion li.active a {
	background-position: 0 -48px;
}

.accordion a.first-tab {
	background-image: url(../images/accordion-tab1.png);
}

.accordion a.second-tab {
	background-image: url(../images/accordion-tab2.png);
}

.accordion a.third-tab {
	background-image: url(../images/accordion-tab3.png);
}

.accordion a.fourth-tab {
	background-image: url(../images/accordion-tab4.png);
}

.accordion li div.product {
	width: 449px;
	height: auto;
	float: left;
	display: block;
	clear: both;
	margin: -2px 0 0 5px;
	padding: 14px 0 10px;
	border-left: 1px solid #bcbcbb;
	border-right: 1px solid #bcbcbb;
	border-bottom: 1px solid #bcbcbb;
	background-color: #fff;
}

.accordion li div.left-col {
	width: 135px;
	height: auto;
	padding: 10px 0 0 0;
	float: left;
	text-align: center;
}

.accordion li div.right-col {
	width: 299px;
	height: auto;
	padding: 0 15px 0 0;
	float: left;
}

.accordion li div.right-col p {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	float: left;
	font-size: 13px;
	line-height: 20px;
}

.accordion li div.right-col a.more-btn {
	width: auto;
	float: right;
	height: 35px;
	padding: 0 0 0 15px;
	background-image: url(../images/btn/white-btn.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 13px;
	color: #319acf;
	text-decoration: none;
	display: inline;
	margin-bottom: 10px;
}

.accordion li div.right-col a.more-btn span {
	width: auto;
	float: left;
	height: 26px;
	padding: 9px 15px 0 0;
	background-image: url(../images/btn/white-btn.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.accordion li div.right-col a:hover.more-btn {
	text-decoration: underline;
}

#content-container div.left-content div.box {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 20px;
}

#content-container div.left-content div.box div.top {
	width: 100%;
	height: 8px;
	float: left;
	background-image: url(../images/box-top.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#content-container div.left-content div.box div.bottom {
	width: 100%;
	height: 8px;
	clear: both;
	display: block;
	background-image: url(../images/box-bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#content-container div.left-content div.box div.mid {
	width: 426px;
	height: auto;
	padding: 5px 18px 0;
	float: left;
	background-image: url(../images/box-mid.jpg);
	background-repeat: repeat-y;
}

#content-container div.left-content div.box div.mid p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #3e3e3e;
	line-height: 20px;
	padding-bottom: 18px;
}

#content-container div.left-content div.box div.mid h4 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #3e3e3e;
	font-weight: bold;
}

/* Right Content */

#content-container div.right-content {
	width: 462px;
	height: auto;
	float: right;
}

#content-container div.right-content h3 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #1e2229;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}

#content-container div.right-content div.box {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 20px;
}

#content-container div.right-content div.box div.top {
	width: 100%;
	height: 8px;
	float: left;
	background-image: url(../images/box-top.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#content-container div.right-content div.box div.bottom {
	width: 100%;
	height: 8px;
	clear: both;
	display: block;
	background-image: url(../images/box-bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#content-container div.right-content div.box div.mid {
	width: 426px;
	height: auto;
	padding: 4px 18px 0;
	float: left;
	background-image: url(../images/box-mid.jpg);
	background-repeat: repeat-y;
}

#content-container div.right-content div.box div.mid p.text {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #3e3e3e;
	line-height: 20px;
	padding-bottom: 18px;
}

#content-container div.right-content div.box div.mid p.black-title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #3e3e3e;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 20px;
}

#content-container div.right-content div.box div.mid div.live-lab-feeds {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 15px;
}

#content-container div.right-content div.box div.mid div.live-lab-feeds div.each-feed {
	width: 100%;
	height: auto;
	float: left;
	padding: 20px 0;
	border-bottom: 1px dotted #cccaca;
}

#content-container div.right-content div.box div.mid div.live-lab-feeds div.first-feed {
	padding-top: 5px;
}

#content-container div.right-content div.box div.mid div.live-lab-feeds div.each-feed a.blue-title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	color: #5590cc;
	text-decoration: none;
	line-height: 28px;
}

#content-container div.right-content div.box div.mid div.live-lab-feeds div.each-feed a:hover.blue-title {
	text-decoration: underline;
}

#content-container div.right-content div.box div.mid div.live-lab-feeds div.each-feed p.date {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #3e3e3e;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

#content-container div.right-content div.box div.mid div.live-lab-feeds div.each-feed p.text {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #3e3e3e;
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
	padding: 0;
}

#content-container div.right-content div.box div.mid div.live-lab-feeds a.subscribe-feeds {
	width: 136px;
	height: 37px;
	float: left;
	display: inline-block;
	margin: 20px 0 0 0;
	background-image: url(../images/subscribe-to-this-feed-image.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#content-container div.right-content div.box div.mid p.text13 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 13px;
	color: #3e3e3e;
	line-height: 20px;
	padding-bottom: 8px;
	padding-top: 3px;
}

#content-container div.right-content div.box div.mid p.text13 span.blue-text {
	font-size: 13px;
	color: #5590cc;
	font-weight: bold;
	text-transform: uppercase;
}

#content-container div.right-content div.box div.mid div.download-btn {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
}

#content-container div.right-content div.box div.mid a.white-btn {
	float: right;
	height: 35px;
	padding: 0 0 0 15px;
	background-image: url(../images/btn/white-btn.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 13px;
	color: #319acf;
	text-decoration: none;
	display: inline;
	margin-bottom: 10px;
}

#content-container div.right-content div.box div.mid a.white-btn span {
	float: left;
	height: 26px;
	padding: 9px 15px 0 0;
	background-image: url(../images/btn/white-btn.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#content-container div.right-content div.box div.mid a:hover.white-btn {
	text-decoration: underline;
}

/* Footer */

#footer-wrapper {
	width: 100%;
	padding: 22px 0;
	float: left;
	background-color: #131617;
}

#footer {
	width: 940px;
	height: auto;
	margin: auto;
}

#footer div.images {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	padding-bottom: 30px;
}

.trigger {
	display: inline-block;
	margin: 0 3px;
	border: 1px solid #fff;
	height: 60px;
}

.trigger:hover {
	border: 1px solid #5590cc;
}

#footer div.footer-nav {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #575865;
	padding-bottom: 15px;
}

#footer div.footer-nav a {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 4px;
}

#footer div.footer-nav a:hover {
	text-decoration: underline;
}

#footer div.copyright {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #575965;
}

/* Feedburner */

span.headline a{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	color: #319acf;
	text-decoration: none;
	line-height: 26px;
}

span.headline a:hover{
	text-decoration: underline;
}

p.date{
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #3e3e3e;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

.fbsubscribelink a{
	text-decoration: none;
	color: #403e3b;
	padding-bottom: 0;
	font-size: 12px;
}
.fbsubscribelink a:hover{
	color: #007ccf;
	text-decoration: none;
}

div.feedburnerFeedBlock li{
	float: left;
	color: #6d6a60;
	display: block;
	margin-bottom: 12px;	
	border-bottom: 1px dotted silver;
	padding-bottom: 17px;
	width: 100%;
	padding-top: 2px;
}

div.feedburnerFeedBlock ul li div{
	display: block !important;
	font-size: 14px;
	line-height: 20px;
	color: #3e3e3e;
}

/* tooltip styling */

.tooltip {
	width: 400px;
	height:auto;
	float:left;
	padding: 10px 15px 15px;
	background: white;
	border: 6px solid #e1e3e3;
	text-align: left;
	display: none;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.tooltip div.name_and_links {
	width:100%;
	height:auto;
	float:left;
	}
	
.tooltip div.name_and_links h1 {
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#403e3b;
	padding-right:5px;
	padding-top:3px;
	}
.tooltip div.name_and_links a.link {
	width:22px;
	height:22px;
	float:left;
	background-image:url(../images/product_link_icon.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-top: 1px;
	border-style: none;
}
.tooltip div.name_and_links a:hover.link {
	background-position:bottom;
	}
.tooltip div.name_and_links a.twitter {
	width:22px;
	height:20px;
	float:left;
	background-image:url(../images/product_twitter_icon.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 1px;
}
.tooltip div.name_and_links a:hover.twitter {
	background-position:0 -20px;
	}

.tooltip p.position {
	width:100%;
	clear:both;
	font-size:13px;
	font-weight:bold;
	color:#3e3e3e;
	font-style:italic;
	padding-bottom:6px;
	padding-top:2px;
	}
.tooltip p.text {
	font-size:12px;
	color:#3e3e3e;
	width:100%;
	clear:both;
	line-height:18px;
	padding-bottom:10px;
	}
.tooltip p.textb {
	font-size:12px;
	color:#6d6a60;
	width:100%;
	clear:both;
	line-height:18px;
	padding-bottom:0px;
	}
	
.tooltip p.text i {
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.tooltip a {
	text-decoration: none;
	color: #319acf;
	border-style: none;
	height: 0;
}
.tooltip a:hover {
		text-decoration: underline;
	}
	
	/* twitter styling */
	
.twitter_div {
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
	font: italic 13px/19px Georgia, "Times New Roman", Times, serif;
}

a.twitter-link {
	width: 100%;
	text-transform: uppercase;
	font: bold 12px Helvetica, Arial, Geneva, sans-serif;
	padding-bottom: 10px;
	float: left;
	display: block;
	margin-bottom: 10px;
}
