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

html, body {
  font-family:Arial, Helvetica, sans-serif;
  background-image:url(/images/layout/bg_wood.jpg);
  background-repeat:repeat;
  background-position:center top;
  text-align:center;
}

table.page {
  width:891px;
  margin-left:auto;
  margin-right:auto;
}

td {
  vertical-align:top;
}

td.black-line {
  width:7px;
  background-color:#000000;
}

td.buy {
  width:40px;
  padding:0px 0px 2px 0px;
  vertical-align:bottom;
}

td.column-left {
  background-color:#FFFFFF;
  background-image:url(/images/layout/bg_left.jpg);
  background-repeat:repeat-y;
  background-position:left top;
  padding:0px 15px 15px 50px;
}

td.column-right {
  width:492px;
  background-color:#f8e3cf;
  background-image:url(/images/layout/bg_right.jpg);
  background-repeat:repeat-y;
  background-position:right top;
  padding:0px 0px 0px 0px;
}

td.column-right-home {
  padding:0px;
}

td.filler {
  width:50%;
}

td.meat-products {
  width:195px;
  padding:10px 15px 10px 15px;
}

td.contact {
  width:195px;
}

td.meat-products-one {
  width:467px;
  padding:10px 40px 10px 15px;
}

td.specials {
  width:140px;
  padding:15px 5px 10px 10px;
}

td.specials-white { 
  padding: 8px 0px 8px 5px;
}

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

td.vertical-dots {
  width:6px;
  background-image:url(/images/layout/vertical_dots.gif);
  background-position:center top;
  background-repeat:repeat-y;
}

/******************************
  Image Styles
*******************************/

img.inline {
  display:inline;
}

img.title {
  margin: 30px 0px 20px 0px;
}

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

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

ol, ul {
  padding: 0px 10px 6px 10px;
  margin: 0px 10px 6px 10px;
}

li,
p.bullet {
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  line-height:13px;
  color:#000000;
  margin: 0px 0px 4px 0px;
}

p.small {
  font-size:10px;
  line-height:13px;
}

p.promo {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:13px;
  color:#000000;
  margin: 12px 0px 0px 15px;
}

p.nomargin {
  margin:0px;
}

p.orange {
  color:#ac5026;
}

p.product-price,
p.product-weight {
  font-size:10px;
  line-height:13px;
  color:#ac5026;
  margin:0px 0px 5px 0px;
}

p.product-spacer {
  margin-bottom:0px;
}

strong.price {
  font-size:24px;
  line-height:16px;
  color:#701011;
}

h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:16px;
  font-weight:bold;
  color:#701011;
  margin: 15px 0px 8px 0px;
}

h2 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:14px;
  font-weight:bold;
  color:#000000;
  margin: 0px 0px 0px 0px;
}

h3 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:18px;
  font-weight:normal;
  color:#000000;
  margin: 0px 0px 10px 0px;
}

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

input.text,
select {
  height:17px;
  font-size:10px;
  border:1px solid black;
  background-color:#FFFFFF;
  padding:0px 0px 0px 3px;
  margin:0px;
}

select {
  margin-bottom:8px;
}

select.product-tan {
  width:150px;
}

select.product-white {
  width:265px;
}

/******************************
  Link Styles
*******************************/

a {
  color:#ac5026;
  text-decoration:underline;
}

a.plain:link,
a.plain:hover,
a.plain:visited {
  text-decoration:none;
  color:#000000;
}

a.red:link,
a.red:hover,
a.red:visited {
  color:#701011;
  text-decoration:none;
}