body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

a img {
	border: none;
}

#hdr-logo {
	position: absolute;
	top: 4px;
	left: 20px;
}

#header {
	height: 60px;
	min-width: 957px;
}

#hdr0 {
	float: left;
	padding-top: 24px;
	padding-left: 106px;
	font-size: 16px;
	color: #8c8e8f;
}

#hdr0 img {
	position: relative;	
	top: 2px;
	padding-right: 8px;
}

#hdr1 {
	float: right;
	padding-top: 28px;
	padding-right: 10px;
	font-size: 18px;
	font-weight: bold;
}

#nav-bar {
	height: 18px;
	background: #000;
}

#nav-bar-shadow {
	position: absolute;
	top: 78px;
	height: 10px;
	width: 100%;
	background: url(../images/nav_shadow.jpg) repeat-x;
}

#main-img {
	position: absolute;
	top: 78px;
	left: 39px;
	width: 910px;
	height: 296px;
	background: url(../images/main-imgs/01.jpg);
}

#main-img-txt {
	padding: 47px 0 0 571px;
	width: 280px;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}

#main-img-txt a {
	color: #fff;
}

#main-img-txt a:hover {
	text-decoration: none;
}

/***************************************************/
/************* main tab navigation *****************/

#nav-pos {
	position: absolute;
	top: 60px;
	width: 100%;
}

#nav-wrap {
	padding-left: 109px;
	min-width: 848px;
}

#nav0 {
	float: left;
}

#nav1 {
	float: right;
}

#nav0, #nav0 ul,
#nav1, #nav1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
}

#nav0 a,
#nav1 a {
	display: block;
	font-size: 11px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	background: none;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	line-height: 16px;
}

#nav1 li.last a {
	border-right: none;
}

#nav0 a.a70,
#nav1 a.a70 {
	width: 70px;
}

#nav0 a.a80,
#nav1 a.a80 {
	width: 80px;
}

#nav0 a.a90,
#nav1 a.a90 {
	width: 90px;
}

#nav0 a.a100,
#nav1 a.a100 {
	width: 100px;
}

#nav0 a:hover,
#nav1 a:hover {
	color: #999;
}

#nav0 a.sel,
#nav1 a.sel {
	color: #5dafdb;;
}

#nav0 a.sel:hover,
#nav1 a.sel:hover {
	color: #999;
}

/* dropdowns */
#nav0 li ul a,
#nav1 li ul a {
	background: #666;
	text-align: left;
	padding: 4px 0 4px 5px;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #979797;
	border-left: none;
	border-right: none;
	width: 145px;
}

#nav0 li ul a:hover,
#nav1 li ul a:hover {
	background: #0080c4; 
	color: #fff;
}

#nav0 li,
#nav1 li {
	float: left;
}

#nav0 li.li70,
#nav1 li.li70 {
	width: 71px;
}

#nav0 li.li80,
#nav1 li.li80 {
	width: 81px;
}

#nav0 li.li90,
#nav1 li.li90 {
	width: 91px;
}

#nav0 li.li100,
#nav1 li.li100 {
	width: 101px;
}

#nav1 li.secLast {
	background: url(../images/bar.gif) right no-repeat;
}

#nav0 li ul,
#nav1 li ul {
	position: absolute;
	width: 155px; /* dropdown width + 10px buffer for Safari 1-2 */
	left: -999em;
}

#nav1 li.last ul a {
	width: 85px;
}

#nav1 li.last ul {
	width: 90px;
}

#nav0 li:hover ul, #nav0 li.sfhover ul,
#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}

#nav0 li ul ul,
#nav1 li ul ul {
	margin: -20px 0 0 150px;
}

#nav0 li:hover ul ul, #nav0 li.sfhover ul ul,
#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}

#nav0 li:hover ul, #nav0 li li:hover ul, #nav0 li.sfhover ul, #nav0 li li.sfhover ul,
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}

/***************************************************/

#bar0 {
	position: absolute;
	top: 60px;
	left: 209px;
}

#bar1 {
	position: absolute;
	top: 60px;
	left: 290px;
}

#bar2 {
	position: absolute;
	top: 60px;
	left: 361px;
}

#bar3 {
	position: absolute;
	top: 60px;
	left: 452px;
}

#quote {
	position: absolute;
	top: 382px;
	left: 56px;
	width: 133px;
	font-style: italic;
	font-weight: bold;
}

.attrib {
	float: right;
	padding-top: 8px;
	font-weight: normal;
	line-height: 14px;
}

#content {
	clear: both;
	margin: 30px 0 0 135px;
	width: 615px;
	color: #666;
	line-height: 18px;
}

#pg-title {
	clear: both;
	margin: 28px 0 0 135px;
	width: 615px;
	font-size: 24px;
	color: #000;
	line-height: 26px;
}

.pg-title {
	font-size: 24px;
	color: #000;
}

#home-content {
	position: absolute;
	top: 350px;
	left: 247px;
	width: 710px;
}

#cell-1 {
	float: left;
	height: 114px;
	width: 228px;
	background: url(../images/bkgd_energy.jpg) no-repeat;
}

