/* CSS External Code */
.title {
	font-size: 16pt; font-style: italic; font-weight: bold; color: blue;
}
/* BEGIN LOCATION CODE */
div.phone {
	font-size: 13pt; font-weight: bold; color: #DDDDCC;
}
div.locate {
	font-size: 13pt; color: white; font-weight: bold;
}
div.email {
	font-size 13pt; font-weight: bold; color: white;
}
a.locate:link { text-decoration: none; }
a.locate:hover { text-decoration: none; }
a.locate:active { text-decoration: none; }
a.locate:visited { text-decoration: none; }
a.locate:link div{
	text-decoration:none; width: 100%;
}
a.locate:hover div{
	background-color: #FFCC00; width: 100%;
}
a.locate:active div{
	background-color: #FF9900; text-decoration: none
}
a.locate:visited div{
	text-decoration: none; width: 100%;
}
/* END LOCATION CODE */
/* BEGIN NAV_BAR CODE */
ul.nav {
	
	font: italic normal 13pt/normal Verdana;
	text-decoration: none;
	list-style-image: url(images/list closed.bmp);
}
ul.nav2 {
	font: italic normal 13pt/normal Verdana;
	text-decoration: none;
	list-style-image: url(images/product list.bmp);
}
li.navpro {
	font: italic normal 13pt/normal Verdana;
	text-decoration: none;
	list-style-image: url(images/list open.bmp);
}
a:link.nav {
	color: white; text-decoration: none;
}
a:visited.nav {
	color: #CCC; text-decoration: none;
}
a:hover.nav {
	color: #FFFF99; text-decoration: underline;
}
a:active.nav {
	color: #999000; text-decoration: underline;
}
/* END NAV_BAR CODE */
/* BEGIN MAIN CODE */
.info {
	font: normal normal normal 13pt/normal "Times New Roman", "Arial", Default;
	background-color: white;
}
/* END MAIN CODE */
