/*
	$RCSfile: OnQconsumerHome.css,v $
	$Revision: 1.5 $
	$Date: 2007/02/16 20:33:12 $
	$Author: dgerlach $

	Description:
	The CSS file for the site home page. 
*/

#retailer-locator {
	display: block;
}

.sidebar #featured-product {
	display: none;
}

.sidebar #featured-project {
	display: none;
}

.sidebar div.help-center {
	display: none;
}

 #installer-locator {
	display: none;
}


div#locator {
/*	display: inline;*/
	position: absolute;
	right: -1px;
	top: 0px;
	width: 219px;
	height: 168px;
}

div.featured-project-content {
	display: inline;
}

div.featured-product-content {
	display: inline;
	margin-left: 8px;
}

div.locator-container {
	display: inline;
}

div.locator-content {
 	height: 158px;
	width: 195px;
	background: #ecefe8;
	padding-left: 11px;
	padding-right: 13px;
}

div.locator-title {
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 4px;
/*	margin-left: 10px;
	margin-right: 10px;*/
	border-bottom: 1px solid #acb5a2;
}

div.locator-text {
	margin-top: 5px;
	height: 55px;
}

div.locator-input-label {
	font-size: 10px;
	margin-bottom: -12px;
}

div.featured-product-content a {
	text-decoration: none;
}

div.featured-project-content a {
	text-decoration: none;
}

div.featured-project-content img {
	border: 0;
}

div.featured-product-content img {
	border: 0;
}

