* {
margin:0px;
padding:0px;
background-repeat:no-repeat;

}

html, body {
	height: 100%;
	width:100%;
}


body {
width:100%;
background:#F3F3F3;
background-image: url(../img/body_bg.png);
background-repeat: repeat-x;
color:#000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:11px;
}
p {
margin-bottom:10px;
line-height:1.5em;
margin-left: 10px;
}
hr {
margin:20px;
margin-left:0px;
margin-right:10px;

background:#E0E0D7;
height:1px;
border:none;
}
.content {
width:700px;
clear:left;
}
.content p {
line-height:2.0em;
margin-left: 10px;
}
a img {
border:none;
}
a, a:link, a:visited {
text-decoration:none;
font-weight:bold;

color:#000000;
}
a:hover {
color:#D21A00;
}

h1, h2, h3, h4 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 2.2em;
font-weight:bold;
color:#ff0000;
margin-bottom:20px;
margin-left: 10px;
} 
h1 {
width:600px;
}
h2 {font-size:1.8em; margin-bottom:10px; margin-top:10px;}
h3 {font-size:1.6em; margin-bottom:5px;}
h4 {font-size:1.1em; margin-bottom:5px; font-family:Verdana, Helvetica, Arial, sans-serif; }



ul {
margin-left:0px;
margin-bottom:10px;
margin-top:10px;
}
ul li{
list-style:none;
background-image:url(../img/bullet.png);
background-repeat: no-repeat;
padding-bottom:5px;
margin-top:5px;
padding-left:30px;
margin-left: 10px;
}
body.red ul li,  ul.red li {background-image:url(../img/bullet_red.png);}
body.blue ul li,  ul.blue li {background-image:url(../img/bullet_blue.png);}
body.green ul li,  ul.green li {background-image:url(../img/bullet_green.png);}
body.black ul li,  ul.black li {background-image:url(../img/bullet_black.png);}
 /* - - - - - - - - - - - - - -NAWTE STUFF - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
.toolbar {
	margin:0px ;
	padding:0px;
	 padding-top:0px;
	 padding-bottom:5px;
	 
	 width:500px;
	 display:inline-block;

	 margin-left: 0px;
}
	 
.toolbar li{
margin:0px;
	 margin-right:5px;
	 margin-bottom:5px;
	 padding:0px;
	display:block;

	 float:left;
	 background:none;
}
	 
.toolbar li a { 
	border:1px solid #000;
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#E22100;
	text-decoration:none;
	
}
.toolbar li a:hover { 
	background-color:#aaa;
	color:#E22100;
	
	
}
/* --- PAGINATION STUFF ---*/
.pages {
	width:	700px;
	text-align: center;
	font-size: 80%;
	clear: left;
	padding-bottom:20px;
	/*
	border: 1px solid #E0DCC3;
	background: #FFF;
	*/
}

.pages .counter {

float:right;
	padding-left: 2px;
}

.pages .current{
color:#D21A00;
font-weight:bold;
}


/* ---- Main Colour Scheme ---- */
#wrapper {
padding:0px;
margin: 0 auto ;
width:972px;
}
#header{ 
display:block;
width:972px;
height:175px;
padding-top:0px;
}
#container {
clear:both;
width:942px;
background-image:url(../img/content_slither.png);
background-repeat:repeat-y;
padding:15px;
padding-top:0px;
padding-bottom:20px;
}
#containerBottom {
margin: 0 auto;
clear:both;
width:972px;
height:30px;
background-image:url(../img/content_bottom.png);
background-repeat:no-repeat;
}
.floatRight, .floatLeft {
float:right;
margin-left:20px;
margin-bottom:20px;
}
.floatLeft {
float:left;
margin-right:20px;
margin-left:0px;
}
.alignRight {
text-align:right;
}
.lineHeight {
line-height:1.5em;
}
#valid {
display:block;
padding-top:14px;
}
.logo {
width:450px;
height: 105px;
display:block;
overflow:hidden;
text-indent:-999px;
background-image:url(../img/logo.png);
float:left;
margin-bottom:20px;
}
.call_us {
float:right;
display:block;
width:230px;
height:70px;
text-indent:-9999px;
overflow:hidden;
background-image:url(../img/call_us.png);
margin-top:20px;
margin-right:25px;
}
#header .menu {
display:block;
clear:both;
width:972px;
height:50px;
margin:0px;
padding:0px;
}
#header  .menu li {
background-image:none;
float:left;
height:50px;
overflow:hidden;
display:block;
margin:0px;
padding:0px;
}
#header .menu a, #header .menu b {
background-repeat:no-repeat;
background-image:url(../img/menu_bg.png);
display:block;
height:50px;
width:119px;
overflow:hidden;

}

#header .menu a span, #header .menu b span{
background:url(../img/menu_text.png);
background-repeat:no-repeat;
text-indent:-9999px;
display:block;
height:50px;
overflow:hidden;

}
a span {
cursor:pointer;
}



#footer {
width:950px;
padding:10px;
color:#666666;
}
#footer .menu {
width:400px;

}
#footer .menu li {
background-image:none;
float:left;
list-style:none;
width:200px;
margin:0px;
padding:0px;
padding-bottom:5px;

}
#footer .menu li a{ 
text-transform:uppercase;
color:#666666;
font-weight:normal;

}

