@charset "UTF-8";

html {
	height: 100%;
}

body {
	text-align: center;/*This is for the unfortunate people who still use IE because they're really old, or just not intelligent*/
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	}
	
#container {
	width: 880px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -50px;
	text-align: left;/*This is to offset the center alignment we had to apply for those idiots out there that still browse the web with internet explorer*/
	padding: 0px;
	border: none;
	background-color: #fff;
}	

#logobutton a  {
	background: none;
	height: 76px;
	width: 236px;
	margin: 5px 0px;
	display: block;
	padding: 0px;
}

#logobutton  {
	visibility: visible;
	top: 0px;
	width: 236px;
	height: 86px;
	position: relative;
	z-index: 1;
}

#header {
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 880px;
	height: 94px;
	background-image: url('imgs/header.jpg');
	background-repeat: no-repeat;
}

#nav {
	bottom: 37px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3em;
	width: 535px;
	float: right;
	position: relative;
	text-align: right;
	z-index: 10;
	padding-right: 5px;
}

#nav a {
	text-decoration: none;
	color: #000;
}

#nav a:hover {
	color: #069;
}

#navbar {
	background-image: url('imgs/navbar3.gif');
	background-repeat: no-repeat;
	width: 789px;
	height: 36px;
	z-index: 5;
	float: right;
	position: relative;
	top: 36px;
}

#ssheaderimg  {
	visibility: visible;
	position: relative;
	width: 880px;
	height: 180px;
	padding: 0px;
	top: -1px;
	margin: 0px;
}

#ieheaderimg {
   /*background: url('imgs/home_banner.jpg') no-repeat;*/
   position: relative;
   width: 880px;
   height: 180px;
   top: -1px;
   padding: 0px;
   margin: 0px;

}

#aboutimg, #contactimg, #tsimg, #esimg, #lsimg, #psimg {
    visibility: visible;
    position: relative;
    top: -1px;
    width: 880px;
    height: 180px;
}

#aboutimg {
    background: url('imgs/about_banner.jpg') no-repeat;
}

#contactimg {
	background: url('imgs/contact_us_banner.jpg') no-repeat;
}

#tsimg {
   background: url('imgs/technology_sales_banner.jpg') no-repeat;
}

#esimg {
   background: url('imgs/equipment_sales_banner.jpg') no-repeat;
}

#lsimg {
   background: url('imgs/logistic_svcs_banner.jpg') no-repeat;
}

#psimg {
    background: url('imgs/ps_homebanner.jpg') no-repeat;
}


.maintxthead {
	padding-top: 10px;
	font-weight: bold;
	font-size: 1.6em;
}
.maintxt {
	position: relative;
	width: auto;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5em;
	font-size: 1.1em;
}

.cotxt {
	text-align: left;
	float: left;
	display: inline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.cohead {
	font-size: 1.5em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: block;
	padding-left: 40px;
	margin-top: 4px;
	position: relative;
}

.vCoBl {
	display: block;
	float: left;
	position: relative;
	width: 195px;
}

.hCoBl {
    display: block;
    float: left;
    clear: both;
    position: relative;
    top: 10px;
}

.cotxtdesc {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
	left: 10px;
}

#cocontainer {
    float: left;
	position: relative;
	padding-top: 10px;
	padding-left: 38px;
}

.vdivline {
	background-image: url('imgs/2pxbl.gif');
	background-repeat: repeat-y;
	float: left;
	height: 175px;
	margin: 0 45px;
	width: 1px;
}

.hdivline {
    background-image: url('imgs/2pxbl.gif');
    background-repeat: repeat-x;
    float: left;
    height: 1px;
    margin: 15px 0;
    width: 770px;
}

#pink,
#green,
#blue,
#orange {
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	float: left;
}

#green {
    background-image: url('imgs/esdia.gif');
}

#blue {
	background-image: url('imgs/lsdia.gif');
}

#pink {
    background-image: url('imgs/tsdia.gif');
}

