/* eagles-carpet-cleaning.css */

/* general */
body { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 14px; background-color: #EEEEEE; }
div.main_bdr { background-color: #FFFFFF; border: 1px #000099 solid; width: 800px; }
td.container { text-align: left; vertical-align: top; }
td.footer { text-align: center; padding: 5px; } 
h1 { font-size: 24px; font-style: italic; display: inline; }

/* navbar */
td.navbar { background-color: #000099; text-align: center; }
td.nav{ padding: 5px; padding-left: 20px; padding-right: 20px; text-align: center; }
a.nav         { color: #CCCCFF; text-decoration: none; font-weight: bold; }
a.nav:hover   { color: #FFFFFF; text-decoration: underline; }

/* contact bar */
td.conbar { background-color: #000099; text-align: center; }
td.con { padding: 5px; padding-left: 20px; padding-right: 20px; text-align: center; font-size: 12px; color: #CCCCFF; }
a.con         { color: #CCCCFF; text-decoration: none; font-weight: bold; }
a.con:hover   { color: #FFFFFF; text-decoration: underline; }

/* home page */
table.services { border: #000099 1px solid; width: 220px; }
td.services_head { background-color: #000099; color: #FFFFFF; font-weight: bold; padding: 3px; padding-left: 10px; padding-right: 10px; }
td.services { background-color: #EEEEFF; color: #000000; padding: 3px; padding-left: 10px; padding-right: 10px; }
div#content { position: relative; background-color: #FF0000; }
div#main { position: absolute; z-index: 5; left: 0px; top: 0px; background-color: #00FF00;}
div#services { position: absolute; z-index: 10; left: 160px; top: 300px; }
div#warrantee { position: absolute; z-index: 9; left: 300px; top: 20px; }
