/*-----------------------------------------------------------------------------
URBAN ACCESS Style Sheet

version:   1.0
author:    FAT FREE DESIGN
email:     info@fatfreedesign.co.uk
website:   http://www.fatfreedesign.co.uk/
Copyright 2006-2009
All Rights Reserved
----------------------------------------------------------------------------- */

/* =Body Remove padding and margin
----------------------------------------------------------------------------- */
* {
  	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	background-color: #000;
	font-size: x-small; /* IE5/Win thinks the declaration has ended */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for complient browsers */
}

html>body { /* be nice to Opera */
	font-size: small;
}

a img { /* this will get rid of the nasty blue border around linked images */
	border: none;}
	
a:hover img {
	background-color: none;}

/* =Container wrapping everything together
----------------------------------------------------------------------------- */
#container {
	background-color: #fff;
	position: relative;
	left: 50%;
	margin-left: -480px;
	padding: 0;
	width: 960px;
}

#container.home {
	margin-top: -18px;
}

/* =Sticker - ad for used sales
----------------------------------------------------------------------------- */
#ad {
	position: absolute;
	top: 75px;
	right: 20px;
	height: 100px;
	width: 100px;
	}
	
#ad a img {
	border: 0;
	text-decoration: none;}

/* =Mainnav main navigation
----------------------------------------------------------------------------- */
#main_nav {
	float: left;
	width: 960px;
	margin: 0;
	padding: 10px 0 0 0;
	background-color: #3aaee3;
}

#main_nav li {
	float: left;
	list-style: none;
	margin: 0 1px 0 0;
	padding: 0;
	font-size: 0.9em;
	background: url(../images/tab_R.jpg) no-repeat top right;
}

#main_nav a:link, #main_nav a:visited {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 8px 7px;
	color: #fff;
	
	text-decoration: none;
	background: url("../images/tab_L.jpg") no-repeat top left;
}

#main_nav li a:hover {
	color: #000;
}

#about #main_nav #t-about a,
#new #main_nav #t-new a,
#used #main_nav #t-used a,
#serv #main_nav #t-serv a,
#train #main_nav #t-train a,
#contract #main_nav #t-contract a,
#info #main_nav #t-info a,
#contact #main_nav #t-contact a,
#library #main_nav #t-library a,
#spider #main_nav #t-spider a {
	color: #000;
	cursor: default;
}




/* =Branding : logo header
----------------------------------------------------------------------------- */
#branding {
	clear: left;
	height: 100px;
	background: #fff url("../images/header_image.jpg") no-repeat top right;
}

#branding h1.summary a {
	display: block;
	clear: both;
	text-indent: -5000px;
	background-color: transparent;
	border: none;
	float: left;
	text-decoration: none;
}

/* =SubNav : left column
----------------------------------------------------------------------------- */
#sub_nav {
	float: left;
	width: 196px;
	margin: 20px 0 0 10px;
	font-size: 0.8em;
	border: 1px solid #000;
	background-color: #fff;}

#sub_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;}

#sub_nav li {
	margin: 0;
	padding: 0;}

#sub_nav li a:link, #sub_nav li a:visited {
	display: block;	
	text-decoration: none;
	color: #3aaee3;
	background: url("../images/sub_nav_bg.jpg") repeat-y top right;
	padding: 6px 3px;
	margin: 0;
	border-bottom: 1px solid #333;}
	
#sub_nav li.lastitem a:link, #sub_nav li.lastitem a:visited {
	border-bottom: 0;}
	
#sub_nav li.on a:link {
	background: #3aaee3;
	color: #fff;}

#sub_nav li a:hover {
	background: #3aaee3;
	color: #fff;}	

.first {
	border-top: 1px solid #fff;}

#sub_nav a:hover {
	background: #000;
	color: #fff;}
	
#sub_nav ul.sub_sub_nav li a:link, #sub_nav ul.sub_sub_nav li a:visited {
	background: url("../images/sub_nav_bg.jpg") repeat-y top right;
	color: #3aaee3;
	padding: 6px 9px;}
	