#orange {
    background-image: url('imgs/psdia.gif');
}

#cocontainer a {
	text-decoration: none;
	color: #000;
}

#cocontainer a:hover {
	color: #069;
}

#sts .cotxt a {
	text-decoration: none;
	color: #09C;
}

#ses .cotxt a {
	text-decoration: none;
	color: #693;
}
#sls .cotxt a {
	text-decoration: none;
	color: #C39;
}

#sps .cotxt span {
    text-decoration: none;
    color: #ffa860;
}

li {
	list-style: square;
	margin-bottom: 10px;
	font-size: 1.1em;
}

#push {
    clear: both;
	height: 50px;
	padding-bottom: 25px;
}

#shove {
	margin-bottom: 50px;
}

#footer {
	width: 100%;
	text-align: center;
	height: 50px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.99em;
}

#footer a, 
#footer a:visited, 
#footer a:active, 
#footer a:link, 
#footer a:hover {
	color: #069 !important;
	text-decoration: none !important;
}

.maintxt p a {
	color: #069;
	text-decoration: none;
}

.subnav {
	position: relative;
	width: 100%;
	top: auto;
	margin-top: 25px;
	height: 25px;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: #000;
}

.hbrown, .hblue, .hyellow, .hgreen, .hpink, .horange {
	background-repeat: repeat-x;
	width: 325px;
	height: 1px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
}

.hbrown {
    background-image: url('imgs/h2pxbr.jpg');
}

.hblue {
	background-image: url('imgs/h2pxbl.jpg');
}

.hyellow {
	background-image: url('imgs/h2pxyl.jpg');
}

.hgreen {
	background-image: url('imgs/h2pxgr.jpg');
}

.hpink {
	background-image: url('imgs/h2pxpk.jpg');
}

.horange {
    background-image: url('imgs/h2pxog.jpg');
}

.contact {
	font-size: 1.1em;
	letter-spacing: 0.17em;
	line-height: 1.3em;
	margin-bottom: 25px;
}

.name {
	font-weight: bold;
}

.title {
	font-weight: 500;
	font-style:italic;
}

#topanchor,
#topanchor a {
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	font-style: italic;
	color: #F96;
	padding-top: 15px;
	padding-left: 15px;
}

.dent {
	text-indent: 5px;
	margin-bottom: -5px;
}

.lihead {
	font-size: 1.2em;
	font-weight: bolder;
	text-indent: 20px;
}
	
.ndnt10 {
	padding-left: 10px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.specials {
	width: 250px;
	border: 1px solid #333;
	padding: 0px;
	float: right;
	clear: right;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.specials h3 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #333;
	color: #09C;
	line-height: 0em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #333;
	margin-top: 0px;
}

.specials li {
	margin: 0px;
	border: none;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.5em;
}

.specials a {
	color: #F00;
	padding-left: 10px;
}

.specials a:hover {
	color: #09C;
}

.rStaticImage {
    width: 250px;
    padding: 0px;
    float: right;
    clear: right;
    margin: 25px 5px 5px;
}

.info {
	width: 590px;
	float: left;
	margin-top: 10px;
}

#ssheaderimg li {
	list-style: none;
	list-style-image: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

.frame {
	width: 660px;
	height: 450px;
	padding: 0;
	border: thin solid #000;
	margin: 10px 100px 10px 100px;
}

#fork, #comps, #pwrsys {
	background-repeat: no-repeat;
	width: 73px;
	height: 64px;
	float: right;
}

#comps {
    background-image: url('imgs/comps_73x64.gif');
}

#fork {
    background-image: url('imgs/fork_73x64.gif');
}

#pwrsys {
    background-image: url('imgs/power_73x64.png');
    width: 100px;
}

.inline, .inline > * {
    display: inline;
}

ul.inline li {
    margin: 5px;
}

.ptxt {
    color: #C39 !important;
}

div.btmlnks {
    text-align: center;
    padding-top: 5px;
}