* {
	margin: 0;
	padding: 0;
	font-family: helvetica neue, helvetica, arial, sanserif;
	-webkit-text-size-adjust:none;
	
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

li, a{
	text-decoration: none;
	list-style: none;
}

body
{
	/* background: #FFFFFF url("/images/CaptiveAire/design/homepage/center_gradient2.png") repeat-y scroll top center; */
	background-color: #FFFFFF;
	min-width: 0;
}

sup { 
	vertical-align: top;
	position: relative;
	top: -2px;
	font-size: 80%;
} 


.hidden {
	display: none;
}

/* @group header bar */

#header {
	min-width: 1032px;
	width: 100%;
	height: 35px;
	background: #FFFFFF url("/images/CaptiveAire/design/homepage/header_gradient.png") repeat-x scroll top left; width: 100%;

}

#headerContent {
	width: 1000px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

#headerContent a {
	font-size: 10px;
	color: #000000;
	font-family: helvetica neue, helvetica, arial, sanserif;	
}

#headerContent a:hover {
	text-decoration: underline;
}

.headerNav {
	float: right;
}

.headerLink, .headerLink a{
	font-size: 10px;
	color: #000000;
	margin: 11px 3px;
	font-family: helvetica neue, helvetica, arial, sanserif;
}

#headerContent a#go {
	display: block;
	width: 26px;
	height: 17px;
	background: url(/images/captiveaire/design/btnGo_alt.png) no-repeat 0 0;
}

#headerContent a#partSearch {
	display: block;
	width: 83px;
	height: 17px;
	background: url(/images/captiveaire/design/btnPartSearch_alt.png) no-repeat 0 0;
}

#headerContent a#partsCatalog {
	display: block;
	width: 98px;
	height: 17px;
	background: url(/images/captiveaire/design/btnPartsCatalog_alt.png) no-repeat 0 0;
}

#headerContent a#casnet {
	display: block;
	width: 52px;
	height: 17px;
	background: url(/images/captiveaire/design/btnCasnet_alt.png) no-repeat 0 0;
}

#headerContent a#go:hover, #headerContent a#partSearch:hover, #headerContent a#partsCatalog:hover, #headerContent a#casnet:hover {
	background-position: 0 -19px;
}

.txtInput {
	width: 125px;
	height: 16px;
	margin: 8px 0 9px 6px;
}


.btn, .btn a{
	display: block;
	text-align: center;
	margin: 9px 0 9px 6px;
	height: 17px;
	line-height: 17px;
	text-decoration: none;
}

.btn em {
	position: relative;
	background: url("/images/CaptiveAire/design/homepage/header_center_off.jpg") repeat-x;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	display: block;
	float: left;
}	

.btn .left {
	position: relative;
	background: url("/images/CaptiveAire/design/homepage/header_left_off.png") no-repeat;
	display: block;
	width: 5px;
	height: 100%;
	float: left;
}

.btn .right {
	position: relative;
	background: url("/images/CaptiveAire/design/homepage/header_right_off.png") no-repeat;
	display: block;
	width: 5px;
	height: 100%;
	float: left;
}
	
#go {
	cursor: pointer;
}

/* end header group */

/* @group popup menus */

.popover { 
	display: none;
	position: absolute;
	overflow: hidden;
	padding: 5px 0 0 0;
}

.popover_break { 
	display: block; 
	border-bottom: 1px solid #444444;
	height: 1px;
}

.popover a { 
	color: #ffffff;
	display: block;
	float: none;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: left;
	margin: 3px 0;
	overflow: hidden;
	z-index: 25;
}

.popover a {
	margin-left: 10px;
}

.popover a:hover {
	color: #ff0000;
}

.popover img {
	padding: 0;
	margin: 0 0 0 10px;
}

#general_popover {
	background: url(/images/CaptiveAire/design/homepage/navigation/general_bk.png) no-repeat left -60px;
	height: 200px;
	width: 204px;
}

#general_popover a {
	width: 150px;
}

#kitchen_popover {
	background: url(/images/CaptiveAire/design/homepage/navigation/vent_bk.png) no-repeat -10px -100px;
	height: 275px;
	width: 246px;
}

#kitchen_popover a {
	width: 160px;
}

