@charset "utf-8";
body {
	font-family: verdana, Gadget, sans-serif;
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
}
/* reasonable starting margins */
h1, h2, h3, h4, h5, h6, ol, ul, li {
	margin: .5ex 12pt;
}
p {
	margin: 1ex 12pt;
}
li {
	margin-left: 2em;
}
/* setup headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 70%;
}
h5 {
	font-size: 60%;
}
h6 {
	font-size: 40%;
}
#bio_wrapper {
	position: relative;
}
#bio {
	/*	border: thin solid #CCC;*/
	position: absolute;
	width: 640px;
	color: #FFF;
	top: -190px;
	padding: 10px;
	left: 5px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/BG_bio.png);
}
#let-us_wrapper {
	position: relative;
}
#let-us {
	/*	border: thin solid #CCC;*/
	position: absolute;
	top: -36px;
}
#video {
	padding: 20px;
	float: right;
}
#pipeline_wrapper {
	position: relative;
}
#pipeline {
	/*	border: thin solid #CCC;*/
	position: absolute;
	z-index: 200;
	left: -15px;
	top: -10px;
}
#vehicle-info {
	/*	border: thin solid #CCC;*/
	color: #FFF;
	font-size: 16px;
}
.txt_page-title {
	color: #000;
	font-size: 2em;
	padding-left: 12px;
	font-weight: bold;
}
.txt_thanks-go-to {
	color: #000;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	padding-left: 5px;
}
/*########## Start Tabs  ##########*/

/* root element for tabs  */
ul.tabs {
	float: right;
	list-style: none;
	margin: 0 !important;
	padding: 0;
	height: 30px;
	position: relative;
	top: -1px;
}
/* single tab */
ul.tabs li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}
/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(/css/tabs_bg.jpg) no-repeat -420px 0;
	font-size: 14px;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 134px;
	text-align: center;
	text-decoration: none;
	color: #333;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 1px;
}
ul.tabs a:active {
	outline: none;
}
/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;
	color: #fff;
}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}
/* Different widths for tabs: use a class name: s, l, xl */


/* width 1 */
ul.tabs a.s {
	background-position: -553px 0;
	width: 81px;
}
ul.tabs a.s:hover {
	background-position: -553px -31px;
}
ul.tabs a.s.current {
	background-position: -553px -62px;
}
/* width 2 */
ul.tabs a.l {
	background-position: -247px -0px;
	width: 174px;
}
ul.tabs a.l:hover {
	background-position: -247px -31px;
}
ul.tabs a.l.current {
	background-position: -247px -62px;
}
/* width 3 */
ul.tabs a.xl {
	background-position: 0 -0px;
	width: 248px;
}
ul.tabs a.xl:hover {
	background-position: 0 -31px;
}
ul.tabs a.xl.current {
	background-position: 0 -62px;
}
/* initially all panes are hidden */ 
.panes .pane {
	display: none;
	background: #c00;
}
/*########## End Tabs ##########*/

#bottom-tabs_outer {
	position: relative;
}
#bottom-tabs_inner {
	position: absolute;
	top: -49px;
	z-index: 200;
	right: 0px;

	width: 100%;
	border-right-color: #fff;
	border-left-color: #fff;
}
#vehicle_top_pic_outer {
	position: relative;
}
#vehicle_top_pic_inner {
	position: absolute;
	top: 120px;
	right: 100px;
}
#bottom_tabs_wrapper {
	position: relative;
}
#bottom_tabs {
	position: absolute;
	top: 40px;
}
#tinyText {
	font-size: x-small;	
	}