.contentpush {
height:1px;
width:932px;
clear:both;
}
.push {
clear:left;
width:600px;
height:1px;
}







/* --- Colour Scheme Changes ---- */
/* HEADERS */
body.red h1, body.red  h2, body.red  h3, body.red  h4 { color: #ff0000; }
body.green h1, body.green  h2, body.green  h3, body.green  h4 { color: #006600; }
body.blue h1, body.blue  h2, body.blue h3, body.blue  h4 { color: #000066; }
body.black h1, body.black  h2, body.black h3, body.black  h4 { color: #333; }

/* -- BUTTONS --*/
a.button, input.button{
text-indent:-9999px;
display:inline-block;
overflow:hidden;
border:none;
cursor:pointer;
}
.view_all_news {
margin: 0 auto;
width:129px;
height:30px;
background: url(../img/buttons/view_all_news/red.png);
}
.view_all_news:hover {background-position: 0px -30px;}
body.blue .view_all_news {background: url(../img/buttons/view_all_news/blue.png);}
body.green .view_all_news {background: url(../img/buttons/view_all_news/green.png);}
body.black .view_all_news {background: url(../img/buttons/view_all_news/black.png);}

.add_btn {
width:74px;
height:30px;
margin-bottom:10px;
background: url(../img/buttons/add.png);
}

.edit_btn {
width:74px;
height:30px;
background: url(../img/buttons/edit.png);
}
.delete_btn {
width:74px;
height:30px;
background: url(../img/buttons/delete.png);
}
.edit_btn_small {
width:52px;
height:22px;
background: url(../img/buttons/edit_small.png);
}
.delete_btn_small {
width:52px;
height:22px;
background: url(../img/buttons/delete_small.png);
}

.back_btn {
width:74px;
height:30px;
background: url(../img/buttons/back.png);
}

.show_btn {
width:74px;
height:30px;
background: url(../img/buttons/show.png);
}

.hide_btn {
width:74px;
height:30px;
background: url(../img/buttons/hide.png);
}

.add_fleet_btn {
width:110px;
height:30px;
background: url(../img/buttons/add_fleet.png);
}

.add_machinery_btn {
float:right;
width:131px;
height:30px;
background: url(../img/buttons/add_machinery.png);
}

.view_all_projects_btn {

width:334px;
height:30px;
background: url(../img/buttons/view_all_projects/red.png);
}

.send_btn {
width:74px;
height:30px;
background: url(../img/buttons/send.png);
}

.view_btn {
width:74px;
height:30px;
background: url(../img/buttons/view.png);
}
/* -- --*/
.submit input {
overflow:hidden;
text-indent:9999px;
cursor:pointer;
display:block;
border:none;
background: url(../img/buttons/submit.png);
width:74px;
height:30px;

}
a.button:hover, input.button:hover, .submit input:hover {background-position: 0px -30px;}

/* -- --*/



#header  .menu li.home        a, #header  .menu li.home b, #header  .menu li.home a span, #header  .menu li.home b span { background-position: 0px 0px; width: 124px;}
#header  .menu li.aboutus     a, #header  .menu li.aboutus b, #header  .menu li.aboutus a span, #header  .menu li.aboutus b span { background-position: -125px 0px;}
#header  .menu li.portfolio   a, #header  .menu li.portfolio b, #header  .menu li.portfolio a span, #header  .menu li.portfolio b span { background-position: -244px 0px; }
#header  .menu li.health      a, #header  .menu li.health b, #header  .menu li.health a span, #header  .menu li.health b span { background-position: -364px 0px;}
#header  .menu li.news        a, #header  .menu li.news b, #header  .menu li.news a span, #header  .menu li.news b span { background-position: -483px 0px;}
#header  .menu li.machinery   a, #header  .menu li.machinery b, #header  .menu li.machinery a span, #header  .menu li.machinery b span { background-position: -603px 0px;}
#header  .menu li.contactus   a, #header  .menu li.contactus b span, #header  .menu li.contactus a span, #header  .menu li.contactus b span { background-position: -722px 0px; }
#header  .menu li.recruitment a, #header  .menu li.recruitment b, #header .menu li.recruitment a span, #header .menu li.recruitment b span  { background-position: -842px 0px; width:134px;}
/* ------ red / normal ----- */
a:hover {color:#DB0301;}
#header  .menu li.home a:hover, body.red #header  .menu li.home a:hover,  body.red #header  .menu li.home b, #header  .menu li.home b  { background-position: 0px -50px; }
#header  .menu li.aboutus a:hover , body.red #header  .menu li.aboutus a:hover, #header  .menu li.aboutus b, body.red #header  .menu li.aboutus b { background-position: -125px -50px;}
#header  .menu li.portfolio a:hover, body.red #header  .menu li.portfolio a:hover, #header  .menu li.portfolio b, body.red #header  .menu li.portfolio b { background-position: -244px -50px;}
#header  .menu li.health a:hover , body.red #header  .menu li.health a:hover, #header  .menu li.health b , body.red #header  .menu li.health b { background-position: -364px -50px;}
#header  .menu li.news a:hover, body.red  #header  .menu li.news a:hover, #header  .menu li.news b, body.red  #header  .menu li.news b { background-position: -483px -50px; }
#header  .menu li.machinery a:hover, body.red #header  .menu li.machinery a:hover, #header  .menu li.machinery b, body.red #header  .menu li.machinery b { background-position: -603px -50px;}
#header  .menu li.contactus a:hover, body.red #header  .menu li.contactus a:hover, #header  .menu li.contactus b, body.red #header  .menu li.contactus b { background-position: -722px -50px; }
#header .menu li.recruitment a:hover, body.red  #header .menu li.recruitment a:hover, #header .menu li.recruitment b, body.red  #header .menu li.recruitment b { background-position: -842px -50px; }
/* ------ green ----- */
body.green a:hover {color:#98CB39;}
body.green #footer  a:hover {color:#98CB39;}
body.green .logo {background-position:0px -105px;}
body.green .call_us {background-position:0px -70px;}
body.green #header .menu li.home a:hover,  body.green #header .menu li.home b  { background-position: 0px -100px; }
body.green #header .menu li.aboutus a:hover, body.green #header .menu li.aboutus b { background-position: -125px -100px;}
body.green #header .menu li.portfolio a:hover, body.green #header .menu li.portfolio b { background-position: -244px -100px; }
body.green #header .menu li.health a:hover, body.green #header .menu li.health b{ background-position: -364px -100px;}
body.green #header .menu li.news a:hover, body.green #header .menu li.news b { background-position: -483px -100px;}
body.green #header .menu li.machinery a:hover, body.green #header .menu li.machinery b { background-position: -603px -100px;}
body.green #header .menu li.contactus a:hover, body.green #header .menu li.contactus b { background-position: -722px -100px; }
body.green #header .menu li.recruitment a:hover, body.green #header .menu li.recruitment b { background-position: -842px -100px; }
/* ------ blue ----- */
body.blue #footer a:hover {color:#0791C6;}
body.blue a:hover {color:#0791C6;}
body.blue .logo {background-position:0px -210px;}
body.blue .call_us {background-position:0px -140px;}
body.blue #header .menu li.home a:hover,  body.blue #header .menu li.home b  { background-position: 0px -150px; }
body.blue #header .menu li.aboutus a:hover, body.blue #header .menu li.aboutus b { background-position: -125px -150px;}
body.blue #header .menu li.portfolio a:hover, body.blue #header .menu li.portfolio b { background-position: -244px -150px; }
body.blue #header .menu li.health a:hover, body.blue #header .menu li.health b { background-position: -364px -150px;}
body.blue #header .menu li.news a:hover, body.blue #header .menu li.news b { background-position: -483px -150px;}
body.blue #header .menu li.machinery a:hover, body.blue #header .menu li.machinery b { background-position: -603px -150px;}
body.blue #header .menu li.contactus a:hover, body.blue #header .menu li.contactus b { background-position: -722px -150px; }
body.blue #header .menu li.recruitment a:hover, body.blue #header .menu li.recruitment b { background-position: -842px -150px; }
/* ------ black ----- */
body.black a:hover {color:#292928;}
body.black #footer a:hover {color:#292928;}
body.black .logo {background-position:0px -315px;}
body.black .call_us {background-position:0px -210px;}
body.black #header .menu li.home a:hover,  body.black #header .menu li.home b  { background-position: 0px -200px; }
body.black #header .menu li.aboutus a:hover, body.black #header .menu li.aboutus b { background-position: -125px -200px;}
body.black #header .menu li.portfolio a:hover, body.black #header .menu li.portfolio b { background-position: -244px -200px; }
body.black #header .menu li.health a:hover, body.black #header .menu li.health b { background-position: -364px -200px;}
body.black #header .menu li.news a:hover, body.black #header .menu li.news b { background-position: -483px -200px;}
body.black #header .menu li.machinery a:hover, body.black #header .menu li.machinery b { background-position: -603px -200px;}
body.black #header .menu li.contactus a:hover, body.black #header .menu li.contactus b { background-position: -722px -200px; }
body.black #header .menu li.recruitment a:hover, body.black #header .menu li.recruitment b { background-position: -842px -200px; }

/* -- Admin menu overrides --- */
#header .admin-menu {
margin: 0 auto;
width:966px;
}
#header .admin-menu,#header .admin-menu li {
height:50px;
margin-right:1px;
}
#header .admin-menu a,#header .admin-menu b, #header .admin-menu a span,#header .admin-menu b span {
width:auto !important;
height:20px;
background:none;
text-indent:0;

color:#fff;
}


#header .admin-menu a,#header .admin-menu b {
padding: 14px;
padding-left: 14px;
padding-top:20px;
padding-bottom:10px;
background-color:#333;
}
#header .admin-menu a:hover, #header .admin-menu b  {
background-color:#FF0000;
color:#000;
}
#header .admin-menu a:hover span, #header .admin-menu b span  {
color:#000;
}
#header .admin-menu b {
padding-right:15px;
}
#header .admin-menu li.logout a, #header .admin-menu li.logout a span{
background-color:#1F83C1;
color:#000;
}
#header .admin-menu li.logout a:hover, #header .admin-menu li.logout a:hover span{
background-color:#003366;
color:#fff;
}
/* box top */
.boxtop {

width:939px;
height:510px;
display:block;
margin-bottom:10px;
}

