#home-content {
    background: url("../images/home/content-bg.png") center repeat-y;
    margin-top: 77px
}

/**
 * About Us
 */
#about-us {
    clear: both;
    float: left;
    padding-right: 15px;
    width: 274px
}

#about-us ul {
    list-style: none;
    margin: 2px 0 10px 0;
    padding: 0
}

#about-us li {
    margin-bottom: 2px
}

.show, .hide {
    display: block;
    outline: none;
    margin-top: 5px
}

.show:hover, .hide:hover {
    text-decoration: none
}

.show i, .hide i {
    float: left;
    display: block;
    background-image: url("../images/show-hide.png");
    margin: 2px 5px 0 0;
    width: 10px;
    height: 10px
}

.show i {
    background-position: 0 -10px
}

/**
 * Recent News
 */
#recent-news {
    float: left;
    padding: 0 15px;
    width: 328px
}

.news {
    margin-bottom: 20px
}

.date, .news h4, .news h4 a {
    font-size: 1em;
    font-weight: bold
}

.date {
    color: #44cbe9
}

.news h4 {
    margin: 5px 0 -5px
}

/**
 * Our Clients
 */
#our-clients {
    float: left;
    padding-left: 15px;
    width: 273px
}

#our-clients h2 {
    margin-bottom: 0
}

.client {
    border-bottom: 1px solid #20201d;
    padding: 15px 0;
    height: 75px
}

.client.b {
    border-bottom: 0
}


.client .image {
    float: left;
    width: 190px
}

.client .content {
    float: left;
    padding-top: 18px;
    width: 83px;
    font-size: .83em
}

#client-pages {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 225px
}

#client-pages a {
    float: left;
    display: block;
    outline: none;
    background-image: url("../images/home/client-page.png");
    margin: 0 3px;
    padding-top: 12px;
    width: 26px;
    height: 20px;
    font-weight: bold;
    text-align: center
}

#client-pages a.current {
    background-position: -26px 0
}

/**
 * Bottom Slider
 */
#home-footer {
    clear: both;
    height: 200px
}

#footer-slider {
    position: relative;
    margin: 0 auto;
    width: 936px;
	height:190px;
}


.scrollable {
	position: relative;
	overflow: hidden;
    left: 26px;
	width: 884px;
	height: 90px
}

.scrollable .items {
	position: absolute;
    width: 20000em
}

.items div {
	float: left;
    width: 884px
}

.items img {
    float: left;
    display: block;
    margin: 0 18px
}

#services {
	float:left;
	height: 75px;
	display:block;
	width:930px;
}

.webdesign {
	width:280px;
	float:left;
	height:50px;
	padding-left:10px;

}
.seo {
	width:280px;
	float:left;
	height:50px;
	padding-left:30px;

}
.print {
	width:280px;
	float:left;
	height:50px;
	padding-left:30px;

}

#serviceimg {
	display:block;
	height:80px;
}
#serviceimg img {
	display:block;
	padding-right:20px;
	padding-left:10px;
	float:left;
	border-top: 1px solid #20201d;

}

#serviceimg .print {
	height:75px;
}

