/*	==================================================
	CSS styles for www.AandAfireprotection.com
	Author: Jon Reece for CyberPatch.net
	Created on 1-Jan-05
	================================================== */

/* 	basic
	================================================== */
body {
	margin: 0;
	padding: 0;
	background: #fff url(img/page_bg.jpg) repeat-x top;
	font-size: 76%;
}

/* 	text formatting
	================================================== */
div { font: normal 1em Arial, Helvetica, sans-serif; }
p,ul { font-size: 1.2em; }
p { line-height: 1.3; }
li { margin-bottom: 0.5em; }
h1,h2,h3,h4,h5,h6 { margin: 1em 0 0.25em 0; }
h1 { font-size: 1.625em; color: #900; }
h2 { font-size: 1.325em; color: #CC6600; }
h4 { font-size: 1em; color: #000; }
h6 { font-size: 0.90em; text-transform: uppercase; letter-spacing: 1px; }
span#copyright { font-size: 10px; }
td.sbcontent {
	font-size: 11px;
	padding-top: 3px;
}
td.sbtitle {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

/* 	links
	================================================== */
a { color: #900; text-decoration: underline; }
a:hover { background-color: #990000; color: #FFCC00; text-decoration: none; }
#navbar a:hover { background-color: transparent; }
#footer span#menu a {
	color: #CCCCCC;
	text-decoration: none;
	margin: 0 0.5em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 10px;
}
#footer span#menu a:hover { color: #FFCC00; text-decoration: none; }
#footer a.credit { color: #ccc; text-decoration: none; }

/* 	custom classes
	================================================== */
hr.divider { height: 1px; width: 100%; text-align: center; color: #ccc; }
div.clearing { display: block; clear: both; line-height: 1px; }
div.inner {	margin: 0 3em; }
img.right { float: right; margin-left: 20px; margin-bottom: 20px; }
img.linklogo {	float: right; margin: 0.75em; }
ul.flames li {	list-style-image: url(img/bullet_flames.jpg); margin-bottom: 1em; }
.content2 { margin-left: 140px; }


/* 	navigation
	================================================== */
#navbar {
	position: absolute;
	top: 98px;
	left: 64px;
	background: url(img/navbar_bg.gif) repeat-x;
	z-index: 99999;
}
ul.submenu {
	font-size: 1em;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 1.5em;
	list-style: none;
}

/* 	layout and positioning
	================================================== */
#wrapper { width: 770px; }
#masthead {
	width: 740px;
	margin-left: 30px;
	background: #fff url(img/mast_bg.jpg) repeat-y top;
}
#mastcontent {
	padding: 10px;
	background: url(img/flames.gif) no-repeat bottom right;
	padding-left: 30px;
	padding-top: 9px;
}
#addy {
	text-align: right;
	float: right;
	padding-right: 110px;
	color: #FFFFFF;
	font: bold 11px Arial, sans-serif;
}
#content {
	background: url(img/main_bg.gif) repeat-y left;
	color: #222;
	line-height: 100%;
}
#contenttop { background: url(img/content_bg.gif) repeat-x; }
#contentleft {
	margin-right: 160px;
	padding-top: 10px;
	margin-left: 30px;
}
#sidebar {
	width: 160px;
	float: right;
	padding-top: 20px;
	color: #FFFFFF;
	line-height: normal;
}
#sidebar table { margin-bottom: 10px; }
#footer {
	margin: 30px 160px 0 50px;
	background: #000;
	color: #999999;
	padding: 1em 0;
}
#footer span { padding: 2em; }
#extinguisher { position: absolute; top: 0px; left: 0; z-index: 88888; }