.boxtop a{
text-indent:-9999px;
font-size:0px;
overflow:hidden;
float:left;
background-image:url(../img/box_large.jpg);
display:block;
width:469px;
height:255px;
}

.boxtop a.groundworks{background-position:0px 0px;}
.boxtop a.excavation{background-position:-469px 0px;}
.boxtop a.scaffolding{background-position:0px -255px;}
.boxtop a.movax{background-position:-469px -255px;}

.boxtop a.groundworks:hover{background-position:0px -510px;}
.boxtop a.excavation:hover{background-position:-469px -510px;}
.boxtop a.scaffolding:hover{background-position:0px -765px;}
.boxtop a.movax:hover{background-position:-469px -765px;}


/*---- News ---- */
.newsItem .date {
padding-top:3px;
padding-right:20px;
float:right;
color:#555;
text-align:center;
}
.newsItem .date:hover {
color:#ff0000;


}
.newsItem {
border-bottom:1px solid #ff0000;
padding-top:10px;
margin-bottom:10px;
padding-bottom:10px;
clear:left;
display:block;
}
.newsItem .content {
width:auto;
overflow:hidden;
}
/*---- ---- */
/*---- ---- */

.jobs {
margin:0px;
padding:0px;
margin-top:20px;
width:932px;
}
ul.jobs li {
width:450px;
margin-right:8px;
margin-left:8px;
padding:0px;
background:none;
float:left;
list-style:none;
border-bottom: 1px solid #ff0000;
margin-bottom:10px;
padding-bottom:10px;

}
.jobs li h3{
margin-top:0px;
margin-bottom:10px;

}
.jobs li a.apply_btn {
float:right;
margin-top:20px;
height:30px;
width:129px;
display:block;
clear:both;
background-image:url(../img/apply_now_btn.png);
background-repeat:no-repeat;
overflow:hidden;
text-indent:-9999px;
}

