﻿/********************************************************/
/********************************************************/
/*						  Default						*/
/********************************************************/
/********************************************************/
#homePageWrapper 
{
	float: left;
	margin: 20px 15px 10px 0;
	width: 960px;
}

#homePageMainWrapper
{
	float: left;
	background-color: #fff;
	border: 1px solid #b4b9bd;
	width: 708px;
}

#homePageMainWrapper div.banner
{
	float: left;
	height: 250px;	
	width: 708px;
	background-image: url(../images/home_banner.png);
	background-repeat: no-repeat;
}
#homePageMainWrapper div.banner h2
{
	float:left;
	color: #fff;
	font-size: 28px;
	padding: 10px 0 0 30px;
	font-family: Franklin Gothic Medium Cond;
	font-weight:normal;
	line-height:29px;
}

#homePageMainWrapper div.text
{
	float: left;
	padding: 0 30px 0 30px;
	height: 300px;
}

p
{
	float: left;
	margin-top: 5px;
	font-size: 13px;
	color: #333;
	text-align: justify;
}

.title
{
	font-size: 13px;
	font-weight: bold;
	color: #0d69c0;
}

.bold
{
	font-weight: bold;
}

#homePageSidebar
{
	width: 233px;
	height: 550px;
	float: left;
	margin-left: 15px;
	border: 1px solid #b4b9bd;
	background-color: #000;
	background-image: url(../images/home_sidebar_bg.png);
	background-repeat: repeat-x;
	
}

#homePageSidebar h3
{
	margin: 5px 0 0 0;
	padding: 0;
}

#homePageSidebar h3 a
{
	background-repeat: no-repeat;
	display: block;
	width: 203px;
	margin: auto;
	padding-top: 7px;	
	text-align: center;
	color: #fff;
	font-size: 	14px;
	font-weight: bold;
	text-decoration: none;
}

#homePageSidebar h3.products a,
#homePageSidebar h3.products a:link,
#homePageSidebar h3.products a:active,
#homePageSidebar h3.products a:focus,
#homePageSidebar h3.products a:hover,
#homePageSidebar h3.products a:visited
{
	height: 168px;
	background-image: url(../images/hvac_products_bg.png);
}

#homePageSidebar h3.engineering a,
#homePageSidebar h3.engineering a:link,
#homePageSidebar h3.engineering a:active,
#homePageSidebar h3.engineering a:focus,
#homePageSidebar h3.engineering a:hover,
#homePageSidebar h3.engineering a:visited
{
	height: 155px;
	background-image: url(../images/engineering_support_bg.png);
}

#homePageSidebar a.engineeringText,
#homePageSidebar a.engineeringText:link,
#homePageSidebar a.engineeringText:active,
#homePageSidebar a.engineeringText:focus,
#homePageSidebar a.engineeringText:hover,
#homePageSidebar a.engineeringText:visited
{
	display: block;
	background-image: url(../images/buttons/support.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 203px;
	height: 90px;
	margin: auto;
	padding-top: 5px;
	
	color: #999;
	text-decoration: none;
	font-size: 12px;
	line-height: 13px;
}

.sidebarWhite
{
	color: #fff;
	font-size: 13px;
	float: left;
	line-height: 15px;
	margin-bottom: 3px;
	cursor: pointer;
}
.sidebarBottomText
{
	float: left;
	margin-top: 15px;
	cursor: pointer;
}
.catalogTitle
{	
	color: #fff;
	padding-left: 16px;
	padding-top: 5px;
	font-size:12px;
}
.catalogTitle span
{
	font-weight: bold;
	line-height: 18px;
}
.catalogTitle ul
{
	padding-left: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.catalogTitle ul li
{
	color: #999;
	font-size: 11px;
	line-height:13px
}
.catalogTitle ul li a
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #999;
	text-decoration: none;
	font-size: 11px;
	line-height:13px
}