body {
	font-family: verdana, arial, helvetica, geneva, verdana;
	font-size: 70%;
	color: #000000;
	margin: 0 0 0 0;
}

td {
	font-family: verdana, arial, helvetica, geneva, verdana;
	font-size: 70%;
	color: #000000;
}

a {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}
a:hover {text-decoration: none;}

.nv {
	font-size: 10px;
	font-family: verdana;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

	
}

hr {
	width: 100%;
	color: green;
	margin: 0 0 0 0;
}

.trolleyValue {
	font-family: arial, helvetica, geneva, verdana;
	font-size: 80%;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.hdrWhiteOnRed {
	font-family: verdana, arial, helvetica, geneva, verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
.hdrWhiteOnRedTBL {
	font-family: verdana, arial, helvetica, geneva, verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

a.hdrWhiteOnRed {text-decoration: underline;}
a.hdrWhiteOnRed:hover {text-decoration: none;}

.hdrRedOnWhite {
	font-family: verdana, arial, helvetica, geneva, verdana;
	font-size: 70%;
	font-weight: bold;
	color: #143EDB;
}

.hdrRedOnYellow {
	font-family: verdana, arial, helvetica, geneva, verdana;
	font-size: 10px;
	font-weight: bold;
	color: #143EDB;
	background-color: #FDFC51;
	text-decoration: none;
}
a.hdrRedOnYellow {text-decoration: none;}
a.hdrRedOnYellow:hover {text-decoration: underline;}
a.redOnWhiteOrderNow {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 2px;
	font-family: arial;
	font-style: italic;
}

.smlTxt {
	font-family: verdana, arial, helvetica, geneva, verdana;
	font-size: 70%;
}

.littleNote {
	font-family: arial, helvetica, geneva, verdana;
	font-size: 80%;
	text-align: center;
}

.hmTitle {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: red;
}

.hmDesc {
	font-family: arial, helvetica;
	font-size: 11px;
	color: black;
}

.special_title {
	color: #000000;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
.special_price {
	color: #000000;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}
.special_price_small {
	color: #000000;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
}
.special_txt {
	color: #000000;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.large {
  font-size: 50px;
}

        /*  Horizontal navbar */

#navbar {
        margin: 0;
        padding: 0;
        }

#navbar ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        border: 0;
        text-align: center;
        clear: left;
        }

#navbar ul li {
        display: block;
        padding: 0;
        margin: 0;
        float: left;
        text-align: center;
        }
#navbar ul li a {
        background: red;
        width: 80px;
        height: 2em;
        border-top: 2px solid red;
        border-left: none;
        border-bottom: none;
        border-right: none;
        padding: 0px 0px 0px 0px;
        margin: 0 0 0 0;
        color: white;
        text-decoration: none;
        display: block;
        text-align: center;
		font-family: Verdana;
        font-weight: normal;
        letter-spacing: 0px;
        line-height: 2em;
        font-size: 11px;
        voice-family: "\"}\"";
        voice-family: inherit;
        font-size:   10px;
        }

html>#navbar ul li a  {
        font-size: 10px;
		
        }


#navbar ul li a:hover {
        color: red;
        background: white;
		
        }

#navbar a:active        {
        background: white;
        color: red;
        }

#navbar td a {
  text-decoration:none;
 
}    		

body#sectionone #navbar li#one a,
body#sectiontwo #navbar li#two a,
body#sectionthree #navbar li#three a,
body#sectionfour #navbar li#four a,
body#sectionfive #navbar li#five a {
        background: white;
        border: 0;
        color: red;
        font-weight: bold;
        }