.jobs li a:hover {
background-position:0px -30px;
}

/*-- RECRUIT FORM --*/
.input input, .input textarea, .row input, .row textarea{
width:280px;
padding:3px;

font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:1em;

}
.input label {
margin-top:10px;
/*width:5000px;*/
width:100%;
display:block;
padding-bottom:3px;
}
.input  small {
padding-top:3px;
padding-bottom:3px;
display:block;
}
.checkbox  label{
padding-left:25px;

}
.input {
clear:left;
padding-bottom:5px;
}
.checkbox input {
width:auto;
float:left;

}

.input select {
padding:2px;
}
/* -- Contact form -- */
.row {
margin-top: 10px;
}

#left-col {
float:left;
width:500px;
}


#right-col {
float:right;
width:400px;
}
#right-col .row input, #right-col .row  textarea{
width:390px;

}
#left-col  div.contactDetails{
width:500px;
display:inline-block;
}
div.contactDetails div{
padding-bottom:5px;
width:300px;
padding-right:10px;
float:left;
}
#left-col  div.contactDetails div.telephone{

}

/* -- SIDE BAR -- */
#sidebar {
float:right;
width:228px;
margin-left:10px;
}
#sidebar #news, #sidebar #contact, #sidebar #markdown, #image_help {
background-image:url(../img/news_bg.png);
background-position:top left;
background-repeat:no-repeat;
display:block;
width:208px;
padding:10px;
margin-bottom:10px;


}
#sidebar dl {
width:208px;
}
#sidebar  .push {
clear:both;
width:200px;
}
#sidebar dl dd, #sidebar dl dt{
width:100px;
float:left;
padding-top:10px;
padding-bottom:10px;
}
#sidebar #news h2{
margin-top:0px;
margin-bottom:5px;
}
#sidebar #news .date {
color:#666;
font-size:0.8em;
}
/* -- Box Top Other Pages-- */
.boxtop_other {
background: url(../img/boxtop/other/photo.jpg) top left no-repeat;
height:331px;
width:950px;
}
.aboutus .boxtop_other {
background: url(../img/boxtop/other/aboutus.jpg) top left no-repeat;
}
.news .boxtop_other {
background: url(../img/boxtop/other/news.jpg) top left no-repeat;
}
.contactus .boxtop_other {
background: url(../img/boxtop/other/contact.jpg) top left no-repeat;
}
.recruitment .boxtop_other {
background: url(../img/boxtop/other/recruitment.jpg) top left no-repeat;
}
.machinery .boxtop_other {
background: url(../img/boxtop/other/machinery.jpg) top left no-repeat;
}
.boxtop_other h1, body.red .boxtop_other h1 , body.green .boxtop_other h1 , body.blue .boxtop_other h1, body.black .boxtop_other h1   {
float:left;
margin:0px;
margin-top:236px;
font-size:35px;
display:block;
width:516px;
padding-top:23px;
padding-left:50px;
height: 51px;
color:#fff;
background: url(../img/boxtop/other/title_bg.png);
clear:none;
}
.boxtop_other .buttons {
float:left;


display:block;
}
.boxtop_other a {
text-indent:-999px;
overflow:hidden;
margin-bottom:5px;
display:block;
width:377px;
height:73px;
background: url(../img/boxtop/other/buttons.png) no-repeat;
background-position: -4px -237px;
}
.boxtop_other a.groundworks {
margin-top:7px;
background-position: -4px -237px;
}

