/*
Theme Name: Nortek
Version: 1.0
*/
/* Reset CSS */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li, table,
form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*-- end reset */

/* Basic Configurations */
ul {
	list-style: none;
}

a {
	color: #0079c2;
	text-decoration: none;
}

.the_content {
	line-height: 1.27em;
}

.the_content a {
	color: #0079c2;
}

.the_content h1, .the_content h2, .the_content h3, .the_content h4, .the_content h5, .the_content h6 {
	line-height: normal;
	color: #e31837;
	font-family: Trebuchet MS, Tahoma, Sans-serif;
	margin-bottom: 15px;
}

.the_content h1 {
	font-size: 23px;
	margin-bottom: 13px;
}

.the_content h2 {
	font-size: 15px;
	border-bottom: 1px dotted #bcbdc0;
	padding-bottom: 2px;
	margin-bottom: 14px;
}

.rule {
	display: block;
	height: 1px;
	background: none;
	clear: both;
	border-bottom: 1px dotted #bcbdc0;
}

.the_content h3 {
	font-size: 14px;
}

.the_content h4 {
	font-size: 13px;
}

.the_content h5 {
	font-size: 12px;
}

.the_content h6 {
	font-size: 11px;
}

.the_content ol,
.the_content ul {
	padding-left: 28px;
}
.the_content ol { list-style: decimal; }

.the_content ul {
	list-style: none;
}

.the_content ul li {
	background: url(images/dot_red.png) left 7px no-repeat;
	padding-left: 10px;
}

.the_content li ol,
.the_content li ul {
	padding-left: 20px;
}

.the_content li {
	padding-top: 1px;
}


.the_content li ul,
.the_content li ol {
	padding-bottom: 0;
}

blockquote {
    background: url(images/quote.gif) no-repeat #F6F6F6;
    font-style: italic;
    margin: 20px 25px 20px 30px;
    padding: 10px 10px 10px 41px;
    text-align: left;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin: 5px 25px 0 0;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin: 5px 0 0 25px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.the_content table,
.the_content p,
.the_content ul,
.the_content ol,
.the_content dd,
.the_content pre,
.the_content hr {
	margin-bottom: 15px;
}
.the_content ul ul,
.the_content ol ol,
.the_content ul ol,
.the_content ol ul {
	margin-bottom: 0;
}
.the_content pre,
.the_content kbd,
.the_content tt,
.the_content var {
	font-size: 12px;
	line-height: 21px;
}
.the_content code {
	font-size: 12px;
}

.the_content small {
	font-size: 11px;
}

.the_content sup { vertical-align: top; position: relative; top: -0.5em; }

.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}

.the_content tr th,
.the_content thead th {
	font-weight: bold;
	padding: 4px 15px;
}
.the_content tr td {
	padding: 4px 15px;
}
.the_content tr.odd td {
	background: #f2f7fc;
}

.the_content hr {
	border: 0;
	border-bottom: 1px solid #555826;
	clear: both;
}

.the_content textarea,
.the_content input[type=text] {
	background: #ffffff;
	border-top: 1px solid #abadb3;
	border-left: 1px solid #e2e3ea;
	border-right: 1px solid #dbdfe6;
	border-bottom: 1px solid #e3e9ef;
	padding: 2px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



/*-- end basic conf*/

/* ============== Container ==================================== */
body {
	background: #f2f2f2;
	font-size: 11px;
	color: #717475;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
}

div#inner-shadow-wrap {
	background: url(images/background.png) center top repeat-y;
}

body.home {
	background: #ffffff;
}

.wrap {
	background: #ffffff;
	width: 960px;
	margin: 0 auto;
}

/* ============== Header ==================================== */
#header {
	background: url(images/shadow_bottom.png) left bottom repeat-x;
	position: relative;
	z-index: 222;
	padding-bottom: 8px;
}

	#header-image img {
		display: block;
	}

