@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/body-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link, a:active, a:visited {
 	color: #0A80C2;
	text-decoration:none;
}
a:hover {
	color: #555;
}
.thrColFixHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	color: #555;
} 
.thrColFixHdr #inPage {
	background-image: url(../images/container-bg.gif);
}
.thrColFixHdr #header {
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 25px;
} 
.thrColFixHdr #mainLogo {
	float: left;
	height: 76px;
	width: 186px;
	padding-top: 20px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: -7px 20px;
	padding-left: 140px;
	padding-bottom: 10px;
}
.thrColFixHdr #mainMenu {
	font-family: 'PT Sans Narrow', sans-serif;
	float: right;
	width: 580px;
	padding-top: 43px;
	text-align: right;
	font-size: 18px;
	padding-right: 4px;
	text-transform: uppercase;
	font-weight: bold;
}
.thrColFixHdr #mainFlash {
	background-image: url(../images/flash-bg.png);
	background-repeat: no-repeat;
	height: 300px;
}
.thrColFixHdr #flashBtm {
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
.thrColFixHdr #flashBtmContent {
	background-image: url(../images/flashBtm.jpg);
	background-repeat: no-repeat;
	height: 120px;
}
.thrColFixHdr #flashContact {
	width: 200px;
	padding-left: 145px;
	padding-top: 16px;
	color: #FFF;
	float:left;
}

.thrColFixHdr #paymentContent {
	text-align:center;
	color: #FFF;
	width: 250px;
	padding: 18px 0px 0px 30px;
	float:left;
}
.thrColFixHdr #newsletterContent {
	float:left;
	color: #FFF;
	width:260px;
	padding: 18px 0px 0px 30px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: bolder;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -1px;
	font-size: 24px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #mainLogo h1 strong {
	color: #0A80C2;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
}
.thrColFixHdr #mainLogo h1 span {
	color: #FA3737;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 0px 10px 10px 270px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #mainContent p {
	font-family: 'PT Sans Narrow', sans-serif;
}
.thrColFixHdr #mainContent h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 14px;
}
.thrColFixHdr #mainContent h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 14px;
}

.thrColFixHdr #fleetBg {
	background-image: url(../images/fleet-bg.png);
	background-repeat: no-repeat;
	height: 270px;
	width: 680px;
	margin-top: -14px;
	margin-left: -14px;
}
.thrColFixHdr .fleetText {
	height: 23px;
	width: 224px;
	text-align: center;
	padding-top: 103px;
	padding-bottom: 7px;
	float: left;
	font-weight: bold;
	color: #000;
}

#whyChooseUs {
	width: 260px;
	padding-top: 19px;
	float: right;
}
#flashForm {
	height: 262px;
	width: 640px;
	padding-top: 19px;
	padding-left: 23px;
	float: left;
}
.thrColFixHdr #mainFlash h2 {
	font-size: 25px;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #0A80C2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-left: 10px;
	font-weight: normal;
}

.thrColFixHdr #sidebar1 h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:bold;
	font-size: 21px;
	color: #0A80C2;
	font-weight: normal;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.thrColFixHdr #footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	margin-top: -26px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
} 
.thrColFixHdr #footer p {
	font-size:12px;
	line-height: 23px;
	color: #666;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
	text-align: center;
}
.thrColFixHdr #footer a:link, .thrColFixHdr #footer a:visited, .thrColFixHdr #footer a:active {
	color: #333;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	text-decoration: underline;
}

.thrColFixHdr #endFooter {
	font-family: 'PT Sans Narrow', sans-serif;
	margin-bottom: 0px;
	margin-top: 12px;
	line-height: 46px;
	color: #FFF;
	background-image: url(../images/endFooter-bg.gif);
	background-repeat: no-repeat;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 16px;
}
.thrColFixHdr #footerLinks {
	width: 800px;
	float: left;
}
.thrColFixHdr #endFooter a:link, .thrColFixHdr #endFooter a:visited, .thrColFixHdr #endFooter a:active {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #endFooter a:hover {
	text-decoration: underline;
}

.thrColFixHdr #footerCopyright {
	text-align: right;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.smConText {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 22px;
}
.mdConText {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 19px;
}
.bgConText {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 28px;
}

#mailingList {
	padding: 7px 0px 0px 0px;
}


/* ----------------------- */

.tickWcu {
	width: 30px;
	height: 30px;
	float:left;
}

.contentWcu {
	width: 220px;
	text-transform: capitalize;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 21px;
}
.thrColFixHdr .contentWcu span {
	font-size: 14px;
	text-align: left;
	clear: right;
	font-weight: normal;
}

.thrColFixHdr #container #mainFlash .tickWcu img {
	margin-top: 8px;
	margin-left: 10px;
}

/* ------------------------------------- */

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	background: url(../images/blockdefault.gif) center center repeat-x;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0D81BE;
	border-right-color: #0D81BE;
	border-bottom-color: #0D81BE;
	border-left-color: #0D81BE;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	text-decoration: none;
	border-right: 1px solid white;
	padding: 5px;
	*padding: 7px;
}

