/**************************************************************************
* This portion of the layout by Matt McDonald @ www.mattmcdonald.net
***************************************************************************/

/* html document */
body {
background-color: #E8E8E8;
font-family: arial;
}

/* border fix for ie */
a img {
border: 2px solid #000;
}

/* div containers */
#container {
width: 760px;
border: 2px solid #000;
margin: auto;
margin-top: 20px;
}

/* logo space */
#logo {
padding: 15px;
text-align: center;
font-size: 50px;
background-color: #fff;
}

/* image floaters */
#imgleft {
padding: 10px;
float: left;
text-align: center;
}

#imgright {
padding: 10px;
float: right;
text-align: center;
}

#imgleft2 {
padding: 10px;
float: left;
text-align: center;
}

#imgright2 {
padding: 10px;
float: right;
text-align: center;
}

#imgleft3 {
padding: 10px;
float: left;
text-align: center;
}

#imgright3 {
padding: 10px;
float: right;
text-align: center;
}
#imgleft4 {
padding: 10px;
float: left;
text-align: center;
}

#imgright4 {
padding: 10px;
float: right;
text-align: center;
}

#eximgholder {
height: 580px;
}

/* welding page */
p#weld {
text-align: center;
font-size: 18px;
}

#weldmiddle {
text-align: center;
}

/* tires page */
#tirelogos {
text-align: center;
}

#tirelogos img {
height: 65px;
padding-top: 10px;
}

#tireholder {
height: 1140px;
}

ul#jobs {
padding-left: 380px;
}

h2 {
font-size: 25px;
padding-top: 10px;
font-weight: bold;
text-align: center;
}

h3 {
font-size: 25px;
font-weight: bold;
text-align: center;
}

#homebottom {
height: 260px;
}

/* contact */
#contact {
text-align: center;
font-size: 25px;
}

#contact a, a:visited {
color: #3299CC;
}
#contact span.emergency {
color: red;
font-weight: bold;
}

/* content area */
#area {
background-color: #C0D9D9;
padding: 10px;
margin-top: 0px;
}

/* navigation */
#nav {
background-color: #C0D9D9;
}

ul#nav {
float:left;
margin:0;
padding:0;
width: 760px;
}

ul#nav li {
display:block;
float:left;
margin:0;
padding:0;
width:152px;
list-style-type:none;
text-align:center;
font: normal 1em Verdana, sans-serif;
letter-spacing: 0.1em;
}

ul#nav a {
display:block;
padding-top:5px;
padding-bottom:5px;
background:#3299CC;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
}

ul#nav li#active a{
display:block;
padding-top:5px;
padding-bottom:5px;
background:#C0D9D9;
border-top: 2px solid #000000;
border-bottom: 2px solid #C0D9D9;
}
ul#nav a:hover {
background:#C0D9D9;
border-top: 2px solid #000000;
border-bottom: 2px solid #C0D9D9;
}

/* general link properties */
a, a:visited {
color: #000;
text-decoration: none;
}
a:hover, a:active {
color: #000;
text-decoration: none;
}

