body {
        background: #FCFFAD url(../images/pback.gif);
        margin: 0px;
        color: #000000;
         margin:10px auto;
}

#logocontainer h1 {
        display: block;
        width: 960px;
        position: absolute;
        color: #FCFFAD;
        font-size: 45px;
        letter-spacing: -2px;
        text-shadow: #333333 3px 3px 3px;
        font-weight: normal;
        top: 120px;
        margin: 0;
        padding: 0 0 0 50px;
        visibility: hidden;
}

#logocontainer h2 {
        display: block;
        width: 760px;
        position: absolute;
        color: #FCFFAD;
        font-size: 30px;
        letter-spacing: -2px;
        text-shadow: #000000 3px 3px 3px;
        font-weight: normal;
        top: 165px;
        margin: 0;
        padding: 0;
        visibility: hidden;
}

img#logo {
        position: absolute;
        z-index: -2;
        visibility: hidden;
}

#header {
        margin: 0 auto;
        width: 960px;
        padding: 7px 0px;
        text-align: right;
        color: #444444;
        position: relative;

}

#searchcontainer {
        position: absolute;
        left: 200px;
        top: 300px;
        width: 298px;
        height: 50px;
        padding: 0 10px 10px 10px;
        background: url(../assets/pbacks.png) no-repeat;
}

#searchbox {
        width: 298px;
        height: 34px;
        background-color: #f7f7f7;
        border: 1px solid #ffffff;
        position: relative;
}

#searchcriteria {
        border: 0;
        outline: 0;
        background-color: #f7f7f7;
        color: #444444;
        position: absolute;
        top: 8px;
        left: 10px;
        width: 240px;
}

#searchsubmit {
        position: absolute;
        top: 8px;
        left: 264px;
}



#header a {
        text-decoration: none;
        color: #444444;
}

#header a:hover {
        text-decoration: none;
        color: #5A7CE8;
}

#maincol {
        width: 960px;
        margin: 0 auto;
        padding: 80px 0;
}

#content,#contentmax {
        width: 660px;
        float: right;
         text-align:justify;
         font-size: 120%;
font-color: #000000;

}
#contentmax {
width: 100%;
text-align:justify;
font-size: 120%;
font-color: #000000;

}
#sidebarcontainer {
        width: 232px;
        background: url(../assets/pbacksb.png) no-repeat right bottom;
        float: left;
}

#sidebar {
        width: 200px;
        background-color: #FCFFAD;
        border: 1px solid #ffffff;
        padding: 0 10px 10px 10px;
        margin: 0 10px 10px 0;
}

.clearer {
        clear: both;
}

#trustedshops {
        margin: 20px 0;
}

#trustedshops input {
        display: block;
        width: 50px;
        height: 50px;
        float: left;
        padding: 0;
        margin: 0;
}

#trustedshops a {
        padding: 0;
        margin: 0;
        display: block;
        width: 190px;
        float: right;
        font-weight: normal !important;
        color: #444444  !important;
}