
@import url("nav.css");


/*-----------------------
Colours - Westoz Contract & Hire

Red = #9f2300
Yellow = #edc847
Blue = #007dc6

----------------------*/


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */



/*-----------------------
Body
----------------------*/
body {
	margin: 0;
	padding: 0;
	background: #180f03;
	font: 12px/24px Arial, Helvetica, sans-serif;
}

/*-----------------------
Container Header
----------------------*/
div#container-header {
	padding: 0;
	width: 100%;
	height: 200px;
	background: url('../images/bg-header.gif') repeat-x top left;
}

/* ---- Header ----- */
div.header {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}

/* ---- Logo ----- */
div.header-logo {
	width: 471px;
	height: 134px;
	margin: 0;
	top: 43px; 
	left: 14px;
	position: absolute; 
}

div.header-logo img {
	border: 0;
}

/* ---- Call action ----- */
div.header-call-action {
	width: 296px;
	height: 61px;
	margin: 0;
	top: 81px;
	right: 52px;
	position: absolute;
}

div.header-call-action h2 {
	display: block;
	width: 296px;
	height: 61px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/call-action.gif') 0 0 no-repeat;
}

/*-----------------------
Container Banner
----------------------*/
div#container-banner {
	padding: 0;
	width: 100%;
	height: 217px;
	background: url('../images/bg-banner.gif') repeat-x top center;
}

/* ---- Banner ----- */
div.banner {
	width: 1000px;
	height: 217px;
	margin: 0 auto;
	position: relative;
	background: url('../images/banner.gif') no-repeat top center;
}

div#flash {
	width: 362px;
	top: -32px;
	right: 262px;
	position: absolute;
}

div.banner-button {
	width: 96px;
	height: 95px;
	top: 66px;
	right: 59px;
	position: absolute;
}

div.banner-button img {
	border: 0;
}



/*-----------------------
Container Navigation
----------------------*/
div#container-nav {
	padding: 0;
	width: 100%;
	height: 44px;
	background: url('../images/bg-nav.gif') repeat-x top center;
}

/* ---- Nav ----- */
div.nav {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-top: 6px;
	font-size: 14px;
}

div.nav ul { list-style-type: none; }

div.nav ul li {
	float: left;
	text-align: center;
	margin-right: 7px;
}

