@import url(base.css);

#homepage-tout {
	background: #ce0005 url(http://redant-site.s3.amazonaws.com/images/bg-homepage-tout.jpg) repeat-x;
	width: 755px;
	margin: 0;
	padding: 40px 0 30px 0;
}
#homepage-tout h1,
#homepage-tout p {
	padding: 0px 40px;
	margin:  0 0 15px 0;
	font-size: 28px;
	color: #ffffff;
	letter-spacing: -1px;
	line-height: 1em;
}
#homepage-tout h1.intro {
	font-size:38px;
}
#homepage-tout p.big {
	font-size:32px;
}
#homepage-tout a {
	font-weight:normal;
	color: #ff8c80;
}
#homepage-tout a:hover{
	background-color:#333;
	color: #ffffff;
}

#homepage-portfolio-feature {
	width: 755px;
	height: 230px;
	padding: 0 0 70px 0;
	margin:0 0 0 0;
}



#recent {
	border-top:10px solid #ff1800;
	width: 755px;
	background-color:#fff;
	display:block;
	float:left;
}
#recent-container {
	width: 675px;
	height: 200px;
	overflow:hidden;
	position:relative;
	display:block;
	float:left;
}
#recent h2,
#whatwedo h2 {
	font-size:26px;
	margin:25px 0 20px 40px;
	padding:0;
	letter-spacing:-1px;
	font-weight:normal;
	color:#3a3a3a;
}
#recent p.intro {
	margin:-20px 40px 25px 40px;
	font-size:24px;
	line-height:25px;
	color#555;
}
#recent p.intro strong {
	color:#333;
	font-weight:normal;
}
.item {
	width: 675px;
	height: 200px;
	overflow: hidden;
	float: left;
}
.item .img {
	float:left;
	width:265px;
	display:block;
}
.item .img a{
	width:240px;
	height:135px;
	display:block;
	border:5px solid #ccc;
}
.item .img a:hover{
	border:5px solid #555;
}

.item .desc {
	float: left;
	width: 400px;
	margin-left:10px;
	display: block;
}
.thumbs h3, 
.item .desc h3 {
	letter-spacing: -1px;
	padding:0;
	margin:0 0 15px 0;
}
.thumbs h3 a,
.item .desc h3 a{
	color: red;
	text-decoration:none;
	padding:0px 3px;
	margin-left:-3px;
	display:inline-block;
}
.thumbs h3 a {
	margin-top:10px;
}
.thumbs h3 a:hover,
.item .desc h3 a:hover{
	color: #fff;
	text-decoration:none;
	background-color:#333;
}
.thumbs h3 a span,
.item .desc h3 a span{
	background: url(../images/arrow.gif) right no-repeat;
	padding-right:12px;
}
.item .desc p {
	font-size:14px;
}

.item .desc ul {
	padding:0;
	margin:25px 0 0 0;
	list-style:none;
}
.item .desc li {
	padding:0;
	margin:0;
	list-style:none;
}
.item li {
	display: inline;
	margin-right:3px;
	font-size:11px;
	font-color:#fff;
	line-height: 23px;
}
.item li a {
	text-decoration: none;
	color:#fff;
	background-color:#ce0005;
	padding: 3px 5px;
}
.item li a:hover {
	background-color:#333;
}

.leftScroll {
	float:left;
	display:block;
	width:40px;
	height:50px;
	background: url(../images/prev.gif) top left no-repeat;
}
.rightScroll {
	float:left;
	display:block;
	width:40px;
	height:50px;
	text-align:right;
	background: url(../images/next.gif) top right no-repeat;
}
.leftScroll span, 
.rightScroll span {
	display:none;
}
.leftScroll, 
.rightScroll {
	cursor:pointer;
}


#whatwedo {
	border-top: 2px solid #eeeeee;
	width:755px;
	height:auto;
	display:block;
	float:left;
	background-color:#fcfcfc;
	padding-bottom:25px;
}

#whatwedo .desc {
	float:left;
	width:420px;
	margin-left:40px;
	margin-top:-18px;
	display:inline;
}
#whatwedo .desc p{
	font-size:14px;
	margin-bottom:11px;
	color:#000;
}
.thumbs{
	float:left;
	display:block;
	width:230px;
	height:auto;
	margin-left:30px;
}
.thumbs ul{
	padding:0;
	margin:0;
}
.thumbs li {
	float:left;
	display:block;
	width:70px;
	height:70px;
	margin:0px 5px 5px 0;
	overflow:hidden;
}
.thumbs li a{
	display:block;
	width:60px;
	height:60px;
	border:5px solid #ccc;
	overflow:hidden;
}
.thumbs li a:hover{
	border:5px solid #555;
}