.solidblockmenu li a.lastMenu{
	float: left;
	color: white;
	text-decoration: none;
	border-right: 0px solid white;
	padding: 5px;
	*padding: 7px;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}





#quoteForm input[type="text"] {
	font-family: 'PT Sans Narrow', sans-serif;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	width: 186px;
	height: 17px;
	font-size: 17px;
	padding: 5px 8px;
	border: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	font-weight:600;
}

#quoteForm .minifileds {
width: 100px;
font-size: 14px;
padding: 3px;
height: 18px;
background: none white;
}

#quoteForm .minifiledsSm {
width: 75px;
font-size: 14px;
padding: 3px;
height: 18px;
background: none white;
}

#quoteForm table tr td strong {
	color:#fff;
	font-size:12px;
	background: #69F;
	border: 1px solid #FFF;
	padding: 0px 5px;
}
#quoteForm table tr td {padding:2px 10px;}

#quoteForm #sendinfo {

background: #d3e200;
background: -moz-linear-gradient(top,  #FF3E3E 0%, #D50000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF3E3E), color-stop(100%,#D50000));
background: -webkit-linear-gradient(top,  #FF3E3E 0%,#D50000 100%);
background: -o-linear-gradient(top,  #FF3E3E 0%,#D50000 100%);
background: -ms-linear-gradient(top,  #FF3E3E 0%,#D50000 100%);
background: linear-gradient(to bottom,  #FF3E3E 0%,#D50000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3E3E', endColorstr='#D50000',GradientType=0 );

color:#fff;
padding:1px 10px 1px 10px;
border: 2px solid #eee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size:18px;
cursor: pointer;
}

#nlBtn {
background: #d3e200;
background: -moz-linear-gradient(top,  #FF3E3E 0%, #D50000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF3E3E), color-stop(100%,#D50000));
background: -webkit-linear-gradient(top,  #FF3E3E 0%,#D50000 100%);
background: -o-linear-gradient(top,  #FF3E3E 0%,#D50000 100%);
background: -ms-linear-gradient(top,  #FF3E3E 0%,#D50000 100%);
background: linear-gradient(to bottom,  #FF3E3E 0%,#D50000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3E3E', endColorstr='#D50000',GradientType=0 );

color:#fff;
padding:1px 10px 1px 10px;
border: 2px solid #eee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size:18px;
cursor: pointer;
}

#contactBtn {
background: #d3e200;
background: -moz-linear-gradient(top,  #FF3E3E 0%, #D50000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF3E3E), color-stop(100%,#D50000));
background: -webkit-linear-gradient(top,  #FF3E3E 0%,#D50000 100%);
background: -o-linear-gradient(top,  #FF3E3E 0%,#D50000 100%);
background: -ms-linear-gradient(top,  #FF3E3E 0%,#D50000 100%);
background: linear-gradient(to bottom,  #FF3E3E 0%,#D50000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3E3E', endColorstr='#D50000',GradientType=0 );
text-align:center;
color:#fff;
padding:1px 10px 1px 10px;
border: 2px solid #eee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size:18px;
cursor: pointer;
}


/*
 * Timepicker stylesheet
 * Highly inspired from datepicker
 * FG - Nov 2010 - Web3R 
 *
 * version 0.0.3 : Fixed some settings, more dynamic
 * version 0.0.4 : Removed width:100% on tables
 * version 0.1.1 : set width 0 on tables to fix an ie6 bug
 */

.ui-timepicker-inline { display: inline; }

#ui-timepicker-div { padding: 0.1em }
.ui-timepicker-table { display: inline-table; width: 0; }
.ui-timepicker-table table { margin:0.15em 0 0 0; border-collapse: collapse; }

.ui-timepicker-hours, .ui-timepicker-minutes { padding: 0.2em;  }

.ui-timepicker-table .ui-timepicker-title { line-height: 1.8em; text-align: center; }
.ui-timepicker-table td { padding: 0.1em; width: 2.2em; }
.ui-timepicker-table th.periods { padding: 0.1em; width: 2.2em; }

/* span for disabled cells */
.ui-timepicker-table td span {
	display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;

    text-align:right;
    text-decoration:none;
}
/* anchors for clickable cells */
.ui-timepicker-table td a {
    display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;
    cursor: pointer;
    text-align:right;
    text-decoration:none;
}


/* buttons and button pane styling */
.ui-timepicker .ui-timepicker-buttonpane {
    background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0;
}
.ui-timepicker .ui-timepicker-buttonpane button { margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
/* The close button */
.ui-timepicker .ui-timepicker-close { float: right }

/* the now button */
.ui-timepicker .ui-timepicker-now { float: left; }

/* the deselect button */
.ui-timepicker .ui-timepicker-deselect { float: left; }


/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-timepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

#vertical-ticker{
	height:230px;
	overflow:hidden;
	margin:0;
	padding:0;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);
	width: 232px;
}
.contentWcu span{
	display:block;
	color:#333;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 18px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}

.input_font {
	width: 56px;
}
