/* The Mattos Marine Stylesheet, created by Rick Pruitt Sept. 24, 2008 */
body {
font-size: 12pt;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
color: black;
background-color: black;
background-image: url(images/dkgray.jpg);
width: 850px;
margin-left: auto;
margin-right: auto; }

#logo {
float: left;
margin: 4px; }

#banner {
width: 840px;
height: 135px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
text-align: center;
font-weight: normal;
font-size: 16pt;
font-family: "rockwell extra bold", serif;
color: #797848;
background-image: url(images/dkgray.jpg);
border: #797848 outset thick; }

p.bannertop {
padding-top: 1.1em; }

#container {
width: 860px;
background-color: #f6efdd;
padding: 4px;
text-align: center;
border: #797848 outset thick; }

#sidebar {
width: 210px;
text-align: left;
float: left;
padding: .5em;
font-weight: normal;
color: black; }

#main {
width: 620px;
text-align: left;
padding-top: .5em;
float: right; }

#footer {
width: 850px;
height: auto;
padding-top: 25px;
clear: both;
text-align: center;
font-weight: normal;
letter-spacing: .1em;
color: black; }

p.company {
padding-right: 8em; }
/* The class above is to limit the text over the map on the company page.  */

h2 {
color: #797848;
font-size: 20pt;
font-weight: bold;
text-align: center; }

hr {
color: black;
height: 2px; }

a.nav {
color: black;
text-decoration: none;
display: block; }
/* a.nav is to control the link appearence in the navigation menu */

a.pic {
float: left;
margin-right: 1em; }

img.edge {
border: none; }

#page {
color: black;
font-weight: bold;
display: block; }
/* #page is to control the link appearence when that page is active */

#sidebar a:link { text-decoration: none; }
#sidebar a:visited { text-decoration: none; }
#sidebar a:hover { color: #797848; text-decoration: none; }
#sidebar a:active { color: black; text-decoration: none; }
/* #sidebar is to control the link appearence in the navigation menu */

#center {
text-align: center; }

#map {
background-image: url(images/ftmyers.png); width: 620px; height: 605px;
background-repeat: no-repeat;
background-color: none;
z-index: 2; }
/* map id is used to display the map on the company page */
/* the button style relates to the submit and clear buttons on the question page */
button {
color: white;
background-color: #797848;
border: black outset thin;
margin-right: .5em;
text-align: center; }

table.parts {
width: 95%; }
/* the button ID relates to the Forums button */
#button {
text-align: center; }
/* The code below is for the image swap on the parts page- order online. */
td.swap {
margin: 0;
padding: 0;
background-image: url(images/PartsHand2.jpg);
background-repeat: no-repeat; }

td.swap a, div.swap a:link, div.swap a:visited {
display: block; }

td.swap a:hover img {
visibility: hidden; }

