/*  Stylesheet for HVAC Supply*/

/* Elements */

body {        
	width: 100%;        
	font-size: 62.5%; /* Resets 1em to 10px */	
	font-family: Tahoma, 'Times New Roman', Arial, 'Lucida Grande', Verdana, Sans-Serif;
	color: #313030;	
	background: white;	
	border: none;
     }

#nav {	
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	text-align: left;
	background: white;
	border: none;	
	/* Fonts */
	color: #336565;
	font-weight: normal;
	font-size: 2em;
	}
	
	


/* End Elements */

/* General Typography & Colors */

h1 {	
	margin: 10px 10px 10px 10px;
	padding: 0;
	font-size: 1.4em;
	color: #0099cc;
   }
   
h2 {	
	font-size: 1.4em;
		color: white;
   }

h3 {	
	margin: 0;
	padding: 0;
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.4em;
	text-decoration: none;
	color: #0099cc;
	}


	
#footer {	
	color: gray;
	font-size: 1.4em;
	}

#footer a {	
	color: gray;
	}

#footer a:hover {	
	font-weight: bold;
	}

#footer a:visited {	
	color: gray;
	line-height: 14pt;
	font-weight: normal;
	}


a {
	text-decoration: none;	
	border: 0px;
	color: black;
  }

a:hover {	
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	border: 0px;
	color: black;
	}
	
p.midalign img, span.midalign {
	vertical-align: middle;
	line-height: 14pt;
	}

/* End Typography & Colors */

/* Other Styles */

li {
	margin: 10px 5px 0px 5px;
	}


img {
	border: 0px;
	}

/* End Other Styles */












