/* ############################ */
/* STYLES SPECIFIC TO HOME PAGE */
/* ############################ */

#banner-container {
	clear:both;
	overflow:hidden;
}

#blocks {
	float:right;
	width:263px;
	position:relative;
}

#blocks .block {
	background:#f3f1e5 url(images/home-info.png) no-repeat;
	height:112px;
	margin:0 0 6px;
	padding:5px;
}
#blocks .block img {
	float:right;
	position:absolute;
	right:5px;
}

#blocks .last { margin:0; }

#blocks p { width:60%; }
#blocks h2 { color:#339532; font-size:16px; width:60% }
#blocks a { color:#dd6125; text-decoration:none; }
#blocks a:hover { text-decoration:underline;}
#blocks ul li {
	background:none;
	border-radius:0;
	color:#444;
	font-size:12px;
	margin:0;
	padding:0;
}
#blocks ul li a {
	color:#444;
}

.information {
	clear:both;
	padding:0 10px 10px;
}

#clients { }
#clients h2 { color:#000; font-family:'Century Gothic', Helvetica, sans-serif; font-size:12px; font-weight:normal; margin:0 0 20px; }
#clients ul { list-style:none; overflow:hidden; padding:0; width:984px; }
#clients li { display:inline; float:left; line-height:30px; margin:0 15px; }

/* Copyright (c) Studio 2 Online Ltd. */

