@charset "utf-8";
/* CSS Document */

*
{
   padding: 0;
	margin: 0;
}

img, div
{
   behavior: url(iepngfix.htc);
}

a
{
   color: white;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

body
{
   background-color: #021a32;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

img
{
   border: none;
}

p
{
   color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-bottom: 10px;
}

ul.level1
{
   color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-bottom: 10px;
	list-style-type: none;
	list-style-image: none;
}

ul.level1 li
{
   margin-bottom: 15px;
}

ul.level2 li
{
   margin-bottom: 4px;
}

#container
{
   width: 1151px;
	margin-left: auto;
	margin-right: auto;
}

#footer
{
   font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: white;
	text-align: center;
	margin-top: 10px;
	clear: both;
}

#navigation
{
   width: 851px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#navigation h1
{
   color: #bd9142;
	text-align: center;
	font-family: Impact, Arial Black;
	font-weight: normal;
	font-size: 2em;
	margin-bottom: .25em;
}

#navigation table
{
   color: white;
   border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-weight: bold;
	font-size: .9em;
	border-collapse: collapse;
}

#navigation table#twnav
{
   width: 50%;
	margin-left: auto;
	margin-right: auto;
}

#navigation td
{
   border-width: 0 1px 0 1px;
	border-style: none inset none inset;
	border-color: #bd9142;
}

#navigation td.first
{
   border-width: 0 1px 0 0;
}

#navigation td.last
{
   border-width: 0 0 0 1px;
}

#navigation a
{
   color: white;
}

#primaryContent
{
   width: 851px;
	margin-left: auto;
	margin-right: auto;
	clear: none;
}

#primaryContent p, ul
{
   width: 75%;
	margin-left: auto;
	margin-right: auto;
}

#index #primaryContent
{
   background-image:url(../img/index.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 425px;
}

#sales #primaryContent, #leasing #primaryContent, #parts #primaryContent, #service #primaryContent, #about #primaryContent, #twservices #primaryContent, #twlocations #primaryContent
{
   background-image:url(../img/curve-large.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 58px;
	padding-top: 50px;
}


/* #parts #primaryContent h2, #service #primaryContent h2, #financing #primaryContent h2, #sales #primaryContent h2, #about #primaryContent h2, #tankworks #primaryContent h2 */
h2
{
   color: #C18132;
   font-size:.8em;
	font-weight: bold;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

/* #parts #primaryContent h3, #service #primaryContent h3, #financing #primaryContent h3, #sales #primaryContent h3, #about #primaryContent h3 */
h3
{
   color: #FFFFFF;
   font-size:.8em;
	font-weight: bold;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

#parts #primaryContent p
{
   margin-bottom: 15px;
}

div.trailer_desc
{
   width: 100%;
   padding-left: 150px;
	margin-left: -100px;
	margin-bottom: 25px;
	background-position: top  left;
	background-repeat: no-repeat;
	min-height: 107px;
}

div#petroleum{ background-image: url(../img/petroleum-small.jpg); }
div#chemical { background-image: url(../img/chem-small.jpg); }
div#cement   { background-image: url(../img/cement-small.jpg); }
div#sand     { background-image: url(../img/sand-small.jpg); }
div#dry      { background-image: url(../img/dry-small.jpg); }
div#crude    { background-image: url(../img/crude-small.jpg); }
div#vacuum   { background-image: url(../img/vacuum-small.jpg); }
div#bobtail  { background-image: url(../img/bobtail-small.jpg); }
div#pig      { background-image: url(../img/pig-small.jpg); }
div#frac     { background-image: url(../img/frac-small.jpg); }

body#index a#indexlink,
body#sales a#saleslink,
body#leasing a#leasinglink,
body#inventory a#inventorylink,
body#parts a#partslink,
body#exports a#exportslink,
body#service a#servicelink,
body#financing a#financinglink,
body#about a#aboutlink,
body#tankworks a#tankworkslink,
body#twservices a#twserviceslink,
body#twlocations a#twlocationslink{color: #666666;}

.left
{
   float: left;
	clear: none;
}

.right
{
   float: right;
	clear: none;
}