@import url("global.css");

/* HOME SUBHEADERS
--------------------------------------------------------------------------------------------------- */
body#home #subheader {
	height: 271px;
	position: relative;
}
body#home #subheader h1 {
	text-align: left;
	position: inherit;
	top: 0;
	left: 0;
}
#sub_colA {
	width: 450px;
	position: absolute;
	top: 80px;
	left: 20px;
}
#sub_colA h1 {
	width: 450px;
	height: 77px;
	text-indent: -999em;
	background: url(../gfx/home_head-title.png) no-repeat 0 0;
	margin: 0 0 25px 0;
}
#sub_colB {
	width: 451px;
	height: 226px;
	position: absolute;
	bottom: -1px;
	right: 0;
	background: url(../gfx/home_sidecolumn_top.png) no-repeat 0 0;
}


/* HOME CONTAINERS
--------------------------------------------------------------------------------------------------- */
body#home #glob_container {
	clear: both;
	background: url(../gfx/home_sidecolumn_shadow.png) no-repeat 100% 0;
}
body#home #glob_container #primary {
	width: 510px;
	float: left;
	padding: 10px 20px 0 20px;
}
body#home #glob_container #secondary {
	width: 400px;
	padding: 110px 25px 0 15px;
	float: left;
}
body#home #glob_container #secondary h2 {
	font-size: 13px;
	font-weight: bold;
}
body#home #videoContainer {
	margin: 25px 0 0 25px;
}

body#home #free_ebook {
	position: absolute;
	left: 550px;
	top: 115px;
}
body#home #free_ebook li {
	background: url(../gfx/arrow_blue.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
	font-weight: bold;
}

/* HOME BLOG LIST
--------------------------------------------------------------------------------------------------- */
.blog_list li {
	background: url(../gfx/blog_list_bg.jpg) repeat-x 0 100% #fff;
	padding: 5px;
	border: 1px dashed #ccc;
	margin: 0 0 10px 0;
}
.blog_list li .blog_thumb {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	clear: both;
}
.blog_list li .blog_thumb img {
	padding: 2px;
	border: 1px solid #ccc;
}
.blog_list li .blog_date {
	font-size: 10px;
	display: block;
	color: #777;
	margin: 0 0 5px 0;
}
.blog_list li h3 {
	padding: 5px 0 0 0 !important;
	font-size: 12px !important;
	text-transform: none !important;
	font-weight: normal !important;
	margin: 0 !important;
}
.blog_list li h3 a {
	color: #555;
	text-transform: none;
}
.blog_list li h3 a:hover {
	text-decoration: underline;
	color: #00549E;
}
.blog_list li .pro_name {
	font-size: 11px;
	font-style: italic;
}

/* SIGN UP FORMS
--------------------------------------------------------------------------------------------------- */
#signup_box {
	position: absolute;
	top: 280px;
	left: 20px;
}
#signup_box p {
	margin: 0 0 10px 0;
	font-weight: bold;
}
#signup_box .signup_field {
	width: 294px;
	height: 24px;
	background: url(../gfx/home_signup_field.png) no-repeat 0 0;
	border: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #888;
	padding: 8px 10px 0 10px;
	margin: 0 10px 0 0;
}
#signup_box .signup_btn {
	width: 86px;
	height: 32px;
	text-indent: -999em;
	cursor: pointer;
	border: none;
	background:url(../gfx/signup_btn_large.png) no-repeat 0 0;
}
#signup_box .signup_btn.hoverme {
	background-position: 0 -32px;
}