/****************************************************
  HOME
****************************************************/

.home #header #branding {
	height: 214px;
}
.home #content {
	padding: 0px;
}
.home #homepage-tout {
	background: #ce0005 url(/images/layout/bg-homepage-tout.jpg) repeat-x;
	width: 755px;
	margin: 0;
	padding:45px 0 20px;
}
.home #homepage-tout h1,
.home #homepage-tout p {
	color:#FFFFFF;
	font-size:28px;
	letter-spacing:-0.5px;
	line-height:34px;
	margin:0 0 20px;
	padding:0 40px;
}
.home #homepage-tout h1 {
	font-size: 30px;
}
.home #homepage-tout h1.intro {
	font-size:38px;
}
.home #homepage-tout p.big {
	font-size:32px;
}
.home #homepage-tout a {
	background-color: #A61000;
	color:#FFFFFF;
	font-weight:normal;
	padding:0 7px 4px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.home #homepage-tout a:hover{
	background-color:#000;
}
.home #recent {
	border-top:10px solid #ff1800;
	width: 755px;
	background-color:#fff;
	display:block;
	padding-bottom: 35px;
	float:left;
}
.home #recent-container {
	width: 675px;
	height: 150px;
	overflow:hidden;
	position:relative;
	display:block;
	float:left;
}
.home #recent h2,
.home #whatwedo h2 {
	font-size:28px;
	letter-spacing:-0.5px;
	margin:25px 0 20px 40px;
	padding:0;
	font-weight:bold;
	color:#222;
}
.home #recent p.intro {
	color: #222;
	margin: 0px 0px 25px 0px;
	line-height: 26px;
	font-size: 20px;
	padding-left:40px;
	padding-right:40px;
}
.home .item {
	width: 675px;
	height: 150px;
	overflow: hidden;
	float: left;
}
.home .item .img {
	float:left;
	width:265px;
	display:block;
}
.home .item .img a {
	width: 240px;
	height: 135px;
	display: block;
	overflow: hidden;
	border: 5px solid #ccc;
}
.home .item .img a:hover{
	border:5px solid #555;
}
.home .item .desc {
	float: left;
	width: 400px;
	margin-left:10px;
	display: block;
}
.home .thumbs h3, 
.home .item .desc h3 {
	letter-spacing: -0.5px;
	padding:0;
	margin:0 0 15px 0;
}
.home .thumbs h3 a,
.home .item .desc h3 a{
	font-size: 20px;
	font-weight: bold;
	text-decoration:none;
	padding:0px 3px;
	margin-left:-3px;
	display:inline-block;
}
.home .thumbs h3 a {
	margin-top:10px;
}
.home .thumbs h3 a:hover,
.home .item .desc h3 a:hover{
	background: none;
	color: #ff1800;
	border: none;
}
.home .thumbs h3 a span,
.home .item .desc h3 a span{
	background: url(/images/layout/red_arrow.gif) right no-repeat;
	padding-right:12px;
}
.home .item .desc p {
	margin: 0px 0px 20px; 
	font-size: 14px;
	line-height: 20px;
}
.home #content .item .desc ul {
	padding:0;
	margin:25px 0 0 0;
	list-style:none;
}
.home #content .item .desc li {
	padding:0;
	margin:0;
	list-style:none;
	background: none;
}
.home #content .item .desc li {
	display: inline;
	margin-right:3px;
	font-size:11px;
	color:#fff;
	line-height: 23px;
	background:none;
}
.home .item .desc li a {
	text-decoration: none;
	color:#fff;
	background-color:#ce0005;
	padding: 3px 5px;
}
.home .item .desc li a:hover {
	background-color:#333;
}
.home .leftScroll {
	float:left;
	display:block;
	width:40px;
	height:50px;
	background: url(/images/layout/prev.gif) top left no-repeat;
}
.home .rightScroll {
	float:left;
	display:block;
	width:40px;
	height:50px;
	text-align:right;
	background: url(/images/layout/next.gif) top right no-repeat;
}
.home .leftScroll span, 
.home .rightScroll span {
	display:none;
}
.home .leftScroll, 
.home .rightScroll {
	cursor:pointer;
}
.home #whatwedo {
	border-top: 1px solid #ddd;
	width:755px;
	height:auto;
	display:block;
	float:left;
	background-color:#fafafa;
	padding-bottom:25px;
	padding-top: 25px;
}
.home #whatwedo h2 {
	margin: 0 0 20px 0;
}
.home #whatwedo .desc {
	float:left;
	width:420px;
	margin-left:40px;
	display:inline;
}
.home #whatwedo .desc p{
	margin: 0px 0px 20px; 
	font-size: 14px;
	line-height: 20px;
}
.home .thumbs{
	display:block;
	float:left;
	height:auto;
	margin-left:25px;
	margin-top:58px;
	width:240px;
}
.home #whatwedo .thumbs ul{
	padding:0;
	margin:0;
}
.home #whatwedo .thumbs li {
	float:left;
	display:block;
	width:70px;
	height:70px;
	margin:0px 10px 10px 0;
	overflow:hidden;
	background:none;
	padding:0;
}
.home .thumbs li a{
	display:block;
	width:60px;
	height:60px;
	border:5px solid #ccc;
	overflow:hidden;
}
.home .thumbs li a:hover{
	border:5px solid #555;
}