#sub_nav ul.sub_sub_nav li a:hover {
	background: #9cd6f1;
	color: #fff;}
	
.on {
	background: #9cd6f1;
	color: #fff;}

#sub_nav h2 {
	background-color: #666;
	text-indent: -6000px;
}

#sub_nav h3 {
	margin: 0;
	display: block;
	color: #fff;
	padding: 0.1em 0.3em;
	background-color: #3aaee3;
	font-size: 1.2em;
	text-align: center;
}

#sub_nav h3 a:link, #sub_nav h3 a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#sub_nav h3 a:hover { /* latest news */
	color: #000;
	background-color: #3aaee3;
}

#sub_nav h3 img{ 
	margin: 5px 5px 0 0;
	padding:0;
}

#sub_nav p {
	margin: 5px;
}

#sub_nav p a {
	text-decoration: none;
	color: #3aaee3;
}

#sub_nav p a:hover {
	background-color: #fff;
	color: #3aaee3;
}

#sub_nav .line {
	margin: 0;
	padding: 5px 5px;
 	border-bottom: 1px solid #3aaee3;
}

#sub_nav.home {
	margin-top: 180px;
}

#sub_nav p img {
	padding: 0;
	margin: 0;
	border: 0;
}

#sub_nav .news {
	margin: 0;
	padding: 5px 5px;
 	border-bottom: 1px solid #3aaee3;
}

#sub_nav .news a:hover {
	text-decoration: underline;
	color: #3aaee3;
}

#sub_nav .news_bold {
	font-size: 1.1em;
	font-weight:bold;
}

#sub_nav input[type="text"] {
	margin:0 0 0 5px;
	width: 181px;
}

#sub_nav .submit {
	margin: 5px 0 10px 5px;
}



/* =Left column - holding images - no nav
----------------------------------------------------------------------------- */
#img_col {
	float: left;
	width: 200px;
	margin: 20px 0 0 20px;
	background-color: #fff;
}

/* =Adbox : left column underneath sub nav
----------------------------------------------------------------------------- */
#ad_box {
	width: 196px;	
}

#ad_box img {
	padding: 0;
	margin: 0 0 5px 0;
	border: 0;
}

#ad_box img.first {
	border-top: 0;
}

#ad_box img.last {
	border-bottom: 0;
}

#ad_box p a:hover {
	background: none;
}

#ad_box p {
	line-height: 4em;
	text-align: center;
}

#ad_box p.promo {
	color: #666;
	font-size: 1.25em;
	font-weight: bold;
}

.fontblue {
	color: #3aaee3;
}

#ad_box h2 {
	background-color: #666;
	height: 25px;
	text-indent: -6000px;
}

#ad_box h3 {
	color: #fff;
	background-color: #666;
	font-size: 1.1em;
	padding: 3px 0;
	font-weight: normal;
	text-align: center;
}

/* =MainContent : right column
----------------------------------------------------------------------------- */
#main_content {
	float: right;
	width: 690px;
	text-align: left;
}

#main_content h1 {
	font-size: 1.4em;
	color: #3aaee3;
	margin: 20px 0 10px 0;
}

#main_content h2 {
	font-size: 1.2em;
	color: #3aaee3;
	margin: 20px 0 10px 0;
}

#main_content h3 {
	font-size: 1.05em;
	font-weight: normal;
	color: #3aaee3;
	margin: 0 0 5px 0;
}

#main_content h4 {
	font-size: 1.1em;
	color: #3aaee3;
	margin: 20px 0 10px 0;
}

#main_content p {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333;
	margin: 0 40px 10px 0;
}

#main_content .first {
	font-weight: bold;
}

.highlight {
	font-weight: bold;
	background-color: yellow;
}

#main_content a:link, #main_content a:visited {
	color: #3aaee3;
	text-decoration: none;
}

#main_content a:hover {
	background: #3aaee3;
	color: #fff;
}

#main_content ul {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333;
	margin: 0 40px 10px 20px;
}

