/* Layout */
#wrapper {
  margin: 0 auto;
  width: 850px;
}
#wrapperInner {
}
#header {
  display: block;
  clear: both;
  text-align: center;
  height: 294px;
  background: transparent url(../images/banner.jpg) no-repeat top left;
}
/* not used */
#navigation {
  background: url("../images/navigation-wrapper-bg.gif") repeat-x top left;
  overflow: hidden;
}
#navigation ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}
#navigation li {
  float:left;
  padding: 0;
  margin: 0;
  text-align: center;
}
#navigation li a {
  color: #006699;
  text-decoration: none;
  width: 117px;
  display: block;
  line-height: 32px;
  height: 32px;
  background: url("../images/navigation-bg.gif") no-repeat top left;
  background-position: 0 -32px;
}
#navigation li a:hover {
  background-position: top left;
  color:#fff;
}

.home #navigation li a#home {
  background-position: top left;
  color:#fff;
  }  
.services #navigation li a#services {
  background-position: top left;
  color:#fff;
}
.home #navigation li a#home {
  background-position: top left;
  color:#fff;
}
.partners #navigation li a#partners {
  background-position: top left;
  color:#fff;
}

.products #navigation li a#products {
  background-position: top left;
  color:#fff;
}  
.contacts #navigation li a#contacts {
  background-position: top left;
  color:#fff;
}
/* lower banner image */
#main_img {
  height: 234px;
  background: url("../images/banner.jpg") no-repeat top left;
  border: #080a19 solid 7px;
}
.home #main_img {
  background: url("../images/banner.jpg") no-repeat top left;
}
.about #main_img {
  background: url("../images/about-us.jpg") no-repeat top left;
}
.services #main_img {
  background: url("../images/trucking-services.jpg") no-repeat top left;
}
.gallery #main_img {
  /* display: none; */
}
.gallery #banner {
  height: 186px; /* 426px in styles.css */
}
.contact #main_img {
  background: url("../images/contact-banner.jpg") no-repeat top left;
}  

#thumbBox {
  height: 500px;
  overflow: hidden;
  border-bottom: #fff solid 2px;
  border-top: #fff solid 2px;
}
  
#title{
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px;
}  

#thumbBox li{
  border-right: #fff solid 2px;
  overflow: hidden;
}

#contentWrapper {
  background:#fff;
}

#content {
  clear: both;
  padding: 10px;
}

#sideContentWrapper {
  width: 200px;
  float: left;
  /* outline: solid 1px red; */
  margin: 0 0 0 16px;
}

#mainContentWrapper {
  width: 600px;
  float: left;
  /* outline: solid 1px red; */
}

.sideContent {
  padding: 0 10px 0 0;
}

.mainContent {
  padding: 0 0 0 0;
}

#request_quote_banner a{
  height: 150px;
  text-indent: -3000px;
  width: 100%;
  display: block; 
}

#footerWrapper {
  background: url("../images/footer-bg.gif") repeat-x top left;
  margin: 0 0 20px 0;
  height: 49px;
  /* outline: solid 1px red; */
}
#footer {
  color: #CCCCCC;
  background: transparent url(../images/footer-right.gif) no-repeat scroll right top;
  clear: both;
  height: 49px;
  font-family: tahoma;
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
}
#copyright {
  float: left;
  /* width: 50%; */
  background: transparent url("../images/footer-left.gif") no-repeat center left;
  /* text-indent: -3000px; */
  height: 49px;
}
#copyright p {
  padding-left: 180px;
}
#power {
  float: right;
  width: 30%;
  text-align: right;
  padding: 0px 20px;  /* 20px 10px */
}
#footer p {
  font-size: 68.75%;
  line-height: 49px;
  height: 49px;
  margin: 0;
}
#footer p a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
#footer p a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Tables */
table {
  color: #333;
  background-color: #fff;
  /* font-size: 0.6875em; */
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  clear: both;
  margin-bottom: 10px;
  width: 100%;
}

th {
  background-color: #f2f2f2;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  text-align: center;
}

th a {
  display: block;
  padding: 2px 4px;
  text-decoration: none;
}

th a:hover {
  background-color: #ccc;
  color: #333;
  text-decoration: none;
}

table tr td {
  background: #fff;
  border-right: 1px solid #ccc;
  padding: 4px;
  text-align: center;
  vertical-align: top;
}

table tr.altrow td {
  background: #f4f4f4;
}

td.actions {
  text-align: center;
  white-space: nowrap;
}

td.actions a {
  display: inline;
  margin: 0px 6px;
}

.cake-sql-log table {
  background: #f4f4f4;
}

.cake-sql-log td {
  padding: 4px 8px;
  text-align: left;
}

/* Paging */
div.paging {
  color: #ccc;
  margin-bottom: 2em;
}

div.paging div.disabled {
  color: #ddd;
  display: inline;
}

div.paging span {
  
}

div.paging span.current {
  color: #000;
}

div.paging span a {
  
}

.col {
  width: 250px; /* 290px */
  float: left;
  margin: 0 10px 10px 0; /* 0 0px 10px 0 */
  /* padding-right: 10px; */
  /* outline: solid 1px yellow; */
}

/* Scaffold View */
dl {
  line-height: 2em;
  margin: 0em 0em 10px;
}

dl.altrow {
  background: #f4f4f4;
}

