/*
Hi-Reach
July 2008
*/

/** RESET CODE **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/** **/

/** CLEAR AND FLOATS **/


.clear {
	clear:both;
	margin:0;
	line-height:0%;
	padding:0;
	font-size:0em;
	display:block;
	height:0%;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

.right {
	float:right;
}

.left {
	float:left;
}

/** **/

/** STRUCTURE **/

body {
	margin: 10px 0;
	padding: 0;
	font-size:100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	background:#ffffff;
}

* html body { /* make ie5.5 behave itself and center the layout */
	text-align:center;
}

.container {
	margin: 0 auto 0 auto;
	width: 792px;
	text-align:left;
	padding-bottom:15px;
}

.header {
	margin: 0;
	padding: 0;
	width: 792px;
	height:190px;
	background:transparent url(/images/bg-header.jpg) no-repeat;
	position:relative;
}

.content {
	margin: 12px 0 0 0;
	float: left;
	width:519px;
	display:inline;
	position:relative;
}

.column {
	margin:12px 0 0 0;
	float: right;
	width: 248px;
	display:inline;
}


.footer {
	margin: 0 auto;
	width: 792px;
	padding:25px 0 15px 0;
	text-align: left;
	background:#fb9438 url(/images/bg-footer.gif) repeat-x bottom left;
	border:1px solid #e2e5e6;
}

/** **/

h1 {
	font-size: 18px;
	padding:9px 0 0 0;
	color:#191d70;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 16px;
	padding:9px 0 9px 0;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #fa8218;
	text-decoration: none;
}

a:hover {
	color: #fa8218;
	text-decoration: underline;
}

hr {
	border:none;
	height:3px;
	background: url(/images/bg-hr.gif) repeat-x top left;
}


/*  */

/* --generic id's & classes-- */

.content img.banner {
	margin: 0 10px 10px 0;
	border: none;
}

.content img.imageleft {
	margin: 12px 8px 8px 0;
	float: left;
	border: 1px solid #e6e9ea;
	padding:4px;	
}

.content img.imageright {
	margin: 20px 28px 20px 28px;
	float: right;
	border: 3px solid #fff;
}

.content ul {
	margin: 0 0 0 25px;
	padding: 0;
}

.content p, .content ul {
	line-height: 130%;
	margin:1em 0;
	font-size:11px;
}

.content ul li {
	list-style: disc;
	margin-left:14px;
}

/*  */


/** HEADER **/

/* Header Nav */

ul#headernav {
	position:absolute;
	top:153px;
	left:19px;
	list-style: none;
	min-height:24px;
	height:auto !important;
	height:24px;
	font-family: Arial, Helvetica, sans-serif;
}

ul#headernav li {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	display: block;
	text-align:center;
	background: url(/images/bg-navheader-li.png) no-repeat top left;
	float:left;
	padding:0;
}

ul#headernav li a {
	padding:4px 0;
	color:#fff;	
	width:75px;
	display:block;
	height:16px;
	background: url(/images/bg-navheader-li-a.png) no-repeat top right;
}

ul#headernav li a:hover, ul#headernav li a.active {
	text-decoration:underline;
}

/** **/

/** Home Page **/

/* Intro text */

div.intro {
	width:307px;
	margin:0 0 0 0;
	background: url(/images/bg-intro-bot.gif) no-repeat bottom left;
	min-height:147px;
	height:auto !important;
	height:147px;
	float:left;
}

div.intro.news {
	width:198px;
	background: url(/images/bg-news-bot.gif) no-repeat bottom left;
	float:right;
}

div.intro.news h2 {
	margin:0;
	padding:0;
	color:#464646;
}

div.intro.news h3 {
	padding-bottom:5px;
}

div.intro.news p {
	font-size:0.7em;
padding-bottom:5px;
}
div.intro-inner {
	width:277px;
	padding:10px 15px;
	background: url(/images/bg-intro-top.gif) no-repeat top left;
}