.boxtop_other a.excavation {background-position: -4px 0px;}
.boxtop_other a.movax {background-position: -4px -79px;}
.boxtop_other a.scaffolding {background-position: -4px -158px;}

.boxtop_other a.groundworks:hover {background-position: -385px -237px;}
.boxtop_other a.excavation:hover {background-position: -385px 0px;}
.boxtop_other a.movax:hover {background-position: -385px -79px;}
.boxtop_other a.scaffolding:hover {background-position: -385px -158px;}
/* -- FLEETS -- */
.fleet {
padding-left:50px;
width:300px;
margin-bottom:10px;
float:left;

}
.fleet .small {
font-size:0.8em;
}

.current_projects {

margin: 0px;
padding:0px;
line-height:1.5em;
margin-left: 10px;
}
.current_projects .image {
float:left;
margin-bottom:20px;
margin-right:20px;
width:150px;
}

ul.current_projects li {
	margin-bottom: 20px!important;
}

.current_projects p{
margin-bottom:5px;
}

.current_projects h2 {
	color: #333;
	margin-top: 3px;
}



.current_projects .image a {
	display: block;
	position:relative;
}

.current_projects .image a img {
	width: 150px;
}

.current_projects .image b.t {
	position: absolute;
	left: 0; height: 15px; left:0; width: 150px;
	background: url(../img/corners-top-small.png) no-repeat 0 0;
}

.current_projects .image b.b {
	position: absolute;
	left: 0; height: 15px; bottom:0; width: 150px;
	background: url(../img/corners-bottom-small.png) no-repeat 0 0;
}



body .current_projects li, body.red .current_projects li, body.blue .current_projects li, body.green .current_projects li, body.black .current_projects li{
background:none;
background-image:none;
padding:0px;
margin:0px;
clear:left;

}
/* -- ADMIN AREA-- */
/* -- GLOBAL-- */
#admin #container {
padding-top:20px;
}
#admin .pages {
width:942px;
}
.actions {
float:right;
width:75px;
padding-left:15px;
}
/* -- HEALTH AND SAFETY EDITOR -- */
#ContentContent {
width:600px;
height:400px;

}

/* -- machinery -- */
#admin .fleet {
float:left;
width:430px;
border:1px solid #ff0000;
padding:0px;
margin:10px;
margin-left:10px;
margin-bottom:10px;
clear:none;
min-height:300px;
}
#admin .fleet div {
padding:5px;
border-bottom:1px solid #ff0000;
background:#ccc;

}
#admin .fleet div h2 {
margin:0px;
padding:0px;
padding-top:3px;
padding-bottom:5px;
}
#admin .fleet div.actions {
padding:0px;
width:155px;
margin:0px;
border:none;
}
#admin .fleet ul{
padding-left:10px;
padding-right:10px;
}
#admin .fleet b {
font-size:1.2em;
color:#ff0000;

}
#admin .fleet ul li{
clear:both;
padding-top:5px;
background-position:0px 5px;
}
#admin .fleet ul li:hover{

background-color:#FFE1E1;

}
#admin .fleet ul li .actions {
background:none;
float:right;
clear:right;
width:110px;
}

/* -- JOBS / RECRUITMENT -- */

#admin ul.jobs li {
padding:5px;
width:430px;
}
#admin ul.jobs li:hover {

background-color:#FFE1E1;
}
#admin .sector {
float:left;
width:218px;
margin-right:5px;
min-height:300px;
clear:right;

border: 1px solid #ff0000;
}
#admin .sector h2{ 
padding:5px;
margin:0px;
border-bottom: 1px solid #ff0000;
}
body#admin .sector ul.project_list li, body#admin .sector ul.project_list {
width:208px;
margin:0px;
background:none;

}
#admin .sector .image img{
width:50px;
}
#admin .sector .image {
width:50px;
float:left;
padding-right:5px;
}
body#admin .sector ul.project_list li .actions {
width:104px;
margin-left:61px;
margin-right:60px;
clear:both;
}
body#admin .sector ul.project_list li .push {
width:225px;
clear:both;
}

body#admin .sector ul.project_list li {
padding:5px;
border-bottom: 1px solid #ff0000;
margin-bottom:10px;
padding-bottom:10px;
}

body#admin .sector ul.project_list li:hover {
background-color:#FFE1E1;
}
/* -- -- */


/* --- Boxtops for specific sectors ----- */

.boxtop_groundworks {
	width: 941px;
	height: 308px;
	position: relative;
	background: url(../img/boxtop/portfolio/groundworks.jpg);
	margin-bottom: 30px;
}

.boxtop_groundworks a.excavation {
	display: block; overflow: hidden; text-indent: -9999px;
	position: absolute;
	width: 336px; height: 99px;
	right: 0; top: 0;
}

.boxtop_groundworks a.movax {
	display: block; overflow: hidden; text-indent: -9999px;
	position: absolute;
	width: 365px; height: 105px;
	right: 0; top: 99px;
}

