/* a simple style sheet for Coolers & condensers web site*/
body {
  font-family: Verdana, Arial, sans-serif;  
  margin-left: 2%; margin-right: 2%;
  color: black; background: white;
}
/*  It is likely that your favorite font won't be available on all browsers.
  To get around this, you are allowed to list several fonts in preference order.
  There is a short list of generic font names which are guaranteed to be available, 
  so you are recommended to end your list with one of these: 
  serif, sans-serif, cursive, fantasy, or monospace
  from http://www.w3.org/MarkUp/Guide/Style.html   */

  h1 { margin-top: 1em; margin-left: -2%; font-size: 200%; margin-bottom: 0em;}		/* leave space above h1; 1em = 1 height of the font */  
  h2,h3,h4,h5,h6 { margin-left: 0%; margin-top: 0em; margin-bottom: 0.5em;}   
  /* pre is for pre-fromated text (e.g. to display code): */
  pre {
     color: green; font-weight: bold;
     white-space: pre; font-family: "Courier New", monospace;
  }
  tt { color: green }
  em { font-style: italic; font-weight: bold }
  strong { text-transform: uppercase; font-weight: bold }
  .navbar {text-align: center }
  
  pre {  font-family: monospace; }

	table {
    margin-left: 1%;
    font-family: sans-serif;
	font-size: 95%;
    background: white;
    border-width: 0px;
    border-color: white;	
	}
  th { font-family: sans-serif; text-align: left; font-size: x-large; padding: 0.5em;}
  td { font-family: sans-serif; text-align: left; padding-left: 0.5em;}
  p { text-indent: 1em; margin-top: 0; margin-bottom: 0; }
  hr {text-align: left;}
  
/*  div.ErrMsg {color: red;font-weight: bold;text-align: center;}	/* used with class in div in html
  /* or use
	#ErrMsg {color: red;font-weight: bold;font-size: 200%;text-align: center;}		 /* used with id in div in html (id can be used only once on page, whereas class can be used several time on page)
	*/  
  
  /* define ul */
 /*ALIGN=LEFT style="width: 80%; height: 2px;" */

/* Extras */

#air-handling {
	font-size: 14px;
	font-weight: normal;
}

#air-handling h1 {
	border-bottom: 1px solid #333;
	margin: 0 0 20px 0;
}

#air-handling h2 {color: #6666cc;}

#air-handling p {
	margin-bottom: 20px;
	text-indent: 0;
}

#air-handling img {margin: 0;}

#air-handling ul {
	font-size: 16px;
	padding: 0 0 0 15px;
}

.pullquote {float: right;}