/*
Herron Partners
Author: Chris Duncan

---------------------------------------------------------*/

/*
@General
---------------------------------------------------------*/
body {
	background-image: url(../HPbackground.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	/* Formerly style1 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	//font-weight: lighter;
}

/* All Links */
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #8EBB3F;
}

a:active {
	text-decoration: none;
}

.style9 {color: #feae35
}

a:link {
	text-decoration: none;
	color: #666666;
}

/*
@Navigation
---------------------------------------------------------*/
/* Products Navigation LoVe HAte */
a.nav-products:link, 
a.nav-products:visited {
	color: #666;
	text-decoration: none;
	font-weight: lighter;
}

a.nav-products:hover {
	color: #8ebb3f;
	text-decoration: underline;
	font-weight: lighter;
}

a.nav-products:active {
	color: #666;
	text-decoration: none;
	font-weight: lighter;
}

/* Company Navigation LoVe HAte */
a.nav-company:link, 
a.nav-company:visited {
	color: #feae35;
	text-decoration: none;
	font-weight: lighter;
}

a.nav-company:hover {
	color: #8ebb3f;
	text-decoration: underline;
	font-weight: lighter;
}

a.nav-company:active {
	color: #feae35;
	text-decoration: none;
	font-weight: lighter;
}

/*
@Custom
---------------------------------------------------------*/