.boxtop_groundworks a.scaffolding {
	display: block; overflow: hidden; text-indent: -9999px;
	position: absolute;
	width: 392px; height: 104px;
	right: 0; top: 204px;
}

.boxtop_groundworks h1 {
	display: none;
}


/* --- */

.boxtop_scaffolding {
	width: 941px;
	height: 308px;
	position: relative;
	background: url(../img/boxtop/portfolio/scaffolding.jpg);
	margin-bottom: 30px;
}

.boxtop_scaffolding a.excavation {
	display: block; overflow: hidden; text-indent: -9999px;
	position: absolute;
	width: 336px; height: 99px;
	right: 0; top: 0;
}

.boxtop_scaffolding a.movax {
	display: block; overflow: hidden; text-indent: -9999px;
	position: absolute;
	width: 365px; height: 105px;
	right: 0; top: 99px;
}

.boxtop_scaffolding a.groundworks {
	display: block; overflow: hidden; text-indent: -9999px;
	position: absolute;
	width: 392px; height: 104px;
	right: 0; top: 204px;
}

.boxtop_scaffolding h1 {
	display: none;
}

/* --- */

.boxtop_excavation {
	width: 941px;
	height: 308px;
	position: relative;
	background: url(../img/boxtop/portfolio/excavation.jpg);
	margin-bottom: 30px;
}

.boxtop_excavation a.movax {
	display: block; overflow: hidden; text-indent: -9999px;
	position: absolute;
	width: 336px; height: 99px;
	right: 0; top: 0;
}

.boxtop_excavation a.groundworks {
	display: block; overflow: hidden; text-indent: -9999px;
	position: absolute;
	width: 365px; height: 105px;
	right: 0; top: 99px;
}

.boxtop_excavation a.scaffolding {
	display: block; overflow: hidden; text-indent: -9999px;
	position: absolute;
	width: 392px; height: 104px;
	right: 0; top: 204px;
}

.boxtop_excavation h1 {
	display: none;
}

/* --- */

.boxtop_movax {
	width: 941px;
	height: 308px;
	position: relative;
	background: url(../img/boxtop/portfolio/movax.jpg);
	margin-bottom: 30px;
}

.boxtop_movax a.excavation {
	display: block; overflow: hidden; text-indent: -9999px;
	position: absolute;
	width: 336px; height: 99px;
	right: 0; top: 0;
}

.boxtop_movax a.groundworks {
	display: block; overflow: hidden; text-indent: -9999px;
	position: absolute;
	width: 365px; height: 105px;
	right: 0; top: 99px;
}

.boxtop_movax a.scaffolding {
	display: block; overflow: hidden; text-indent: -9999px;
	position: absolute;
	width: 392px; height: 104px;
	right: 0; top: 204px;
}

.boxtop_movax h1 {
	display: none;
}

/* -------------- */

.project-images {
	width: 230px;
	float: right;
	margin: 0 10px 0px 0px;
	overflow: hidden;
}

.project-images a {
	display: block;
	position:relative;
	margin-bottom:10px;
	float: right;
	margin-left: 10px;
}

.project-images a img {
	width: 220px;
}

.project-images b.t {
	position: absolute;
	left: 0; height: 15px; left:0; width: 220px;
	background: url(../img/corners-top.png) no-repeat 0 0;
}

.project-images b.b {
	position: absolute;
	left: 0; height: 15px; bottom:0; width: 220px;
	background: url(../img/corners-bottom.png) no-repeat 0 0;
}

.strip-images {
	width: auto;
	overflow: hidden;
	width: 690px;
}

.strip-images a {
	float: left;
}

.big-images {
	clear: none;
	float: none;
	width: 220px;
	margin: 0 auto;
	overflow: hidden;
}

.big-images a {
	margin-left: 0;
	float: none;
}

.big-images a img {
	margin-left: 0;
	width: 220px;
}

.buttons_groundworks {
	/*margin-bottom: 10px;*/
}

.buttons_groundworks a {
	display: block;
	margin-bottom: 5px;
	background: url(../img/buttons/portfolio/groundworks.png) no-repeat 0 0;
	width: 225px; height: 30px;
	text-indent: -9999px; overflow: hidden;
}

.buttons_groundworks a.projects { background-position: 0 0; }
.buttons_groundworks a.projects:hover {	background-position: -230px 0; }

.buttons_groundworks a.home { background-position: 0 -32px; }
.buttons_groundworks a.home:hover {	background-position: -230px -32px; }

.buttons_groundworks a.gallery { background-position: 0 -64px; }
.buttons_groundworks a.gallery:hover {	background-position: -230px -64px; }

.buttons_groundworks a.view-project { background-position: 0 -96px; }
.buttons_groundworks a.view-project:hover {	background-position: -230px -96px; }

.buttons_scaffolding {
	/*margin-bottom: 10px;*/
}

.buttons_scaffolding a {
	display: block;
	margin-bottom: 5px;
	background: url(../img/buttons/portfolio/scaffolding.png) no-repeat 0 0;
	width: 225px; height: 30px;
	text-indent: -9999px; overflow: hidden;
}

.buttons_scaffolding a.projects { background-position: 0 0; }
.buttons_scaffolding a.projects:hover {	background-position: -230px 0; }

