/* @group Slideshow */

#slideshow-wrap {
	position: relative;
	margin-bottom: 10px;
}

#slideshow-wrap #slideshow-nav{
	position: absolute;
	top: 197px;
	left: 25px;
	z-index: 10;
}

#slideshow-wrap #slideshow-nav a{
	padding: 5px 10px;
	background: rgba(255,255,255,0.4);
	margin-right: 5px;
	text-decoration: none;
	color: #000;
	border: 1px solid #5d5349;
	border-bottom: none;
}

#slideshow-wrap #slideshow-nav a.activeSlide {
	background: #332a1f;
	color: #fff;
}


/* @end */



/* @group Banners */

#banners {
	width: 470px;
}

#banners ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#banners ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 114px;
}

#banners ul li .slogan{
	display: none;
}

#banners ul li h2 {
	margin: 0;
}

#banners ul li h2 a{
	display: block;
	height: 106px;
	text-indent: -9999em;
}

#banners ul li .learn-more{
	display: none;
}

#banners ul li#home-security {
	background: url(../images/banner-homesecurity.jpg);
}

#banners ul li#biz-security {
	background: url(../images/banner-bizsecurity.jpg);
}

#banners ul li#life-safety {
	background: url(../images/banner-lifesafety.jpg);
}

/* @end */

/* @group Tabs */

#tabs {
	height: 341px;
	width: 470px;
	background: url(../images/homepage-tabs-body.jpg) left bottom no-repeat;
	margin-left: 20px;
}

#tabs ul.ui-tabs-nav {
	list-style: none;
	height: 61px;
	margin: 0;
	padding: 0;

}

#tabs ul.ui-tabs-nav li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#tabs ul.ui-tabs-nav li a{
	display: block;
	height: 61px;
	background: url(../images/homepage-tabs-header.jpg);
	text-indent: -9999em;
}

#tabs ul.ui-tabs-nav li#tabs-news a{
	background-position: 0 0;
	width: 96px;
}

#tabs ul.ui-tabs-nav li#tabs-events a{
	background-position: -96px 0;
	width: 105px;
}

#tabs ul.ui-tabs-nav li#tabs-case a{
	background-position: -201px 0;
	width: 269px;
}

#tabs ul.ui-tabs-nav li#tabs-news a:hover,
#tabs ul.ui-tabs-nav li#tabs-news.ui-state-active a {
	background-position: 0 -61px;
	width: 96px;
}

#tabs ul.ui-tabs-nav li#tabs-events a:hover,
#tabs ul.ui-tabs-nav li#tabs-events.ui-state-active a{
	background-position: -96px -61px;
	width: 105px;
}

#tabs ul.ui-tabs-nav li#tabs-case a:hover,
#tabs ul.ui-tabs-nav li#tabs-case.ui-state-active a {
	background-position: -201px -61px;
	width: 269px;
}

#tabs .tab-block {
	margin: 20px 10px 10px 30px;
	padding-right: 20px;
	height: 214px;
	overflow: auto;
}

#tabs a.tab-view-all {
	display: block;
	height: 28px;
	text-indent: -9999em;
}

/* @group Tabs - News / Events */

#news ul,
#news ul li,
#events ul,
#events ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}

#news .news-date,
#events .event-date {
	float: left;
	width: 50px;
	text-transform: uppercase;
	font-size: .8em;
}

#news .news-title,
#events .event-title {
	padding-left: 60px;
border:0px solid #f00;
	line-height: 16px;
	font-size:13px;
	height:25px;
}	line-height:16px;


/* @end */

/* @group Tabs - Case Studies */

#case .case-header {
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #b3afa6;
	margin-bottom: 10px;
	position: relative;
}

#case .case-header .case-logo{
	float: left;
}

#case .case-header .read-case-study{
	position: absolute;
	bottom: 5px;
	right: 0;
}

#case .case-header .read-case-study a {
	text-decoration: none;
	text-transform: uppercase;
	color: #96834b;
	font-size: 12px;
}

#case .case-image{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#case .case-abstract {
	font-size: 10px;
	line-height: 18px;
	color: #2d2720;
}

/* @end */


/* @end */
