@charset "utf-8";
/*
	Joyce and Reddington Home CSS StyleSheet
*/

p { font-size: 13px; line-height: 18px; margin-bottom: 15px; }

#home-blocks {
	margin: -35px 0 0 10px;
}


#homeImg {
	width: 996px; height: 468px;
	background: url(../images/layout/home/bnrbg.jpg) no-repeat;
	padding: 10px 0 0 10px;
	position: relative;
}
	#homeImg #flashNavCon {
		width: 976px; height: 169px; 
		position: absolute; top: 225px; left: 10px; 
	}

#latest-news, #case-studies, #services {
	float: left;
	width: 318px; height: 347px;
	color: #FFF;
}

#latest-news, #case-studies {
	margin-right: 10px;	
}

#latest-news {
	background: url(../images/layout/home/latest-news.jpg);
	position: relative;
}

#latest-news .inner {
	margin: 20px 0 0 20px;
}

#latestNewsImg {
	background: url(../images/layout/home/latest-news-bg.jpg) no-repeat;
	width: 268px;
	height: 144px;
	padding: 22px 0 0 12px;
		}

#latest-news p {
	margin: 5px 15px 0 0;	
	color: #FFF;
}

#case-studies {
	padding: 4px 4px;
	border: 1px solid #c4c4c4;
}

#case-studies {
	position: relative;
	width: 310px; height: 338px;
}

#services {
	position: relative;
	width: 318px; height: 347px;
}

.bars {
	background: url(../images/content/home/service-bars.jpg);
	width: 100%; height: 100%;
}

#case-studies h3,
#services h3 {
	position: absolute;	top: 5px; left: 5px; z-index: 5000;
	padding: 0;
	background: url(../images/misc/rgba-000-0.4.png) repeat 0 0;
}

#latest-news h3 {
	padding: 5px 0 0 0;
}

#latest-news h4 {
	width:280px;
	}

#latest-news h4 a {
	color: #ffffff;
	}

#services h3 {
	top: 3px; left: 3px;
	background: url(../images/misc/rgba-fff-0.4.png) repeat 0 0;	
}

#case-studies h3 a,
#services h3 a,
#latest-news h3 a{
	display: block;
	height: 20px; padding: 5px 10px;
	color: #fff; font-size: 16px;
}

#services h3 a {
	color: #2b2b2b;	
}

div.slideshow {
	position: relative;
}
div.slideshow a {
	display: block;
	height: 100%;	
}
div.slideshow a.desc {
	position: absolute;	top: 238px; left: 3px;
	background: url(../images/misc/rgba-bars-0.67.png) repeat 0 0;
	height: 37px; width: 282px; padding: 5px 0 0 30px;
	color: #fff; font-size: 27px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
div.slideshow ul.cycle-arrows {
	position: absolute; bottom: 20px; right: 15px; z-index: 5000;
	padding: 0; margin: 0;
	list-style: none;
}
div.slideshow ul.cycle-arrows li {
	float: left;
}
div.slideshow ul.cycle-arrows li a {
	width: 38px; height: 43px;
}
div.slideshow ul.cycle-arrows li.previous a {
	background: url(../images/misc/left.png);
}
div.slideshow ul.cycle-arrows li.next a {
	background: url(../images/misc/right.png);
}


#bespoke-architectural {
	background: url(../images/headings/bespoke-architectural-contract-joinery.gif) no-repeat;
	height: 29px;
	margin-bottom: 25px;
}

#bottom-content {
	margin: 30px 0 0 10px;	
}



