@charset "UTF-8";
/* CSS Document */

/* SET UP CHANNELS */

#main_content {
	padding: 24px 18px;
	min-height: 100px;
	padding-bottom:0px;
	padding-right:0px;
}

#right_channel {
	float:right;
	padding-top: 40px;
	width:370px;
}

#left_channel {
	float:left;
	margin-left: -28px;
	margin-top: -34px;
	padding-left: 18px;
	padding-top: 24px;
	width: 520px;
	background: none;
	background-image: url(/sites/files/pages/netbook_apps.jpg);
	background-repeat: no-repeat;
}

/* TYPOGRAPHY */

#page_intro {
	width: 276px;
	padding: 210px 0 30px 240px;
}

#page_intro h1 {
	width: 276px;
	height: 25px;
/*	display: block;
	text-indent: -9999px;
	background: none;
	background-image: url(header_home.jpg);
	background-repeat: no-repeat;
	background-position: -4px 0;*/
}

/* HOME FEATURE BOXES */

.feature{
	float: left;
	width: 540px;
}
.home_feature {
	width: 210px;
	height: 106px;
	background-image: url(/sites/files/pages/home_feature.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	float: left;
	display: block;
	padding: 10px 20px;
	overflow: hidden;
	margin-left: 10px;
	color: #6d6c6c;
	margin-bottom: 20px;
}

.home_feature h3 {
	font-size: 14px;
	font-weight: normal;
	color: #161616;
}

.home_feature h4 {
	background-image: url(/sites/files/pages/atomTitle.png);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
	color: #161616;
	width:230px;
}

.home_feature input { float: left; width: 125px; }
.home_feature .submit_btn { float: left; margin-left: 4px; width: 72px; }

.home_cta {
	width: 180px;
	height: 72px;
	padding-bottom: 28px;
	font-size: 11px;
	color: #FFF;
/*	color: #8ab6e3;*/
	padding-left: 187px;
	padding-top: 38px;
}

.home_cta h3 {
	display: block; 
	width: 0; 
	height: 0; 
	text-indent: -9999px;
}

.home_cta p a:link, .home_cta p a:visited{
	color:#FFF;
	text-decoration:underline;
}

.cta_btn:link, .cta_btn:visited {
	display: block;
	height: 20px;
	width: 113px;
	background-image: url(/sites/files/pages/home_cta_btn.jpg);
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	line-height: 20px;
	text-align: left;
	padding-left: 14px;
}

.cta_btn:active, .cta_btn:hover { background-position: bottom; text-decoration: none; }

#learn { background-image: url(/sites/files/pages/learn.jpg); background-repeat: no-repeat; }
#develop { background-image: url(/sites/files/pages/develop.jpg); background-repeat: no-repeat; }
#sell { background-image: url(/sites/files/pages/sell.jpg); background-repeat: no-repeat; }

.submit_btn {
	width: 72px;
	height: 20px;
	background: none;
	background-image: url(/sites/files/pages/submit_btn.jpg);
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	cursor: pointer;
	padding-right: 14px;
	padding-bottom: 2px;
	vertical-align: middle;
}

.submit_btn:hover { background-position: bottom; }

.home_cta p{
	margin-top:10px;
}

a.home2_cta_btn:link, a.home2_cta_btn:visited {
	clear: right;
	float: left;
	display: block;
	width: 117px;
	height: 20px;
	display: block;
	font-size: 10px;
	color: #fff;
	background-image: url(/sites/files/pages/home2_cta_btn.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 20px;
	margin-top:8px;
	margin-right: 20px;
	letter-spacing: -.5px;
}

a.home2_cta_btn:hover, a.home2_cta_btn:active {
	text-decoration: none;
	background-position: bottom;
}

.link_triangle {
	background-image:url(/sites/files/pages/link_triangle.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-right:12px;
}

.home_more_link {
	clear:both;
	float:right;
	line-height:15px;
}
