/* Aven Fire Systems Stylesheet by Aaron Elliott */

body {
	margin:0px;
	padding:0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	background-image:url(../img/header_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

a {
	color:#FF9900;
}
a:hover {
	color:#CCCCCC;
}

h1 {
	font-size:26px;
	letter-spacing:-1px;
	color:#999;
}
h2 {
	font-size:14px;
	text-transform:uppercase;
	color:#FF9900;
	display:block;
}
h4 {
	font-size:14px;
	color:#666666;
	margin:0;
	padding:0;
	border-top:1px solid #efefef;
}

/* structure */

#wrapper {
	width:900px;
	margin:0 auto;
}
	#header {
		display:block;
		height:100px;
	}
		#logo {
			position:absolute;
			margin-top:32px;
		}
		#nav {
			float:right;
			margin-top:68px;
			clear:right;
		}
		#nav a {
			display:block;
			line-height:32px;
			/*width:110px;*/
			/*background:url(../img/nav_button.jpg) no-repeat;*/
			background-color:#666;
			margin-left:2px;
			float:left;
			text-align:center;
			text-decoration:none;
			font-size:12px;
			text-transform:uppercase;
			color:#ccc;
			padding:0px 14px;
		}
		#nav a:hover {
			/*background:url(../img/nav_button_over.jpg) no-repeat;*/
			background-color:#999;
			color:#FFF;
		}
		#home #home,
		#extinguishers #extinguishers,
		#sprinkler #sprinkler,
		#hazards #hazards,
		#company #company,
		#contact #contact
		{
			/*background:url(../img/nav_button_active.jpg) no-repeat;*/
			background-color:#fff;
			color:#666;
		}
		#links {
			position:absolute;
			margin-left:650px;
			margin-top:20px;
			color:#999;
			font-size:10px;
			text-transform:uppercase;
		}
		#links a {
			color:#ccc;
			
			text-decoration:none;
		}
		#links a:hover {
			color:#fff;
		}
	#body {
		margin-top:20px;
	}
		#brochure {
		margin:0px;
		padding:0px;
		margin-bottom:-5px;
			
		}
		#content {
			font-size:12px;
			color:#666;
			line-height:24px;
			margin-top:0px;
		}
		#content table {
			width:100%;
			margin:0px;
			padding:0px;
		}	
		#content table .left{
			width:50%;
			padding-right:10px;
			padding-bottom:20px;
		}
		#content table .right{
			width:50%;
		}
		#content p, #content li{
			padding-right:10px;
			font-size:14px;
		}
		.square {
			background-image:url(../img/gray_vert_fade_bg.jpg);
			background-repeat:repeat-x;
			background-position:top;
			height:150px;
		}
#footer {
	background-color:#000;
	height:300px;
	color:#efefef;
}
	#footer_inner {
		width:900px;
		margin:0 auto;
		padding-top:20px;
		font-size:12px;
		line-height:20px;
	}

/* classes */

.left25 {
	width:25%;
	float:left;
}
.left50 {
	width:50%;
	float:left;
}
.lightgrey {
	color:#999;
}
.tableright {
	width:220px;
	background-color:#efefef;
	padding:5px;
	font-size:11px;
	background-image:url(../img/right_grey_fade.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.rightform {
	padding:10px;
	background-color:#fff;
}
.rightinput {
	width:160px;
	font-family:"Trebuchet MS", Helvetica, Sans-Serif, Arial, Tahoma;
	color:#333;
	font-size:11px;
}
