/* CSS Document */

body {
background: #000; text-align: center; font: .80em Verdana, Helvetica, Arial; line-height: 1.6em; margin: 0;
}

#div {
margin: 0; border: 0; padding: 0;
}

a {
text-decoration: none; letter-spacing: .1em;
}

span.boldtext {
font-weight: bold;
}

#header {
position: absolute; top: 0; left: 0; background: #000; width: 100%; height: 100px;
}

#wrapper {
position: relative; margin: 0 auto; width: 760px; height: 99px;
}

.topnav {
position: absolute; top: 0; left: 620px; padding: 0;
}

.topnav ul {
list-style: none; margin: 0; padding: 0; width: 135px;
}
.topnav ul li {
display: inline; font-size: 85%; color: #ff0;
}

.topnav ul li a:link, .topnav ul li a:visited {
color: #ff0;
}

.topnav ul li a:hover {
color: #f00;
}

.logo {
position: relative; float: left; width: 250px; height: 75px; margin-top: 15px;
}

.mainnav {
position: absolute; top: 75px; left: 350px; width: 450px; height: 26px; 
}

.mainnav ul {
list-style: none; margin: 0; padding: 0; width: 400px; height: 26px;
}

.mainnav ul li {
display: inline; 
}

.mainnav ul li img {
border: 0;
}

#lowerwrapper {
/*background: url(./images/bkgd.jpg); */background: #a8a7a7; position: absolute; top: 100px; left: 0; width: 100%; padding-top: 10px; }

#content {
position: relative; width: 760px; margin: 0 auto; 
}

#leftcol {
position: relative; float: left; width: 585px; /*background: #bbb09f;*/ margin-top: 10px; 
}

#leftcol p {
text-align: justify; padding: 0 10px; font-size: 95%; color: #000;
}

#leftcol ul {
position: relative; float: left; width: 430px; margin-top: 10px; padding-left: 55px;
}

#leftcol ul li {
text-align: left; font-weight: bold; color: #000; letter-spacing: .1em;
}

#rightcol {
position: relative; float: right; width: 160px; margin-top: 5px;
}

#rightcol img {
margin: 10px; border: 1px solid #000;
}

/* --------------------------------------------- Contact Form */

form {
position: relative; float: left; /*border: 1px solid #000;*/ padding-top: 15px; padding-bottom: 15px; padding-right: 5px; padding-left: 5px; font-size: 85%; font-weight: bold; text-align: left;
}

input.name {
width: 180px; border: 1px solid #000;
}

input.company {
width: 380px; border: 1px solid #000;
}

input.address {
width: 260px; border: 1px solid #000;
}

input.city {
width: 180px; border: 1px solid #000;
}

input.state {
width: 30px; border: 1px solid #000;
}

input.zip {
width: 120px; border: 1px solid #000;
}

input.tel {
width: 150px; border: 1px solid #000;
}

textarea {
border: 1px solid #000;
}
input.button {
border: 1px solid #000;
}

select {
border: 1px solid #000;
}

ul.adjusting {
position: relative;
float: left;
width: 350px;
height: 300px;
margin-right: 100px;
}


p.lastline {
position: relative;
float: left;
}

#footer {
position: relative; background: #000; float: left; width: 100%; height: 30px; margin-top: 15px; padding-top: 20px; font-size: 75%; color: #ccc;
}

#footer a {
color: #ff0;
}
