/*
           #####################################
           # For: www.vincentandhall.uk        #
           # Last update: 08/04/2007           #
           # Updated by: PH                    #
           #####################################
*/

body { margin:0px; color:#000000; background-color:#FFFFFF; background-image:url(/images/background.jpg); background-repeat:repeat; }

p, input, textarea { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; }

p.home { color:#663300; font-weight:bold; font-size:14px; }

p.subheading, label { color:#663300; font-weight:bold; font-size:12px; }

p.footer { font-size:10px; color:#939393; }

a.footer:link    { font-size:10px; color:#939393; text-decoration:none; }
a.footer:visited { font-size:10px; color:#939393; text-decoration:none; }
a.footer:hover   { font-size:10px; color:#939393; text-decoration:underline; }

td.menu { border-top:1px solid #CC9966; border-bottom:1px solid #CC9966; background-color:#936141; }

/* Table shadows */

table.table-shadows { border-collapse:collapse; margin:auto; padding:0px; }

td.td-shadows-right {
  background-image:url(../images/shadow_right.gif);
  background-position:top left;
  background-repeat:no-repeat;
  width:20px;
  margin:0px;
  padding:0px;
}

td.td-shadows-bottom {
  background-image:url(../images/shadow_bottom.gif);
  background-position:top left;
  background-repeat:no-repeat;
  height:5px;
  margin:0px;
  padding:0px;
}

td.td-shadows-bottomright {
  background-image:url(../images/shadow_bottomright.gif);
  background-position:top left;
  background-repeat:no-repeat;
  width:20px;
  margin:0px;
  padding:0px;
}

td.td-shadows-main {
  margin:0px;
  padding:0px;
}

