
/*
Dorstep Ltd. - Version 2.0
*/

body {
    background-image:url('https://www.dorstep.co.uk/images/bg.png');
    background-repeat: repeat;
    position:absolute;
    height:100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, serif;
    overflow-x: hidden;
}

h1 {
    color:#FF8000;
}

table {
    width:100%;
}

img.header {
    position:absolute;
    left:10px;
    top:-176px;
    z-index:0;
}

table.header {
    position:absolute;
    left:0;
    top:0;
    z-index:0
}

#navbar {
    background-color: #F90;
    background-image:url('https://www.dorstep.co.uk/images/navbar.png'); background-repeat:repeat-x;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

ul.nav {
    list-style-type:none;
    margin:0;
    padding:0;
}

#footer {
    background-color: #F90;
    background-image:url('https://www.dorstep.co.uk/images/navbar.png'); background-repeat:repeat-x;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

ul.foot {
    list-style-type:none;
    margin:0;
    padding:0;
}

#footer {
    font-weight:bold;
    color:#FFFFFF;
    text-align:center;
    text-decoration:none;
}

#footer a:link {
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
}

#footer a:hover {
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:underline;
}

li {
    display:inline;
}

#navbar a:link,a:visited {
    font-weight:bold;
    color:#FFFFFF;
    text-align:center;
    padding:6px;
    text-decoration:none;
}

#navbar a:hover,a:active {
    background-color:#FC3;
}

#main {
    margin-top:265;
}

#content {
    margin-top:10;
}
