@charset "utf-8";
/* CSS Document */

body {
	background-color: #666666;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

html.contact_popup, body.contact_popup {
	background-color: #dad9d9;
	width: 500px;
	height: 500px;
	margin: 0px 0px 10px 0px;
}

p {
	margin: 6px 0px;	
	line-height: 14px;
}

a {
	border: none;
	text-decoration: none;
}

tr {
	vertical-align: top;
}

.tiny_text {
	font-size: 10px;
}

.sub_heading {
	font-size: 14px;
}

.sub_heading_small {
	font-size: 12px;
}

.sub_heading, .sub_heading_small {
	font-weight: bold;
	line-height: 20px;
	color: #901215;	
}

a.sub_heading:hover, a.sub_heading_small:hover {
	color: #ffffff;
}

a.battery_link {
	color: #901215;
	font-weight: bold;
}

a.map_link {
	color: #ffffff;
	text-decoration: none;
}

a.battery_link:hover, a.map_link:hover {
	color: #000000;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

h1 {
	font-size: 20px;
	font-style: italic;
	color: #901215;
	margin-bottom: 0px;
}

h1.tooling {
	font-size: 13px;
	font-style: normal;
	color: #d2232a;
	margin-bottom: 0px;
	margin-top: 5px;
}

ul {
	list-style: inside;
	margin-left: 10px;
	padding-left: 10px;
}

ul.tooling {
	margin-top: 0px;
	margin-bottom: 5px;
	list-style: none;
	line-height: 12px;
}

ul.tooling li span{
	color: #d2232a;
}

div#wrapper {
	margin: 0px auto;
	width: 800px;
	text-align: left;
}

div.download_button {
	background-image: url(images/down_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #231f20;	
	height: 26px;
	width: 385px;
	margin-left: -5px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

div.download_button a {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
}

div.download_button a:hover {
	color: #901215;
	text-decoration: none;
}

div#header {
	background-image: url(images/header_main.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 800px;
	height: 204px;
}
	
div#center_pane {
	position: relative;
	background-image: url(images/center_bg.jpg);
	background-color: #ffffff;
	background-repeat: repeat-x;
	width: 800px;
	height: 194px;
	margin: 0px;
}

div#center_content {
	position: absolute;
	left: 310px;
	top: 28px;
	width: 475px;
}


div#bottom_pane {
	background-color: #dad9d9;
	position: relative;
	height: 184px;
	width: 800px;
	margin: 0px;
}

div#left_swoosh {
	float: left;
	width: 267px;
}

div #tooling_main {
	width: 610px;
	height: 770px;
	background-image: url(images/bg_tooling.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

div #tooling_content {
	width: 343px;
	padding-top: 10px;
	margin-left: 252px;
	font-size: 10px;
}

div.lower_menu {
	background-image: url(images/red_triangle.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 136px;
	float: right;
	width: 95px;
	height: 48px;
}

div.lower_menu_active {
	background-image: url(images/white_triangle.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 136px;
	float: right;
	width: 95px;
	height: 48px;
	z-index: 10;
}

p.triangle_link {
	color: #ffffff;
	text-align: center;
	margin-top: 29px;
	font-stretch: condensed;
}

p.triangle_link_active {
	color: #000000;
	text-align: center;
	margin-top: 29px;
	font-stretch: condensed;
}

div#bottom_content {
	position: absolute;
	left: 267px;
	top: 0px;
	margin-top: 7px;
	margin-right: 15px;
	width: 515px;
	z-index: 0;
}

div#address {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 211px;
	text-align: right;
}

p.address {
	line-height: 18px;
	font-size: 11px;
	color: #ffffff;
}

div#footer {
	background-color: #000000;
	height: 18px;
	width: 800px;
}

p.footer {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a.geebo_footer {
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}

form, form table tr td, input {
	font-size: 12px;
	vertical-align: middle;
}
	