#header-inner {
	padding: 15px 15px 0;
	height: 51px;
	position: relative;
}

#logo {
	float: right;
	background: url(images/logo.png) no-repeat;
	width: 182px;
	height: 37px;
}
#logo a {
	display: block;
	width: 182px;
	height: 37px;
	text-indent: -9999px;
}

#nav {
	width: 748px;
	padding: 18px 0 0;
	position: absolute;
	left: 15px;
	bottom: 0px;
}

#nav li a {
	color: #717475;
}
	
	#nav li.icon_home > a span span {
		text-indent: -9999px;
		background-image: url(images/nav_icon_home.png) !important;
		background-repeat: no-repeat !important;
		background-position: center 9px !important;
		height: 11px;
		width: 17px;
	}
	
	#nav li.icon_home > a:hover span span {
		background-position: center -30px !important;
	}


div#homepage-slideshow { 
    width: 100%; 
	max-width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0;
	position: fixed;
	top: 0px;
	z-index: 7;
}

	div#homepage-slideshow img { 
		/* forced big images */
		width: 2000px; 
		height: 1500px;
	
		/* height drives width */
		width: auto; 
		height: 100%;
	
		/* width drives height */
		width: 100%; 
		height: auto;
	
		/* fill screen and maintain aspect ratio */
		width: auto; 
		height: auto;
		min-width: 100%; 
		min-height: 100%;
	}

/* ============== Main ==================================== */
#main {
	min-height: 900px;
	position: relative;
	z-index: 8;	
	margin-top: -8px;
}

#main-inner {
	padding: 20px 0px 50px 30px;
	background: url(images/sidebar_right_bg.png) repeat-y 725px top;
	min-height: 635px; /* #main has a min-height, so this needs one too */
}

#main-inner.full-width {
	background: none;
	min-height: 0px;
}

#sidebar {
	float: left;
	width: 140px;
}
.sub-nav-widget li {
	font-size: 11px;
	color: #717475;
	padding: 11px 0 3px;
}
.sub-nav-widget  li.current_page_ancestor,
.sub-nav-widget  li.current_page_parent,
.sub-nav-widget  li.current-menu-parent,
.sub-nav-widget  li.current-menu-item a ,
.sub-nav-widget li.current_page_item {
	font-weight: normal;
}
.sub-nav-widget li li {
	font-weight: normal;
	font-size: 10px;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.sub-nav-widget li a {
	color: #717475;
	padding-right: 11px;
}
.sub-nav-widget li a:hover { 
	color: #0079C2;
}

.sub-nav-widget  li.current-menu-parent a,
.sub-nav-widget  li.current_page_parent a,
.sub-nav-widget  li.current_page_ancestor a {
	/* background: url(images/arrow_down.png) right 4px no-repeat; */
}
.sub-nav-widget li li a {
	background: none !important;
}

.sub-nav-widget li.current-menu-item > a {
	color: #cc3333;
	font-weight: bold;
}

	.sub-nav-widget li.current-menu-item li.current-menu-item > a {
		color: #717475;
		font-weight: normal;
	}

.sub-nav-widget li ul {
	display: none;
}

.sub-nav-widget  li.current-menu-parent ul,
.sub-nav-widget  li.current_page_parent ul,
.sub-nav-widget  li.current_page_ancestor ul {
	display: block;
}

.secondary-side-nav {
	display: none;
}

#main-content {
	width: 523px;
	float: left;
	margin-left: 12px;
}

.full-width #main-content {
	width: 748px !important;
}

/* ===== Home Page ======= */
.home #header {
	background: #ffffff;
	padding-bottom: 0;
}

.main-home {
	margin-top: 0 !important;
	min-height: 0 !important;
	position: relative;
	z-index: 99;
}

#home-shadow {
	background: url(images/shadow_bottom_long.png) repeat-x;
}

.main-home .wrap {
	background: none;
}

#main-home-container {
	position: relative;
	height: 159px;
}

