/*

Everything For Pilots theme
name: Everything For Pilots 
designer: Dennis Wyman  
designer_url: http://www.zangaroa.com/ 
*/

/* Page Wrapper -------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	font: normal 14px arial, helvetica, sans-serif;
	color: #000000;
	margin: 0 0 20px 0;
}

a {
	color: #0000ee;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 730px;
	position: relative;
}


/* Header -------------------------------------------------- */

#header {
	display: block;
	margin: 0 auto;
	clear: both;
	width: 730px;
	height: 90px;
	background: transparent url("bg_header.png") no-repeat center top;
}

	#header h1 {
		width: 730px;
		height: 85px;
	}

	#header h1 * {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -5000em;
	}


#header-navigation {
	display: block;
	margin: 0 auto;
	clear: both;
	width: 730px;
	height: 22px;
	background: transparent url("bg_header_navigation.png") no-repeat center top;
}

#header-navigation #forums a,
#header-navigation #repair a,
#header-navigation #accessories a,
#header-navigation #sitemap a {
	background: transparent url("bg_header_navigation.png") no-repeat center top;
	display: block;
	height: 22px;
	float: left;
	text-indent: -5000em;
}

	#header-navigation #forums a { margin-left: 63px; width: 98px; background-position: -63px 0; }
	#header-navigation #repair a { margin-left: 66px; width: 99px; background-position: -227px 0; }
	#header-navigation #accessories a { margin-left: 65px; width: 134px; background-position: -391px 0; }
	#header-navigation #sitemap a { margin-left: 70px; width: 67px; background-position: -595px 0; }

	#header-navigation #forums a:hover { background-position: -63px -22px; }
	#header-navigation #repair a:hover { background-position: -227px -22px; }
	#header-navigation #accessories a:hover { background-position: -391px -22px; }
	#header-navigation #sitemap a:hover { background-position: -595px -22px; }


/* Content Wrapper -------------------------------------------------- */

#content {
	padding: 0;
	margin: 0 auto;
	clear: both;
	width: 730px;
}


/* Right Column -------------------------------------------------- */

#beta {
	position: relative;
	float: left;
	width: 170px;
	min-height: 475px;
	background: transparent url("bg_sidebar.png") no-repeat left top;
}


/* Left Column -------------------------------------------------- */

#alpha {
	position: relative;
	float: right;
	width: 560px;
	min-height: 490px;
	background: transparent url("bg_alpha.jpg") no-repeat right top;
}

#alpha-inner {
	padding: 15px 20px 20px 20px;
}


/* Footer -------------------------------------------------- */

#footer {
	display: block;
	clear: both;
	width: 730px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

	#footer p.links {
		margin: 0 0 0.6em 0;
	}

	#footer p.copyright {
		margin: 0 0 0.6em 0;
	}

	#footer p.byline {
		font-size: 12px;
		margin: 0 0 0.6em 0;
	}

		#footer p.byline h2 {
			font-size: 15px;
			font-weight: bold;
			padding: 0;
			margin: 0 0 0.1em 0;
		}

	#footer p.positronic {
		font-size: 10px;
		font-weight: bold;
	}

		#footer p.positronic a {
			color: #000;
			text-decoration: none;
		}

#subfooter {
	display: block;
	clear: both;
	width: 730px;
}


/* Page Content -------------------------------------------------- */

#alpha h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0.6em 0;
	text-align: center;
}

#alpha h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

#alpha h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0.4em 0;
}

#alpha h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0.3em 0;
}
	
#alpha p {
	margin: 0 0 1.5em 0;
	text-align: justify;
}

#alpha ul, #alpha ol {
	padding: 0 0 1.5em 20px;
}

	#alpha li {
		padding: 0 0 5px 0;
	}
	
#alpha blockquote {
	margin: 0 30px 0 40px;
}

#alpha hr {
	margin: 0 0 20px 0;
}

#alpha .align-left {
	float: left;
	margin: 0 20px 20px 0;
	display: block;
}

#alpha .align-right {
	float: right;
	margin: 0 0 20px 20px;
	display: block;
}

#alpha .align-center {
	margin: 0 auto 20px auto;
	display: block;
	text-align: center;
}

	
/* Contact Form */

#content .contact table, #content .contact small {
	margin: 0 0 0 20px;
}
	#content .contact td {
		padding: 3px;
	}



/* Sidebar CSS -------------------------------------------------- */

#beta #listings a,
#beta #forsale a,
#beta #schools a,
#beta #safety a,
#beta #weather a,
#beta #charts a,
#beta #customs a,
#beta #forums a {
	background: transparent url("bg_sidebar.png") no-repeat center top;
	display: block;
	width: 170px;
	text-indent: -5000em;
}

	#beta #listings a { height: 31px; background-position: 0 0; }
	#beta #forsale a { height: 36px; background-position: 0 -31px; }
	#beta #schools a { height: 35px; background-position: 0 -67px; }
	#beta #safety a { height: 32px; background-position: 0 -102px; }
	#beta #weather a { height: 52px; background-position: 0 -134px; }
	#beta #charts a { height: 52px; background-position: 0 -186px; }
	#beta #customs a { height: 55px; background-position: 0 -238px; }
	#beta #forums a { height: 71px; background-position: 0 -293px; }

	#beta #listings a:hover { background-position: -170px 0; }
	#beta #forsale a:hover { background-position: -170px -31px; }
	#beta #schools a:hover { background-position: -170px -67px; }
	#beta #safety a:hover { background-position: -170px -102px; }
	#beta #weather a:hover { background-position: -170px -134px; }
	#beta #charts a:hover { background-position: -170px -186px; }
	#beta #customs a:hover { background-position: -170px -238px; }
	#beta #forums a:hover { background-position: -170px -293px; }

#beta #types h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 5px;
}

#beta #types ul {
	list-style: none;
	font-size: 12px;
	padding: 5px 0 0 10px;
}


