/*
   screen.css
   iw-hire
   
   Created by Cale Woodley on 2008-09-11.
   Copyright 2008 Webfirm. All rights reserved.
*/

@import url("reset.css");

body {
  background: #cbcccc url('../images/core/body-background.gif') 0 0 repeat-x;
  font: 0.69em/1.55em Arial, Verdana, Tahoma, sans-serif;
  color: #1b1b19;
}

#container {
  width: 790px;
  margin: 10px auto;
}

.button {
  background: #1354af url('../images/core/button-background.png') 0 0 repeat-x;
  border: none;
  color: #fff;
  cursor: pointer;
}


/* =header
*********************************/
#header {
  width: 270px;
  background: #3c3b38;
  float: left;
  display: inline;
}

#header #cta {
  text-indent: -999em;
  width: 270px;
  height: 78px;
  margin: 33px 0 25px 0;
  background: url('../images/core/cta.gif');
}

#header #logo {
  display: block;
  width: 270px;
  height: 109px;
  background: url('../images/core/logo.gif');
  text-indent: -999em;
}


/* =search
*********************************/
#search {
  width: 270px;
  height: 36px;
  background: url('../images/core/search-background.gif');
}

#search legend, #search label {display: none;}

#search input {
  float: left;
  display: inline;
}

#search input#search_term {
  margin: 7px 0 0 69px;
  width: 140px;
  height: 17px;
  border: 1px solid #fff;
  padding: 5px 3px 0 3px;
}

#search input#search_term:focus {
  border: 1px solid #3C3B38;
}

#search input#search_go {
  width: 27px;
  height: 24px;
  margin: 7px 0 0 4px;
	padding: 1px 2px 1px 2px;
}


/* =nav
*********************************/
#navigation {
  float: right;
  display: inline;
  width: 520px;
  z-index: 20;
  position: relative;
}

.sf-menu li a {
  height: 25px;
  background-repeat: no-repeat;
  text-indent: -999em;
}

.sf-menu a#nav-home {background-image: url('../images/nav/nav-home.gif'); width: 47px;}
.sf-menu a#nav-about {background-image: url('../images/nav/nav-about.gif'); width: 74px;}
.sf-menu a#nav-winches {background-image: url('../images/nav/nav-winches.gif'); width: 70px;}
.sf-menu a#nav-powerpacks {background-image: url('../images/nav/nav-powerpacks.gif'); width: 96px;}
.sf-menu a#nav-cranes {background-image: url('../images/nav/nav-cranes.gif'); width: 61px;}
.sf-menu a#nav-accessories {background-image: url('../images/nav/nav-accessories.gif'); width: 91px;}
.sf-menu a#nav-contact {background-image: url('../images/nav/nav-contact.gif'); width: 81px;}

.sf-menu a:hover {background-position: 0 -25px;}

.sf-menu li:hover ul a,
.sf-menu li.sfHover ul a {
  text-indent: 0 !important;
  color: #3C3B38;
  background: #65B5E5;
  font-size: 1.09em;
  font-weight: bold;
  line-height: 2.27em;
  padding: 0 0 0 3px;
  text-decoration: none;
}

#navigation li ul, #navigation li ul li, #navigation li ul li a { z-index: 999 !important;}

.sf-menu li:hover ul a:hover,
.sf-menu li.sfHover ul a:hover {
  background: #fff;
}


/* =banner
*********************************/
#banner {
  width: 506px;
  height: 256px;
  overflow: hidden;
  margin: 0 0 20px 0;
  z-index: 0 !important;
}


/* =content
*********************************/
#content {
  width: 506px;
  padding: 7px;
  float: right;
  display: inline;
  background: #fff;
}

body#page-index #content,
body#page-about #content {height: 580px;}

body#page-contact h1 {
  text-indent: -999em;
  height: 0;
}

#content h1 {
  font-size: 1.64em;
  color: #1b1b19;
}

#content h2,
#content h3,
#content h4,
#content h5 {
  font-size: 1.45em;
  font-weight: normal;
}

#content p {
  margin: 12px 0;
}

#content a {color: #1257b0; text-decoration: underline;}
#content a:hover {text-decoration: none;}

#content ul, #content ol {
  margin: 0 0 20px 20px;
}

#content ul li {list-style: disc; list-style-position:inside;}
#content ol li {list-style: decimal; list-style-position:inside;}

#content hr {
  clear: both;
  display: block;
  height: 0;
  border: 0;
  border-bottom: 1px solid #3C3B38;
  margin: 10px 0;
}

#content abbr {border-bottom: 1px dotted #000;}

#content table {
  width: 100%;
  clear: both;
  margin: 0 0 20px 0;
}

#content table caption {
 font-size: 1.3em;
 font-weight: bold;
 color: #3C3B38;
 border-bottom: 2px solid #3C3B38;
}

#content table tr {border-bottom: 1px solid #ccc;}
#content table th {text-align: left;padding: 3px;}
#content table td {padding: 3px;}

.float-left {
  float: left;
  display: inline;
  margin: 15px 10px 5px 0;
  border: 2px solid #ccc;
}


/* =secondary
*********************************/
.secondary {
  width: 270px;
  margin: 26px 0 10px 0;
  float: left;
  display: inline;
}

.secondary h2 {
  font-size: 1.64em;
  font-weight: normal;
}

.secondary p {
  font-size: 0.91em;
  line-height: 1.40em;
	margin:0;
}

body#page-contact .secondary p {
  margin: 0 0 10px 0;
}

.secondary ul {
  margin:10px 0 0 0;
}

.secondary li.product {
  background: #b0b1b0;
  width: 260px;
  padding: 6px 0;
  height: 47px;
  margin: 0 0 10px 0;
}

.secondary li.product .product-image {
  float: left;
  display: inline;
  width: 56px;
  height: 42px;
  border: 2px solid #fff;
  margin: 0 5px;
  background: #ffffff;
}

.secondary li.product a {
  color: #fff;
}


/* =footer
*********************************/
#footer {
  width: 790px;
  height: 66px;
  margin: 10px auto;
  clear: both;
  display: block;
  background: url('../images/core/footer-background.jpg') 0 0 no-repeat;
  color: #3c3b38;
}

#footer a {color:#3c3b38;}

#footer p.contactinfo {
  float: right;
  display: inline;
  margin: 5px 10px 0 0;
}

#footer p.nav {
  float: left;
  display: inline;
  margin: 5px 0 0 10px;
}

#webfirm {
  width: 70px;
  height: 17px;
  margin: 10px auto;
}