#homepage-headline {
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
	font-size: 22px;
	font-family: Georgia, Times New Roman, Serif;
	padding: 24px 28px;
	letter-spacing: 1px;
	text-shadow: 0 0 9px #000000, 0 0 5px #000000;
}

#home-logo-bar {
	background: #ffffff;
	height: 69px;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 99;
	left: 0;
	bottom: 20px;
}
.logo-slide {
	background: #ffffff;
	overflow: hidden;
	width: 945px;
	height: 69px;
	padding: 0 0 0 15px;
	font-size: 40px;
	line-height: 1.5em;
	white-space: nowrap;
}

.logo-slide .logo-wrap {
	display: block;
	height: 69px;
	float: left;
}
	.logo-slide .logo-wrap table {
		padding: 0;
		margin: 0;
		border: none;
		border-collapse: collapse;
	}
	
	.logo-slide .logo-wrap table tr {
		padding: 0;	
		margin: 0;
	}
	
	.logo-slide .logo-wrap table td {
		padding: 0;
		margin: 0;
	}

#logo-bar-slider {
	position: relative;	
}

div#logo_bar_overlay {
	width: 945px;
	height: 69px;
	background: url(images/logo_bar_overlay.png) no-repeat;
	position: absolute;
	left: 15px;
	top: 0px;
}

div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea {
	position: relative;
	width: auto;
	height: 100%;
}

.logo-slide img {
	margin: 5px 10px;
	vertical-align: middle;
}

#home-callout-container {
	position: fixed;
	width: 100%;
	height: 141px;
	left: 0;
	bottom: 100px;
	z-index: 99;
}

#home-callout-container .wrap {
	background: none;
}

.home-callout {
	background: url(images/bg_home_callout.png) no-repeat;
	overflow: hidden;
	position: relative;
	float: left;
}

.expanded-callout {
	width: 359px;
	height: 141px;
}

.shrunk-callout {
	width: 261px;
	height: 31px;
	margin-top: 110px;
	cursor: pointer;
	opacity: 0.7;
}

#home-callout-left {
	margin-left: 30px;
}

#home-callout-center {
	margin-left: 10px;
	margin-right: 10px;
}

#home-callout-right {
	margin-right: 29px;
}

.home-callout-inner {
	position: relative;
	padding: 4px 10px;
}

#home-callout-right .home-callout-inner {
	padding-left: 10px;
	padding-right: 10px;
}

.expanded-callout .home-callout-inner {
	padding: 4px 15px;
}

#home-slider-pager {
	position: absolute;
	z-index: 9;
	top: 9px;
	right: 9px;
}

#home-callout-left #home-callout-slider {z-index: 8;}

#home-slider-pager a {
	background: url(images/dot_home_slider.png) right top no-repeat;
	display: inline-block;
	width: 9px;
	height: 9px;
	font-size: 0;
	margin-right: 4px;
}

#home-slider-pager a.cycle-pager-active {
	background-position: left top;
}

.home-callout-title {
	font-size: 16px;
	font-weight: normal;
	color: #e31837;
	font-family: Trebuchet MS, Tahoma, Sans-serif;
	padding: 1px 0px 5px 1px;
}

.shrunk-callout .home-callout-title {
	color: #717475;
	font-size: 11px;
	padding: 4px 5px 50px;
	padding-bottom: 50px !important;
}

#home-callout-right .home-callout-title {
	padding-left: 5px;
}


#home-callout-slider .home-callout-title {
	padding-right: 65px;
}

.shrunk-callout #home-slider-pager {
	display: none;
}

#home-callout-left .home-callout-title {
	/* padding-left: 0; */
	padding-bottom: 0;
}

#home-callout-left.expanded-callout .home-callout-title { display: block; }
#home-callout-left.shrunk-callout .home-callout-title { display: none; }

