/* CSS Document */


.homeColumn {
	position:relative;
	width: 196px;
	float: left;
	line-height:15px;
	margin-right: 5px;
	margin-top: 15px;
	padding: 0 15px;
	font-size:10px;
}



.homeButton a {
	position:relative;
	display:block;
	width: 151px;
	height: 20px;
	background-repeat:no-repeat;
	
	overflow:hidden;
	border:none;
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent: 500px;
	text-decoration:none;
}

.homeButton {
	position: absolute;
	top: 177px;
	left: 25px;
}

.homeButton a:hover {
	background-position:0px -30px;
}

.homePress {
	background-image:url(/images/buttons/home_press.png);
}
.homeContact {
	background-image:url(/images/buttons/home_contact.png)
}
.homeGallery {
	background-image:url(/images/buttons/home_gallery.png)
}

.homeCaseStudies {
	background-image:url(/images/buttons/home_case_studies.png)
}


/* Move the first heading left a bit for 3col pages */
#middle h1 {
	left: 45px;
}


#middle #headingBG {
	display:block;
	position:absolute;
	width: 230px;
	height: 35px;
	bottom: 0px;
	left: 30px;
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	KHTMLOpacity:0.7;
}


#middle h1.headingCol2 {
	left: 273px;
}

#middle #headingBG2 {
	display:block;
	position:absolute;
	width: 230px;
	height: 35px;
	bottom: 0px;
	left: 262px;
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	KHTMLOpacity:0.7;
}

#middle h1.headingCol3 {
	left: 505px;
}


#middle #headingBG3 {
	display:block;
	position:absolute;
	width: 230px;
	height: 35px;
	bottom: 0px;
	left: 494px;
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	KHTMLOpacity:0.7;
}


#bottom {

	padding: 10px 10px 10px 30px;	
}


#middleImgContainer {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 750px;
	height: 150px;
	overflow:hidden
}

#scroller {
	height: 150px;
	width: 5000px;
	position: absolute;
	top: 0;
	left: -434px;
	z-index: 0;
}
#scroller img {
	margin-right: 2px;
}