div.intro.news div.intro-inner {
	width:168px;
	background: url(/images/bg-news-top.gif) no-repeat top left;
}

div.intro p {
	font-size:14px;
	color:#262626;
	margin:0;	
}

div.intro h1 {
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*  */

/* Spotlight */

div#spotlight {
	float:left;
}

/*  */

/* Call to action and Product Boxes (For sales) */

#home div.ctaboxpagead {
	margin: 10px 13px 0 0;
	width: 120px;
	float: left;
	min-height:215px;
	height:auto !important;
	height:215px;	
	background: url(/images/bg-dotted.gif) repeat-x bottom left;
	display:inline;
}

#sales div.ctaboxpagead {
	margin: 10px 13px 0 0;
	width: 160px;
	float: left;
	min-height:115px;
	height:auto !important;
	height:115px;	
	background: url(/images/bg-dotted.gif) repeat-x bottom left;
	display:inline;
}

#category div.ctaboxpagead {
	min-height:165px;
	height:auto !important;
	height:165px;	
}

#home div.ctaboxpagead.end {
	margin-right: 0;
}

div.ctaboxpagead h2 {
	text-align:center;
	padding:6px 0;
	font-size:11px;
	font-weight:normal;	
}

#sales div.ctaboxpagead h2 {
	text-align:left;
}

div.ctaboxpagead h2 a {
	color: #666666;
	text-decoration:none;
}

#home div.ctaboxpagead div.product-image {
	position:relative;
	width:120px;
	height:120px;
	overflow:hidden;
}

#home div.ctaboxpagead div.product-image h2 {
	position:absolute;
	top:0;
	left:0;
	width:120px;
	height:30px;
	background: url(/images/bg-product-overlay.png) no-repeat top left;
	cursor: pointer;
	padding-top:130px;
}


* html #home div.ctaboxpagead div.product-image h2 {
	background:url(/images/bg-product-overlay.gif) no-repeat top left;
	display:inline;
	z-index:2;
}

#home div.ctaboxpagead div.product-image p {
	position:absolute;
	top:35%;
	text-align:center;
	width:120px;
	color:#666;
}

#home div.ctaboxpagead div.product-image p a {
	color:#666;
}

/** **/

/** Column **/

div.column-box {
	margin:0 0 10px 0;
	width:248px;
	background: url(/images/bg-box-column.gif) repeat-y top left;
}

div.column-box-inner {
	width:228px;
	padding:0 10px 10px 10px;
	background: url(/images/bg-boxbot-column.gif) no-repeat bottom left;
}

div.column h2 {
	background: url(/images/bg-h2-column.gif) no-repeat top left;
	margin:0 0 10px 0;
	padding:4px 13px;
	color:#464646;
	border-bottom:1px solid #e0e4e5;
	font-family: Arial, Helvetica, sans-serif;
}

/* Depot Locator */

#depot_locator label {
	display:none;
}

#depot_locator input.textbox {
	width:58%;

	color:#666633;
	padding:2px 0 4px 3px;
	margin:0 1px 0 9px;
	font-size:11px;
	float:left;
}

#depot_locator input.searchbutton {
	width:49px;
	height:19px;
	font-size:11px;
	background:#666 url(/images/bg-submit-go.gif) no-repeat top left;
	color:#666;
	border:none;
	border-style:solid;
	border:1px solid #ffffff;
	font-weight:bold;
	cursor: pointer;
	float:right;
	text-align:left;
	padding-left:3px;
}

/*  */

/* Primary Navigation */

ul.primary {
	list-style: none;
}

ul.primary li {
	display: block;
	font-size: 1em;
	color: #464646;
	background: url(/images/bg-dotted.gif) repeat-x top left;
	padding:2px 0 1px 0;
}

* html ul.primary li {
	height:1%;
}

