body
{
	margin: 0px;
	background-color: #fff;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
}

td
{
	color: #000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

.hfiller { background-image: url(../images/background_horiz.gif); }

img { border-color: #000000}

h1
{
	color: #ed1b2e;
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h2
{
	color: #111111;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a
{
	color: #001f9f;
	text-decoration: underline;
}

a:hover
{
	color: #fff;
	background-color: #ed1b2e;
	text-decoration: none;
}

a:active
{
	color: #fff;
	background-color: #ed1b2e;
	text-decoration: none;
}

/* classes */

.logo { background:none; }
.logo:link { background:none; }
.logo:active { background:none; }
.logo:hover { background:none; }
.logo:visited { background:none; }

.footer
{
font-size:10px;
text-align: center;
}

.textbody
{
	text-align: center;
	padding: 5px;
}

.textleft
{
	text-align: left;
	padding: 5px;
}

ul { list-style-type: square; }
li { list-style-type: square; }

.num
{
	color: #000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	list-style-type: decimal;
}

.alpha
{
	color: #000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	list-style-type: lower-alpha;
}

.red { color: #ed1b2e; }

.caption
{
	color: #ffffff;
	background-color:#000000;
	padding: 2px;
}

/* header elements */

#tootieman
{
	position:absolute;
	left: 29px;
	top: 19px;
}

#flydor
{
	position:absolute;
	left: 94px;
	top: 14px;
}

#contactinfo
{
	position:absolute;
	left: 469px;
	top: 23px;
}

#insectscreening
{
	position:absolute;
	left: 29px;
	top: 93px;
}

/* dropdown menus */

#menu_domestic
{
	position:absolute;
	left: 90px;
	top: 144px;
	visibility: hidden;
	background: #001F9F;
}

#menu_commercial
{
	position:absolute;
	left: 237px;
	top: 144px;
	visibility: hidden;
	background: #001F9F;
}

#menu_shop
{
	position:absolute;
	left: 528px;
	top: 144px;
	visibility: hidden;
	background: #001F9F;
}

/* hygiene specials */

.hygiene
{
	border: 1px solid #001F9F;
	background: #CDE5F8;
	color: #000;
	padding: 8px;
}

.foodquote
{
	font-weight:bold;
	color: #001f9f;
}