body {
	position:absolute;
	background: url("images/home/background.png") repeat-x #ffffff;
	min-width:970px;
	z-index:-2;
	width:100%;
}
.background {
	height:427px;
}

/* =Widgets
----------------------------------------------- */
.widget-top-title {
    font-size: 30px;
    line-height: 36px;
    padding-bottom:0px;	
	color:#58A51E;
	font-weight:normal;
}
.widget-home {
	margin-top:42px;
	background-color:#EDEDED;
	border:1px solid #CCCCCC;
	padding:10px;
	font-size:13px;
	text-align:justify;
	min-height:360px;
	position:relative; 
}
.widget-home a.button {
	position:absolute; 
	bottom:0; 
	right:10px;
}
.service--icon {
	height:175px;
	overflow:hidden;
	margin-bottom:10px;
}
.widget-home img {
	margin-bottom:10px;
}
.widget-title-home {
    font-size: 24px;
    line-height: 35px;
    padding-bottom:17px;
    margin-top:-50px;
    margin-left:-10px;
    padding-bottom:0px;	
	font-weight:normal; }

.widget-title-home, 
.widget-title-home a {
	color:#58A51E;
}
.widget-title-home a:hover {
	color: #58A51E;
}

/* =Featured Slider
-------------------------------------------------------------- */
.featured-slider, 
.featured-slider .slider-cycle {
	
	overflow:hidden;
	float:left;
	width:708px;
	height:323px;
	position: relative;
}
.featured-slider .slider-cycle .slides img {
	border-top:1px solid #58A51E;
	border-bottom:1px solid #58A51E;
	border-left:1px solid #58A51E;
	width:709px;
	min-height:323px;
}
.featured-slider .displayblock {
	display: block;
	
}
.featured-slider .displaynone {
	display: none;
}
.featured-text {
	position: absolute;
	top: 147px;
	left: 15px;	
	color: #000;
}
.featured-text .featured-title {
	line-height: 30px;
	padding: 10px 10px 0 10px;
	background: #58A51E;
	background: rgba(255, 255, 255, 0.8);
	float: left;
	width: 462px;
	font-size:19px;
}
.featured-text .featured-title a {
	color: #000;
}
.featured-text .featured-content {
	padding: 10px 10px 29px 10px;
	background: #FFF;
	background: rgba(255, 255, 255, 0.8);
	float: left;
	clear: right;
	width: 462px;
	font-size:12px;
	height:80px;
	overflow:hidden;
}

/* Controllers 
-------------------------------------------------------------- */
#controllers {
	bottom: 15px;
	left: 15px;	
	text-align:right;
	line-height:0;
	position: absolute;
	width: 462px;
	padding: 10px 10px 10px 10px;
	float:left;
	bottom: 15px;
	z-index: 1000;
}
#controllers a {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	overflow:hidden;
	display:inline-block;
	color: #999;
	background-color: #999;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#controllers a:hover, 
#controllers a.active {
	background-color: #333;
	color: #333;
}

/* RESPONSIVE
-------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
	body{
		min-width:728px;
		background-position: 0 -10px;
	}
	.service--icon img {
		width:350px;
	}
	.widget-home {
		min-height:340px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	body{
			min-width:468px;
			background: url("images/detail/background.png") repeat-x #ffffff;
			background-position: 0 -10px;
		}
	.widget-home {
		min-height:360px;
	}
	.featured-slider {
		display:none;
	}
	.background {
		height:101px;
	}
	.service--icon img {
		width:450px;
	}
	.service--icon {
		height:225px;
	}
}

@media only screen and (max-width: 479px) {
	body{
			min-width:320px;
			background: url("images/detail/background.png") repeat-x #ffffff;
			background-position: 0 -10px;
		}
	.featured-slider {
		display:none; }
	.background {
		height:101px;
	}
	.widget-home {
		min-height:360px;
	}
}