ul.primary li a {
	padding: 6px 0 6px 13px;
	display: block;
	color: #464646;
	text-decoration: none;
	font-size: 11px;
	background: url(/images/bg-primary-li-a.gif) no-repeat 2px 50%;
}

ul.primary li a:hover, ul.primary li a.active {
	background:#363a8d url(/images/bg-primary-li-a-hover.gif) no-repeat 2px 50%;
	color:#ffffff;
}

/* */

/* Call to action boxes */

.column .ctabox {
	margin: 0 0 10px 0;
}

/* */

/** **/

/** CONTENT **/


/* Product sale detail pages */

.productcolleft {
	margin:0;
	padding:0;
}

.productcolright {
	margin:0;
	padding:0;
}

.productcolright h2 {
	color:#191d70;
}

/*  */

/* Product hire detail pages */

table.hire {
	width:100%;
	font-size:11px;
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
}

table.hire td, table.hire th {
	padding:3px;
	border:1px solid #a8aaac;
}

table.hire th {
	color:#fff;
	background:#fa8218;
}

table.hire th.vertical {
	color:#464646;
	background:#e7e7e8;
}

/** **/

/* Vacancies & news */

body#vacancies p, body#news h2  {
	margin-top:0;
}

body#vacancies h2, body#news p.date {
	margin-bottom:0;
	padding-bottom:0;
}

body#news p.date {
	color:#fa8218;
	font-size:14px;
}

body#news h2 {
	font-weight:normal;
	font-size:14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#404040;
}

body#news h2 a {
	color:#404040;
}

/* */

/* Depot locations */

div.depotmap {
	position:absolute;
	top:70px;
	left:5px;
}

div.depotmap-inner {
	position:relative;
}


div.depotmap-inner img.depot1,
div.depotmap-inner img.depot2,
div.depotmap-inner img.depot3,
div.depotmap-inner img.depot4,
div.depotmap-inner img.depot5,
div.depotmap-inner img.depot6,
div.depotmap-inner img.depot7,
div.depotmap-inner img.depot8 {
	position:absolute;
}

div.depotmap-inner img.depot1 {
	top:158px;
	left:78px;
}

div.depotmap-inner img.depot2 {
	top:202px;
	left:122px;
}

div.depotmap-inner img.depot3 {
	top:272px;
	left:114px;
}

div.depotmap-inner img.depot4 {
	top:324px;
	left:168px;
}

div.depotmap-inner img.depot5 {
	top:372px;
	left:88px;
}

div.depotmap-inner img.depot6 {
	top:410px;
	left:138px;
}

div.depotmap-inner img.depot7 {
	top:410px;
	left:190px;
}

div.depotmap-inner img.depot8 {
	top:400px;
	left:218px;
}

.depot-details {
	float:right;
	width:270px;
	z-index:255;
	position:relative;
}

div.depot-details table {
	float:right;
	width:100%;
	font-size:11px;
	background:#fff;
}

div.depot-details table th, div.depot-details table td {
		padding:4px;
}


/** footer **/

.footer .section {
	float:left;
	padding:0 25px;
	color: #fff;
	background: url(/images/bg-footer-dotted.gif) repeat-y top right;
}

.footer .section.one {
	width:168px;
}

.footer .section.two {
	width:111px;
}

.footer .section.three {
	width:215px;
}

.footer .section.four {
	width:98px;
	background:none;
}

.footer h2 {
	color:#033593;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 0.5em 0;
}

.footer p, .footer address, .footer table {
	font-size:11px;
	color:#ffffff;
	line-height:1.6em;
}

.footer address {
	margin-bottom:0.8em;	
}

.footer table {
	width:100%;
	line-height:1.5em;
}

.footer a {
	color:#fff;
}

.footer ul {
	list-style: none;
}

.footer ul li {
	color: #fff;
	height:1%;
	font-size:11px;
}

