﻿/********************************************************/
/********************************************************/
/*				  Division Line Cards					*/
/********************************************************/
/********************************************************/
#lineCardWrapper 
{
	float: left;
	width: 958px;
	background-color: #FFF;
	border: 1px solid #BBB;
	margin: 20px 15px 0 0;
}
#lineCardInnerWrapper 
{
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
/********************************************************/
/********************************************************/
/*						 BANNER							*/
/********************************************************/
/********************************************************/
#bannerWrapper 
{
	margin: auto;
	height: 222px;
	width: 926px;
	background-image: url(../images/Banner_Gradiant1.png);
	background-repeat: repeat-x;
	font-family: Helvetica Neue Medium, Verdana, Arial, Sans-serif;
	margin-bottom: 15px;
}
#bannerWrapperSupport 
{
	margin: auto;
	height: 222px;
	width: 926px;
	background-image: url(../images/Banner-Gradient.png);
	background-repeat: repeat-x;
	font-family: Helvetica Neue Medium, Verdana, Arial, Sans-serif;
	margin-bottom: 15px;
}
#bannerInnerWrapper 
{
	float: left;
}
#bannerText 
{
	float: left;
	width: 455px;
	text-align: justify;	
	height: 129px;
}
#bannerTextEngineer
{
	float: left;
	width: 540px;
	text-align: justify;	
	height: 129px;
}
#bannerHeader 
{
	color: #1c8af2;	
	font-size: 21px;
	padding-bottom: 10px;
	padding-top: 15px;
}
#bannerInfo 
{
	color: white;
}
.bannerContactLink 
{
	background-repeat: repeat-y;
	float: right;
	width: 280px; 
	height: 52px;
	margin-right: 25px;
}
#bannerWrapperProducts 
{
	margin: auto;
	height: 222px;
	width: 926px;
	background-image: url(../images/Banner_Gradiant.png);
	background-repeat: repeat-x;
	font-family: Helvetica Neue Medium, Verdana, Arial, Sans-serif;
	margin-bottom: 15px;
}

/********************************************************/
/********************************************************/
/*				Air Distribution Banner					*/
/********************************************************/
/********************************************************/
#airDistributionBannerImage
{
	float: left;
	margin-left: 33px;
	margin-right: 34px;
}	
#airDistributionContactLink 
{
	background-image: url(../images/buttons/contact-air-distribution.png);
}
#airDistributionContactLink:hover  
{
	background-position:  0px 52px;
}
/********************************************************/
/********************************************************/
/*				Mechanical Division Banner				*/
/********************************************************/
/********************************************************/
#mechanicalBannerImage
{
	float: left;
	margin-left: 40px;
	margin-right: 40px;
}	
#mechanicalBannerContactLink 
{
	background-image: url(../images/buttons/contact_mechanical.png);
}
#mechanicalBannerContactLink:hover  
{
	background-position:  0px 52px;
}
/********************************************************/
/********************************************************/
/*				Industrial Division Banner				*/
/********************************************************/
/********************************************************/
#industrialBannerImage
{
	float: left;
	margin-left: 25px;
	margin-right: 25px;
}	
#industrialBannerContactLink 
{
	background-image: url(../images/buttons/contact_industrial.png);
}
#industrialBannerContactLink:hover  
{
	background-position:  0px 55px;
}
/********************************************************/
/********************************************************/
/*				Engineering Support Banner				*/
/********************************************************/
/********************************************************/
#engineeringSupportBannerImage
{
	float: left;
	margin-left: 48px;
	margin-right: 48px;
}	
#engineeringSupportBannerContactLink 
{
	background-image: url(../images/buttons/contact_engineering.png);
	margin-right: 20px;
}
#engineeringSupportBannerContactLink:hover  
{
	background-position:  0px 52px;
}
/********************************************************/
/********************************************************/
/*				  Line Card PDF Download				*/
/********************************************************/
/********************************************************/
#lineCardPDFLinkWrapper 
{
	float: left;
	margin: 0 0 0 15px;
	width: 510px;
}
#lineCardPDFLinkWrapper p
 {
	line-height: 2em;
	float: left;
	font-size: 14px;
	color: #0d69c0;
	font-weight: bold;
}
#lineCardPDFLinkWrapper span
 {
	line-height: 2em;
	float: left;
	font-size: 14px;
	color: #000;
	margin: 0 0 0 5px;
}
#lineCardPDFLinkWrapper a 
{
	background-image: url(../images/buttons/download-PDF.png);
	float: right;
	width: 221px;
	height: 32px;
}
#lineCardPDFLinkWrapper a:hover
{
	background-position:  0px 32px;
}
/********************************************************/
/********************************************************/
/*				  Line Card Detailed Info				*/
/********************************************************/
/********************************************************/
#lineCardItemsWrapper 
{
	float: left;
	width: 956px;
	margin: auto;
}
#lineCardItemsInnerWrapper 
{
	margin: auto;
	width: 926px;
	margin-bottom: 15px;
}
.lineCardItem 
{
	float: left;
	width: 926px;
	border: 1px solid #BBB;
	/*
	Since all browsers render the right border after the company logo differently
	the following technique works across all browsers.  It would be nice to have
	all browsers support min-height but they don't. Surprisingly, it works in 
	IE 6 as well. IE 6 needs a hack for everything, in this case min-height or
	transparency.
	*/
	background-image: url(/images/logoRightBorder.png);
	background-repeat: repeat-y;
	background-position: 235px;
}
.lineCardItemAlternate 
{
	float: left;
	width: 926px;
	border: 1px solid #BBB;
	background-color: #e4edf2;
	background-image: url(/images/logoRightBorder.png);
	background-repeat: repeat-y;
	background-position: 235px;
}
.lineCardItemLogo
{
	float: left;
	width: 235px;
}
.lineCardItemLogoImage 
{
	width: 201px;
	margin: auto;
}

.lineCardProducts 
{
	float: right;
	width: 690px;
	
}
.lineCardProductsWrapper 
{
	float: left;
	width: 690px;
	margin: 5px 0 5px 0;
}
.lineCardProductsColumnWrapper 
{
	float: left;
	width: 230px;
	margin: 5px 0 5px 0;
}
.lineCardProducts ul 
{
	line-height: 1.6em;
	list-style: none;
    margin:0 0 0 10px;
    padding: 0;	
}
.lineCardProducts ul li 
{
    margin: 0;
    padding: 0 0 0 15px;
	background: url(../images/bullet_blue.png) no-repeat;
}
.lineCardProducts li ul 
{
	margin:0 0 0 10px;
    list-style: url(../images/bullet_gray.png);
}
.lineCardProducts li ul li 
{
	padding-left: 0;
    background: none;
	color: #474747;
}
.category-header 
{
	float: left;
	background-image: url(../images/category-header-bg.png);
	height: 31px;
	background-repeat: repeat-x;
	width: 928px;
	margin:0px;
}
.category-header p
{
	color: #FFF;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0 0 10px;
}
/********************************************************/
/********************************************************/
/*				    Support Card Items					*/
/********************************************************/
/********************************************************/
#supportCardWrapper 
{
	float: left;
	width: 956px;
	margin: auto;
}
#supportCardInnerWrapper 
{
	margin:auto;
	width: 926px;
}
.supportItemWrapper 
{
	float: left;
	width: 298px;
}
.supportItemInnerWrapper 
{
	float: left;
}
.supportItemHeader 
{
	float: left;
	width: 298px;
	height: 31px;
	background-image: url(../images/category-header-bg.png);
}
.supportItemHeader h4
{
	text-align: center;
	color: #FFF;
	font-size: 14px;
	margin: 7px 0 0 0;
}
.supportItemHeader h4 a
{
	text-decoration: none;
	color: #FFF;
}
.supportItemHeader h4 a:visited, .supportItemHeader h4 a:focus, .supportItemHeader h4 a:hover
{
	text-decoration: none;
	color: #FFF;
}
.supportItemInfoWrapper 
{
	float: left;
	width: 296px;
	border: 1px solid #BBB;
	min-height: 200px;
}
.supportItemInfo 
{
	margin: auto;
	margin-top: 20px;
	width: 266px;
	text-align: justify;
	height: 85px;
}
.supportItemInfoHighlighted
{
	color: #1c8af2;
	font-weight: bold;
}
.supportItemButton 
{
	float: left;
	width: 296px;
	margin: 15px 0 15px 0;
}
.supportItemInnerButton 
{
	margin: auto;
	width: 266px;
}
.supportItemButtonText 
{
	float: left;
	width: 120px;
	margin: 20px 0 0 0;
}
.supportItemButtonText p
{
	font-size: 10px;
	color: #333;
	font-weight: bold;
}
.supportItemButtonImage 
{
	float: right;
	height: 40px;
	margin: 15px 0 15px 0;
}
#trainingButton 
{
	background-image: url(../images/buttons/training.png);
}
#highlightsButton 
{
	background-image: url(../images/buttons/highlights.png);
}
#signUpButton 
{
	background-image: url(../images/buttons/sign-up_large.png);
}
.supportItemButtonImage a 
{
	width: 117px;
	height: 40px;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
} 
.supportItemButtonImage a:hover 
{
	background-position: 0px 40px;
}
#supportTraining 
{
	margin: 0 14px 0 0;
}
#supportHighlights 
{
	margin: 0 15px 0 0;
}
