/*  ===== pt_storefront Notes =====   /
	This page has a two column layout,
	
	Styles for the welcometeaser area inside the #content for
	the storefront page.
*/

/***********************************************/
/* Page Structure CSS                          */
/***********************************************/
/* Standard content area for 3 col layout */
#pt_storefront #content {
	width: 585px;
	_width: 570px;
	padding: 0 7px;
	height: 100%;
	margin: 0;
	background-color: #fff;
}
#pt_storefront div.contentBlock	{
	display: inline;
	float: left;
	clear: both;
	position: relative;
	border: 1px solid #dadada;
	width: 567px;
	padding: 8px;
	margin: 3px 0;
}
#pt_storefront div.first {
	margin-top: 0;
}
#pt_storefront div.contentBlock div.subBlock3 {
	position: relative;
	display: inline;
	float: left;
	width: 189px;
}
#pt_storefront div.gray {
	background: #f0f0f0;
}
#pt_storefront div.gradientTop {
	width: 569px;
	border: none;
	background: url(../images/backgrounds/contentBlock_gradientTop.jpg) repeat-x top left;
}
#pt_storefront div.noBorder, #pt_storefront div.imageOnly {
	border: none;
	padding: 0;
	width: 585px;
}

/***********************************************/
/* Page Styling CSS                            */
/***********************************************/	
/* Styles div containing homepage content */
#pt_storefront #content a  {
	color: #333;
}
#pt_storefront #content a:hover {
	color: #993366;
}
#pt_storefront #content h2 {
	margin-bottom: 7px;
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	color: #51853F; 
}
#pt_storefront #content h3 {
	font-size: 12px;
	color: #000;
}

#pt_storefront #content .subBlock3 a {
	font-size: 12px;
	color: #366BA3;
}

#pt_storefront div#emptySearchResultsBlock {
	padding: 8px 25px;
}
#pt_storefront div#emptySearchResultsBlock h4 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
#pt_storefront div#emptySearchResultsBlock p {
	margin-top: 30px
}
#pt_storefront div#emptySearchResultsBlock a {
	color: #356AA3;
	text-decoration: underline;
}

#pt_storefront #productRequestFormBlock {
	background: #F0F0F0;
}
#pt_storefront #productRequestFormBlock .field textarea.fullWidth { width: 525px; }

.nohits {
	margin-left: 10px;
	line-height:1.3;
	text-align:left;
	color:#000000;
	font-size:11px;
	float: left;
}
#pt_storefront fieldset.align div.submit 
{
	padding:14px 30px 20px 0pt;
}
#pt_storefront .contentBox3 {
	font-size: 12px;
	float: left;
	width: 345px;
	margin: 8px 0 4px 0;
	/*background-image: url(../images/stripe_bg2.jpg);*/
	background-color: transparent;
	background-repeat: repeat-x;
}
#pt_storefront .contentBox4 {
	width: 585px;
	margin: 8px 0 4px 0;
	background-image: url(../images/stripe_bg2.jpg);
	background-repeat: repeat-x;
}
#pt_storefront .contentBox3 h2, .topContainer h2 {
	margin: 0 0 0 12px;
	padding-top: 2px;
	font-size: 24px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #51853F;
}
#pt_storefront .contentBox4 h2 {
	margin: 0 0 0 12px;
	padding-top: 10px;
	font-size: 24px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #51853F;
}
#pt_storefront .contentBox3 p {
	margin: 12px;
	font-size: 13px;
}
#pt_storefront .contentBox4 p {
	margin: 12px;
	font-size: 13px;
}
#pt_storefront .topContainer {
	position: relative;
	width: 585px;
	height: 295px;
	overflow: hidden;
	background-image: url(../images/tankless_bg03.jpg);
}
#pt_storefront .topContainer .logoContainer {
	position: absolute;
	top: 100px;
	left: 340px;
	z-index: 1;
	/*width: 160px;
	margin-top: 155px;
	clear: both;
	float: right;*/
}
#pt_storefront .linkBox {
	float: left;
	margin: 4px 0 4px 2px;
}
#pt_storefront .linkBox a {
	padding-left: 20px;
	margin: 1px 0 0 8px;
	display: inline;
	float: left;
	width: 260px;
	_width: 250px;
	height: 26px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	_font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	background-image: url(../images/icons/checkmark.gif);
	background-repeat: no-repeat;
}
#pt_storefront .linkBox a:hover {
	text-decoration: underline;
	color: #51853F;
}