#cell-2 {
	float: left;
	height: 114px;
	width: 227px;
	margin-left: 10px;
	background: url(../images/bkgd_industry.jpg) no-repeat;
}

#cell-3 {
	float: left;
	height: 114px;
	width: 227px;
	margin-left: 10px;
	background: url(../images/bkgd_specialty.jpg) no-repeat;
}

#cell-4-5 {
	float: left;
	height: 114px;
	width: 414px;
	margin-top: 10px;
}

#cell-6 {
	float: left;
	height: 68px;
	width: 227px;
	margin-left: 62px;
	margin-top: 10px;
	background: url(../images/bkgd_quickship.jpg) no-repeat;
}

.cell-hdr {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 3px 0 0 8px;
}

.cell-hdr2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 3px 0 0 8px;
}

ul.cell-ul {
	margin-top: 5px;
	margin-bottom: 0;
	padding-left: 24px;
	color: #fff;
	line-height: 14px;
}

.cell-txt {
	padding-left: 8px;
	line-height: 14px;
	color: #fff;
}

.cell-lnk {
	padding-left: 24px;
	line-height: 18px;
}

.cell-lnk2 {
	padding-left: 8px;
	padding-top: 10px;
}

.cell-lnk a,
.cell-lnk2 a {
	color: #fff;
}

.cell-lnk a:hover,
.cell-lnk2 a:hover {
	text-decoration: none;
}


/***************************************************/
/**************** footer styles ********************/

html,
body {
	height: 100%;
}

#fill {
	min-height: 100% !important;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the #su-footer, #push height */
}

#filler {
	height: 524px; /* home page fill height */
}

#push {
	clear: both;
	height: 20px;
	padding-top: 20px; /* buffer between buttons and footer */
}

#footer {
	height: 20px;
}

#foot-inner, #foot-inner0 {
	margin-left: 248px;
	height: 20px;
	background: url(../images/bkgd_footer.gif) repeat-x;
	line-height: 20px;
	font-size: 11px;
}

#foot-inner {
	margin-left: 135px;
}

#foot-inner a,
#foot-inner0 a {
	color: #3c8cd5;
	text-decoration: none;
}

#foot-inner a:hover,
#foot-inner0 a:hover {
	color: #3c8cd5;
	text-decoration: underline;
}

#foot-inner img,
#foot-inner0 img {
	display: block;
	float: left;
}

.foot-txt {
	float: left;
}

#colAB-wrap {
	width: 920px;
}

#colA {
	float: left;
	width: 470px;
}

#colB {
	float: left;
	margin-top: 70px;
	width: 450px;	
}

p.p0 {
	color: #666;
	margin: 0;
	padding: 0;
	width: 340px;
}

.ld-wrap {
	float: left;
	width: 450px;
	padding-bottom: 3px;
}

.label {
	float: left;
	width: 105px;
	padding-right: 20px;
	color: #666;
	font-size: 11px;
	text-align: right;
}

.data {
	float: left;
	width: 325px;
	font-size: 11px;
}

.apps {
	padding-left: 125px;
	padding-bottom: 3px;
	width: 325px;
	font-size: 11px;
}

.section-title {
	clear: both;
	padding-left: 125px;
	padding-bottom: 11px;
	font-size: 14px;
	font-weight: bold;
}

.thumbnail-section-title {
	padding-left: 47px;
	font-size: 14px;
	font-weight: bold;
}

.s2 {
	padding-top: 36px;
}

.s3 {
	padding-top: 28px;
}

.ts2 {
	padding-top: 5px;
}

.c1 {
	padding-left: 136px;
	padding-bottom: 30px;
}

.c2 {
	padding-left: 125px;
	padding-bottom: 10px;
}

a.lnk0 {
	color: #003399;
	font-size: 11px;
	text-decoration: none;
}

a.lnk0:hover span.lnk0-txt {
	text-decoration: underline;
}

a.lnk0 img {
	vertical-align: middle;
	padding-right: 6px;
}

#thumbnails {
	width: 402px;
	padding-top: 5px;
	padding-left: 37px;
}

#thumbnails img {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.block0 {
	float: left;
	text-align: right;
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

.block0-inner {
	width: 443px;
	height: 296px;
	text-align: left;
	color: #666;
}

.col-A {
	padding-right: 30px;
}

#colAB-buffer {
	margin-top: 70px;
}

.block-section-title {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 4px;
}

.bst2 {
	padding-top: 15px;
}

div.list {
	padding-top: 10px;
	line-height: 18px;
}

div.list2 {
	padding-top: 4px;
	line-height: 18px;
}

#form-wrap {
	margin-top: 70px;
	height: 240px;
}

#form-wrap form {
	margin-top: 15px;
}

.form-label {
	float: left;
	width: 70px;
	padding-right: 6px;
	text-align: right;
}

#form-wrap input.f0 {
	float: left;
	width: 200px;
}

#form-wrap textarea {
	float: left;
	width: 300px;
	height: 80px;
}

.form-break {
	clear: both;
	height: 8px;
}

#form-btn {
	clear: both;
	padding-top: 8px;
	width: 381px;
}

#form-btn input {
	float: right;
}

#feedback-msg {
	float: right;
	padding-right: 15px;
	padding-top: 3px;
}