#main_content li {
	padding: 0 0 0.3em 25px;
	background: url("../images/bullet.gif") no-repeat 0 2px;
}

#main_content img {
	float: right;
	padding: 0 0 10px 10px;
}

#main_content img.fullwidthimg {
	margin: 0 40px 10px 0;
	padding: 0;
	border: 0;}

#main_content img.leftalign {
	float: left;
	padding: 0 0 25px 0;
	margin: 0;
}

#main_content img.brochurecover {
	padding: 10px 0 0 0;
	margin: 10px 210px 10px 0;
	border: 1px solid #ccc;}

#main_content img.imgC {
	margin: 0 195px 0 0;}

#main_content.home {
	margin-top: 160px;
}



/* =SingleCol : single column with no sub nav
----------------------------------------------------------------------------- */
#single_column {
	float: left;
	text-align: left;
	margin: 0 20px 0 20px;
}

#single_column h1 {
	font-size: 1.4em;
	color: #3aaee3;
	margin: 20px 0 10px 0;
}

#single_column h2 {
	font-size: 1.2em;
	color: #3aaee3;
	margin: 20px 0 10px 0;
}

#single_column h3 {
	font-size: 1em;
	color: #3aaee3;
	margin: 20px 0 10px 0;
}

#single_column h4 {
	font-size: 1.1em;
	color: #000;
	margin: 20px 0 10px 0;
	padding-top: 5px;
	border-top: 1px solid #3aaee3;
	clear: both;
}

#single_column p {
	clear:left;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333;
	margin: 0 0 10px 0;
}

#single_column p img {
	border: 1px solid #999;
	margin-right: 10px;
}

#single_column .first {
	font-weight: bold;
}

#single_column a:link, #single_column a:visited {
	color: #3aaee3;
	text-decoration: none;
}

#single_column a:hover {
	background: #3aaee3;
	color: #fff;
}

#single_column ul {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333;
	margin: 0 0 10px 20px;
}
/*
#single_column li {
	padding: 0 0 0.3em 25px;
	background: url("../images/bullet.gif") no-repeat 0 2px;
}
*/
#single_column li.pdficon {
	padding: 0 0 0.3em 25px;
	background: url("../images/bullet_pdf.gif") no-repeat 0 2px;
}

.question {
	font-style: italic;
	color: #3aaee3;
	font-weight: bold;
}

.answer {
	font-style: normal;
	color: #333;
}

#single_column img.rightalign {
	float: right;
	padding: 0;
	margin: 0 0 5px 25px;
}

#single_column p img.leftalign {
	padding: 0;
	margin: 0;
	border: 0;
}
	
#single_column li.list_title {
	font-size: 1.3em;
	color: #3aaee3;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.8em 0;
	background: none;
	border-top: 1px solid #ddd;
}

#single_column p.logo {
	margin-top: 2.5em;
	border-top: 5px solid #3aaee3;
	padding-top: 3px;}

#single_column .news_copy {
	float:left;
	width:500px;
}

#single_column .news_image {
	margin:50px 0 20px 20px;
	float:right;
}

/* =RSS icon and text link
----------------------------------------------------------------------------- */
#rss {
	float:right;
	margin: 10px 10px 10px 0;
	padding:0;
	}
	
#rss ul{
	margin:0;
	padding:0;
	float: right;
	}
	
#rss li{
	list-style-type: none;
	background: none;
	display:inline;
	margin:0;
	padding:0;
}


#rss a:link, #rss a:visited {
	color:#3aaee3;
	text-decoration: none;
}

#rss a:hover {
	text-decoration:none;
	background: #3aaee3;
	color: #fff;
}

#rss .noborder a:hover{
	background: #fff;
}

/* Sales category horizontal image list
------------------------------------------------------------------------------*/

#category_list ul {
	float: left;
	margin: 25px 0 25px 0;
	padding: 0;}
	
#category_list li {
	float: left;
	list-style-type: none;}
	
