body {
	scrollbar-face-color:#FFFFFF; 
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#666666;
	scrollbar-track-color:#666666;
	scrollbar-arrow-color:#666666;
	background-color: #FFFFFF;
	margin: 0px;
	}

form {
	margin: 0px;
	}

ul {
	list-style-image: url(../images/interior/bullet.gif);
	}

/* Main Body Text */

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	}

/* Main Link Styles */

a:link {
	color: #666666;
	text-decoration: underline;
	}
	a:hover {
		color: #000000;
		text-decoration: underline;
		}
	a:active {
		color: #666666;
		text-decoration: underline;
		}
	a:visited {
		color: #666666;
		text-decoration: underline;
		}
	a:visited:hover {
		color: #000000;
		text-decoration: underline;
		}
		
.whitelink {
	font-size: x-small;
	color: #FFFFFF;
	}
	a.whitelink:link {
		color: #FFFFFF;
		text-decoration: underline;
		}
	a.whitelink:hover {
		color: #FFFFFF;
		text-decoration: underline;
		}
	a.white:active {
		color: #FFFFFF;
		text-decoration: underline;
		}
	a.whitelink:visited {
		color: #FFFFFF;
		text-decoration: underline;
		}
	a.whitelink:visited:hover {
		color: #FFFFFF;
		text-decoration: underline;
		}

/* --------CUSTOM TEXT--------- */

/* - footer - */
.footer {
	font-size: xx-small;
	color: #666666;
	}

	a.footer:link {
		color: #666666;
		text-decoration: underline;
		}
	a.footer:hover {
		color: #000000;
		text-decoration: underline;
		}
	a.footer:active {
		color: #666666;
		text-decoration: underline;
		}
	a.footer:visited {
		color: #666666;
		text-decoration: underline;
		}
	a.footer:visited:hover {
		color: #000000;
		text-decoration: underline;
		}

/* - forms - */

.forms {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	width: 200px;
	}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990000;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	}.repeat {
	background-image: url(../images/interior/repeat.gif);
	background-repeat: repeat-y;
}
.producttitle {
	color: #FFFFFF;
	background-color: #CC9933;
	font-weight: bold;
}
.frozen {
	background-image: url(../images/content/search/frozenfoodmontage.jpg);
	background-repeat: no-repeat;
}

/* - Extra FX - */
.transw {
  border:solid 1px #555;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/bg.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.transw[class] {  
	background-image:url(../images/bg.png);
}

.transy {
  border:solid 1px #555;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/bgy.png');
}
.transy[class] { 
	background-image:url(../images/bgy.png); 
}
.repeathorizontal {
	background-repeat: repeat-x;
}
.repeatvertical {
	background-repeat: repeat-y;
}
.callout {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #993300;
}
