body {
        padding: 0;
        margin: 0;
                background-color: #8C2B36;
                                        color: #444444;
}

input {
        font: 12px "Tahoma";
}

#maincontainer {
        width: 960px;
                margin: 0 auto;
                background: url(./../assets/pshadow.png) repeat-y;
        padding: 0 10px;
}

#logo {
        width: 960px;
        height: 215px;
        position: relative;
        background: #ffffff;
        overflow: hidden;
}

#logo img {
        border: 0;
}

#logo h1 {
        width: 510px;
        height: 75px;
        background: url(./../images/ptitle.gif) no-repeat;
        position: absolute;
        left: 40px;
        top: 52px;
}

#logo p {
        width: 510px;
        height: 75px;
        position: absolute;
        left: 40px;
        top: 120px;
        font-weight: bold;
        color: #888888;
        padding: 1px;
}

#top {
        width: 960px;
        height: 45px;
        position: absolute;
        left: 0;
        top: 170px;
        background: url(./../assets/pbow.png) no-repeat -10px 0;
}

#eyecatcher {
        position: absolute;
        right: 0;
        top: 0;
}

#logo h1 span {
        display: none;
}

#common {
        position: absolute;
        top: 15px;
        left: 35px;
        width: 715px;
        height: 20px;
        color: #8C2B36;
        line-height: 14px;
}

#common a {
        color: #8C2B36;
        text-decoration: none;
}

#common a.home {
        width: 14px;
        height: 14px;
        background: url(./../images/phome.gif) no-repeat 0 -14px;
        display: block;
        float: left;
}

#common a.home:hover {
        background-position: 0 0;
}


#common a.home span {
        display: none;
}

#common a:hover {
        color: #444444;
}

#nav {
        width: 900px;
        padding: 20px 40px 10px 40px;
        text-align: center;
}

#nav a {
        color: #444444;
        font-weight: normal;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0 10px;
        letter-spacing: 1px;
}

#nav a:hover {
        color: #000000;
}


#content {
        width: 660px;
                padding: 20px 30px 10px 0;
        float: right;
        }

#sidebar {
        width: 200px;
                padding: 20px 0 10px 30px;
        float: left;
        }

#bottom {
        clear: both;
        width: 980px;
        height: 95px;
        background: url(./../assets/pbow.png) no-repeat 0 -60px;
                margin: 0 auto;
        }

.clearer {
        clear: both;
        height: 1px;
        line-height: 1px;
}

#mainbox {
        background-color: #F8EEDA;
}

#searchform {
        position: absolute;
        width: 168px;
        height: 32px;
        right: 30px;
        top: 12px;
        background-color: #F8EEDA;
        border: 1px solid #F8EEDA;
}

#searchform.hover {
        background-color: #ffffff;
        border: 1px solid #E0BD76;
}

#searchform #searchcriteria {
        position: absolute;
        width: 130px;
        height: 18px;
        line-height: 18px;
        color: #666666;
        border: 0;
        top: 6px;
        left: 7px;
        background-color: #F8EEDA;
        outline: 0;
        text-shadow: 1px 1px 1px #ffffff;
}

#searchform.hover #searchcriteria {
        background-color: #ffffff;
        color: #444444;
}

#searchsubmit {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 5px;
        top: 6px;
        background: url(./../assets/psearchsubmit.png) no-repeat;
        border: 0;
        cursor: pointer;
}

#searchajax {
        position: absolute;
        width: 168px;
        height: 132px;
        top: 50px;
        right: 30px;
        overflow: hidden;
        display: none;
        background-color: #ffffff;
        border: 1px solid #E0BD76;
        z-index: 20;
}

#searchajax a {
        display: block;
        padding: 4px 10px;
        width: 220px;
        height: 14px;
        line-height: 14px;
        text-decoration: none;
        color: #444444;
}

#searchajax a:hover {
        background-color: #f5f5f5 ;
        color: #000000;
}

#searchajax a.activelink {
        background-color: #f5f5f5 ;
}


#menu {
        width: 920px;
        height: 36px;
        padding: 10px 20px;
        background: #F8EEDA;
        position: relative;
}

#footercontainer {
        width: 960px;
                margin: 0 auto;
                color: #eeeeee;
        padding: 10px 0 20px 0;
}

#footerlinks a {
        color: #eeeeee;
        text-decoration: none;
}

#footerlinks a:hover {
        color: #ffffff;
}


#footerlinks {
        width: 660px;
        float: left;
}

#footer {
        width: 200px;
        float: right;
        text-align: right;
}

#tsform {
        padding: 20px 0;
        margin: 0;
}

#tslogo {
        display: block;
        width: 50px;
        height: 50px;
        border: none;
        float: left;
}

#tslink {
        display: block;
        float: right;
        width: 130px;
        margin: 0;
        padding: 0 0 0 0;
        font-size: 12px;
        line-height: 13px;
        text-decoration: none;
        color: #444444 !important;
        font-weight: normal !important;
}

#breadcrumbs {
        border-bottom: 1px solid #E0BD76;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 4px;
        font-size: 90%;
}

#breadcrumbs a {
        color: #444444 !important;
        font-weight: normal !important;
}

#breadcrumbs a:hover {
        color: #000000 !important;
}