/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {background-image:url('images/bg.gif');background-repeat:repeat-x;background-color:#e3e3e3;margin:0px;padding:0px;font-family:Verdana, Arial, Helvetica, sans-serif;color:#333333;font-size:12px;line-height:1.6em;}

a {color:#993333;text-decoration:none;border:0px;}

a:hover {text-decoration:underline;}

h1 {font-family:Verdana, Arial, Helvetica, sans-serif;color:#333333;font-size:17px;font-weight:normal;padding-bottom:10px;}

strong {font-weight:bold;}

.hidden {display:none;}

#page_container {width:974px;height:100%;margin:auto;}

p {padding-bottom:10px;}

#main_content ul {list-style:disc;margin-left: 40px;padding-bottom:10px;}

#search {
	background-image:url('images/top_tab_bg.png');
	width:221px;
	height:71px;
	float:right;
	padding-top:15px;
	padding-left:30px;
	padding-right:30px;
	text-align:right;
	color:#bfbfbf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#search a {color:#bfbfbf;}

#menu {width:100%;height:87px;background-image:url('images/menu_bg.gif');background-repeat:repeat-x;}

#trucks {height:325px;}

#trucks > div {position:relative;}

#trucks > div > div {bottom:2px;position:absolute;padding-left:15px;}

#trucks > div > div > img {margin-left:15px;float:left;}

#trucks > div > div > a {margin-left:15px;margin-top:25px;float:left;}

#tabs {
	overflow:hidden;
	height:43px;
	list-style:none;
	font:bold 14px/43px sans-serif;
	margin:0px;
	padding:0px;
	padding-top:5px;
}

#tabs li {
display:inline;
}

#tabs a {
  float:left;
  position:relative;
  padding-left:20px;
  margin-right:25px; 
  text-decoration:none;
  color:#fff;
  background:url(images/tabs.png) 0 -43px no-repeat;
  }

#tabs a span {
  position:absolute;
  top:0;
  left:100%;
  width:20px;
  height:43px;
  background:url(images/tabs.png) -280px -43px no-repeat;
  }

#tabs .current a {
  color:#848484;
  background-position:0 0px;
   }

#tabs .current a span {
  background-position:-280px 0px;
  }

#tabs a:active,
#tabs a:focus,
#tabs a:hover {
  color:#848484;
  background-position:0 0px;
   }

#tabs a:active span,
#tabs a:focus span,
#tabs a:hover span {background-position:-280px 0px;}

#home_content {position:relative;width:972px;background-color:#FFFFFF;border-color:#bfbfbf;border-width:1px;border-style:solid;border-bottom-style:none;}

.flag {background-image:url('images/flag_bg.png');background-repeat:no-repeat;}

.columns {background-image:url('images/columns_bg.png');background-repeat:repeat-y;}

#main_content {width:600px;padding:20px;float:left;}

#sidebar {float:right;padding:20px;width:280px;}

#quote_box {width:956px;height:54px;background-image:url('images/home_quote_bg.png');padding:8px;}

#hr_style {width:100%;height:19px;background-image:url('images/hr_bg.png');background-repeat:repeat-x;}

#logos {width:100%;text-align:center;}

#footer_text {width:100%;text-align:center;text-transform:uppercase;font-family:Arial, Helvetica, sans-serif;font-size:10px;color:#5f5f5f;margin-bottom:20px;margin-top:10px;}

.a305x267_box {width:285px;height:247px;position:absolute;background-image:url('images/305x267_box_bg.png');padding:10px;}

#testimonials {top:20px;right:20px;}

.customer_quote {font-weight:bold;font-style:italic;}

.customer_signature {padding-left:40px;padding-top:0px;background-image:url('images/user_icon.png');background-repeat:no-repeat;background-position:0px 0px;}

#recent_news {top:307px;right:20px;}

.submenu {list-style:none;padding-left:15px;}

.submenu li {display:inline;padding-left:0px;padding-right:20px;font-size:11px;line-height:35px;}