@charset 'utf-8';

/*---------------- Index Banner ---------------*/

#banner{
	background:url(../images/banner_bg.jpg) no-repeat top center;
	height:281px;
	z-index:1;
	position:relative;
	margin-top:-7px;
}
#banner h1, #banner h2{

}

#banner .wrapper{
height:300px;
}
#index_banner_text{
	margin:135px 0 0 60px;
	width:477px;
	height:73px;
	overflow:hidden;
	clear:both;
	float:left;
}
#index_banner_image{
	width:226px;
	height:304px;
	float:right;
	margin:-23px 100px 0 0;
	z-index:2;
	position:relative;
}

/*---------------- Quicklinks ---------------*/

#quicklinks{
float:left;
clear:left;
width:950px;
height:115px;
}
#quicklinks a{
height:115px;
display:block;
float:left;
}

a#conveyor{
background:url(../images/banner_img.png) 0 0;
width:229px;
}
a#conveyor:hover{
background:url(../images/banner_img.png) 0px -115px;
}
a#machines{
background:url(../images/banner_img.png) -229px 0;
width:238px;
}
a#machines:hover{
background:url(../images/banner_img.png) -229px -115px;
}
a#lifting{
background:url(../images/banner_img.png) -467px 0;
width:221px;
}
a#lifting:hover{
background:url(../images/banner_img.png) -467px -115px;
}
a#mechanical{
background:url(../images/banner_img.png) -688px 0;
width:262px;
}
a#mechanical:hover{
background:url(../images/banner_img.png) -688px -115px;
}


/*---------------- Index Content ---------------*/

#main_content{
float:left;
width:688px;
}

#intro_text{
	padding:30px 300px 20px 35px;
	float:left;
	border-bottom:1px solid #e9e9e9;
	background:url(../images/col_photo.jpg) no-repeat top right;
}
img#intro_text_image{
	float:right;
	margin:-70px 0 -30px 0;
}
#contact_info{
	clear:left;
	padding:30px 0 15px 35px;
}
#contact_info span{
	font-size:1.1em;
}
#contact_info span strong{
	font-weight:normal;
	color:#2460c4;
}

#sidebar{
width:262px;
float:left;
padding:30px 0 0 0;
}
#sidebar h1{
	margin-left:30px;
}

.project_table, .cf_element{
width:203px;
border:1px solid #eee;
margin:0 auto;
}

#project_thumb{
text-align:center;
}

#project_description{
background-color:#dddddd;
padding:17px 22px 5px 22px;
text-align:left;
font-size:0.85em;
border-top:2px solid #cccccc;
}
#project_description p strong{
	color:#666;
}
