#bg-top {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100px;
    background-image:url('images/bg-top.jpg');
    background-repeat:repeat-x;
}

#bar-top {
    position:absolute;
    left:0px;
    top:100px;
    width:100%;
    height:16px;
    background-image:url('images/bar-top.jpg');
    background-repeat:repeat-x;
}

#bg-bar {
    position:absolute;
    left:0px;
    top:116px;
    width:100%;
    height:23px;
    background-image:url('images/bg-bar.jpg');
    background-repeat:repeat-x;
    overflow:hidden;
}

#bar-bottom {
    position:absolute;
    left:0px;
    top:139px;
    width:100%;
    height:6px;
    background-image:url('images/bar-bottom.jpg');
    background-repeat:repeat-x;
}

#banner {
  position:absolute;
  top:10px;
  right:10px;
  width:392px;
  height:72px;
}

#services {
    position:absolute;
    left:0px;
    top:116px;
    width:78px;
    height:23px;
}

#listcleanup {
    position:absolute;
    left:78px;
    top:116px;
    width:105px;
    height:23px;
}

#sendusfiles {
    position:absolute;
    left:183px;
    top:116px;
    width:114px;
    height:23px;
}

#estimaterequest {
    position:absolute;
    left:297px;
    top:116px;
    width:139px;
    height:23px;
}

#promoproducts {
    position:absolute;
    left:436px;
    top:116px;
    width:168px;
    height:23px;
}

#logo {
    position:absolute;
    right:0px;
    top:100px;
    width:172px;
    height:85px;
}

#top {
    position:relative;
    top:0px;
    left:0px;
    height:145px;
    width:100%;
}

#center {
    position:relative;
    top:0px;
    left:0px;
    height:260px;
}

#menu-left {
    position:absolute;
    right:0px;
    top:0px;
    width:172px;
    height:100%;
    background-image:url('images/menu-left.jpg');
    background-repeat:repeat-y;
}

#main {
    position:relative;
    left:0px;
    top:0px;
    width:100%;
    height:auto;
    background:#FFFFFF url('images/menu-left.jpg') top right repeat-y;
}

#content {
    position:relative;
    top:0px;
    left:0px;
    width:100px;
    height:auto;
}

#main-content {
    position:relative;
    top:0px;
    left:0px;
    width:550px;
    height:auto;
    color:#000000;
    font-family:sans-serif;
    font-size:14px;
    padding:10px;
}

#content-spacer {
    position:absolute;
    top:140px;
    left:0px;
    height:380px;
    width:100%;
    overflow:hidden;
    background:#FFFFFF url('images/menu-left.jpg') top right repeat-y;
}

#menu-content {
    position:relative;
    top:45px;
    left:5px;
    height:370px;
    width:160px;
    float:right;
}

#bg-bottom {
    position:relative;
    left:0px;
    top:0px;
    width:100%;
    height:95px;
    background-repeat:repeat-x;
    background-image:url('images/bg-bottom.jpg');
    clear:both;
}

#bottom-info {
    position:absolute;
    left:0px;
    top:50px;
    width:100%;
    text-align:center;
    color:#FFFFFF;
    font-family:sans-serif;
    font-size:12px;
}

body {
     background-color:#005EAB;
     margin-top:0px;
     margin-bottom:0px;
     margin-left:0px;
     margin-right:0px;
}

#menu-content td {
    color:#005EAB;
    font-family:sans-serif;
    font-size:13px;
}

td {
    font-family:sans-serif;
    font-size:13px;
}

a {
    color:#005EAB;
    font-family:sans-serif;
    font-size:13px;
    text-decoration:none;
}

a:hover {
    font-weight:bold;
}

input {
    color:#000000;
    font-family:sans-serif;
    font-size:13px;
}