@charset "utf-8";
/* CSS Document */
html, body {
	margin:0 auto;
	padding:0;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	color:#888;
	background:#fff url(images/pnftowerhire_logo_bg.jpg) repeat-x top;
}
h1 {
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	color:#393939;
}
h2 {
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	color:#888;
}
h3 {
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	color:#888;
	text-align:center;
}
h4 {
	font:bold 22px Georgia, "Times New Roman", Times, serif;
	color:#888;
	text-align:center;
}

.mainNavs {
	padding:0;
	margin:0;
}
.contactInfo {
	background:#e8e8e8;
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	color:#393939;
}
.alignCenter {
	 text-align:center;
}
.onCallText {font:bold 14px Georgia, "Times New Roman", Times, serif;
	color:#393939; text-align:left;}
.contactPaul {font:normal 14px Georgia, "Times New Roman", Times, serif;
	color:#393939; text-align:left;}
	.contactPaul a:link, .contactPaul a:visited {color:#393939; text-decoration:underline;}
	.contactPaul a:hover {color:#000; text-decoration:underline;}
.footer {
	margin:0 auto;
	padding:0;
	font:normal 12px Tahoma, Geneva, sans-serif;
	color:#fff;
	background:#fff url(images/pnftowerhire_logo_bg.jpg) repeat-x top;
	height:100px;
	vertical-align:middle;
	text-align:center;
}
.footer a:link, .footer a:visited {
	color:#fff;
	text-decoration:underline;
}
.footer a:hover {
	color:#000;
	text-decoration:none;
}
 
image-set {margin:0 auto; width:750px;} 
 
/*** set the width and height to match your images **/
 
#slideshow {
	position:relative;
	height:370px;
	width:960px;
	margin:0 auto; }
 
#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
 
#slideshow img.active {
	z-index:10;
	opacity:1.0;
}
 
#slideshow img.last-active {
	z-index:9;
}
 
 