#exhaust_popover {
	background: url(/images/CaptiveAire/design/homepage/navigation/exhaust_bk.png) no-repeat -10px -106px;
	height: 270px;
	width: 243px;
}

#exhaust_popover a {
	width: 160px;
}

#heaters_popover {
	background: url(/images/CaptiveAire/design/homepage/navigation/heaters_bk.png) no-repeat -10px -88px;
	height: 232px;
	width: 238px;
}

#heaters_popover a {
	width: 160px;
}


#mua_popover {
	background: url(/images/CaptiveAire/design/homepage/navigation/makeup_bk.png) no-repeat -10px -80px;
	height: 194px;
	width: 221px;
}

#mua_popover a {
	width: 140px;
}

#resources_popover {
	background: url(/images/CaptiveAire/design/homepage/navigation/makeup_bk.png) no-repeat -10px -40px;
	height: 350px;
	width: 339px;
}

#resources_popover a {
	width: 340px;
}

/* @end */

/* @group System 10 links */

#system10_links {
	left: 525px;
	position: absolute;
	top: 380px;
	width: 300px;
	z-index: 10;
	}

	#system10_links a.linkViewItem {
		background: url(/images/CaptiveAire/design/homepage/sys10_link_off.png) no-repeat left top;
		color: #ffffff;
		/*cursor: pointer;*/
		display: inline-block;
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		height: 21px;
		line-height: 21px;
		margin: 0 5px 0 0;
		text-align: center;
		width: 22px;
		}

		#system10_links a.linkViewSelected {
			background: url(/images/CaptiveAire/design/homepage/sys10_link_on.png) no-repeat left top;
			}


/* @end */


/* @group Menu Bar */

#menu {
	position: relative;
	top: 0;
	left: 0;
/*	background: #000000 url("/images/CaptiveAire/design/homepage/top_nav_bar_gradient.jpg") repeat-x scroll top left; */
	background: url("/images/CaptiveAire/design/menuBackground.jpg") repeat-x scroll top left;
	width: 100%;
	min-width: 1032px;
	width: 100%;
	height: 62px;
	z-index: 20;
}

#menuShadow {
	position: absolute;
	width: 100%;
	min-width: 1032px;
	height: 7px;
	background: url("/images/CaptiveAire/design/menuShadow.png") repeat-x scroll top left;
	z-index: 15;
	top: 97px;
	left: 0;
}

#menuContentWrapper {
	width: 1001px;
	height: 100%;
	position: relative;
	margin: 0 auto;	
	left: 10;
	z-index: 20;
}

	#menuContent {
		width: 1016px;
		display: block;
		height: 62px;
		margin: 0 auto;
		padding: 0 0 0 0;
		position: relative;
		top: 0;
		left: 0;
		z-index: 20;
	}

		#menuItem ul {
			height: 62px;
		}
	
		#menuItem li {
			float: left;
			height: 62px;
			overflow: hidden;
			margin: 0;
		}
		
		#menuItem a {
			height; 62px;
			overflow: hidden;
		}
	
		#menuItem a:hover {
			background-position: 0 -62px;
		}
	
		#menuItem .home {
			display: block;
/*			background: url("/images/CaptiveAire/design/homepage/top_nav_bar_cas_logo_stack.png") no-repeat 0 0; */
			background: url("/images/CaptiveAire/design/menuCaptiveaire.jpg") no-repeat 0 0;
			width: 197px;
			height: 62px;
		}
	
		#menuItem .ckv {
			display: block;
/*			background: url("/images/CaptiveAire/design/homepage/top_nav_bar_ckv_stack.png") no-repeat 0 0; */
			background: url("/images/CaptiveAire/design/menuCKV.jpg") no-repeat 0 0;
			width: 238px;
			height: 62px;
		}
	
		#menuItem .exhaust {
			display: block;
/*			background: url("/images/CaptiveAire/design/homepage/top_nav_bar_exhaust_stack.png") no-repeat 0 0; */
			background: url("/images/CaptiveAire/design/menuExhaust.jpg") no-repeat 0 0;
			width: 116px;
			height: 62px;
		}
	
		#menuItem .heaters {
			display: block;
