*
{
	margin: 0;
	padding: 0;
}


html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 101%;
	background: Black;
}

#body_div
{
	background: #4A6373;
	min-height: 92%;
	margin: 3%;
	padding: 0;
	border: 4px double White;
}

* html #body_div
{
	height: 92%;
}

#menus
{
	background: silver;
	width: 100%;
	height: 5em;
}

#tag_line
{
	position: relative;
	top: 10px;
	left: 1%;
	width: 98%;
	color: White;
	text-align: center;
}

#tag_line_line1
{
	font-size: 1em;
	font-weight: bold;
}

#tag_line_line2
{
	font-size: .9em;
}

#title
{
	position: relative;
	left: 1%;
	top: 25px;
	width: 98%;
	border-top: 2px solid White;
	color: White;
	font-size: 1em;
	font-weight: bold;
	padding: 10px 0 10px 0;
	text-align: center;
}

#content
{
	position: relative;
	left: 1%;
	top: 25px;
	width: 98%;
	color: White;
	font-size: .85em;
	margin: 0;
}

#menus table
{
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	font-size: .85em;
	border-bottom: 2px solid White;
	padding: 0;
	margin: 0;
}

tr
{
	vertical-align: top;
}

tr.first_line td
{
	border-bottom: 2px solid White;
}

td.about
{
	background: #909090;
	border-right: 2px solid White;
	padding-top: 5px;
}

td.products
{
	background: #a0a0a0;
	border-right: 2px solid White;
	padding-top: 5px;
}

td.contact
{
	background: #b0b0b0;
	border-right: 2px solid White;
	padding-top: 5px;
}

td.logo
{
	background: silver;
}

a, A:LINK, A:VISITED, A:ACTIVE
{
	text-decoration: none;
	color: #B0C5E6;
}

a:focus, a:hover 
{
	text-decoration: underline;
	color: #E6D0B0;
}

#menus a, #menus A:LINK, #menus A:VISITED, #menus A:ACTIVE
{
	text-decoration: none;
	color: Navy;
}

#menus a:focus, #menus a:hover 
{
	text-decoration: underline;
	color: Blue;
}

table.home
{
	border-collapse: collapse;
	border: 2px solid Black;
	margin: 0;
	padding: 0;
}

table.contact
{
	border-collapse: collapse;
	border: 2px solid white;
}

table.home tr, table.contact tr, table.why tr
{
	text-align: left;
}

table.contact td, th
{
	border: 2px solid white;
	padding: 5px;
}

table.contact td.left
{
	padding: 0;
}

table.contact table td, th
{
	border: none;
	padding: 2px;
}

table.why td
{
	padding: 5px;
}

table.contact th
{
	background: #e0e0e0;
	color: #4A6373;
}
table.home td
{
	margin: 0;
	padding: 0;
}

table.home td.right
{
	padding-left: 5px;
}

table.springs td.left
{
	padding-right: 15px;
}

table.springs td.right
{
	padding-left: 15px;
}

table.springs table.test1
{
	border-collapse: collapse;
	border: 2px solid White;
	padding: 0;
	margin: 0;
}

table.springs table.test1 td
{
	padding: 3px;
	margin: 0;
	border-bottom: 2px solid White;
	background: #696969;
}

table.springs table.test2
{
	border-collapse: collapse;
	border: 2px solid White;
	padding: 0;
	margin: 0;
}

table.springs table.test2 td
{
	padding: 3px;
	border: 2px solid White;
	background: #696969;
}

table.springs table.test2 td.gas
{
	background: #4A735A;
}

table.springs table.test2 td.marging
{
	background: #736E4A;
}

table.springs table.test2 td.marging_fail
{
	background: Maroon;
}

#ghostfish
{
	position: relative;
	margin-top: -55px;
	margin-right: 4%;
	font-size: 12px;
	text-align: right;
}



