/* CSS Document */

html, body{
border:0;
margin:0;
padding:0;
background-color:#595959;
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
background-position:top;
}
div{
border:0;
margin:0;
padding:0;
float:left;
}

#head{
background-color:#666666;
background-image:url(../images/van.gif);
background-repeat:no-repeat;
background-position: top left;
width:100%;
height:150px;
}

#head #so a{
float: right;
color:#333333;
text-decoration:none;
font-size:9px;
}
#head #so a:hover{
color:#FFFFCC;
text-decoration:underline;
}

#head a img{
position:absolute;
left:150px;
}

#menu{
background-color:#666666;
display: block;
width: 12%;
max-width:100px;
padding-bottom:50px;
}

#menu ul{
list-style-type:none;
margin:0;
padding:0;
border:0;
}

#menu ul li{
padding: 2px 0px 2px 5px;
}
#menu ul li.heading{
background-image:url(../images/menu/menu-header-bg.gif);
background-position:bottom right;
background-repeat:repeat-x;
text-align:right;
border-bottom: thin solid white;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:800;
padding: 0px 2px 0px 0px;
margin: 5px 0px 5px 0px;
}

#menu ul li a{
color: #525252;
font-family: Tahoma, Verdana, Arial;
font-size: 1em;
font-weight: 900;
display:block;
background-color:#666666;
background-repeat:repeat-x;
text-decoration:none;
background-image:url(../images/menu/button.gif);
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
}



#menu ul li a:hover{
background-image:url(../images/menu/button-hover.gif);
color:black;
}
img{
border:none;
}

#content{
float:left;
width: 85%;
display: block;
background-color: #fff;
border: thin solid #ccc;
font-family: tahoma, Verdana, Arial;
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
padding: 5px 5px 5px 5px;
background-image:url(../images/pb-weld.gif);
background-position: bottom right;
background-repeat:no-repeat;
}
#map{
position:absolute;
top: 310px;
left:111px;
padding:0;
margin:0;
border:thin solid gray;
width: 600px;
height:400px;
}

#clean-wrap{
margin-top: 420px;
}

#content h2{
color: #737373;
}

#content h3{
color: #949494;
}

#content a{
color: red;
}

#content a:hover{
color: gray;
text-decoration: underline;
}

#content a:visited{
color: #7a0000;
text-decoration: underline;
}


#wrapper{
width: 100%;
float: left;
}
.db{

}
.db th{
border: thin solid black;
background-color:#CCCCCC;
padding: 0 5px 0 5px;
}
.db td{
border: thin solid black;
padding: 0 5px 0 5px;
}

form{
width: 100%;
margin-bottom: 100px;
clear: both;
display: block;
}

form .row{
clear: both;
width: 90%;
display: block;
background-color: #D9D9D9;
padding: 5px 5px 20px 5px;
}

.row input{
float: right;
border: thin solid black;
margin-right: 40px;
}
input #submitB{
color: green;
}

.row label{
float: left;
}

.row select{
float: right;
margin-right: 40px;
}

.row textarea{
float: right;
margin-right: 40px;
border: thin solid black;
}


.prev{
background-color: #EEE9BF;
width: 50%;
clear: both;
display: block;
border: thin solid black;
padding: 2px 5px 2px 5px;
}

span {color: red;}



