dt {
  font-weight: bold;
  padding-left: 4px;
  vertical-align: top;
  background: #2c2e48;
}

dd {
  vertical-align: top;
}

/* Forms */
form {
  clear: both;
  padding: 0;
}

fieldset {
  font-size: 0.6875em;
  padding: 10px;
  border: #ccc solid 1px;
  margin-top: 10px;
}

fieldset .col {
  width: 180px;
}

fieldset legend {
  color: #ccc; /* #FFE400 */
  font-weight: bold;
  /* font-size: 16px; */
}

fieldset fieldset {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 16px 0;
}

fieldset fieldset legend {
  font-size: 120%;
  font-weight: normal;
  margin-left: 20px;
}

fieldset fieldset div {
  clear: left;
  margin: 0 20px;
}

form div {
  margin-bottom: 1em;
  vertical-align: text-top;
}

form div.input {
  color: #444;
}

form div.required {
  color: #333;
  font-weight: bold;
}

form div.submit {
  border: 0;
  clear: both;
  margin-top: 10px;
}

label {
  font-size: 110%;
  display: block;
}

label.error {
  font-size: 100%;
  color: #ffffff;
  margin:3px 0 0 0;
  padding:2px;

}

input {
  font-size: 140%;
  font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
  padding: 2px;
  width: 220px;
}
textarea {
  font-size: 140%;
  font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
  padding: 2px;
  width: 572px;
}

select {
  float:left;
  width:220px;
  font-size: 120%;
  vertical-align: text-bottom;
}

select[multiple=multiple] {
  width: 100%;
}

option {
  font-size: 120%;
  padding: 0 3px;
}

input[type=checkbox] {
  clear: left;
  float: left;
  margin: 0px 6px 7px 2px;
  width: auto;
}

input[type=submit] {
  display: inline;
  font-size: 110%;
  padding: 2px 5px;
  width: auto;
  vertical-align: bottom;
}

/* Notices and Errors */
div.message {
  clear: both;
  font-size: 140%;
  font-weight: bold;
  margin: 1em 0;
  padding: 1em;
}

div.error-message {
  clear: both;
  color: #900;
  font-weight: bold;
  background: url("../images/error.png") no-repeat center left;
  padding-left: 40px;
  border:#cc0000 solid 1px;
}

div.success-message {
  clear: both;
  color: #006600;
  font-weight: bold;
  background: url("../images/success.png") no-repeat center left;
  padding-left: 40px;
  border:#006600 solid 1px;
}

p.error {
  background-color: #e32;
  color: #fff;
  font-family: Courier, monospace;
  font-size: 120%;
  line-height: 140%;
  padding: 0.8em;
  margin: 1em 0;
}

p.error em {
  color: #000;
  font-weight: normal;
  line-height: 140%;
}

.notice {
  background-color: #ffcc00;
  color: #000;
  display: block;
  font-family: Courier, monospace;
  font-size: 120%;
  line-height: 140%;
  padding: 0.8em;
  margin: 1em 0;
}

.success {
  background-color: green;
  color: #FFF;
}

#photoContainer {
  background:#FFFFFF none repeat scroll 0 0;
  margin:0 0 20px;
  padding:7px 7px 9px;
}

.photoContainer {
  height: 440px;
  overflow: hidden;
}

.loading {
  background: url(../images/ajax-loader.gif) no-repeat center center;
}

#portfolio img {
  
}

#portfolio a{
  
  display: block;
  
}

.portfolio_row {
  clear: both;
  overflow: auto;
  margin: 0 0 10px 0;
}

#latestWork {
  margin:20px 0 10px 0;
  overflow:auto;
  height:auto;
}

.contentBox {
  margin-bottom: 20px;
  overflow: auto;
}
.heading {
  margin: 0 0 10px 0;
}
.read_more {
  font-size: 0.6875em;
}
/* roundBox */

.dialog {
  color:#000;
  min-width:20em;
  min-height:200px;
  text-align:left;
  margin: 0 0 20px 0;
}

.dialog .hd .c,  .dialog .ft .c {
  font-size:1px;
  height:14px;
  margin:0px 0 0px 7px;
}

.dialog .ft .c {
  height:14px;
}

.dialog .hd {
  background:transparent url(../images/tl.gif) no-repeat scroll 0px;
}

.dialog .hd .c {
  background:transparent url(../images/tr.gif) no-repeat scroll right 0px;
  height:14px;
}

.dialog .bd {
  background:#fff url(../images/ml.gif) repeat-y top left;
}

.dialog .bd .c {
  background:#fff url(../images/mr.gif) repeat-y scroll right 0px;
  margin:0 0 0 14px;
}

.dialog .bd .c .s {
  margin:0 14px 0 0;
  padding:15px;
}
 .dialog .ft {
  background:transparent url(../images/bl.gif) no-repeat scroll 0px;
}
 .dialog .ft .c {
  background:transparent url(../images/br.gif) no-repeat scroll right 0px;
  margin:0 0 0 14px;
}
 .dialog h1 {
  font-size:2em;
  margin: 0 0 10px;
  padding:0px;
}
 .dialog p {
  font-family:arial,tahoma,"sans serif";
  font-size:1em;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.5em;
  margin:0.5em 0px 0px;
  padding:0px;
}

#brands {
  padding: 27px 0 0 0;
}

#brands img {
  float: left;
}
