body { 
	padding: 0px;
	margin: 0px;
	background-color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;	
	color: #666666;
}

#headerimagetop {
	background-image: url(../images/misc/headerback.gif);
	background-repeat: no-repeat;
}

h1.hdrproduct {
	font-size: 14px;
	color: #000000;
	font-weight : bold;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 5px;
}

h1.hdrproduct2 {
	font-size: 12px;
	color: #000000;
	font-weight : bold;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	background-color: #FFFF66;
	border: 1px solid #000000;
	width: 580px;
}

/* formats the text and the drop down list in the nav bar  */
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.navfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #f9fed5;
}
/* formats the standard text links through the store */

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0048BF;
	text-decoration: underline;
	font-size: 12px;
	font-weight : bold;
}
a:hover, a:active {
	color: #ED5446;
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
/* formats the check out links in shoppage_header.html */

.navlite a:link, .navlite a:visited {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.navlite a:hover, .navlite a:active {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.navlite { }
/*  formats the navigation links in the nav bar */

.menulite a:link, .menulite a:visited {
	font : 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}

.menulite a:hover, .menulite a:active {
	color: #000000;
	text-decoration: underline;
}
.menulite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* formats the category text links */
.cat
 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9999cc;
}

.cat a:link, .cat a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9999cc;
	text-decoration: none
}

.cat a:hover, .cat a:active {
	color: #ff8700;
	text-decoration: underline
}

/*  can be used for when smaller text is needed */
 .small
 { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px;
 font-weight: normal
 }
.hdrproduct {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	}
.hdrproductwhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.hdrproductblack {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* formats the text fields and submit buttons in the store*/
.txtfield {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: #333333;
	border-style: groove;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

.txtfielddropdown{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal
}

.txtfieldsearch{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	background-color : #77B4EB;
 	border-bottom-width : 0px;
 	border-right-width : 0px;
 	border-left-width : 0px;
 	border-top-width : 0px;
 	border: 1px solid Gray;
 	color: #ffffff
}
.submitbtn{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #f15553;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;

}

/*formats text in boxes with backgrounds other than white*/
.whitemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: normal;
	color: #ffffff;
}

.blackmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: normal;
	color: #000000;
}

/*  formats the  table heaer text in the admin section*/
.whitemenubold {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: bold;
	color: #ffffff;
}

/*   formats the appearance of the mini cart*/
.whiteminiboldsmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: bold;
	color: #ffffff;
	font-size: 10px;
}

.minismall
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: normal;	
	font-size: 10px;
}

/* formats the top selling buy now links */
.topSellingBuy {
    color: #ff9900;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold; 
	}
.topSellingBuy a:active {
	color: #ff9900;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
}
.topSellingBuy a:link {
	color: #ff9900;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
}
.topSellingBuy a:visited {
	color: #ff9900;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.topSellingBuy a:hover {
	color: #6666CC;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

/* formats the top selling buy now links */
.topSelling {}
.topSelling a:active {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.topSelling a:link {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.topSelling a:visited {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.topSelling a:hover {
	color: #ff9900;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

/* formats the feature header text*/
.featurebold{
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 font-weight: bold;
 display: block;
 margin-top: 5px;
 margin-bottom: 0px;
 padding: 0px;	
}

/* formats the top selling buy now links */
.ftrLinks a:link, .ftrLinks a:visited {
	color: #6666CC;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

.ftrLinks a:hover, .ftrLinks a:active {
	color: #ff9900;
	text-decoration: underline;
}

/* formats the price display in the shop */
.price{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
    font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;	
}


.topSellingBuy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #ff9900;
	font-weight: bold;
}

.topSellingBuy a:link, .topSellingBuy a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #ff9900;
	font-weight: bold;
}

.topSellingBuy a:hover, .topSellingBuy a:active  {
	color: #666666;
}
.topSelling {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.topSelling a:link, .topSelling a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.topSelling a:hover, .topSelling a:active {
	color: #ff9900;
}
/*  formats the login links in the header bar */

.loginlink a:link, .loginlink a:visited {
	color: #1763BF;
	text-decoration: underline;
	font-weight: normal;
}

.loginlink a:hover, .loginlink a:active {
	color: Red;
	text-decoration: none;
	font-weight: normal;
}
.loginlink {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

#sideline {
	border-right: 1px solid #000000;
	background-color: #D8E7FE;

}

/* New */
.sidecatnav {
	background-color: #D8E7FE;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.sidecatnav p {
	margin: 0px 0px 1px 0px;
	padding: 0px !important;
	text-align: left;
} 

.sidecatnav a {
	display: block;
	padding: 2px 5px 2px 10px;
	text-decoration: none !important;
	width: 100%; /*IE 5 PC reads this*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 105px; /*IE5Mac IE6 Mozilla Opera read this*/
}

.sidecatnav a:link {
	color: #333333;
}

.sidecatnav a:visited {
	color: #333333;
}

.sidecatnav a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
.sidecatnav a:active {
	color: #000000;
	background-color: #D8E7FE;
}

/* Main Top Side Nav Styles*/

.sidecatnavmain {
	background-color: #ffff66;
	margin: 0px;
	background-image: url(../images/misc/main_nav_back.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.sidecatnavmain p {
	margin: 0px 0px 1px 0px;
	padding: 0px !important;
	text-align: left;
} 

.sidecatnavmain a {
	display: block;
	padding: 2px 5px 2px 10px;
	text-decoration: none !important;
	width: 90%; /*IE 5 PC reads this*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 95px; /*IE5Mac IE6 Mozilla Opera read this*/
}

.sidecatnavmain a:link {
	color: #333333;
}

.sidecatnavmain a:visited {
	color: #333333;
}

.sidecatnavmain a:hover {
	color: #000000;
	background-color: #D8E7FE;
}
.sidecatnavmain a:active {
	color: #000000;
	background-color: #D8E7FE;
}
#contentcell {
	padding-right: 40px;
	padding-left: 30px;
	text-align: left;
}

.sideproductshead {
	background-image: url(../images/misc/backproductsnavhead.gif);
	background-repeat: no-repeat;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffff66;
	text-align: left;
	margin: 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0px 6px 10px; 
	border-bottom: 1px solid #000000;
}

#bottomnavcell {
	background-color: #D8E7FE;
	border-right: 1px solid #000000;

}
.catplacement {
	display: block;
	float: left;
	margin: 10px 10px 10px 10px;
	width: 130px;
	height: 120px;
	text-align: center;
}

.catplacement2 {
	margin: 0 0 15px 0;
}

.categorycontent {
	text-align: left;
	margin-left: 30px;
	margin-right: 40px;
}

.bold {
	font-weight: bold;
}
#phonenumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
}

.frieghtspecial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 1px;
}

.banner {
	background-image: url(../images/misc/very_top_back.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;

}
.banner a:link, .banner a:visited {
	color: #0048BF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.banner a:hover, .banner a:active {
	color: #1A4991;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.featuredtable {
	border: 1px solid #ff0000;
}
#centerhome p {
	margin-right: 8px;
}
ul.specialListMargin {
	margin: 8px 0 8px 18px;
	padding: 0;
}
ul.specialListMargin li {
	margin: 0 0 8px 0;
}