@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}


#wrapper{
	position:relative;
	top:20px;
	width:900px;
	margin:0 auto;
}
/* ----- header styles -------*/

h1{
	margin-left:15px;
	display:block;
	clear:both;
}

h1 .midPage{
	padding-top:10px;
}

#banner{
	position:relative;
	padding-top:10px;
	padding-left:20px;
	height:150px;
}
#banner h2, #banner h3{
	position:absolute;
}

#banner h2{
	bottom:35px;
}
#banner h3{
	bottom:17px;
}

p{
	margin-bottom:20px;
}

.padded{
	padding:15px;
	
}

.clearFloat{
	clear:both;
}

/* ----- page styles -------*/


#page{
	padding:20px;
	position:relative;
}

.articleLeft, .articleRight{
	clear:both;
	margin:20px;
	margin-top:40px;
	min-height:250px;
}

.articleImage h4{
	width:100%;
	text-align:center;
}

.articleLeft .text, .articleRight .text{
	position:relative;
}

.articleLeft .text{
	left:25px;
}

.articleRight .text{
	padding-left:15px;
}

.articleLeft .articleImg, .articleRight .articleImg{
	position:relative;
}

.articleLeft .articleImg{
	float:left;
}

.articleRight .articleImg{
	margin-left:10px;
	float:right;
}

.articleLeft li, .articleRight li, .articleLeft p, .articleRight p{
	padding-bottom:15px;
}

.articleLeft .tabbed{
	position:relative;
	left:15px;	
}

.tabbed{
	padding-left:15px;
}
.tabbed li{
	padding-bottom:5px;
}

/*-- ONLY ON INDEX PAGE--*/
#logoBanner img{
	padding-left:60px;
}
/*-- ONLY ON QUALITY PAGE--*/
.quality{
	height:400px;
}

/*--COLUMNED IMAGES --*/

.projImages{
	position:relative;
	bottom:-4px;
	left:25px;
}
.projImages img{
	margin-right:20px;	
}
.imagesDown, .imagesDownRight{
	float:left;
	display:block;
	margin:20px;
}
.imagesDownRight{
	float:right;
}
.imagesDown img, .imagesDownRight img{
	margin:5px;
}

.centredBigImage{
	width:700px;
	margin:0 auto;
}

/*--ONLY ON ROSS BRIDGE PAGE--*/
#fixedHeightRoss{
	height:1100px;
}

/*--ONLY ON RED FUNNEL PAGE--*/
#fixedHeightRedFunnel{
	height:1150px;
}

/*--ONLY ON HUELIN RENOUF PAGE--*/
#fixedHeightHuelinRenouf{
	height:300px;
}


/*--ONLY ON SHIPS SIGNWRITING PAGE--*/
#fixedHeightShips{
	height:1400px;
}

/*--ONLY ON IN HOUSE PAGE--*/
#fixedHeightInHouse{
	height:300px;
}

/*--ONLY ON WATER BLASTING PAGE--*/
#fixedHeightBlasting{
	height:900px;
}

/*--ONLY ON DIRECTIONS PAGE--*/
.upZ{
	z-index:999;
}


/* ----- footer styles -------*/

#footer{
	padding:10px;	
}

#footer img, #footer img{
	position:absolute;
}

#footer #htmlImage{
	bottom:5px;
	right:5px;
}
#footer #cssImage{
	bottom:5px;
	right:100px;
}