/*			background: url("/images/CaptiveAire/design/homepage/top_nav_bar_heaters_stack.png") no-repeat 0 0; */
			background: url("/images/CaptiveAire/design/menuHeaters.jpg") no-repeat 0 0;
			width: 83px;
			height: 62px;
		}
	
		#menuItem .mua {
			display: block;
/*			background: url("/images/CaptiveAire/design/homepage/top_nav_bar_makeup_air_stack.png") no-repeat 0 0; */
			background: url("/images/CaptiveAire/design/menuMUA.jpg") no-repeat 0 0;
			width: 108px;
			height: 62px;
		}
	
		#menuItem .resources{
			display: block;
/*			background: url("/images/CaptiveAire/design/homepage/top_nav_bar_store_stack.png") no-repeat 0 0; */
			background: url("/images/CaptiveAire/design/menuResources.jpg") no-repeat 0 0;
			width: 85px;
			height: 62px;
		}
	
		#menuItem .office {
			display: block;
/*			background: url("/images/CaptiveAire/design/homepage/top_nav_bar_office_stack.png") no-repeat 0 0; */
			background: url("/images/CaptiveAire/design/menuLocator_v3c.jpg") no-repeat 0 0;
			width: 177px;
			height: 62px;
		}
	
		#menuItem .casnet {
			display: block;
			background: url("/images/CaptiveAire/design/homepage/top_nav_bar_casnet_stack.png") no-repeat 0 0;
			width: 81px;
			height: 55px;
		}

/* @end group Menu Bar */


#outerWrapper {
	width: 1032px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}


/* @group News */

#news {
	width: 210px;
	height: 362px;
	background: #FFFFFF;
	float: right;
	position: relative;
	top: 25px;
	overflow: hidden;
	z-index: 15;
}

	#newsHeaderImage {
		position: relative;
		margin: 4px;
	}

	#newsContent {
		margin: 0;
		position: relative;
		width: 210px;
		height: 190px;
		overflow: hidden;
	}

		#newsContentLiner {
			height: 188px;
			margin: 0;
			padding: 2px 15px 0;
			text-align: left;
			overflow: hidden;
		}

	#newsFooterImage {
		position: absolute;
		margin: 4px;
		bottom: 0;
		left: 0;
	}

#newsShadow {
	float: right;
	width: 16px;
	height: 13px;
	background-image: url("/images/CaptiveAire/design/homepage/news_triangle.png");
	position: relative;
	top: 387px;
	left: 210px;
	z-index: 10;
}

/* @end News */

#wrapper {
	width: 1016px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

div.beasleysMain {
	display: block;
	width: 1015px;
	height: 387px;
	background: url(/images/CaptiveAire/design/homepage/beasleysMainBG_v1d.jpg) no-repeat 0 0;
}

div.linkBlockWrapper {
	background: url(/images/CaptiveAire/design/homepage/linkBlockBG.png) no-repeat 0 0;
	width: 315px;
	height: 337px;
	position: absolute;
	z-index: 10;
	top: 31px;
	left: 350px;
}

div.linkBlock {
	width: 181px;
	height: 140px;
	margin: 185px auto 0;
	
}

div.linkBlock a {
	display: block;
	width: 100%;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	position: relative;
}

div.linkBlock a:hover {
	background-color: #CE0000;
	text-decoration: none;
}

.rightSide {
	width: 504px;
	height: 387px;
	position: relative;
	float: right;
}

div.squareWrapper {
	margin: 0 auto;
	padding: 0;
	width: 1016px;
}

div.squareWrapper div.square {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 254px;
	height: 171px;
	position: relative;
	background: url(/images/CaptiveAire/design/homepage/squareBG.png) no-repeat 0 0;
}

div.squareCore a {
	display: block;
	width: 254px;
	height: 171px;
	background: url(/images/CaptiveAire/design/homepage/squareCore.jpg) no-repeat 0 0;
}

div.squareMPU a {
	display: block;
	width: 254px;
	height: 171px;
	background: url(/images/CaptiveAire/design/homepage/squareMPU.png) no-repeat 0 0;
}

div.squareDisplayCenters a {
	display: block;
	width: 254px;
	height: 171px;
	background: url(/images/CaptiveAire/design/homepage/squareDisplayCenters.jpg) no-repeat 0 0;
}

