/* CSS style sheet for LinksToFood.com */

/***************************************/
/* body, links, wrapper, margins       */
/***************************************/

body {
  background-color: #8E4825;
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/background_texture_100_100.jpg);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #632100;
  font-size: 10pt;
  margin: 0;
  padding: 0;
  border: 0;
}

a:link {color: #3C1400; font-weight: bold; text-decoration:none}
a:visited {color: #3C1400; font-weight: bold; text-decoration:none}
a:hover {color: #140063; font-weight: bold; text-decoration:underline}
a:active {color: #0A6300; font-weight: bold; text-decoration:none}

#wrapper {
  background-color: #FFFFFF;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  border: 1px solid green;
  overflow: auto;
}

#bot_margin {
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  float: left
}

#bot_margin_text {
  padding: 2px;
  font-style: italic;
  color: #8E4825;
  font-size: 7pt;
}

/***************************************/
/* banner, menu bar and trailer bar    */
/***************************************/

#banner_wrap {
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/banner2_fill_1_90.jpg);
  width: 100%;
  height: 90px;
}

#banner {
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/banner2_800_90.jpg);
  width: 800px;
  height: 90px;
  float: left;
}
  
#banner_right_fill {
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/banner2_right_fill_800_90.jpg);
  width: auto;
  height: 90px;
}

#menu_bar {
  width: 100%;
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/menu_bar_56_28.jpg);
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 1;
}

#menu_bar_text_wrap {
  width: 100%;
  float: right;
}

#menu_bar_text {
  color: #140063;
  font-size: 10pt;
}

#trailer_bar {
  width: 100%;
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/trailer_bar_56_28.jpg);
  height: 28px;
}

#trailer_bar_text_wrap {
  float: left;
}

#trailer_bar_text {
  color: #140063;
  font-size: 9pt;
}

/***************************************/
/* title, tabs, pages (standard page)  */
/***************************************/

#title_tab_bar {
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/title_fill_1_32.jpg);
  height: 32px;
}
#title_text {
  color: #632100;
  font-size: 10pt;
}

#tab_top {
  height: 4px;
}

#tab_left_sel {
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/tab_left_sel.jpg);
  width: 12px;
  height: 32px;
  float: left;
}

#tab_left_unsel {
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/tab_left_unsel.jpg);
  width: 12px;
  height: 32px;
  float: left;
}

#tab_mid_sel_to_right {
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/tab_mid_sel_to_right.jpg);
  width: 16px;
  height: 32px;
  float: left;
}

#tab_mid_sel_to_left {
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/tab_mid_sel_to_left.jpg);
  width: 16px;
  height: 32px;
  float: left;
}


#tab_mid_unsel {
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/tab_mid_unsel.jpg);
  width: 16px;
  height: 32px;
  float: left;
}

#tab_right_sel {
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/tab_right_sel.jpg);
  width: 7px;
  height: 32px;
  float: left;
}

#tab_right_unsel {
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/tab_right_unsel.jpg);
  width: 7px;
  height: 32px;
  float: left;
}

#tab_body_sel {
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/tab_sel_1_32.jpg);
  height: 32px;
  overflow: hidden;
  float: left;
}

#tab_body_unsel {
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/tab_unsel_1_32.jpg);
  height: 32px;
  background-repeat: repeat-x;
  overflow: hidden;
  float: left;
}

#selected_tab_text {
  color: #63210;
  text-align: center;
  font-size: 9pt;
  line-height: 98%;
}

#unselected_tab_text {
  text-align: center;
  font-size: 8pt;
  line-height: 98%;
}

#page_bar {
  background-image: url(http://www.linkstofood.com/cgi-data/ltf_ro/page_bar_1_24.jpg);
  height: 24px;
}

#page_bar_text {
  color: #63210;
  font-size: 9pt;
}

/***************************************/
/* primary content area                */
/***************************************/

#content {
  text-align: left;
}

#content_text {
  color: #632100;
  font-size: 10pt;
}

#content_intro_text {
  color: #632100;
  font-size: 12pt;
}

#content_tiny_text {
  color: #632100;
  font-size: 8pt;
}

#content_teensy_text {
  color: #632100;
  font-size: 7pt;
}
