/*=============================
REEDS (BRAY) CRANES
Site Design by Paul Young
paulyoungonline@googlemail.com
==============================*/

html { /* forces scrollbars */
	height: 100%;
	margin-bottom: 1px;
	}

img { border: none; }
	
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
	
body {
	background: url("images/bg.gif");
	margin-bottom: 14px;
	}

p {
	margin-left: 10px;
	font: normal 12px/16px verdana;
	color: #00007E;
	text-align: left;
	font-size: 10px;
	line-height: normal;
}

/*=============================
	Container
==============================*/
#container {
	position: relative;
	margin: 10px auto;
	width: 687px;
	border: 3px solid #FFFFFF;
	background-color: #E5E5E5;
	}
	
/*=============================
	Logo
==============================*/

#logo h1 {
	
	margin: 0;
	width: 687px;
	height: 90px;
	padding:0;
}
	


#logo h1 a {
float: left;
 width: 0px; height: 0px;
 padding-right: 687px; padding-top:87px;
 display: block;
 margin: 0;
 background: transparent url("images/logo.gif") no-repeat;
 overflow: hidden;
	}

/*=============================
	Slogan
==============================*/
#slogan {
	position: relative;
	margin: 0 0px;
	width: 687px;
	height: 30px;
	text-indent: -5000px;
	overflow: hidden;
	background: transparent url("images/slogan.gif") no-repeat;
	}

/*=============================
	Masthead
==============================*/
#masthead {
	position: relative;
	margin: 0 0px;
	width: 687px; height: 200px;
	background-color: #E5E5E5;
}

/*=============================
	Navigation
==============================*/
#nav{
	position: absolute;
	top: 14px; left: 14px;
	width: 330px;
	margin: 0;
	}

#nav ul {
  margin: 0;
  padding: 0;
}

#nav li {
	width: 324px; height: 32px;
	list-style: none;
	float: left;
	padding-left: 4px;
	padding-bottom: -2px;
	
	height: 27px;
	padding-bottom: 0;
	overflow: hidden;
	margin-bottom: 5px;
}

#nav li a { 
	padding-left: 3px;
	position: relative;
	width: 324px; height: 32px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: -2px;
	display: block;
	
	height: 27px;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: -1px;
}

#nav a {
	text-decoration: none;
}

.active {
	background-color: #FFBD1E;
	margin-bottom: 9px;
}

.active a {
	color: #FFFFFF;	
}

.active a:hover {
	color: #00007F;
}

li.inactive {
	background-color: #BFBFBF;
	margin-bottom: 9px;
}

li.inactive a {
	width: 324px; height: 32px;
	color: #00007F;	
}

li.inactive a:hover {
	color: #FFFFFF;
}

/*=============================
	Main Image
==============================*/
.mainimage {
	position: absolute;
	top: 14px;	right: 14px;
	margin-left: 0px;
	padding: 0px;
	border-top: 0px solid #E5E5E5;
	}

#homeimage {
	background: transparent url("images/homeimage.gif") no-repeat;
	width: 315px;
	height: 155px;
	
}

/*=============================
	Content
==============================*/
#content {
	background-color: #E5E5E5;
	margin-bottom: -10px;
	width: 687px;
}


.box {
	position: relative;
	width: 0px;	height: 0px;
	padding-right: 659px; padding-top: 27px;
	overflow: hidden;
	margin-left: 14px;
}




#aboutbox {
	background: transparent url("images/about.gif") no-repeat;
}

#servicesbox{
	background: transparent url("images/services.gif") no-repeat;
}

#cranesbox{
	background: transparent url("images/cranes.gif") no-repeat;
	}
	
#contactbox{
	background: transparent url("images/contact.gif") no-repeat;
	}


.bodytext {
	font: normal 12px/16px verdana;
	color: #00007E;
	text-align: left;
	font-size: 10px;
	line-height: normal;
	margin-left: 14px;
	margin-right: 14px;
	padding-bottom: 7px;
	padding-top: 7px;

		
		*padding-top: 0px;
}

.cranespecs {
 padding-top: 7px;
}

.rightclick {
 margin: 14px 0 0 14px;
}

.cranespecs a,
p.forsale {
 display: block;
 float: left;
 width: 210px;
 margin: 7px 10px 21px 4px;
 text-align: center;
 clear: none;
}

p.forsale {
 margin: 7px 0px 21px 14px;
 text-align: left;
 color: #000;
}

.cranespecs p a img,
p.forsale img {
 float: left;
 padding-bottom: 7px;
 clear: both;
}

p.forsale strong.heading {
 font-size: 14px;
 color: #00007e;
}

/*=============================
	Footer
==============================*/
#footer {
	position: relative;
	margin: 10px auto;
	width: 687px;
	border-top: 3px solid #FFFFFF;
	clear: both;
}

#addressbg {
	height: 35px;
	position: relative;
	background-color: #FFBE1D;
	margin-top: 0px
	padding-top: 3px;	

		*padding-top: 0px;	
}

#address {
	position: relative;
	width: 687px;
	height: 25px;
	padding-top: 2px;
		
		*padding-top: 0px;

}

#address p {
	font: normal 12px/16px verdana;
	color: #00007E;
	text-align: center;
	font-size: 10px;
	margin-top: 7px;

		*margin-top: 9px;		

	padding-bottom: 8px;
	}	

#reg {
	position: absolute;
	bottom: 37px; left: 45px;

		*bottom: 32px;
		
	font: normal 12px/16px verdana;
	color: #00007E;
	text-align: center;
	font-size: 10px;
}

	
#contact {
	position: relative;
	width: 687px;
	height: 90px;
	background-color: #FAF9F9;
	padding-top: 5px;
	
		*padding-top: 0px;
	
	margin-top: 0px;
	margin-bottom: -10px;
}

#contact p {
	text-align: center;
	font: normal 12px/16px verdana;
	color: #00007E;
	font-size: 10px;
	line-height: 5px;
	margin-top: 15px;
	padding: 0px;	
	}

#cpa {

	position: absolute;
	width: 52px; height: 51px;
	bottom: 28px; right: 95px;

		*bottom: 8px;
}

#cpa a img{
	border: none;
}

#space {
	padding-bottom: 5px;

		*padding-bottom: 0px;
	}

/*=============================
	Contact Form
==============================*/
#contactform {
	position: relative;
	margin: 10px auto;
	width: 659px;
	padding-top: 10px;
	padding-bottom: 20px;
	}

#contactform p {
	margin-left: 10px;
	font: normal 12px/16px verdana;
	color: #00007E;
	text-align: left;
	font-size: 10px;
	line-height: normal;
	padding-top: 0px;
	
			* padding-top: 10px;
	}

form  {
	background-color: #CCCCCC;
	color: #000000;
	border: 1px solid #999999;	
	margin: 0;
	padding: 0;
	min-width: 500px;
	max-width: 659px;
	width: 659px; 
}

input, select {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	width: 604px;
}

label {
	margin-left: 10px;
}

textarea {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	width: 604px;
		
		* width: 606px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left; 
}

#send{
	width: 100px;
	margin-left: 528px;
}