* {
        margin: 0px;
        padding: 0px;
}

body {
        margin: 0px;
        text-align: center;
        background: #000000;
        font-family: arial;
        font-size: 14px;
        color: #eb7114;
}

.clear {
        width: 100%;
        height: 0px;
        line-height: 0px;
        clear: both;
}

.header {
        position: relative;
        margin: 55px auto 15px auto;
        width: 695px;
        height: 60px;
        text-align: right;
        font-size: 13px;
}

.indexlink {
        position: absolute;
        top: 0px;
        left: 0px;
}

.menu {
        position: relative;
        margin: 0px auto;
        padding: 0px;
        width: 695px;
        height: 260px;
        background: url('../images/splash.jpg');
}

.menu ul {
        margin-left: 27px;
}

.menu li {
        display: block;
        float: left;
        margin-left: 5px;
        font-size: 0px;
}

.menu li a {
        display: block;
        width: 96px;
        height: 260px;
        outline: none;
        font-size: 0px;
        line-height: 0px;
        text-decoration: none;
}

.menu li.order0 a {
        background: url('../images/decorating-menu-background.png') no-repeat;
}

.menu li.order0 a:hover {
        background: url('../images/decorating-menu-hover-background.png') no-repeat;
}

.menu li.order1 a {
        background: url('../images/construction-menu-background.png') no-repeat;
}

.menu li.order1 a:hover {
        background: url('../images/construction-menu-hover-background.png') no-repeat;
}

.menu li.order2 a {
        background: url('../images/environment-menu-background.png') no-repeat;
}

.menu li.order2 a:hover {
        background: url('../images/environment-menu-hover-background.png') no-repeat;
}

.footer {
        position: relative;
        width: 695px;
        height: 36px;
        margin: 10px auto 30px auto;
        text-align: left;
}

.footer h1 {
        color: #ffffff;
        font-size: 12px;
        padding: 0 0 0 100px;
}

.footer h2 {
        color: #e88031;
        font-size: 11px;
        padding: 0 0 0 130px;
}

.afflink {
        float: left;
        text-align: right;
}

.afflink img {
        margin: 0px 15px 0px 0px;
}

a {
        text-decoration: none;
}

a img {
        border: 0px;
}

