BODY { font-family: Arial; }
a:link, a:visited {
  border-style:none;
}

#right_menu {
    list-style: none;
    position: absolute;
    left: 780px;
    top: 0px;
}
#right_menu li {
    /* float:center; */
    position:relative;
}
#right_menu img {
    border-style: none;
}


/*--- id=main_menu ---*/
#main_menu{
        left: -25px;
        top: 210px;
        list-style:none;
        font-weight:bold;
        /* margin-bottom:10px; */
        /* Clear floats */
        float:right; 
        width:100%;
        position:absolute;
        z-index:6;
}
#main_menu li{
        float:left;
        margin-right:10px;
        position:relative;
}

#main_menu a{
        display:block;
        color:#000000;
        padding: 5px; 
        text-decoration:none;
}
#main_menu a:hover{
        color:#000000;
        background:#cccccc; 
        /* text-decoration:underline; */
}
#main_menu  td{text-align:center;}
DIV.content {
       top: 55px;
       width: 1050px;
       position:relative;
}

#three_pic {
        list-style:none;
        font-weight:bold;
        /* margin-bottom:10px; */
        /* Clear floats */
        float:right; 
        width:100%;
}
#three_pic li{
        float:left;
        margin-right:10px;
}
#three_pic img{
        height:230px;
}

DIV.fixture_search{
     z-index:5;
     position:relative;
     float: left;
}

DIV.fixture_search ul {
     list-style: none;
     padding:30px;
}
DIV.fixture_search li {
     z-index:5;
    padding:15px;
}

DIV.new_products {
   top: 500px;
   left: 400px;
   position: absolute;
}

DIV.new_products img{
   height: 175px;
   border-style: none;
}

DIV.new_products table{
  border-style:inset;
  border-width:1px;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 20pt;
}

DIV.trailer {
  background:#50A2C3;
  top: 550px;
  left: 0px;
  width: 100%;
  position: relative;
  padding: 20px 40px 30px 40px ;
  list-style:none;
  margin: 0 auto;
  vertical-align:top;
}

#trailer {
   position: absolute;
   top: 0px;
   width: 100%;
   left:0px;
   list-style:none;
}

#trailer li {
        float:left;
        padding: 0px 15px 0px 15px;
        background:#50A2C3;
        position:relative;
}

#promo {
  position: absolute;
  top: 300px;
  left: 1100px;
    border-style:inset;
    border-width:3px;
  text-align:center;
}

#promo ul { 
    list-style: none;
    width: 300px;
}

#promo li {
   float:left;
}


