
/****************************************
*  Site specific css definitions
****************************************/

html,
body {
  background-color:#d9ceb7;
  background-image:url(/images/layout/bg_repeat.jpg);
  background-position:top center;
  background-repeat:repeat;
  text-align:center;
}

table.page {
  width:909px;
}

table.v-align-middle td {
  vertical-align:middle;
  padding:8px 0px 8px 0px;
}

td {
  vertical-align:top;
}

td.bg-center {
  background-image:url(/images/layout/bg_header_center.jpg);
  background-repeat:no-repeat;
  background-position:top center;
}

td.column-left {
  background-color:#f2f4e3;
  background-image:url(/images/layout/bg_column_left.gif);
  background-repeat:repeat-x;
  background-position:bottom left;
  border-left:1px solid #a19c8e;
  border-right:1px solid #a19c8e;
}

td.column-left-cart {
  width:280px;
  background-color:#eadab4;
  border-left:1px solid #a19c8e;
  border-right:1px solid #a19c8e;
}

td.column-left-home {
  width:494px;
  background-color:#e5cb97;
  border-left:1px solid #a19c8e;
  border-right:1px solid #a19c8e;
}

td.column-right {
  width:375px;
  background-color:#eadab4;
  border-right:1px solid #a19c8e;
}

td.column-right-cart {
  background-color:#f2f4e3;
  background-image:url(/images/layout/bg_column_left.gif);
  background-repeat:repeat-x;
  background-position:bottom left;
  border-right:1px solid #a19c8e;
}

td.column-right-home {
  background-color:#eadbb4;
  background-image:url(/images/layout/bg_woody_and_captain.gif);
  background-position:bottom right;
  background-repeat:no-repeat;
  border-right:1px solid #a19c8e;
}

td.content-home-promo {
  padding:50px 55px 20px 55px;
}

td.content-left {
  padding:50px 50px 50px 50px;
}

td.content-left-cart {
  padding:50px 20px 20px 20px;
}

td.content-left-home {
  padding:30px 30px 15px 30px;
}

td.content-right {
  padding:30px 33px 30px 33px;
}

td.content-right-cart {
  padding:50px 43px 20px 43px;
}

td.content-right-home {
  padding:30px 30px 75px 30px;
}

td.dotted {
  border-bottom:1px dotted #ddb065;
}

td.filigree-center {
  height:32px;
  border-bottom:5px solid #d9a149;
}

td.footer {
  height:101px;
  background-color:#8d0405;
  background-image:url(/images/layout/bg_footer.gif);
  background-repeat:no-repeat;
  background-position:bottom center;
}

td.header {
  height:140px;
}

td.home-promo {
  height:244px;
  background-color:#f2f3e2;
  background-image:url(/images/layout/bg_home_promo.jpg);
  background-position:bottom left;
  background-repeat:repeat-x;
  border-right:1px solid #a19c8e;
  border-bottom:1px solid #a19c8e;
}

td.home-promo-top {
  padding-top:50px;
}

td.navigation {
  height:64px;
  border-bottom:1px solid #ed1c24;
  vertical-align:bottom;
}

td.products-right-lg {
  width:375px;
  background-color:#e6cb97;
}

td.products-right-sm {
  height:93px;
  background-image:url(/images/layout/bg_products_right_sm.gif);
}

td.shim-bottom-left {
  height:101px;
  background-color:#8d0405;
  background-image:url(/images/layout/bottom_left.gif);
  background-repeat:repeat-x;
  background-position:bottom right;
}

td.shim-bottom-right {
  height:101px;
  background-color:#8d0405;
  background-image:url(/images/layout/bottom_right.gif);
  background-repeat:repeat-x;
  background-position:bottom left;
}

td.shim-filigree-left {
  height:36px;
  background-image:url(/images/layout/filigree_left.gif);
  background-repeat:repeat-x;
  background-position:bottom right;
  border-bottom:5px solid #d9a149;
}

td.shim-filigree-right {
  height:36px;
  background-image:url(/images/layout/filigree_right.gif);
  background-repeat:repeat-x;
  background-position:bottom left;
  border-bottom:5px solid #d9a149;
}