.footer ul li a {
	color: #fff;
	text-decoration:underline;
	display:block;
	padding-left: 12px;
	background: url(/images/bg-footer-li.gif) no-repeat left 50%;
	line-height:1.6em;
}

.footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}


/** FORMS **/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

label {
	color: black;
	display: block;
	line-height: 1.8em;
	font-size:11px;
	margin-top:10px;
}

div.enquiries-col {
	width:50%;
	float:left;
}

label.label-checkbox {
	display:inline;
}

input.submit {
	margin-top:10px;
}

/* generic classes and ids */

.formerror {
	color: red;
	font-weight: bold;
	padding-left:6px;
}

.required {
	color: #646464;
	font-weight: bold;
	padding-left:6px;
}

.highlight {
	color: #E48B00;
	font-size: 0.8em;
}

.textbox {
	color:#666633;
	padding:2px 0 4px 3px;
	font-size:11px;
	width:200px;
}

/* */


/* --admin form--- */

div#admintext {
	margin: 0;
	padding: 0 0 30px 0;
}

div#admintext div {
	margin: 0 0 1.5em 10px;
	padding: 0;
}

div#admintext form {
	margin: 0;
	padding: 0;
	width: 100%;
}

div#admintext fieldset {
	margin: 10px 10px 10px 0px;
	padding: 10px;
	border: #D1D1C4 1px solid;
	background-color: #F7F7F7;
}

* html div#admintext fieldset {
	background-color: transparent;
}

/*  */



/** ADMIN **/

div#admintext a:link {
	color: #8C181B;
}

div#admintext a:visited {
	color: #8C181B;
}

div#admintext a:hover {
	color: #FF4500;
}

/* --Admin table styles-- */

table#admintable {
	margin:0 20px 0 0;
	width:100%;
}

table#admintable th {
	font-weight:bold;
	background:#E4EFF5;
	border-right:1px solid #ffffff;
	padding:2px;
}

table#admintable td {
	padding:2px;
}

table#admintable tr.rowhighlight {
	background:#EEEEEE;
}

table#admintable tr.attributehighlight {
	background-color: #E9D1B3;
}

table#admintable .width100,
table#customertable .width100,
table#ordertable .width100 {
	width: 100px;
}

table#admintable .width150,
table#customertable .width150,
table#ordertable .width150 {
	width: 150px;
}

table#admintable .width300,
table#customertable .width300,
table#ordertable .width300 {
	width: 300px;
}

table#admintable .width470,
table#customertable .width470,
table#ordertable .width470 {
	width: 470px;
}

table#admintable .width30,
table#customertable .width30,
table#ordertable .width30 {
	width: 30px;
}

table#admintable .width60,
table#customertable .width60,
table#ordertable .width60 {
	width: 60px;
}

table#admintable .width70,
table#customertable .width70,
table#ordertable .width70 {
	width: 70px;
}

/*  */

/* admin link styles */

#adminnav {
	background: transparent;
}

ul#adminnav  {
	border:none;
}

#adminnav li {
	margin-left: 0;
	margin-bottom: 5px;
}

#adminnav li a {
	padding-left: 5px;
	line-height: 2em;
	color: white;
	background-color: #A52A2A;
}

#adminnav li a:hover {
	color: white;
	background-color: #E82A2A;
}

.adminlink, p.admintext {
	margin-top: 20px;
	color: Red;
	text-align: left;
}

.adminlink a, p.admintext a {
	padding: 3px;
	color: white;
	font-size: 11px;
	font-weight: normal;
	background-color: #A52A2A;
	text-decoration: none;
	border: 1px solid silver;
}

.adminlink a:hover, p.admintext a:hover {
	color: white;
	background-color: #0F589D;
	text-decoration: none;
}

#categoryadminlink {
	margin: 0 0 0 50px;
	font-size: 0.45em;
	font-weight: normal;
}

.contentadminlink {
	font-size: 1em;
	color: #E48B00;
}