#category_list li.category_list_Road_Towable_Platforms a { /* r1c1 road towable boom */
	display: inline;
	margin: 0 40px 20px 0;
	padding: 0;
	display: block;
	width: 200px;
	height: 150px;
	text-decoration: none;
	background: url("../images/category_nav/road_towable.jpg") no-repeat top left;
	text-indent: -5000px;}
	
#category_list li.category_list_Tracked_Platforms a { /* r1c2 tracked access */
	display: inline;
	margin: 0 40px 20px 0;
	padding: 0;
	display: block;
	width: 200px;
	height: 150px;
	text-decoration: none;
	background: url("../images/category_nav/tracked.jpg") no-repeat top left;
	text-indent: -5000px;}
	
#category_list li.category_list_Self_Propelled_Articulating_Booms a { /* r1c3 articulating boom */
	display: inline;
	margin: 0 40px 20px 0;
	padding: 0;
	display: block;
	width: 200px;
	height: 150px;
	text-decoration: none;
	background: url("../images/category_nav/SPABL.jpg") no-repeat top left;
	text-indent: -5000px;}
	
#category_list li.category_list_Self_Propelled_Telescopic_Booms a { /* r1c4 telescopic boom */
	display: inline;
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	width: 200px;
	height: 150px;
	text-decoration: none;
	background: url("../images/category_nav/SPTBL.jpg") no-repeat top left;
	text-indent: -5000px;}
	
#category_list li.category_list_Self_Propelled_Scissor_Lifts a { /* r2c1 scissor */
	display: inline;
	margin: 0 40px 20px 0;
	padding: 0;
	display: block;
	width: 200px;
	height: 150px;
	text-decoration: none;
	background: url("../images/category_nav/SPSL.jpg") no-repeat top left;
	text-indent: -5000px;}
	
#category_list li.category_list_Personnel_Lifts a { /* r2c2 personnel */
	display: inline;
	margin: 0 40px 20px 0;
	padding: 0;
	display: block;
	width: 200px;
	height: 150px;
	text-decoration: none;
	background: url("../images/category_nav/personnel.jpg") no-repeat top left;
	text-indent: -5000px;}
	
#category_list li.category_list_Vehicle_Mounted a { /* r2c3 vehicle mounted */
	display: inline;
	margin: 0 40px 20px 0;
	padding: 0;
	display: block;
	width: 200px;
	height: 150px;
	text-decoration: none;
	background: url("../images/category_nav/vehicle.jpg") no-repeat top left;
	text-indent: -5000px;}
	
#category_list li.category_list_Material_Lifts a { /* r2c4 material lift */
	display: inline;
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	width: 200px;
	height: 150px;
	text-decoration: none;
	background: url("../images/category_nav/material.jpg") no-repeat top left;
	text-indent: -5000px;}
	
#category_list li.category_list_Road_Towable_Platforms a:hover, #category_list li.category_list_Tracked_Platforms a:hover, #category_list li.category_list_Self_Propelled_Telescopic_Booms a:hover, #category_list li.category_list_Self_Propelled_Articulating_Booms a:hover, #category_list li.category_list_Self_Propelled_Scissor_Lifts a:hover, #category_list li.category_list_Personnel_Lifts a:hover, #category_list li.category_list_Vehicle_Mounted a:hover,#category_list li.category_list_Material_Lifts a:hover {
	background-position: top right;}

/* =category search the search menu single line
----------------------------------------------------------------------------- */
#category_search {
	background-color:#3aaee3;
	width:920px;
	height:20px;
	border:1px solid #3aaee3;
	margin: 0;
	padding: 10px 0;}

#category_search ul {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;}
	
#category_search li {
	float: left;
	padding: 0 5px 0 0;
	list-style-type: none;}
	
	
/* =category search the search menu single line
----------------------------------------------------------------------------- */
#category_search_index {
	background-color:#3aaee3;
	width:650px;
	height:80px;
	margin:0;
	padding:0;}

#category_search_index #search_table td, #category_search_index #search_table th{
	border:0;
	padding: 5px 10px;
	margin: 0;
	background: #3aaee3;
	 }
	


/* =Footer
----------------------------------------------------------------------------- */

#site_info {
	padding-top: 12em;
}

