html {
	background:url(../img/background_repeat.jpg)  top center repeat-x;
	background-color:#3479a6;
	
}

#imageArea {
	position:absolute;
	width:1000px;
	height:577px;
	top:43px;
}

#image {
	width:613px;
	height:567px;
	position:relative;
	float:right;
	z-index:300;
}

#quotes {
	width:458px;
	float:left;
	height:97px;
	background-image:url(../img/home/quotes.png);
	background-repeat:no-repeat;
	margin-top:5px;
	position:absolute;
	top:170px;
	padding:25px 0 0 30px;
	font-family: HelveticaNeue-UltraLight, 'Helvetica Neue UltraLight', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, arial, sans-serif;
	font-size:31px;
	color:#fff;
	z-index:500;
}

#thumbnails {
	width:424px;
	height:90px;
	float:left;
	position:absolute;
	bottom:26px;
	background-image:url(../img/home/thumbsShaddows.png);
	background-repeat:no-repeat;
	padding:8px 0 0 8px;
	z-index:400;
}

#thumb_welder {
	background-image:url(../img/home/welder_thumb.png);
	background-repeat:no-repeat;
	background-position:0 -60px;
}

#thumb_welder:hover {
	background-image:url(../img/home/welder_thumb.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#thumb_offices {
	background-image:url(../img/home/offices_thumb.png);
	background-repeat:no-repeat;
	background-position:0 -60px;
}

#thumb_offices:hover {
	background-image:url(../img/home/offices_thumb.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#thumb_crane {
	background-image:url(../img/home/crane_thumb.png);
	background-repeat:no-repeat;
	background-position:0 -60px;
}

#thumb_crane:hover {
	background-image:url(../img/home/crane_thumb.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#thumb_pressurevessel {
	background-image:url(../img/home/pressurevessel_thumb.png);
	background-repeat:no-repeat;
	background-position:0 -60px;
}

#thumb_pressurevessel:hover {
	background-image:url(../img/home/pressurevessel_thumb.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#thumb_choosingweld {
	background-image:url(../img/home/choosingweld_thumb.png);
	background-repeat:no-repeat;
	background-position:0 -60px;
}

#thumb_choosingweld:hover {
	background-image:url(../img/home/choosingweld_thumb.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#thumb_admin {
	background-image:url(../img/home/admin_thumb.png);
	background-repeat:no-repeat;
	background-position:0 -60px;
}

#thumb_admin:hover {
	background-image:url(../img/home/admin_thumb.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#thumbnails ul li {
	list-style-type:none;
	display:inline;
	float:left;
	margin-right:10px;
	height:60px;
	width:60px;
}

#thumbnails ul li a{
	display:inline-block;
	height:60px;
	width:60px;
}