body {
    background-color: #3d3d3d;
    padding: 0;
    margin: 15px 0;
}

.pageContainer {
    width: 990px;
}

form {
    margin: 0;
}

.pageHeader {
    width: 990px;
    height: 169px;
    background: url('header.jpg');
}

.mainMenu {
    height: 41px;
    margin-bottom: 10px;
}

.mainMenu a {
    float: left;
    display: block;
    height: 41px;
}

.mainMenu .mm0 {
    width: 64px;
    background: url('00-home.jpg');
}

.mainMenu .mm1 {
    width: 94px;
    background: url('01-eventinfo.jpg');
}

.mainMenu .mm2 {
    width: 75px;
    background: url('02-tickets.jpg');
}

.mainMenu .mm3 {
    width: 88px;
    background: url('03-driverinfo.jpg');
}

.mainMenu .mm4 {
    width: 96px;
    background: url('04-concerts.jpg');
}

.mainMenu .mm5 {
    width: 96px;
    background: url('05-hd.jpg');
}

.mainMenu .mm6 {
    width: 111px;
    background: url('06-carclubs.jpg');
}

.mainMenu .mm7 {
    width: 102px;
    background: url('07-exhibitors.jpg');
}

.mainMenu .mm8 {
    width: 71px;
    background: url('08-media.jpg');
}

.mainMenu .mm9 {
    width: 112px;
    background: url('09-merchandise.jpg');
}

.mainMenu .mm10 {
    width: 81px;
    background: url('10-contact.jpg');
}


.mainMenu .mm0Active {
    width: 64px;
    background: url('00-home-1.jpg');
}

.mainMenu .mm1Active {
    width: 94px;
    background: url('01-eventinfo-1.jpg');
}

.mainMenu .mm2Active {
    width: 75px;
    background: url('02-tickets-1.jpg');
}

.mainMenu .mm3Active {
    width: 88px;
    background: url('03-driverinfo-1.jpg');
}

.mainMenu .mm4Active {
    width: 96px;
    background: url('04-concerts-1.jpg');
}

.mainMenu .mm5Active {
    width: 96px;
    background: url('05-hd-1.jpg');
}

.mainMenu .mm6Active {
    width: 111px;
    background: url('06-carclubs-1.jpg');
}

.mainMenu .mm7Active {
    width: 102px;
    background: url('07-exhibitors-1.jpg');
}

.mainMenu .mm8Active {
    width: 71px;
    background: url('08-media-1.jpg');
}

.mainMenu .mm9Active {
    width: 112px;
    background: url('09-merchandise-1.jpg');
}

.mainMenu .mm10Active {
    width: 81px;
    background: url('10-contact-1.jpg');
}

.pageLeft {
    float: left;
    width: 219px;
}

.pageLeft .menuBlock {
    border-left: 1px solid #7e7e7e;
    border-top: 1px solid #7e7e7e;
    border-right: 1px solid #141414;
    border-bottom: 1px solid #141414;
    background: url('background.jpg');
    width: 192px;
    padding: 7px 6px 8px 6px;
    margin: 0;
    list-style-type: none;
}

.pageLeft .menuBlock li {
    border-bottom: 1px solid #464646;
    padding: 3px 10px 4px 20px;
    background: url('bulletInactive.gif') 3px 11px no-repeat;
}

.pageLeft .awful li {
    background: url('awfulBullet.gif') 3px 10px no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .pageLeft .menuBlock li {
        background-position: 3px 10px;
    }
    .pageLeft .awful li {
        background: url('awfulBullet.gif') 3px 9px no-repeat;
    }
}
.pageLeft .menuBlock li.active {
    background-image: url('bullet.gif');
}

.pageLeft .menuBlock li.last {
    border-bottom: none;
}

.pageLeft .menuBlock li.active a {
    color: #e11b22;
    font-weight: bold;
}

.pageLeft .menuBlock li a {
    color: white;
    font: 14px arial;
    text-decoration: none;
}

.pageLeft .menuBlockCap {
    width: 45px;
    height: 36px;
    background: url('cap.gif');
    margin: -37px 0 12px 160px;
}

.pageLeft .raceDetails {
    width: 206px;
    height: 27px;
    background: url('raceDetails.jpg');
}

.pageLeft .newsletter {
    height: 223px;
    background: url('newsletter.jpg') no-repeat;
}

.pageLeft .newsletter input {
    border: none;
    position: relative;
    top: 128px;
    left: 17px;
    width: 174px;
    padding: 0 0 1px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .pageLeft .newsletter input {
        top: 128px;
        left: 17px;
        width: 174px;
        padding: 0 0 5px 0;
    }
}

.pageLeft .newsletter a {
    display: block;
    width: 167px;
    height: 28px;
    position: relative;
    top: 144px;
    left: 14px;
}

.pageLeft .forum {
    display: block;
    height: 48px;
    margin-bottom: 10px;
    background: url('forum.jpg') no-repeat;
}

.pageCentral {
    float: left;
    width: 557px;
}

.pageCentral .pageHeading {
    height: 42px;
}

.pageCentral .pageHeadingEventInfo {
    background: url('eventInfo.jpg') no-repeat;
}

.pageCentral .pageHeadingTickets {
    background: url('tickets.jpg') no-repeat;
}

.pageCentral .pageHeadingDriverInfo {
    background: url('driverInfo.jpg') no-repeat;
}

.pageCentral .pageHeadingCarClubs {
    background: url('carClubs.jpg') no-repeat;
}

.pageCentral .text {
    margin: 10px 0 12px 0;
    background: url('background.gif') no-repeat;
    width: 538px;
    padding-top: 12px;
}

.pageCentral .text h1 {
    text-transform: uppercase;
    padding: 0 0 8px 30px;
    background: url('headerSign.gif') 2px 5px no-repeat;
    color: white;
    font: 20px arial;
    font-weight: bold;
    margin: 0 13px 10px 10px;
    border-bottom: 1px dashed #3f3f3f;
}

.pageCentral .text h2 {
    color: #e11b22;
    font: 20px arial;
    margin: 0 14px 14px 14px;
}

.pageCentral .text p {
    color: white;
    font: 12px arial;
    margin: 0 14px 14px 14px;
}

.pageCentral .text a {
    color: red;
    text-decoration: none;
}

.pageCentral .text tr {
    font: 12px arial;
    color: white;
}

.pageCentral .text li {
    font: 12px arial;
    color: white;
}

.pageCentral .text .cap {
    height: 4px;
    background: url('backgroundCap.gif') no-repeat;
}


.pageRight {
    float: left;
    width: 212px;
}

.pageRight .ticketInfo {
    height: 222px;
    background: url('ticketInfo.jpg') no-repeat;
}

.pageRight .ticketInfo a {
    display: block;
    width: 158px;
    height: 28px;
    position: relative;
    top: 166px;
    left: 20px;
}

.pageRight .competition {
    height: 118px;
    background: url('competition.jpg') no-repeat;
}

.pageRight .competition a {
    display: block;
    width: 160px;
    height: 28px;
    position: relative;
    top: 63px;
    left: 10px;
}

.pageFooter {
}

.pageFooter img {
    width: 990px;
    height: 103px;
    border: none;
}

.pageFooter .text {
    height: 46px;
    padding-top: 4px;
}

.pageFooter .text table {
    width: 100%;
    border: none;
}

.pageFooter .text table td {
    font: 11px arial;
    line-height: 16px;
    color: #808080;
}

.pageFooter .text table td a {
    color: white;
    text-decoration: none;
}

.pageFooter .rule{
    width: 990px;
    height: 15px;
    background: url('footerRule.gif');
}

