

body {
    background-color : #060708;
    background-image : url('../images/bg_bottom.jpg');
    background-position : bottom;
    background-repeat : no-repeat;
    color : #ff6600;
    font-family : arial narrow;
    font-size : 20px;
    font-weight : bold;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


a {
    color : #ff6600;
    text-decoration: none;
  }


a:hover {
    color : white;
  }


table#maintable {
    background-image : url('../images/main_top.jpg');
    background-position : top left;
    background-repeat : no-repeat;
  }


#products {
    text-align : center;
  }


#products tr {
    /*background-image : url('../images/horizontal.jpg');
    background-position : top;
    background-repeat : repeat-x;
    */
  }


#products td {
    background-image : url('../images/vertical.jpg');
    background-position : left;
    background-repeat : repeat-y;
    border-top-color : #ff6600;
    border-top-style : solid;
    border-top-width : 1px;
  }


#phonebox {
    background-image : url('../images/phonebox.gif');
    background-repeat : no-repeat;
    height: 69px;
    width: 316px;
    padding-left : 95px;
  }


#mailbox {
    background-image : url('../images/mailbox.gif');
    background-repeat : no-repeat;
    height : 69px;
    padding-left : 80px;
    width : 316px;
  }


#mailbox a {
    color: #ff6600;
    text-decoration: none;
  }


td#medium_but {
    background-image : url('../images/long_box.gif');
    background-repeat : no-repeat;
    border-bottom-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-top-width : 0px;
    height : 27px;
    text-align : center;
    vertical-align : middle;
    width : 199px;
  }


td#short_but {
    background-image : url('../images/short_box.gif');
    background-repeat : no-repeat;
    border-bottom-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-top-width : 0px;
    height : 26px;
    text-align : center;
    vertical-align : middle;
    width : 139px;
  }


.long {
    color :white;
    background-color : transparent;
    background-image : url('../images/longer_box.gif');
    background-repeat : no-repeat;
    border-bottom-style : none;
    border-collapse : collapse;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    height : 26px;
    padding-left : 10px;
    padding-top : 7px;
    width : 268px;
  }


.short {
    background-color : transparent;
    color :white;
    background-image : url('../images/short_box.gif');
    background-repeat : no-repeat;
    border-bottom-style : none;
    border-collapse : collapse;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    height : 20px;
    padding-left : 10px;
    padding-top : 7px;
    padding-right: 0px;
    padding-bottom: 0px;
    width : 129px;
  }