#home-callout-left.expanded-callout .home-callout-title-small { display: none; }
#home-callout-left.shrunk-callout .home-callout-title-small { 
	display: block; 
	color: #717475;
    font-size: 11px;
    padding-bottom: 50px !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px; 
	font-weight: normal;
	}

#home-callout-left .home-callout-inner {
	padding-left: 0;
	padding-right: 10px;
}

.home-callout-slide {
	width: 340px;
	margin-left: 10px;
	height: 135px;
	overflow: hidden;
}

.home-callout-slide-image {
	float: left;
	width: 91px;
	text-align: center;
	margin: -3px 0 0 -4px;
	padding-bottom: 50px;
}

.home-callout-slide-txt {
	float: right;
	width: 240px;
	color: #717475;
	font-size: 11px;
	line-height: 1.27em;
	padding-top: 10px;
	padding-bottom: 50px;
}

.home-callout-slide-txt table,
.home-callout-slide-txt p,
.home-callout-slide-txt ul,
.home-callout-slide-txt ol,
.home-callout-slide-txt dd,
.home-callout-slide-txt pre,
.home-callout-slide-txt hr {
	margin-bottom: 4px;
}

.callout-news {
	height: 97px;
	width: 329px;
}

.cn-entry {
	padding-bottom: 5px;
}

.cn-meta {
	color: #717475;
	font-weight: bold;
}


/* ===== Common Page ======= */
.the_content .page-content,
.page-content {
	font-size: 13px;
	line-height: 1.69em;
}

.the_content .page-content ul,
.page-content ul {
	padding-left: 15px;
}

.the_content .page-content ul li,
.page-content ul li {
	background: url(images/arrow_right.png) left 8px no-repeat;
	padding-left: 12px;
}

/* --- In The News ---- */
.entry {
	padding: 3px 0 10px;
	border-bottom: 1px dotted #bcbdc0;
	margin-bottom: 12px;
}

.last-entry {
	border-bottom: 0;
}

.entry .entry-meta {
	margin-bottom: 8px;
}

.entry .news-title {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 14px;
}

/* --- Leadership Team ---- */

div.member-entry {
	border-bottom: 1px dotted #bcbdc0;
	padding: 6px 1px 5px;
	margin-bottom: 10px;
}
div.member-detail p {
	line-height: 15px;
	margin: 0px 0px 15px 0px;
}
div.member-photo {
	float: left;
	width: 120px;
	padding: 3px 0 10px;
}
div.member-info {
	float: right;
	width: 387px;
}
.member-entry .member-name {
	color: #717475;
	font-family: Arial, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
.member-entry .member-position {
	margin-bottom: 12px;
}

p.more-less {
	margin-top: 15px;
}
p.more-less a {
	display: inline-block;
	background: url(images/arrow_down.png) right 5px no-repeat;
	padding-right: 10px;
}
p.more-less a.less {
	background: url(images/arrow_up.png) right 5px no-repeat;
}

/* --- Companies ---- */
#companies-content {
	width: 500px;
}

.company-entry {
	padding: 17px 0 2px;
	border-top: 1px dotted #bcbdc0;
}
.first-company-entry {
	border-top: 0;
	padding-top: 10px;
}
.company-logo {
	float: left;
	width: 125px;
	padding: 3px 0 10px;
}
.company-info {
	width: 250px;
	float: left;
	margin-left: 2px;
	padding-bottom: 10px;
}
.company-info table,
.company-info p,
.company-info ul,
.company-info ol,
.company-info dd,
.company-info pre,
.company-info hr {
	margin-bottom: 7px;
}
.company-entry .company-name {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	color: #e31837;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
}
.company-address {
	float: left;
	width: 135px;
	margin-left: 35px;
	padding: 21px 0 10px;
}
.company-site {
	width: 180px;
	padding: 21px 0 10px;
	float: left;
	margin-left: 20px;
}

.company-entry-left {
	word-wrap: break-word;
}

