html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #222;
	font-family: verdana, arial, sans-serif;
}

#header h1, #header h2, #nav h3 { 
	text-indent: -2000px;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	min-height: 100%;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	background: #000 url('/?asset=assets%2feastfire%2fjpg%2fflames.jpg') no-repeat 0 100%;
}




#header {
	height: 120px;
	margin-bottom: 10px;
	background: url('/?asset=assets%2feastfire%2fpng%2fmasthead-left.png') no-repeat;
}

	#header h1 {
		float: right;
		width: 540px;
		height: 60px;
		background: url('/?asset=assets%2feastfire%2fpng%2fthe-biggest-supplier.png') no-repeat 100% 100%;
	}

	#header h2 {
		float: right;
		width: 830px;
		height: 60px;
		background: url('/?asset=assets%2feastfire%2fpng%2fmasthead-right.png') no-repeat 100% 0;
	}




#nav {
	color: #fff;
	height: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	background: url('/?asset=assets%2feastfire%2fpng%2fnav-dull-bg.png') repeat-x;
}
	
	#nav li {
		float: left;
		display: block;
		line-height: 20px;
	}
	
	#nav li.active,
	#nav li.inactive {
		padding-right: 15px;
		background: #000 url('/?asset=assets%2feastfire%2fpng%2fnav-bright-right.png') no-repeat 100% 0;
	}
	
	#nav li.active div,
	#nav li.inactive div {
		padding-left: 15px;
		background: #000 url('/?asset=assets%2feastfire%2fpng%2fnav-bright-left.png') no-repeat;
	}
	
	#nav li.active div span,
	#nav li.inactive div a {
		display: block;
		background: url('/?asset=assets%2feastfire%2fpng%2fnav-bright-bg.png') repeat-x;
	}
	
	#nav li.inactive       { background: #000 url('/?asset=assets%2feastfire%2fpng%2fnav-dull-right.png') no-repeat 100% 0; }
	#nav li.inactive div   { background: #000 url('/?asset=assets%2feastfire%2fpng%2fnav-dull-left.png')  no-repeat;        }
	#nav li.inactive div a { background: #000 url('/?asset=assets%2feastfire%2fpng%2fnav-dull-bg.png')    repeat-x;         }
	
	#nav li.inactive div.first {
		padding-left: 5px;
		background: #000 url('/?asset=assets%2feastfire%2fpng%2fnav-dull-left-first.png') no-repeat;
	}
	
	#nav li.active div.first {
		padding-left: 5px;
		background: #000 url('/?asset=assets%2feastfire%2fpng%2fnav-bright-bg.png') no-repeat;
	}
	
	#nav li#shim {
		width: 15px;
		background: #000 url('/?asset=assets%2feastfire%2fpng%2fnav-dull-left.png') no-repeat;
	}
	
	#nav a       { color: #c00; }
	#nav a:hover { color: #f00; }




#inner {
	color: #fff;
	padding-bottom: 110px;
}

#inner h2 {
	font-size: 13pt;
	font-weight: normal;
}

#inner p {
	line-height: 1.5em;
}

#inner li {
	margin-left: 20px;
}



#footer {
	text-align: right;
	padding-right: 2px;
	position: absolute;
	height: 20px;
	bottom: 0px;
	width: 950px;
	margin-left: -1px;
	background-color: #222;
	border-top: 1px solid #444;
}

	#footer div {
		line-height: 20px;
		font-size: 7pt;
		float: right;
		color: #aaa;
	}
	
	#footer a       { color: #c00; }
	#footer a:hover { color: #f00; }




table.mainlyrequired th,          table.mainlyoptional td.required { color: #fff; }
table.mainlyrequired td.optional, table.mainlyoptional             { color: #ddd; }
