* {
    outline: none;
}

p a, a.nav  {
    text-decoration: none;
    color: #e22029;
    border-bottom: #c6d0d5 solid 1px;
}

p a:hover, a.nav:hover {
    border-bottom: #e22029 solid 1px;
}

a img {
    border: 0px;
}

p.bold {
    font-weight: bold;
}

body {
    margin: 0px;
    background: #fff url('../gfx/bodyBg.gif') top repeat-x;
    font: normal 0.69em Tahoma, Verdana, Arial, sans-serif;
    color: #676e78;
}

div#bodyLeft {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 466px;
    background: #fff url('../gfx/bodyLeftBg.jpg') top left no-repeat;
}

div#bodyRight {
    position: absolute;
    top: 0px;
    left: 879px;
    width: 9px;
    height: 315px;
    background: url('../gfx/bodyRightBg.jpg') top left no-repeat;
}

div#mainContainer {
    float: left;
    margin: 0px 9px 0px 120px;
    padding: 0px;
    width: 759px;
    background: #fff url('../gfx/mainContainerBg.jpg') top left no-repeat;
}

div#headerLinks {
    height: 26px;
    font-size: 0.91em;
    text-align: right;
    line-height: 26px;
    color: #a6afbf;
}

div#top {
    position: relative;
    height: 167px;
    width: 759px;
}

div#headerLinks a {
    font-weight: bold;
    color: #fff;
}

div#headerLinks a.site {
    float: left;
    margin: 3px 0px 0px 2px;
    width: 142px;
    height: 19px;
    background: url('../gfx/siteLinkBg.gif') center no-repeat;
    text-align: center;
    text-transform: uppercase;
    line-height: 19px;
    color: #a6afbf;
}

div#top h1 {
    position: absolute;
    top: 45px;
    left: 18px;
    width: 248px;
    height: 60px;
}

div#top h1 a {
    display: block;
    height: 100%;
    width: 100%;
}

div#top h1 a span {
    display: none;
}

ul#mainMenu {
    position: absolute;
    margin: 0px;
    padding: 0px;
    right: 25px;
    bottom: 26px;
    list-style: none;
}

ul#mainMenu li {
    float: left;
}

ul#mainMenu a {
    display: block;
    height: 41px;
}

ul#mainMenu a span {
    display: none;
}

ul#mainMenu a.home {
    width: 110px;
    background: url('../gfx/mainMenu-home.gif') center no-repeat;
}

ul#mainMenu a.trailers {
    width: 112px;
    background: url('../gfx/mainMenu-trailers.gif') center no-repeat;
}

ul#mainMenu a.contact {
    width: 88px;
    background: url('../gfx/mainMenu-contact.gif') center no-repeat;
}

div#content {
    width: 100%;
}

div#content div.sidebar {
    float: left;
    margin: 20px 0px 0px 28px;
    width: 184px;
    text-align: justify;
}

div#gallery {
    position: relative;
    float: right;
    margin: 11px 21px 0px 25px;
    padding: 18px 0px 0px 25px;
    width: 475px;
    background: url('../gfx/galleryBoxBg.gif') center repeat-y;
}

div#gallery div.topBg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 500px;
    height: 8px;
    background: url('../gfx/galleryBoxTopBg.gif') top left no-repeat;
}

div#gallery div.bottomBg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 500px;
    height: 9px;
    background: url('../gfx/galleryBoxBottomBg.gif') top left no-repeat;
}

div.box {
    float: left;
    margin: 0px 18px 10px 0px;
    padding: 6px;
    width: 204px;
    height: 156px;
    background: url('../gfx/galleryItemBg.gif') center no-repeat;
}

div.box a.name {
    float: left;
    height: 18px;
    padding-left: 18px;
    background: url('../gfx/galleryItemArrow.png') left center no-repeat;
    color: #555e6d;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
}

div.box a.name:hover {
    text-decoration: underline;
}

div.box div.price {
    float: right;
    color: #e22029;
    font-weight: bold;
    font-size: 1.09em;text-align:center;
}
div.box div.price span
{
  font-size:0.82em;
  font-weight:normal;
  
}
div#footer {
    float: left;
    margin: 36px 0px 20px 0px;
    width: 761px;
    height: 77px;
    background: url('../gfx/footerBg.gif') center no-repeat;
}

div#footer a, div#footer div {
    float: left;
}

div#footer a.logo {
    margin: 8px 0px 0px 8px;
}

div#footer div.phones, div#footer div.addresses, div#footer a.formLink {
    margin: 20px 0px 0px 25px;
}

div.trailerSidebar {
    float: left;
    margin: 30px 0px 0px 30px;
    text-align: justify;
    width: 200px;
}