#footer {
	clear: both;
	width: 960px;
	font-size: 0.75em;
	color: #ebebeb;
	background: url("../images/footer_image.jpg") no-repeat left bottom;
	height: 300px;
	text-align: center;
}

#footer p {
	padding: 3px 0;
}

#footer ul {
	padding: 6px;
}

#footer li {
	display: inline;
	border-right: 1px solid #ccc;
	padding: 0 6px;
}

#footer li.last {
	border-right: 0;
}

#footer a:link, #footer a:visited {
	color: #ebebeb;
	text-decoration: none;
	list-style: none;
}

#footer a:hover {
	color: #fff;
}

#footer li.logo {
	border-right: 0;
	padding: 0 12px;}

/* =Table
----------------------------------------------------------------------------- */

table {
	width: 460px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background: #fff;
	font-size: 0.8em;
	color: #333;
	margin-bottom: 25px;
}

table th, table td {
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

caption {
	text-align: left;
	color: #3aaee3;
	padding: 0 0 6px 10px;
}

table tr.alt {
	background: #ebebeb;
}

table th {
	color: #fff;
	background: #3aaee3 url("../images/off_bg.gif") repeat-x top left;
}

/* =Form styling - contact form
----------------------------------------------------------------------------- */

#contactform fieldset {
	margin: 25px 0;
	padding: 1em;
	border: 1px solid #666;
	background: #fff;
	width: 80%;
}

#contactform legend {
	font-weight: bold;
	color: #3aaee3;
}

#contactform label {
	display: block;
}

#contactform input[type="text"] {
	width: 20em;
}

#contactform textarea {
	width: 430px;
	height: 100px;
}

#contactform input.submit {
	width: auto;
}

#contactform input:focus, textarea:focus {
	background: #ffc;
}

#contactform input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

#contactform ul{
list-style:none;
width: 700px;
margin:0;
padding:0;
}

#contactform li{
margin:0;
padding: 0 110px 0 0;
display:inline;
}

#contactform .required {
	font-size: 0.9em;
	color: #ff0000;
}

#contactform .mobile {
	display:none;
}



/* =FormStyles - control panel
----------------------------------------------------------------------------- */

#theform {
	padding: 10px 0px 0px 0px;
}

#theform label {
	color:#003366;
	font-size: 1em;
}

#theform p {
	color:#003366;
	margin: 0;
}

#theform input:focus {
	background-color:#efefef;
}

#theform input {
	font-size:1em;
}

#theform input {
	width: 200px;
	font-size:1em;
}

#theform input.submit {
	width: auto;
}

.formtext {
	font-size:1em;
}


/* =Control Panel
----------------------------------------------------------------------------- */

#controlnav {
	width: 700px;
	font-size: 1em;
	margin: 10px 0 0 50px;
	padding: 0 0 50px 0;
}

#controlnav p {
	font-size: 0.9em;
	padding: 5px 0 5px 0;
}

#controlnav h2 {
	font-size: 1.1em;
	color:#003366;
	font-weight: bold;
	padding: 0 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

#controlnav h3 {
	font-size: 1em;
	color:#003366;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

#controlnav table {
	text-align: left;
	width: 700px;
	border-collapse:collapse;
	border: 1px solid #a5a5a5;
}

#controlnav th, td {
	padding: 0.2em 0.5em;
}

#controlnav tr {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

#controlnav thead {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

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

#controlnav li {
	list-style: none;
	margin:0;
	padding-bottom: 5px;
}

#controlnav a {
	text-decoration: none;
	color: #4a6e6a;
}

#controlnav a:hover {
	color: #cccccc;
}

#controlnav_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
}

#controlnav_border_last {

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: ##003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

.divider {
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	margin:0;
	padding: 10px 0 10px 0;
}

.newsdivider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	margin:0;
	padding: 10px 0 0 0;
}


#controlnav textarea {
	width: 600px;
	height: 200px;
}

#controlnav input password{
	width: 20em;
}

#controlnav textarea:focus {
	background-color:#efefef;
}