td.shim-header-left {
  height:350px;
  background-image:url(/images/layout/bg_header_left.jpg);
  background-repeat:no-repeat;
  background-position:top right;
}

td.shim-header-right {
  height:350px;
  background-image:url(/images/layout/bg_header_right.jpg);
  background-repeat:no-repeat;
  background-position:top left;
}

td.shim {
  width:50%;
}

img.logo {
  margin:38px 0px 0px 54px;
}

/******************************
  Text Options
*******************************/

p,
li {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:16px;
  color:#000000;
  margin: 0px 0px 7px 0px;
}

p.dotted-line {
  height:5px;
  width:100%;
  line-height:5px;
  background-image:url(/images/layout/dotted_line.gif);
  background-repeat:repeat-x;
  background-position:top left;
  margin:4px 0px 2px 0px;
}

p.nomargin {
  padding:0px;
  margin:0px;
}

p.small {
  font-size:11px;
  line-height:14px;
}

p.super-nav {
  font-size:12px;
  color:#e48f09;
  text-align:right;
  padding:10px 30px 0px 0px;
}

strong.red {
  color:#c2161d;
}

h1 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:36px;
  line-height:40px;
  font-weight:normal;
  color:#c2161d;
  margin:0px 0px 15px 0px;
}

h1.footer {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:21px;
  line-height:24px;
  font-weight:normal;
  color:#eadab4;
  padding:38px 0px 0px 0px;
}

h1.home-promo {
  font-family:Arial, Helvetica, sans-serif;
  font-size:50px;
  line-height:50px;
  font-weight:bold;
  color:#c2161d;
  margin:0px 0px 0px 0px;
}

h2 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:24px;
  line-height:30px;
  font-weight:normal;
  color:#c2161d;
  margin:0px 0px 5px 0px;
}

.white {
  color:#FFFFFF;
}

/*******************************
  Form Options
*******************************/

input.text,
textarea.text,
select.text {
  width:125px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  border:1px solid #A19C8E;
}

input.text-small {
  width:35px;
}

/******************************
  Link Styles
*******************************/
a:link,
a:hover,
a:visited {
  color:#c2161d;
  font-style:normal;
  text-decoration:underline;
  outline:none;
}

a.super-nav:link,
a.super-nav:hover,
a.super-nav:visited {
  text-decoration:none;
}

a.plain:link,
a.plain:hover,
a.plain:visited {
  color:#FFFFFF;
  font-weight:normal;
  text-decoration:none;
}

/****************************************
  CSS definitions requred for FNI Menu
*****************************************/

.fnimenu {
  border:0px;
  margin:0px;
  padding:0px;
  z-index:80;
}

a.fnimenu:link,
a.fnimenu:visited,
a.fnimenu:hover,
a.fnimenu:active {
  display:block;
  text-decoration:none;
  white-space:nowrap;
}

div.fnimenu-top {
  position:relative;
  visibility:visible;
  top:0px;
  left:0px;
}

div.fnimenu-pop {
  position:absolute;
  visibility:hidden;
  top:0px;
  left:0px;
}

div.fnimenu table tr td img {
  border:0px;
  margin:0px;
  padding:0px;
}

/*
 A "Really Ugly Hack" necessary for Internet Explorer
 to allow "block anchor tags" to be fully click-able.
*/
* html body div.fnimenu table tr td a {
  width:100%;
}

/****************************************
  Revised link styles for FNI Menu
*****************************************/

a.topmenuover,
a.topmenuover:hover,
a.topmenuover:link,
a.topmenuover:visited {
  font-family:Arial, Helvetica, sans-serif;
  color:#ffd484;
  font-size:14px;
  font-weight:bold;
  letter-spacing:0px;
  line-height:15px;
  text-align:center;
  font-style:normal;
  margin:0px;
  background-image:url(/images/navigation/bg_nav_off.gif);
  background-position:top center;
  background-repeat:repeat-x;
  padding:11px  7px 10px 7px;
  border-right:1px solid #ed1c24;
}

a.topmenuover:hover {
  color:#F2F4E3;
  background-image:url(/images/navigation/bg_nav_on.gif);
}

