body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

p, ul, td, th {
	color: #666666;
}

h1, h2 {
	color: #333;
	line-height: 1;
}
	h1 {
		font-size: 1.4em;
	}
	h2 {
		font-size: 1.2em;
	}

a {
	color: #0074C6;
	font-size: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border-style: none;
}

fieldset label {
  font-size: 0.98em;
}


/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/

#Navigation a,
#Navigation a:visited {
	color: #666666;
	display: block;
	font-size: 0.91em;
	padding: 2px 0 2px 3px;
	text-decoration: none;
}

#Navigation span {
	color: #333;
	font-weight: bold;
	font-size: 0.91em;
	display: block;
	padding: 10px 0 2px 3px;
}

#Navigation span.inactive {
	color: #bbb;
	font-weight: normal;
	font-size: 0.91em;
	display: block;
	padding: 2px 0 2px 3px;
}

#Navigation span.firstInCol {
	padding-top: 2px;
}

#Navigation .lastClick a,
#Navigation a:hover {
	background: #ed1c24;
	color: #ffffff;
}

#Navigation .section a,
#Navigation .current a {
	background: #000;
	color: #fff;
}

div.tooltipWrapper {
	color: #fff;
}

/*--------------------------------------------------------------------------------------------
	Wrapper 
  --------------------------------------------------------------------------------------------*/
 
#Wrapper h2 { font-size: 22px; color: #F2151A; margin-bottom: 15px; }
#Wrapper h3 { font-size: 16px; color: #343434; margin-bottom: 7px; }
#Wrapper p { margin-bottom: 15px; line-height: 1.35em; font-size: 0.99em; }

#Wrapper strong.dark { color: #343434; }
#Wrapper span.red { color: #ED1C24; }

/*--------------------------------------------------------------------------------------------
	Homepage 
  --------------------------------------------------------------------------------------------*/

#HomeColumnLeft h2 { color: #000; }

/*--------------------------------------------------------------------------------------------
	Contact Page 
  --------------------------------------------------------------------------------------------*/

#ContactPage fieldset label { color: #646464; }
#ContactPage fieldset input,
#ContactPage fieldset textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }

p.hoursOfBusiness {
	line-height: 1.5;
}

/*--------------------------------------------------------------------------------------------
	Subscription Page
  --------------------------------------------------------------------------------------------*/

#SubscriptionPage fieldset label { color: #646464; padding-bottom:1px; }
#SubscriptionPage fieldset input,
#SubscriptionPage fieldset textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }

/*--------------------------------------------------------------------------------------------
	Product Page 
  --------------------------------------------------------------------------------------------*/

div#ProductDetail p {
	font-size: 0.9em;
	line-height: 1.4;
	letter-spacing: 0.3px
}

div.productInfo {
	color: #666666;
	font-size: 0.9em;
	padding-bottom: 6px;
	line-height: 1.6;
}

.typography p strong {
	font-size: 1.05em;
	color: #333;
	font-weight: normal;
}

.typography ul {
	margin: 0 0 12px 15px;
	padding: 0;
}

.typography li {
	font-size: 0.87em;
	padding-bottom: 3px;
}

h4.linkHeader {
	font-size: 0.95em;
	color: #333333;
}