.company_thumb_wrap {
	border: 1px solid #7f8284;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
}

	.company_thumb_wrap img {
		vertical-align: middle;
		margin: 0 !important;
	}

/* --- Innovation ---- */
.brands-wrap ,
.entry-wrap {
	padding: 35px 0 10px;
}

.brand_footer,
.brand_footer p {
	font-size: 10px !important;
}

.inno-entry {
	padding: 5px 0 5px;
}
.entry-left {
	float: left;
	width: 120px;
}
.entry-left img {
	margin-top: 3px;
}
.entry-right {
	float: right;
	width: 389px;
}
.entry-right-company {
	width: 370px;
}
	.entry-right-company p {
		margin-bottom: 4px;
	}
	
.entry-left .entry-left-title ,
.inno-entry .inno-title {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Sans-serif;
	color: #717475;
	padding: 0;
	margin: 0 0 5px;
}

h2.child-product-group-title {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}

/* --- Technology Solutions ---- */
.brands-wrap img {
	margin: 5px 12px 10px;
	vertical-align: middle;
}
.entry-left .entry-left-title {
	margin: 0;
}

/* --- Right Sidebar ---- */
#sidebar-right {
	width: 235px;
	float: right;
	padding: 0px 0 30px;
	position: relative;
    top: -25px;
}

#sidebar-right .widget {
	background: url(images/widget_bg.png) bottom left repeat-x;
	padding: 30px 11px 30px 12px;	
}

#sidebar-right .widget-title {
	color: #e31837;
	font-family: Trebuchet MS, Tahoma, Sans-serif;
	font-size: 17px;
	font-weight: normal;
	padding: 0 9px;
	margin: 0px 0px 5px 0px;
}

	.rightbox-pagination {
		padding: 4px 13px 7px;
		height: 8px;
	}
	
		.rightbox-pagination a {
			background: url(images/dot_rightbox.png) right top no-repeat;
			display: block;
			float: left;
			width: 9px;
			height: 8px;
			font-size: 0;
			margin-right: 5px;
		}
		
		.rightbox-pagination a.cycle-pager-active {
			background-position: left top;
		}

	.rightbox-image {
		padding: 4px 0px;
		text-align: center;
		margin-bottom: 10px;
		/* height: 140px; */
	}
	
		.rightbox-image img {
			display: block;
			margin: 0 auto;
		}

	.rightbox-txt {
		font-size: 11px;
		line-height: 1.27em;
		color: #717475;
		padding: 0 9px;
	}
	
		.rightbox-txt p {
			margin-bottom: 16px;
		}

	.rightbox-sub-title {
		font-size: 11px;
		margin-bottom: 5px;
	}

a.link-with-arrow {
	background: url(images/arrow_right.png) -1px 4px no-repeat;
	display: inline-block;
	padding-left: 10px;
}

a.link-blue-arrow {
	background: #0079c2 url(images/arrow_right_white.png) 5px 5px no-repeat;
	color: #fff;
	display: inline-block;
	padding: 2px 6px 2px 15px;	
	text-transform: lowercase;
	line-height: 12px;
}

.rightbox-txt a.link-with-arrow {
	margin-top: 3px;
}



/* ============== Footer ==================================== */
#footer {
	color: #ffffff;
	background: #717475;
	padding: 6px 30px;
	font-size: 11px;
	position: relative;
	z-index: 9;
}

#footer-inner {
	padding: 6px 30px;
}

#footer a,
#footer-home a {
	color: #ffffff;
}
#footer a:hover,
#footer-home a:hover {
	text-decoration: underline;
}
.footer-links {
	float: left;
	padding-right: 12px;
}
.footer-links li {
	background: url(images/sep_footer_links.png) left 2px no-repeat;
	float: left;
	padding: 0 4px 0 6px;
}
.footer-links li:first-child {
	background: none;
	padding-left: 3px;
}