.buttons_scaffolding a.home { background-position: 0 -32px; }
.buttons_scaffolding a.home:hover {	background-position: -230px -32px; }

.buttons_scaffolding a.gallery { background-position: 0 -64px; }
.buttons_scaffolding a.gallery:hover {	background-position: -230px -64px; }

.buttons_scaffolding a.view-project { background-position: 0 -96px; }
.buttons_scaffolding a.view-project:hover {	background-position: -230px -96px; }

.buttons_movax {
	/*margin-bottom: 10px;*/
}

.buttons_movax a {
	display: block;
	margin-bottom: 5px;
	background: url(../img/buttons/portfolio/movax.png) no-repeat 0 0;
	width: 225px; height: 30px;
	text-indent: -9999px; overflow: hidden;
}

.buttons_movax a.projects { background-position: 0 0; }
.buttons_movax a.projects:hover {	background-position: -230px 0; }

.buttons_movax a.home { background-position: 0 -32px; }
.buttons_movax a.home:hover {	background-position: -230px -32px; }

.buttons_movax a.gallery { background-position: 0 -64px; }
.buttons_movax a.gallery:hover {	background-position: -230px -64px; }

.buttons_movax a.view-project { background-position: 0 -96px; }
.buttons_movax a.view-project:hover {	background-position: -230px -96px; }

.buttons_excavation {
	/*margin-bottom: 10px;*/
}

.buttons_excavation a {
	display: block;
	margin-bottom: 5px;
	background: url(../img/buttons/portfolio/excavation.png) no-repeat 0 0;
	width: 225px; height: 30px;
	text-indent: -9999px; overflow: hidden;
}

.buttons_excavation a.projects { background-position: 0 0; }
.buttons_excavation a.projects:hover {	background-position: -230px 0; }

.buttons_excavation a.home { background-position: 0 -32px; }
.buttons_excavation a.home:hover {	background-position: -230px -32px; }

.buttons_excavation a.gallery { background-position: 0 -64px; }
.buttons_excavation a.gallery:hover {	background-position: -230px -64px; }

.buttons_excavation a.view-project { background-position: 0 -96px; }
.buttons_excavation a.view-project:hover {	background-position: -230px -96px; }




/* --------------------------- */

.buttons_groundworks a.view-project, .buttons_scaffolding a.view-project, .buttons_movax a.view-project, .buttons_excavation a.view-project {
	background: url(../img/buttons/portfolio/groundworks.png) no-repeat 0 0;
}

.buttons_groundworks a.view-project { background-position: 0 -96px; }
.buttons_groundworks a.view-project:hover {	background-position: -230px -96px; }

.buttons_movax a.view-project { background-position: 0 -128px; }
.buttons_movax a.view-project:hover {	background-position: -230px -128px; }

.buttons_excavation a.view-project { background-position: 0 -160px; }
.buttons_excavation a.view-project:hover {	background-position: -230px -160px; }

.buttons_scaffolding a.view-project { background-position: 0 -192px; }
.buttons_scaffolding a.view-project:hover {	background-position: -230px -192px; }

/* --------------------------- */

#NewsItemAddForm input#NewsItemTitle, textarea#NewsItemBody {
	width: 440px;
}

textarea#ProjectContent, textarea.nawtey {
	width: 600px;
}

div.checkbox {
	clear: left;
}


ul#partners-list {
display: block;
	height:50px;
	overflow:hidden;
} 
ul#partners-list li, ul#all-partners-list  li  {
	margin: 0 10px;
	display: inline-block;
	background-image: none;
	padding: 0;
}
ul#all-partners-list  li  {
width:200px;
text-align:center;
margin-bottom:20px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table th, table td {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding: 2px 5px;
}

table thead th {
	text-align: left;
	font-size: 150%;
	color: #f00;
}

.gallery-images {
}

.gallery-images li {
background-image:none !important; 
	text-align:center;
	vertical-align: middle;
	width: 128px;
	margin: 5px;
	display: inline-block;
	padding: 0;
	background-image: none;
}

.gallery-images-edit li {
	vertical-align: bottom;
}

.gallery-images li img {
	/*width: 128px;*/
	height:96px;
	
}

b.red {
color:#ff0000;
}


/* boxtop portfolio */ 
.boxtop_portfolio {
padding-top:10px;
width:939px;
height:124px;
display:block;
background: url(../img/boxtop/portfolio_small/background.jpg) no-repeat;
background-position: 0px 10px;
margin-bottom:10px;
}
.boxtop_portfolio a, .boxtop_portfolio b{
text-indent:-999px;
overflow:hidden;
float:left;
display:block;
height:124px;
width:125px;
background: url(../img/boxtop/portfolio_small/buttons.png) no-repeat;
background-position:bottom left;

}

.boxtop_portfolio a.groundworks, .boxtop_portfolio b.groundworks {background-position: 1px 0px; width:226px;}
.boxtop_portfolio a.excavation, .boxtop_portfolio b.excavation 			{background-position: -226px 0px; width:246px;}
.boxtop_portfolio a.scaffolding, .boxtop_portfolio b.scaffolding 		{background-position: -472px 0px; width:224px;}
.boxtop_portfolio a.movax , .boxtop_portfolio b.movax 						{background-position: -696px 0px; width:243px;}


