* {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

/*Stucture*/
body {
    background-image: url("../gfx/background.png");
    padding: 20px;
    text-align: center;
}

#wrapper {
    margin: auto;
    width: 969px;
}

#header {
    background-image: url("../gfx/header.png");
    padding: 30px 45px 0 45px;
    height: 65px;
    width: 879px;
}

#logo {
    float: left;
}

#page-header {
    float: left;
    margin-top: -10px;
    padding-left: 50px;
    width: 640px;
}

#page-header #p1 {
    color: #000066;
    font-family: arial black, arial, helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
}

#page-header #p2 {
    color: #ff6e10;
    font-family: arial black, arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

#slideshow-cont {
    background-image: url("../gfx/content.png");
    background-repeat: repeat-y;
    padding: 12px 45px;
    height: 270px;
    width: 879px;
    text-align: center;
}

#slideshow {
	padding: 0;
}

#divider1 {
    background-image: url("../gfx/divider.png");
    height: 1px;
    width: 969px;
}

#content {
    background-image: url("../gfx/content.png");
    padding: 12px 45px;
    height: 270px;
    width: 879px;
}

#footer {
    background-image: url("../gfx/footer.png");
    background-position: top;
    background-repeat: no-repeat;
    padding: 30px 9px 0 9px;
    height: 50px;
    width: 951px;
}

#copyright {
    float: left;
    color: black;
    font-size: 12px;
    font-weight: bold;
}

#copyright a {
    color: #ff6e10;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#copyright a:hover, #copyright a:active {
    text-decoration: underline;
}

/*Content*/
#bt-towing {
    float: left;
    background-image: url("../gfx/towing-button.png");
    margin-right: 13px;
    height: 268px;
    width: 284px;
}

#bt-towing p {
    color: white;
    font-family: arial black, arial, helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 90px;
}

#bt-construction {
    float: left;
    background-image: url("../gfx/construction-button.png");
    margin-right: 13px;
    height: 268px;
    width: 284px;
}

#bt-construction #p1 {
    color: #462b00;
    font-size: 24px;
    font-weight: bold;
    margin-top: 35px;
}

*:lang(en) #bt-construction #p1 {
    margin-top: 25px;
}

#bt-construction #p2 {
    color: #462b00;
    font-size: 14px;
    font-weight: bold;
    margin-top: -2px;
}

#bt-construction #p3 {
    color: #462b00;
    font-size: 14px;
    padding: 10px 0 0 20px;
    text-align: left;
}

#bt-construction #p4 {
    border-top: solid 1px;
    color: #462b00;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 7px;
}

#bt-peppys {
    float: left;
    background-image: url("../gfx/peppys-button.png");
    height: 268px;
    width: 284px;
}

#bt-peppys p {
    color: #000066;
    font-size: 14px;
    margin: 15px 0 0 20px;
    text-align: left;
}

#bt-peppys #p1 {
    margin-top: 80px;
}

#content a {
    display: block;
    padding: 20px;
    height: 228px;
    width: 244px;
    text-decoration: none;
}
