/* body & font defaults */
/* -------------------- */
body { font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; background: #ffffff; 
       margin: 0px; border: 0px; color: #666666; font-size: 15px; }
td   { font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; }

/* top bar style */
/* ------------- */
#top { position: absolute; top: 0px; left: 0px; }
table.top { height: 100px; width: 100%; background-image: url(images/top_bg.jpg); }
tr.top { height: 100px; }
td.top { height: 100px; border-bottom: 1px solid #000000; }
td.topleft { height: 100px; width: 180px; }
td.topright { height: 100px; width: 265px; border-bottom: 1px solid #000000; }
img.logo { height: 100px; width: 154px; border: 0px; }
img.topright { border: 0px; width: 265px: height: 100px; }

/* menu bar style */
/* -------------- */
#menutop { position: absolute; top: 100px; left: 0px; width: 180px; height: 12px; 
           background-image: url(images/menu_top.jpg); background-repeat: no-repeat; }
#menu { position: absolute; top: 112px; left: 0px; }
table.menu { background: #ffabff; width: 173px; }
td.menu { border-right: 1px solid #000000; width: 173px; height: 25px; text-align: center; }
img.menubot { width: 173px; height: 22px; border: 0px; }
img.menu { border: 0px; height: 25px; width: 150px; }

/* main display are style */
/* ---------------------- */
#main { position: absolute; top: 110px; left: 181px; padding: 23px; }
img.landscape { width: 348px; height: 231px; border-left: 15px solid #ffffff; }
img.portrait { width: 203px; height: 298px; border-left: 15px solid #ffffff; }

/* fee display table */
/* ----------------- */
table.fee { border-top: 1px solid #ef99ef; border-left: 1px solid #ef99ef; }
tr.feehdr { background-image: url(images/top_bg.jpg);  }
th.feeth  { padding: 6px; border-right: 1px solid #ef99ef; border-bottom: 1px solid #ef99ef; }
td.feetd  { border-right: 1px solid #ef99ef; border-bottom: 1px solid #ef99ef; padding: 4px; }

/* trailer links */
/* ------------- */
#bottom { width: 100%; background-image: url(images/top_bg.jpg); border: 1px solid #ffabff; 
          padding: 3px; text-align: center; }

/* general tags */
/* ------------ */
h2 { font-size: 20px; font-weight: normal; font-style: italic; color: #000000; }   
a { color: #cc99cc; text-decoration: none; }
a:hover { color: #9999ff; text-decoration: none; }
strong { font-size: 20px; color: #ef99ef; font-style: italic; font-weight: normal; }   
small { font-size: 10px; }
textarea { font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; color: #666666;
           font-size: 15px; }