#footer-home .wrap {
	background: none;
}
#footer-home {
	position: fixed;
	font-size: 10px;
	color: #ffffff;
	z-index: 99;
	width: 100%;
	left: 0;
	bottom: 0;
}
#footer-home #footer-inner {
	padding: 3px 30px 4px;
}

/* ============== Overview Video Tab ==================================== */

#video_overview_tab {
	width: 40px;
	height: 130px;
	display: block;
	background: url(images/overview_video_floating_tab.png) #e21837 0px 0px;
	text-indent: -9999px;
	outline: none;
	position: fixed;
	left: -10px;
	top: 99px;
	z-index: 10;
	
	-webkit-transition: -webkit-box-shadow 0.5s ease-out;
    -moz-transition: -moz-box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out;
}

#video_overview_tab:hover {
	background-position: 40px 0px;
	
	-webkit-box-shadow: 0px 0px 15px #555;
    -moz-box-shadow: 0px 0px 15px #555;
    box-shadow: 0px 0px 15px #555;
}

/* ============== Smart Solutions ==================================== */
ul.smart_solutions_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

	ul.smart_solutions_list li {
		list-style: none;
		margin: 0px 4px 0px 0px;
		padding: 0;
		display: block;
		float: left;
		text-align: center;
	}
	
		ul.smart_solutions_list li.last {
			margin-right: 0;
		}
	
		ul.smart_solutions_list li a {
			display: block;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
			padding: 10px 5px 0px 5px;
			width: 100px;
			height: 100px;
			color: #FFF;
			font-weight: bold;
			font-size: 11px;
			text-transform: uppercase;
			background: #666666;
			background-repeat: no-repeat;
			background-position: center bottom;
		}
			
		ul.smart_solutions_list li a:hover,
		ul.smart_solutions_list li.active a {
			background-color: #cc0033
		}
		
		ul.smart_solutions_list li.ss_av a { background-image: url(images/ss_icon_av.png); background-position: center 50px; }
		ul.smart_solutions_list li.ss_hm a { background-image: url(images/ss_icon_hm.png); background-position: center 53px; }
		ul.smart_solutions_list li.ss_ha a { background-image: url(images/ss_icon_ha.png); background-position: center 54px; }
		ul.smart_solutions_list li.ss_pm a { background-image: url(images/ss_icon_pm.png); background-position: center 52px; }
		ul.smart_solutions_list li.ss_sac a { background-image: url(images/ss_icon_sac.png); background-position: center 53px; }


/* ============== About Overview ==================================== */
.business_segment_group {
	margin-bottom: 24px;
}

	.business_segment {
		float: left;
		width: 26.95984703632887%;
		margin-right: 9.560229445506692%;
	}
	
	.business_segment.last3 {
		margin-right: 0;
	}
	
		.business_segment img {
			max-width: 100%;
			hieght: auto;
			margin-bottom: 8px;
		}
		
		.business_segment p {
			line-height: 1.153846153846154;
			margin-bottom: 6px;
		}

		
/* Fancybox Video Gallery */

.video-gallery .fancybox-prev {
	height: 70px !important;
	left: -50px;
	top: 50%;
	margin-top: -35px;
}

.video-gallery .fancybox-prev span {
	left: 0px;
	width: 35px;
	height: 70px;
	background: url(images/video_gallery_prev.png) 0px 0px no-repeat;
	visibility: visible;
	margin: 0;
	top: auto;
}
	
	.video-gallery .fancybox-prev:hover span {
		width: 184px;
		background-position: -35px 0px;
	}

.video-gallery .fancybox-next {
	height: 70px !important;
	right: -50px;
	top: 50%;
	margin-top: -35px;
}

.video-gallery .fancybox-next span {
	right: 0px;
	width: 35px;
	height: 70px;
	background: url(images/video_gallery_next.png) 0px 0px no-repeat;
	visibility: visible;
	margin: 0;
	top: auto;
}

	.video-gallery .fancybox-next:hover span {
		width: 184px;
		background-position: -35px 0px;
	}