div.squareCore a:hover, div.squareDisplayCenters a:hover, div.squareMPU a:hover {
	background-position: 0 -176px;
}


.events div.eventHeader {
	width: 220px;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #7e7e7e;
	padding-bottom: 5px;
	margin: 10px auto 6px;
	font-size: 100%;
}

.events div.eventHeader span.eventYear {
	display: block;
	color: #D4000C;
	font-size: .9em;
}

.events div.eventHeader span.eventTitle {
	display: block;
	color: #878787;
	font-weight: bold;
	font-size: .95em;
}

.events .eventContainer {
	background: url(/images/CaptiveAire/design/homepage/calendarIconSolid.png) no-repeat 15px bottom;
	width: 238px;
	height: 50px;
	margin: 0 0 4px 8px;
	text-align: left;
	position: relative;
}

.events .eventMonth {
	position: absolute;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	left: 18px;
	line-height: 9px;
	text-align: center;
	top: 4px;
	width: 30px;
}

.events .eventDay {
	position: absolute;
	color: #858585;
	font-weight: bold;
	height: 17px;
	left: 18px;
	line-height: 17px;
	text-align: center;
	top: 16px;
	width: 30px;
}

.events .eventDetails {
	padding-left: 64px;
}

#mainImage {
	background: #000;
	background-image: url("/images/CaptiveAire/design/homepage/mainImageCore.jpg");
	width: 1000px;
	height: 375px;
	position: relative;
}

#mainImage #videoContainer {
	background: url("/images/CaptiveAire/design/homepage/coreVideoContainer.png") no-repeat 0 0;
	position: absolute;
	width: 400px;
	height: 232px;
	left: 40px;
	top: 71px;
}

#mainImage #videoContainer iframe {
	margin: 8px;
}

#mainImage #coreTextContainer {
	background: url("/images/CaptiveAire/design/homepage/coreText.png") no-repeat 0 0;
	position: absolute;
	width: 310px;
	height: 285px;
	right: 42px;
	bottom: 21px;
}

#mainImage #coreTextContainer a#coreLearnMore {
	width: 211px;
	height: 36px;
	display: block;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 0;
	background-image: url("/images/CaptiveAire/design/homepage/coreTextLearnMore.png");
	background-position: 0 0;
}

#mainImage #coreTextContainer a#coreLearnMore:hover {
	background-position: 0 -36px;
}

#ductFloater {
	width: 382px;
	height: 216px;
	position: absolute;
	top: 78px;
	left: 56px;
	overflow: visible;
	display: inline-block;
}

a#ductLink {
	width: 312px;
	height: 216px;
	display: inline-block;
	position: absolute;
	top: 78px;
	left: 440px;
	line-height: 216px;
}

a#ductLink:active, a#ductLink:focus {
	outline: none;
}

#scrollerNavBar {
	background: #252525;
	height: 34px;
	width: 100%;
	position: relative;
}

#scrollerNavBar p {
	color: #ffffff;
	line-height: 34px;
	margin: auto 0 auto 20px;
	float: left;
	font-weight: bold;
}

#system10 {
	width: 216px;
	height: 42px;
	background-image: url("/images/CaptiveAire/design/homepage/sys10_components_icon.png");
	position: absolute;
	top: 375px;
	left: 286px;
	z-index: 10;
}

#about {
	width: 285px;
	height: 250px;
	background: #000000;
	position: relative;
	float: left;
	z-index: 5;
}

#about .productbox {
		background: #000000 url(/images/CaptiveAire/design/homepage/gradback.png) repeat-x top left;
		border-left: 1px solid #222222;
		border-right: 1px solid #000000;
		float: left;
		height: 249px;
		overflow: hidden;
		position: relative;
		text-align: center;
		width: 284px;
		display: block;
	}
	
	#about .productbox .about_img {
		width: 285px;
		height: 139px;
		position: absolute;
		overflow: hidden;
	}
			
	#about .productbox .desc {
		color: #666666;	
		white-space: normal;
		font-family: Arial;
		display: block;
		font-size: 13px;
		font-weight: bold;
		line-height: 15px;
		text-align: left;
		position: absolute;
		bottom: 40px;
		left: 10px;
		width: 270px;
		height: 62px;
		overflow: hidden;
		margin: auto;
	}
	
	#about .productbox a {
		left: 10px;
		bottom: 10px;
	}