div#trailer {
    position: relative;
    float: right;
    margin: 30px 30px 25px 0px;
    padding: 20px 40px 30px 35px;
    width: 391px;
    background: url('../gfx/trailerBg.gif') repeat-y;
}

div#trailer div.topBg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 466px;
    height: 10px;
    background: url('../gfx/trailerTopBg.gif') top left no-repeat;
}

div#trailer div.bottomBg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 466px;
    height: 13px;
    background: url('../gfx/trailerBottomBg.gif') top left no-repeat;
}

div#trailer h2 {
    margin: 0px 0px 25px 0px;
    padding-left: 30px;
    background: url('../gfx/galleryItemArrow.png') left center no-repeat;
    color: #555e6d;
    font-size: 1.27em;
}

div#trailer div.dimensions {
    float: left;
    margin: 3px 0px 25px 0px;
    width: 70%;
}

div#trailer div.price {
    float: right;
    margin-bottom: 25px;
    width: 30%;
    font-size: 1.45em;
    font-weight: bold;
    text-align: center;
    color: #e22029;
}

div#trailer div.price strong {
    color: #676e78;
    font-size: 0.69em;
}
div#trailer div.price span{
    font-size: 0.69em;
    font-weight:normal;    
}

div#trailer div.contactUs {
    position: relative;
    width: 243px;
    height: 102px;
    margin-top: 30px;
    padding: 20px 20px 10px 120px;
    background: url('../gfx/contactUsBoxBg.jpg') no-repeat;
}

div#trailer div.contactUs a.button {
    position: absolute;
    bottom: 10px;
    right: 13px;
    width: 99px;
    height: 33px;
    background: url('../gfx/contactUsLink.gif') no-repeat;
}

a.previous {
    float: left;
    margin-left: 265px;
    padding-left: 25px;
    background: url('../gfx/galleryItemArrowBack.png') left center no-repeat;
    line-height: 18px;
}

a.next {
    float: right;
    margin-right: 30px;
    padding-right: 25px;
    background: url('../gfx/galleryItemArrow.png') right center no-repeat;
    line-height: 18px;
}

form#contactForm {
    position: relative;
    margin: 25px 30px 20px 28px;
    padding: 15px 15px 30px 22px;
    width: 665px;
    background: url('../gfx/contactFormBg.gif') repeat-y;
    overflow: auto;
}

form#contactForm div.topBg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 702px;
    height: 9px;
    background: url('../gfx/contactFormTopBg.gif') top left no-repeat;
}

form#contactForm div.bottomBg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 702px;
    height: 13px;
    background: url('../gfx/contactFormBottomBg.gif') top left no-repeat;
}

form#contactForm div#mapInfo {
    float: right;
    width: 293px;
    height: 359px;
    padding: 7px 8px 0px 11px;
    border: #e4e8ea solid 1px;
    background-color: #f8f9fa;
    color: #979da6;
}

div#mapInfo strong {
    color: #555e6d;
}

div#map, div#map div#googleMap {
    width: 279px;
    height: 171px;
}

div#map {
    margin-bottom: 20px;
    padding: 6px 8px 8px 6px;
    background: url('../gfx/googleMapBg.gif') center no-repeat;
}

form#contactForm fieldset {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 330px;
    border: none;
}

form#contactForm fieldset.content {
    position: relative;
    width: 660px;
}

form#contactForm h2 {
    float: left;
    margin: 0px;
    padding: 0px 0px 10px 30px;
    font-size: 1.09em;
    color: #555e6d;
    background: url('../gfx/galleryItemArrow.png') 0px 2px no-repeat;
}

form#contactForm h2 span {
    font-size: 0.92em;
    font-weight: normal;
    color: #979da6;
}

form#contactForm img.logo {
    margin: 10px 100px 20px 30px;
}

form#contactForm div.addresses {
    float: left;
    margin: 0px 0px 50px 30px;
}

form#contactForm div.phones {
    float: right;
    margin-bottom: 50px;
}

form#contactForm label {
    float: left;
    margin-left: 30px;
    font-weight: bold;
    clear: left;
}

form#contactForm input, form#contactForm textarea {
    float: left;
    margin: 3px 0px 10px 0px;
    padding: 3px;
    width: 280px;
    height: 16px;
    border: #ebf0f2 solid 1px;
    clear: left;
    color: #676e78;
}

form#contactForm textarea {
    width: 500px;
    height: 160px;
}

form#contactForm input.submit {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 108px;
    height: 33px;
    bottom: 10px;
    right: 0px;
    border: none;
    background: url('../gfx/sendMessageButton.gif') no-repeat;
}
#trailer ul
{
clear:both;
list-style-position:inside;

}