body {
  background:#132336;
  margin:0;
  padding:0px 0px;
  font: small/1.5em "Trebuchet MS",Verdana,Arial,Sans-serif;
  color:#ccc;
}

#content-small {
    margin: 20px auto;
    width: 423px;
    height: 128px;
}

.splash {
    padding-top: 40px;
}

#error-box {
    margin: 20px 0px 0px 0px;
    min-height: 15px;
    background: #89111b url(/images/error-bottom.gif) bottom left no-repeat;
}
#error-content {
    background-image: url(/images/error-top.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 10px 15px;
}

#msg-basic {
    padding: 15px 20px;
}

.form-element {
    position: absolute;
    left: 110px;
    top: 0px;
}
.form-border {
    padding: 1px;
}
.form-error {
    background-color: red;
}
.form-holder {
    margin: 12px 0px 0px 0px;
    position: relative;
    border: 0px solid blue;
    padding-top: 2px;
}
.form-input {
    width: 249px;
    border-width: 0px;
    margin: 0px;
    padding: 2px;
}
.form-message {
    padding: 2px;
    margin: 0px;
    border: 0px;
}
.form-label {
    width: 100px;
    text-align: right;
}

form {
    margin: 20px 0px 0px 0px;
}

#form-send {
    margin: 10px 0px 0px 0px;
    background: url(/images/send.gif) top right no-repeat;
}
#form-send:hover {
    background-position: bottom right;
}

a.nav img {
    width: 141px;
    height: 109px;
    border: 0px solid black;
}
#nav-holder {
    height: 109px;
    background: url(../images/nav/bg.gif) top center no-repeat;
}
#nav-contact img{
    float: left;
    background: url(../images/nav/contact.gif) top left no-repeat;
}
#nav-contact:hover img{
    background: url(../images/nav/contact.gif) bottom left no-repeat;
}

#nav-sale img{
    float: left;
    background: url(../images/nav/sale.gif) top left no-repeat;
}
#nav-sale:hover img{
    background: url(../images/nav/sale.gif) bottom left no-repeat;
}

#nav-blog img{
    float: right;
    background: url(../images/nav/blog.gif) top left no-repeat;
}
#nav-blog:hover img{
    background: url(../images/nav/blog.gif) bottom left no-repeat;
}
