#header-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 375px;
	background: url(../images/header_bg_st.jpg) repeat-x top;
	}

#slideshow{
	position: relative;
	left:50%;
	margin-left:-455px;
	top: 10px;
	width: 910px;
	height: 240px;
	}
	
#content{
	position: relative;
	left:50%;
	top: 10px;
	margin-left:-455px;
	width: 910px;
	height: 340px;
	}

#featured{
	position: relative;
	float: left;
	left: 5px;
	width: 290px;
	}
	
.featured-item{
	position: relative;
	float: left;
	width: 290px;
	height: 150px;
	margin-bottom: 10px;
	background: url(../images/box_black.jpg) no-repeat;
	}
	
.thumbs{
	position: relative;
	float: left;
	top: 35px;
	left: 15px;
	}
	
.thumbs li{
	display: inline;
	width: 80px;
	height: 80px;
	padding-right: 5px;
	}
		
.title{
	position: relative;
	float: left;
	top: 15px;
	left: 15px;
	height: 20px;
	width: 260px;
}

#info{
	position: relative;
	float: right;
	right: 5px;
	width: 600px;
	height: 310px;
	background: url(../images/box_home.jpg) no-repeat;
	}
	
#info p{	
	position: relative;
	float: left;
	margin: 10px;
	color: black;
	}
	
#desc{
	position: relative;
	float: left;
	width: 320px;
	height: 300px;
	font-size: 14px;
	}
	
#serv{
	position: relative;
	float: left;
	width: 260px;
	height: 310px;
	font-size: 14px;
	}
	
#serv ul{
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	color:black;
	font-size: 14px;
}
