/* Start of CMSMS style sheet 'front' */
.content-left {
	width: 540px;
	float: left;
	padding-right: 10px;
}

.content-right {
	width: 340px;
	float: left;
	padding-left: 10px;
	margin-bottom: -8px;
}
	
.services {
	width: 260px;
	float: left;
	margin-bottom: 20px;
}
	.services h3.design-print {
		background: url(../images/print-icon.png) no-repeat left;
		padding:  6px 0 8px 60px;
		margin-left: 20px;
	}
	.services h3.design-web {
		background: url(../images/web-icon.png) no-repeat left;
		padding:  6px 0 8px 50px;
		margin-left: 27px;
	}
.services.print {
	margin-right: 10px;
}
	
.services ul {
	list-style: none;
	margin: 0 0 30px 30px;
}
	.services ul li {
		margin-bottom: 10px;
		padding-left: 23px;
		background: url(./images/tick.png) no-repeat left;
	}
	.services ul li a {
		color: #75523f;
		text-decoration: none;
	}
	.services ul li a:hover, .services ul li a:focus {
		color: #291502;
	}
	
.portfolio-thumbs {
	float: left;
	margin-right: 20px;
	border: 4px solid #d8bd9b;
}
	.portfolio-thumbs.see-more {
		margin-right: 0px;
	}
	
/*-----FEATURE-----*/

#feature {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#feature_list ul {
	list-style: none;
	width:940px;
	margin: 0;
	padding: 0;
	position:relative;
}
#feature_list li {
	display:inline;
	float:left;
}
.textholder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

/*-----HEADINGS-----*/

h3.web {
	text-indent: -9999px;
	background: transparent url(./images/web_h3.png) no-repeat;
	height: 45px;
}

h3.print {
	text-indent: -9999px;
	background: transparent url(./images/print_h3.png) no-repeat;
	height: 45px;
}
h2.latest {
	text-indent: -9999px;
	background: transparent url(./images/head_latest.png) no-repeat;
	height: 45px;
}
h2.front {
	text-indent: -9999px;
	background: transparent url(./images/front_head.png) no-repeat;
	height: 45px;
}
/* End of 'front' */

