/*	Author:		Daniel C. Richmond
	File:		home.css
	Purpose:	styles specific to the homepage
				includes calls to action and banner/container properties
*/

#container.home #banner{
	height:233px;
	background:url("../images/layout/concoBanner_home.jpg") top left no-repeat;
}

#container.home #search_banner{
	height:77px;
	background:url("../images/layout/stripeBanner_home.jpg") no-repeat top left;
}

#container.home #top_search{
	top:10px;
}



/*------------ HEADER --------*/

#container.home #homeLink{
	width:355px;
	height:90px;
	top:200px;
	left:40px;	
}

/*-------- BODY --------------*/

#container.home #body_outer {
	background:#000;
}

#container.home #body{
	color:#999;
	background:#000;
}

#container.home #content{
	width:330px;
	padding:0 15px 0 20px;
}

/*--------- BODY > CALLS TO ACTION ---------*/
#calls_to_action{
	display:inline;
	float:left;
	/*width:256px;*/
	width:287px;
	height:279px;
	position:relative;
}
	#calls_to_action .email-signup {
		width:256px;
		height:74px;
		top:0px;
		right:0px;
	}
	#calls_to_action .pro-resouces {
		width:123px;
		height:75px;
		top:85px;
		right:112px;
	}
	#calls_to_action .home-ani {
		width:154px;
		height:74px;
		top:85px;
		right:117px;
	}
	#calls_to_action .locator {
		width:105px;
		height:74px;
		top:85px;
		right:0px;
	}
	#calls_to_action .products {
		width:256px;
		height:100px;
		top:171px;
		right:0px;
	}

#sign_up_form {
	float:left;
	display:inline;
}
#calls_to_action a {
	position:absolute;
	display:block;
}

#sign_up_form {
	margin:0 0 10px 0;
}

#sign_up_form{
	position:relative;
	width:256px;
	height:75px;
	background:url("../images/graphics/c2a_signUp.jpg") top left no-repeat;
}

#sign_up_form table {
	position:absolute;
	left:7px;
	bottom:10px;
}

#sign_up_form input.sign_up{
	width:175px;
	height:13px;
	padding:2px 4px;
	border:0;
	background:transparent;
	font-size:11px;
}

#sign_up_form div.alert {
	width:175px;
	border:0;
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */
}

#sign_up_form input.sign_up.inactive{
	color:#999;
}

#sign_up_form input.sign_up_btn{
	position:absolute;
	width:20px;
	height:17px;
	top:49px;
	left:194px;
	border:0;
	background:transparent;
	color:transparent;
	cursor:pointer;
}

/*------------- BODY > CONTENT ----------*/


#container.home h1, #container.home h2, #container.home h3, #container.home h4{
	color:#999;
}

#container.home h2{
	font-size:22px;
	text-transform:none;
}


/*------------- FOOTER ---------------*/

#container.home #footer{
	height:18px;
	padding-left:15px;
	padding-top:4px;
	border-top:5px solid #57585a;
	color:#aaa;
	background:url("../images/layout/legalBanner_home.gif") top left no-repeat;
	font-size:10px;
}

#container.home #footer div{
	margin-left:0;
	padding:0;
	background:0;
	border-top:0;
}

#container.home #footer a{
	color:#aaa;
	text-decoration:none;
}

#container.home #footer a:hover{
	text-decoration:underline;
}