#aboutLiner {
	padding: 12px 40px 15px 20px;
	color: #d3d3d3;
	font-size: 14px;
	text-align: left;
}

.btnAbout {
	display: block;
	position: absolute;
	bottom: 15px;
	text-align: center;
	margin: 0;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}

.btnAbout em {
	position: relative;
	background: #D4000C;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	display: block;
	float: left;
}	

.btnAbout .left {
	position: relative;
	background: url("/images/CaptiveAire/design/homepage/about_left_off.png") no-repeat;
	display: block;
	width: 9px;
	height: 100%;
	float: left;
}

.btnAbout .right {
	position: relative;
	background: url("/images/CaptiveAire/design/homepage/about_right_off.png") no-repeat;
	display: block;
	width: 9px;
	height: 100%;
	float: left;
}




#banner {
	display: block;
	width: 1000px;
	height: 107px;
	margin: 10px auto;
	z-index: 5;
}

#banner #bannerLeft, #banner #bannerRight {
	display: inline-block;
	float: left;
	width: 500px;
	height: 107px;
	background: url("/images/CaptiveAire/design/homepage/bannerBackground.png") no-repeat center center;
}

#banner #bannerLeft a {
	display: block;
	position: absolute;
	width: 470px;
	height: 96px;
	margin: 6px 15px;
	color: inherit;
	z-index: 10;
	
}

#banner #bannerLeft #bannerLeftHeadline {
	width: 460px;
	height: 22px;
	background-color: #3A3A3A;
	margin: 12px 20px 5px;;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
	letter-spacing: .5px;
}

#banner #eventWrapper {
	display: block;
	width: 460px;
	height: 60px;
	margin: 7px 20px 0;
}

#banner div.eventContainer {
	display: block;
	float: left;
	position: relative;
	width: 225px;
	height: 60px;
	background: url(/images/CaptiveAire/design/homepage/calendarIconSolid.jpg) no-repeat 6px 3px;
}

#banner .eventContainer span.eventMonth {
	position: absolute;
	width: 30px;
	font-size: 9px;
	line-height: 10px;
	left: 9px;
	top: 6px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

#banner .eventContainer span.eventDate {
	position: absolute;
	width: 30px;
	height: 20px;
	line-height: 20px;
	left: 9px;
	top: 16px;
	text-align: center;
	color: #3A3A3A;
	font-weight: bold;
}

#banner .eventContainer div.eventDetails {
	padding-left: 54px;
}



#banner div#eventBorder {
	display: block;
	float: left;
	border-left: 1px dashed #444444;
	width: 6px;
	height: 52px;
	text-align:right;
}


#banner #bannerRight a {
	display: block;
	margin: 12px 21px;
}

#footer {
	width: 1000px;
	position: relative;
	margin: 20px 8px 0;
	padding: 12px 0;
	border-width: 1px;
	border-style: solid none;
	border-color: #E5E5E5;
	z-index: 10;
	text-align: center;
}

#footer a {
	font-family: helvetica neue, helvetica, arial, sanserif;
	text-decoration: none;
	list-style: none;
}

#footerlinks {
	position: relative;
	margin: 0 auto;
	display: block;
	clear: both;
	font-family: helvetica neue, helvetica, arial, sanserif;
	text-decoration: none;
	font-size: 11px;
}

#footerlinks a  {
	font-family: helvetica neue, helvetica, arial, sanserif;
	color: #000000;
	font-size: 11px;
	margin: 0 5px;
}

#footerlinks a:hover {
	text-decoration: underline;
}

#copyright {
	position: relative;
	margin: 4px auto 0;
	display: block;
	width: 735px;
	height: 15px;
	clear: both;
}

#copyright span {
	font-family: helvetica neue, helvetica, arial, sanserif;
	float: left;
	margin: 0 3px;
	font-size: 11px;
	color: #999999;
}

#copyright span a {
	font-family: helvetica neue, helvetica, arial, sanserif;
	color: #999999;
	font-size: 11px;
	text-decoration: underline;
}
