/*   ______________________________________________________________________________________________________
    |
    |  Web Design Details for the Chris Hammond Carpets And Flooring Website
    |  ---------------------------------------------------------------------
    |  Style Name:                Hammond.css
    |  Website:                   www.ChrisHammondCarpets.co.uk
    |  Website Designed By:       Web Design Builders
    |  Website Hosted By:         Web Design Builders
    |  Web Design Builders URL:   http://www.Web-Design-Builders.com
    |  Last Updated:              26th January 2010
    |  Copyright Notice:          Copyright ©2010 Chris Hammond Carpets And Flooring   All Rights Reserved
    |______________________________________________________________________________________________________
 */

body {background-color: #FFFFFF}     /* page background colour = white */

/* PAGE TEXT SECTION: color #000000 = black text */
.body         {font-family: Verdana, Arial; font-size: 14px; color: #000000; font-weight: normal; text-align: left}         /* black */
.body_bold    {font-family: Verdana, Arial; font-size: 14px; color: #000000; font-weight: bold;   text-align: left}         /* black */
.body_bold_center {font-family: Verdana, Arial; font-size: 14px; color: #000000; font-weight: bold; text-align: center}     /* black */
.body_bold_center15 {font-family: Verdana, Arial; font-size: 15px; color: #000000; font-weight: bold; text-align: center}   /* black */
.body_center  {font-family: Verdana, Arial; font-size: 14px; color: #000000; font-weight: normal; text-align: center}       /* black */
.body_small   {font-family: Verdana, Arial; font-size: 12px; color: #000000; font-weight: normal; text-align: left}         /* black */
.body_small_red_bold {font-family:Verdana,Arial; font-size:12px; color:#FF0000; font-weight:bold; text-align:left}            /* red */
.headings     {font-family: Verdana, Arial; font-size: 14px; color: #000000; font-weight: bold;   text-align: left}         /* black */
.headings_red {font-family: Verdana, Arial; font-size: 14px; color: #FF0000; font-weight: bold;   text-align: left}           /* red */
.Logo         {font-family: Verdana, Arial; font-size: 24px; color: #000000; font-weight: bold;   text-align: center}       /* black */
.nav_heading  {border: #555555 1px solid}
.navigation   {border: #C1CDC1 1px solid}
.PageHeading  {font-family: Verdana, Arial; font-size: 20px; color: #000000; font-weight: bold;   text-align: center}       /* black */
.rights       {font-family: Verdana, Arial; font-size:  9px; color: #000000; font-weight: normal; font-style:normal; text-align:center}
.WDBBlack     {font-family: Verdana, Arial; font-size: 11px; color: #000000; font-weight: bold; font-style: normal}         /* black */
.WDBBlue      {font-family: Verdana, Arial; font-size: 11px; color: #0000FF; font-weight: bold; font-style: normal}    /* royal blue */
.WDBGreen     {font-family: Verdana, Arial; font-size: 11px; color: #006600; font-weight: bold; font-style: normal}    /* dark green */
.WDBRed       {font-family: Verdana, Arial; font-size: 11px; color: #FF0000; font-weight: bold; font-style: normal}           /* red */
.WDBBlue14    {font-family: Verdana, Arial; font-size: 14px; color: #0000FF; font-weight: bold; font-style: normal}    /* royal blue */
.WDBGreen14   {font-family: Verdana, Arial; font-size: 14px; color: #006600; font-weight: bold; font-style: normal}    /* dark green */
.WDBRed14     {font-family: Verdana, Arial; font-size: 14px; color: #FF0000; font-weight: bold; font-style: normal}           /* red */

/* LINKS SECTION */
a:hover   {font-family: Verdana, Arial; font-size: 14px; color: #000000; background-color: #FFFFFF} /* link text displayed when hovering over a link:  black (000000) text on a white (FFFFFF) bg  */
a:link    {font-family: Verdana, Arial; font-size: 14px; color: #000000; text-decoration: none}   /* link text normal colour = black */
a:active  {font-family: Verdana, Arial; font-size: 14px; color: #000000; text-decoration: none}         /* not sure what this is for */
a:visited {font-family: Verdana, Arial; font-size: 14px; color: #000000; text-decoration: none}   /* link text normal colour = black */

a.nav-choices, a.nav-choices:visited {font-size: 11px; color: #FFFFFF}             /* top left link box text colour = white #FFFFFF  */

a.nav-choices:hover {font-size: 11px; color: #000000}                                                 /* text colour = black #000000 */
