body   {
	margin: 0;
	border: 0;
	color: black;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	}

a:link {
	color: #D5472B;
	text-decoration: none;
	}

a:visited {
	color: #D5472B;
	text-decoration: none;
	}

a:hover  {
	color: #D5472B;
	text-decoration: underline;
	}

a:active {
	color: #D5472B;
	text-decoration: none;
	}


/* NAVBAR */

#navbar {
    height: 40px;
    margin: 0;
    padding: 0 0 0 25px;
    background-image: url(../images/layout/navbar.png);
    }

#navbar li {
    padding: 7px 0 0 25px;
    float: left;
    list-style: none;
    }

#navbar a {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    padding: 0 17px;
    float: left;
    color: #FFFFFF;
    text-decoration: none;
    }

#navbar a:hover  {
	color: #D5472B;
	text-decoration: none;
	}

#navbar a.on,
#navbar a.on:hover {
    color: #D5472B;
    }


/* SHOP INFO BOX */

#shopbox {
    font-size: 14px;
    color: #FFFFFF;
    padding: 15px 15px 0 15px;
    }

#shopbox a {
    color: #FFFFFF;
    text-decoration: none;
    }

#shopbox a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	}


/* STRAPLINE TEXT */

.strapline_top {
	font-size: 10px;
	color: #888;
	}


/* PAGE HEADER TEXT */

#headertext {
    font-size: 22px;
    font-weight: bold;
    color: #575757;
    padding: 0 0 5px 0;
    }

#headerlinks {
    font-size: 13px;
    color: #000000;
    padding: 0 0 5px 0;
    }

#headerlinks a {
    color: #D5472B;
    padding: 0 0 0 15px;
    font-weight: bold;
    text-decoration: none;
    }

#headerlinks a:hover  {
	color: #D5472B;
	text-decoration: underline;
	}


/* MAIN GRAPHIC HEADING TEXT */

#headingtitle {
    font-size: 28px;
    font-weight: bold;
    color: #2B2B2B;
    }

#headingtext {
    font-size: 16px;
    color: #777777;
    }


/* LINED BOX TEXT */

#linedboxheader {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    }

#linedbox {
    font-size: 14px;
    color: #666666;
    padding: 0 10px 0 10px;
    }

#linedbox a {
    font-size: 13px;
    font-weight: bold;
    color: #D5472B;
    text-decoration: none;
    }

#linedbox a:hover  {
	color: #D5472B;
	text-decoration: underline;
	}


/* 404 PAGE TEXT */

#pagetext404 {
    font-size: 14px;
    color: #666666;
    }

#pagetext404 a {
    color: #666666;
    text-decoration: none;
    }

#pagetext404 a:hover {
    color: #666666;
    text-decoration: underline;
    }

#texttitle404 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}

#texttitle404 a {
	font-weight: bold;
	color: #000000;
    text-decoration: none;
	}

#texttitle404 a:hover {
	font-weight: bold;
	color: #000000;
    text-decoration: underline;
	}


/* PAGE TEXT */

#pagetexttitle {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}

#pagetexttitlered {
	font-size: 16px;
	font-weight: bold;
	color: #D5472B;
	}

#pagetext {
    font-size: 14px;
    color: #666666;
    padding: 0 10px 0 10px;
    }

#pagetext a {
    font-size: 13px;
    font-weight: bold;
    color: #D5472B;
    text-decoration: none;
    }

#pagetext a:hover  {
	color: #D5472B;
	text-decoration: underline;
	}

#supboxtext {
    font-family: "Lucida Grande", Helvetica, Verdana, Arial, Sans-Serif;
    font-size: 12px;
	color: #373737;
    padding: 0;
    }

#cpagetexttitle {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}

#cpagetext {
    font-size: 18px;
    color: #666666;
    padding: 0 10px 0 10px;
    }

#pagetextcontact {
    font-family: "Lucida Grande", Helvetica, Verdana, Arial, Sans-Serif;
    font-size: 12px;
	color: #666666;
	line-height: 20px;
	font-weight: normal;
    }

#pagetexttitlecontact, #pagetexttitlecontact a:link, #pagetexttitlecontact a:visited, #pagetexttitlecontact a:hover {
    font-family: "Lucida Grande", Helvetica, Verdana, Arial, Sans-Serif;
    font-size: 18px;
	color: #373737;
	line-height: 20px;
	font-weight: bold;
    }


/* COPYRIGHT */

#copyright {
    font-size: 12px;
    color: #666666;
    padding: 0 10px 0 10px;
    }

#copyright a {
    color: #666666;
    text-decoration: none;
    }

#copyright a:hover  {
	color: #D5472B;
	text-decoration: none;
	}