div.nav ul li a {
	color: #FFF;
	display: block;
	float: left;
	padding: 7px 0;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

div.nav ul li a:hover { color: #1f1404; }



/*-----------------------
Container Content
----------------------*/
div#container-content {
	padding: 0;
	height: auto;
	width: 100%;
	background: url('../images/bg-content.gif') repeat top center;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
}

/*-----------------------
Content
----------------------*/

div.content {
	width: 995px;
	height: auto;
	margin: 24px auto;
	padding: 0 0 0 5px;
	background: url('../images/core/tile-content.gif') 0 0 repeat-y;
}

/*-----------------------
Content Left
----------------------*/

div.content-left {
	width: 490px;
	height: auto;
	float: left;
	color: #180f03;
	margin-right: 4px;
	background: url('../images/bg-contentleft.gif') 0 0 no-repeat;
	padding: 4px 0 0 4px;
}

div.content-left-inner {
	background: #fff;
	padding: 18px 7px 32px 7px;
}

/* Content Left Text */

div.content-left-text { padding: 0 20px; }

/* Standard */

div.standard ul { 
	margin-left: 14px;
	list-style-type: none;
	margin-bottom: 10px;
}

div.standard ul li {
	padding-left: 19px; 
	background: url('../images/arrow.gif') left 5px no-repeat;
}

div.standard img.left {
	float: left;
	margin: 20px 20px 20px 0;
	border: 6px solid #e2e2e2;
}

div.standard img.right {
	float: right;
	margin: 20px 0 20px 20px;
	border: 6px solid #e2e2e2;
}

div.standard h1 {
	width: auto;
	height: 20px;
	background: #42300c;
	padding: 16px 0 0 20px;
	margin-bottom: 31px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

div.standard p { 
	margin-bottom: 20px;
}

div.standard a {
	 color: #308490; 
	 text-decoration: none;
}

div.standard a:hover {
	 color: #8cc1c9;
	 text-decoration: underline; 
}

/*-----------------------
Content Wide
----------------------*/

div.content-inner {
	width: 995px;
	height: auto;
	margin: 24px auto;
	padding: 0 0 0 5px;
	background: url('../images/title-content-inner.gif') 0 0 repeat-y;
}

/* Content Wide */

div.content-wide {
	width: 735px;
	height: auto;
	float: left;
	color: #180f03;
	margin-right: 4px;
	background: url('../images/bg-contentwide.gif') 0 0 no-repeat;
	padding: 4px 0 0 4px;
}

/* Content Wide Inner */

div.content-wide-inner {
	background: #fff;
	padding: 18px 7px 32px 7px;
}

/* Content Text */

div.content-wide-text { 
	padding: 0 20px;
}

/* Standard */

div.standard ul { 
	margin-left: 14px;
	list-style-type: none;
}

div.standard ul li {
	padding-left: 19px; 
	background: url('../images/arrow.gif') left 5px no-repeat;
}

div.standard img.left {
	float: left;
	margin: 0 20px 20px 0;
	border: 6px solid #e2e2e2;
}

div.standard img.right {
	float: right;
	margin: 0 0 20px 20px;
	border: 6px solid #e2e2e2;
}

div.standard h1 {
	width: auto;
	height: 20px;
	background: #42300c;
	padding: 16px 0 0 20px;
	margin-bottom: 31px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

div.standard h2 {
	display: block;
	height: 9px;
	padding: 8px 0 10px 20px;
	margin-bottom: 20px;
	margin-top:10px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #4a99a4;
	text-transform: uppercase;
	background: url('../images/bg-heading2.gif') no-repeat top center;
}

div.standard h3 {
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	color: #180f03;
	padding-left: 20px;
	margin-bottom: 31px;
	text-transform: uppercase;
}

div.standard h4 {
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	color: #180f03;
}

div.standard p { 
	margin-bottom: 20px;
}

div.standard a {
	 color: #308490; 
	 text-decoration: none;
}

div.standard a:hover {
	 color: #8cc1c9;
	 text-decoration: underline; 
}

div.standard td {
  border: 0;
  border-bottom: 1px solid #E2E2DF;
  border-right: 1px solid #E2E2DF;
  vertical-align: top;
  padding: 4px;
}

div.standard td.bold { 
	font-weight: bold;
	 color: #4a99a4; 
}

div.standard table {
  border: 1px solid #E2E2DF;
  border-right: 0;
  border-bottom: 0;
}

div.standard img {
	border:2px solid #308490;
}


/*-----------------------
Content Middle
----------------------*/

div.content-middle {
	width: 240px;
	height: auto;
	float: left;
	margin-right: 3px;
	background: url('../images/bg-contentmiddle.gif') 0 0 no-repeat;
	padding: 4px 0 0 4px;
	
}

div.content-middle-inner {
	background: #fff;
	padding: 18px 7px 32px 7px;
}

div.content-middle-inner h1 {
	width: auto;
	height: 20px;
	background: #42300c;
	padding: 16px 0 0 20px;
	margin-bottom: 31px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

/* Content Middle Text */

div.content-middle-text { 
	padding: 0 0 0 20px;
	color: #3c3630;
}

div.content-middle-text p { 
	margin-bottom: 20px;
}

div.content-middle-text a {
	 color: #308490; 
	 text-decoration: none;
}

div.content-middle-text a:hover {
	 color: #8cc1c9;
	 text-decoration: underline; 
}


/*-----------------------
Content Right
----------------------*/

div.content-right {
	width: 240px;
	height: auto;
	float: left;
	background: url('../images/bg-contentright.gif') 0 0 no-repeat;
	padding: 4px 0 0 4px;
}

div.content-right-inner {
	background: #fff;
	text-align: center;
}

/* Content Right Text */

div.content-right-text { 
	padding: 18px 0 32px 0; 
}

div.content-right-text img {
	 margin-bottom: 21px; 
}

div.content-right-text h3 {
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	color: #1f1404;
	text-align: center;
	padding: 0 20px;
	text-transform: capitalize;
}

/*-----------------------
Equipment List
----------------------*/
body#equipment{
}

body#equipment img.img-float{
	float:right;
	display:block;
	clear:both;
	margin-bottom:10px;
	margin-left:10px;
}


/*-----------------------
Bobcats 
----------------------*/
div.bobcats {
	margin-bottom: 40px;
}


/*-----------------------
Rock Breakers
----------------------*/
div.breakers {
	margin-bottom: 40px;
}


/*-----------------------
Gallery
----------------------*/
div.projects {
	margin-bottom: 40px;
}

.content-wide-text ul.gallery {
}

.content-wide-text ul.gallery li{
	display:inline;
	float:left;
	background:none;
	padding:10px;
	margin:0;
	line-height:0;
}



/*-----------------------
Contact form
----------------------*/
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form fieldset p { margin-bottom: 5px; }

form.form ol { list-style: none; }

form.form li { margin-bottom: 5px; }

form.form label {
	display: inline-block;
	width: 150px;
}

form.form input.small {
	display: inline-block;
	width: 113px;
}

form.form li.radiogroup label {
	display: block;
}

form.form li.radiogroup input { width: 20px; }

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align: top;
}

form.form textarea { height: 200px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; }

form.form li.button input {
	width: auto;
	border: 0;
	background: #4a99a4;
	color: #fff;
	cursor: pointer;
}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}


form.form fieldset fieldset,
form.form fieldset fieldset ol,
form.form fieldset fieldset li { 
	border: 0; 	
	margin: 0;
	padding: 0;
}

form.form fieldset fieldset ol { 
	list-style: none;
}

form.form fieldset fieldset li {
	margin-bottom: 5px; 
}

form.form fieldset fieldset label {
	display: inline-block;
	width: 430px;
}

form.form fieldset fieldset input {
	width: 250px;
	padding: 0;
	margin-left: 152px;
	display: inline-block;
	vertical-align: middle;
}

form.form fieldset fieldset input.radiocheck {
	width: auto;
	padding: 0;
	margin-right: 5px;
	border: 0;
	background: none;
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}



/*-----------------------
Container Footer
----------------------*/
div#container-footer {
	padding: 0;
	width: 100%;
	height: 160px;
	background: #180f03 url('../images/bg-footer.gif') repeat-x top center;
}

div.footer {
	width: 1000px;
	height: 156px;
	margin: 0 auto;
	background: url('../images/footer.gif') no-repeat center top;
	padding-top: 27px;
	font-size: 10px;
}

div.footer ul { 
	list-style-type: none; 
	text-align: center; 
}

div.footer li {
	display: inline;
	margin-right: 26px;
}

div.footer ul li a {
	color: #5d3a0c;
	padding: 0;
	text-decoration: none;
}

div.footer ul li a:hover { color: #d5bea0; }

div.footer div.copyright { text-align: center; color: #5d3a0c; }

div.footer div.wflogo {
	width: 207px;
	height: 32px;
	margin: 12px 0 0 384px;	
}



/*-----------------------
Extras
----------------------*/

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