.boxtop_portfolio a.groundworks:hover, .boxtop_portfolio b.groundworks {background-position: 1px -125px;}
.boxtop_portfolio a.excavation:hover, .boxtop_portfolio b.excavation 			{background-position: -226px -125px;}
.boxtop_portfolio a.scaffolding:hover, .boxtop_portfolio b.scaffolding 		{background-position: -472px -125px;}
.boxtop_portfolio a.movax:hover , .boxtop_portfolio b.movax 						{background-position: -696px -125px;}

.pdf_app {
margin-left:10px;
margin-right:10px;
float:right;
overflow:hidden;
width:170px;
height:60px;
text-indent:-999px;
display:block;
background: url(../img/buttons/download_pdf.png) no-repeat;
}
.pdf_app:hover {
background-position: 0px -60px;
}
.error-message { 
color:#ff0000;
margin-top:0px;

}

#ProjectEditForm .project-images {
width:700px;
margin:0px;
margin-bottom:20px;

}
#ProjectEditForm .project-images div.container{
float:left;
border:1px #ccc solid;
width:220px;
height:240px;
padding:3px;
margin-right:2px;
margin-left:3px;
margin-bottom:3px;
display:inline-block;
}


/* --- NEWSLETTER MANAGER --- */

ul.newsletter_list li{
padding-bottom:20px;
margin-bottom:20px;
clear:both;
padding:5px;

background-image:none;
border-bottom:1px #ccc solid;
}
ul.newsletter_list li .sent{
float:left;
margin-right:10px;
}


ul.newsletter_list li .content{
clear:none;
}
ul.newsletter_list li .push {
padding-top:20px;
width:960px;
}

/* --- CUSTOMER MANAGER --- */

ul.customer_list li img{ 
float:left;
padding-right:10px;
 }

ul.customer_list li h2 {
 clear:none;
 }

ul.customer_list li {
   background-image:none;
   clear:both;
   margin-bottom:10px;
   padding-left:5px;
   padding-top:5px;
   padding-bottom:5px;
   
   }

ul.customer_list li dl {
	width:600px;
	float:left;
	}

    ul.customer_list li dl dt{ 
	font-weight:bold;
	width:100px;
	padding-bottom:5px;
	float:left;
	}

	ul.customer_list li dl dd{ 
	width:200px;
	float:left;
	padding-bottom:5px;

	}

	ul.customer_list li .actions {
	float:right;
	display:block;
	width:150px;
	}

	ul.customer_list li .address {
	height:85px;
	min-height:85px;
	}

	ul.customer_list li:hover,   ul.newsletter_list li:hover { 
	background-color:#EAF4DF;
	}

.sitemap h3 a, .sitemap h2 a {
color:#FF0000


}

.get_directions {
margin-left:10px;
width:500px;
}

.get_directions label, .get_directions input{
float:left;
}
.get_directions label {
width:100px;
margin-top:8px;
}
.get_directions .input input{
margin-top:3px;
margin-right:10px;
width:238px;
}
.get_directions .input {
padding:0px;

}
.get_directions .submit {
float:left;

}
.get_directions .submit input {
width:131px;
background-image: url(../img/buttons/get_directions.png);

}
#map_canvas {
border:1px solid #ccc;
margin-top:23px;
margin-bottom:31px;
background-image: url(../img/map_bg.png);
}
#ContactEnquiry {
height:110px;
}



.gallery-images-edit li{ width: 130px; border:1px solid #ccc; padding:5px;}

.boxtop_other h1.long {
	font-size:20px;
}


#RecruitApplyForm .inputContainer{
float:left;
overflow:hidden;
width:300px;
margin:0px 2px 10px 10px;
}
#RecruitApplyForm .inputContainer h2,
#RecruitApplyForm .inputContainer h3{
margin-left:0px;

}
#RecruitApplyForm .inputContainer h3,
#RecruitApplyForm .inputContainer h4{
	margin-top:10px;
}
#RecruitApplyForm h4{
font-size:14px;

}
#RecruitApplyForm .inputContainer.headerSpace {
	padding-top:30px;
}

#RecruitApplyForm .checkboxes_horizontal {
overflow:hidden;
}
#RecruitApplyForm .checkboxes_horizontal .input {
	float:left;
	margin-left:10px;
	margin-right:20px;
	clear:none;
}

#RecruitApplyForm .checkboxes_horizontal .input label {
margin-top:0px;

}


#RecruitApplyForm #PreviousExpOther {
margin-left:10px;
}
#RecruitApplyForm #PreviousExpOther textarea {
width:593px;
}
#RecruitApplyForm hr {

clear:both;
}

#RecruitApplyForm .cards .input,
#RecruitApplyForm .streetworks_unit .input,
#RecruitApplyForm .other_qualifcations .input {
float:left;
margin-left:10px;
margin-right:10px;
clear:none;

}

#RecruitApplyForm .cards,
#RecruitApplyForm .streetworks_unit,
#RecruitApplyForm .other_qualifcations {
clear:left;
}

#RecruitApplyForm .submit {
margin-left:10px;
}
#RecruitApplyForm h4 {
clear:left;
float:left;
margin-top:20px;
}

#RecruitAddress {
/*height:119px;*/
}
