@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	background-image:url(../images/layout/siteBg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}


h1{
	font-size:20px;
	color: #990000;
	font-weight:bold;
	margin-bottom:0px;
}

h2{
	font-size:14px;
	color: #990000;
	font-weight:bold;
}

h3{
	font-size:16px;
	color: #990000;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
}

p, li{
	font-size:12px;
	line-height:16px;
	margin-top:10px;
}

li{
	list-style:url(../images/arrow_bullet.gif);
}

a:link{text-decoration:underline; color:#FF0000;}
a:visited{ text-decoration:underline; color:#FF0000;}
a:hover{text-decoration:none; color:#999999;}
a:active{text-decoration:underline; color:#FF0000;}

/*
Site structure
*/

#siteContent{
	position: relative;
	clear:both;
	width: 976px;
	margin: 0 auto;
	background-color:#FFFFFF
}

.machineImage{
	float: left;
	border:solid;
}

/*
Header
*/

#header{
	position: relative;
	width:100%;
	height:101px;
	background-color:#000000;
}

#header #planthireLogo{
	position: relative;
	float:left;
	top:20px;
	left:40px;
}

#header #hireLinks{
	position: relative;
	float:right;
	top:68px;
	right:40px;
	text-align:right;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

#header #hireLinks a:link{ color:#FFFFFF; text-decoration:none; margin-left:35px;}
#header #hireLinks a:visited{ color:#FFFFFF; text-decoration:none; margin-left:35px;}
#header #hireLinks a:hover{ color:#FFFFFF; text-decoration:underline; margin-left:35px;}
#header #hireLinks a:active{ color:#FFFFFF; text-decoration:none; margin-left:35px;}

#banner{
	position: relative;
	clear:both;
	height:282px;
	width:100%;
	background-image:url(../images/layout/banner.jpg);
	background-repeat:no-repeat;
}

#innerBanner{
	position: relative;
	clear:both;
	height:282px;
	width:100%;
	background-image:url(../images/layout/innerBanner.jpg);
	background-repeat:no-repeat;
}

/*
Main navigation
*/

#navigation{
	position: relative;
	clear:both;
	height:60px;
	width:100%;
	background-image:url(../images/layout/navigationBg.gif);
	background-repeat:no-repeat;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

#navigation #about{
	position: relative;
	float:left;
	margin-left:30px;
	top:20px;
	width:154px;
}

#navigation #machines{
	position: relative;
	float:left;
	margin-left:64px;
	top:20px;
	width:152px;
}

#navigation #specialOffers{
	position: relative;
	float:left;
	margin-left:70px;
	top:20px;
	width:208px;
}

#navigation #orderOnline{
	position: relative;
	float:left;
	margin-left:70px;
	top:20px;
	width:196px;
}

/*
Breadcrumbs
*/

#breadcrumbs{
	position: relative;
	clear:both;
	width:100%;
	font-size:11px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#breadcrumbs a:link{text-decoration:none; color:#FF0000;}
#breadcrumbs a:visited{ text-decoration:none; color:#FF0000;}
#breadcrumbs a:hover{text-decoration:none; color:#666666;}
#breadcrumbs a:active{text-decoration:none; color:#FF0000;}

/*
Page Content
*/

#pageContent{
	position: relative;
	clear:both;
	border-top:solid;
	border-top-width:5px;
	border-top-color:#E7E7E7;
	width:956px;
	padding:10px;
	background-color:#FFFFFF;
	padding-top:20px;
}

#pageContent #lhs{
	position: relative;
	float:left;
	width:610px;
}

#pageContent #lhs #diggerRental{
	position: relative;
	float:left;
	padding-right:10px;
}

#pageContent #lhs #welcomeText{
	position: relative;
	float:right;
	width:375px;
}

#pageContent #lhs #welcomeText p{
	line-height: 21px;
}

#pageContent #lhs #innerText{
	position: relative;
	clear:both;
	width:100%;
	padding-left:10px;
}

#pageContent #lhs #innerText p{
	line-height: 18px;
}

#pageContent #lhs #newsletterArea{
	position: relative;
	clear:both;
	background-image:url(../images/home/newsletterBg.gif);
	width:619px;
	height:114px;
	top:28px;
	padding:5px;
}

.contactIcon{
	position: relative;
	float:left;
	margin-left:5px;
}


.contactText{
	position: relative;
	float:left;
	top:5px;
	margin-left:5px;
	width:195px;
}


.contactText p{
	font-size:11px;
	margin-top:2px;
	padding-bottom:0px;
	margin-bottom:0px;
}


#pageContent #rhs{
	position: relative;
	float:right;
	width:315px;
}

/*
Trigger Boxes
*/

.triggerBox{
	position: relative;
	clear:both;
	background-image:url(../images/triggers/specialBg.jpg);
	background-repeat:no-repeat;
	width:315px;
	height:124px;
	padding-bottom:10px;
}

.triggerBox .triggerText{
	position: relative;
	left:150px;
	top:10px;
	width:160px;
}

.triggerBox .triggerContactText{
	position: relative;
	left:150px;
	top:10px;
	width:150px;
}

.triggerBox .triggerContactText p{
	font-size:11px;
	margin-top:2px;
	padding-bottom:0px;
	margin-bottom:0px;
	color:#000000;
}

.triggerBox .triggerContactText h2{
	color: #FF0000;
	font-size:17px;
	font-weight:normal;
	margin-bottom:0px;
	padding-bottom:0px;
}

.triggerBox .triggerText h2{
	color: #FFFFFF;
	font-size:17px;
	font-weight:normal;
	margin-bottom:0px;
	padding-bottom:0px;
}

.triggerBox .triggerText p{
	color: #FFFFFF;
	font-size:12px;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom:0px;
	padding-bottom:0px;
}

/*
Form
*/

form{
	margin-top:10px;
	padding:0;
}

input{
	font-size:10px;
}

/*
Footer
*/

#footer{
	position:relative;
	clear:both;
	height:100px;
	width:100%;
	margin-top:5px;
	background-color:#212121;
}

#footer #plantHireFooterLogo{
	position: relative;
	float:left;
	top:22px;
	margin-left:28px;
}

#footer #copyright{
	position: relative;
	float:left;
	top:21px;
	margin-left:6px;
	color: #666666;
}

#footer #kooba{
	position: relative;
	float:right;
	top:21px;
	right:28px;
	color: #666666;
}

#footer #kooba a:link{text-decoration:none; color:#777777;}
#footer #kooba a:visited{ text-decoration:none; color:#777777;}
#footer #kooba a:hover{text-decoration:underline; color:#666666;}
#footer #kooba a:active{text-decoration:none; color:#777777;}

/*
Contact Page - Map
*/

#map{
	position: relative;
	clear: both;
	width:100%;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
	height:180px;
}

#lhs_Text{
	float: left;
	width:48%;
}

#rhs_Text{
	float: right;
	width:48%;
}

.machineImage{
	float: right;
	margin-left:8px;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
	margin-top:12px;
}

.blackBorder{
	border:solid;
	border-color:#000000;
	border-width:1px;
}