/* This style sheet defines the styles used by all pages of the*/
/* Thermall Heating & Cooling Web site.*/
/* (c)1999-2003 ActivePage Design */
/* sites@activepagedesign.com */


/* BODY applies general formatting to entire page. */
BODY			{margin: 0px;
			}


/* P applies to any paragraph surrounded by <P> and </P>. */
P			{margin-left: 10px;
			}


/* A applies to all links throughout a page. */ 
A			{color:#000099;
			}
A:active		{color:#000099;}
A:visited		{color:#000099;}
A:hover, A:visited:hover	{color:#990000;
				   	}

/* A.header applies to links to main pages (e.g., Products). */ 
A.header		{color:#884444;
			 text-decoration:none;
			 font-family: Arial, Helvetica, sans-serif;
			 font-weight: bold;
			}
A.header:active		{color:#884444;}
A.header:visited	{color:#884444;}
A.header:hover, A.header:visited:hover	{color:#990000;
					 text-decoration:underline;
				   	}

A.nav			{color:#444444;
			 font-family: Arial, Helvetica, sans-serif;
			 text-decoration: none;
			}
A.nav:visited		{color:#444444;}
A.nav:hover, A.nav:visited:hover	{color:#990000;
					 text-decoration:underline;
				   	}

/* A.special applies to special links that call more attention. */ 
A.special		{color:#ffffff;
			 text-decoration:none;
			 font-family: Arial, Helvetica, sans-serif;
			 font-weight: bold;
			 background-color: #995555;
			}
A.special:active	{color:#ffffff;}
A.special:visited	{color:#ffffff;}
A.special:hover, A.main:visited:hover	{color:#ffffff;
					 text-decoration:underline;
					 background-color: #990000;
				   	}


/* H# header tags. */
H1,H2,H3,H4,H5,H6	{color: #881100;
			 font-weight: bold;
			 margin-left: 10px;
			 margin-bottom: 0px;
			}
H1, H2			{text-align: center;}


/* ADDRESS is used for address, phone, and other information. */
ADDRESS			{color:#444444;
			 font-family: Arial, Helvetica, sans-serif;
			 font-style: normal;
			}


/* BLOCKQUOTE is used for a short description on the home page, */
/* as well as for quoted blocks of material throughout the site. */
BLOCKQUOTE		{font-family: Arial, Helvetica, sans-serif;
			}

/* TABLE.quote is used for quotes and other info that stick out */
/* on the pages. */
TABLE.quote		{background-color: #eecc55;
			 border: none;
			}
