/*

Everything For Truckers theme
name: Everything For Truckers 
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: 89px;
	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 #truckstops a,
#header-navigation #truckrepair a,
#header-navigation #truckaccess 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 #truckstops a { margin-left: 43px; width: 96px; background-position: -43px 0; }
	#header-navigation #truckrepair a { margin-left: 71px; width: 105px; background-position: -210px 0; }
	#header-navigation #truckaccess a { margin-left: 58px; width: 161px; background-position: -373px 0; }
	#header-navigation #sitemap a { margin-left: 58px; width: 84px; background-position: -592px 0; }

	#header-navigation #truckstops a:hover { background-position: -43px -22px; }
	#header-navigation #truckrepair a:hover { background-position: -210px -22px; }
	#header-navigation #truckaccess a:hover { background-position: -373px -22px; }
	#header-navigation #sitemap a:hover { background-position: -592px -22px; }


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

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


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

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


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

#alpha {
	position: relative;
	float: right;
	width: 600px;
}

#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 #traffic a,
#beta #weather a,
#beta #safety a,
#beta #lodging a,
#beta #board a {
	background: transparent url("bg_sidebar.png") no-repeat center top;
	display: block;
	width: 130px;
	text-indent: -5000em;
}

	#beta #traffic a { height: 42px; background-position: 0 0; }
	#beta #weather a { height: 34px; background-position: 0 -42px; }
	#beta #safety a { height: 33px; background-position: 0 -76px; }
	#beta #lodging a { height: 33px; background-position: 0 -109px; }
	#beta #board a { height: 61px; background-position: 0 -142px; }

	#beta #traffic a:hover { background-position: -130px 0; }
	#beta #weather a:hover { background-position: -130px -42px; }
	#beta #safety a:hover { background-position: -130px -76px; }
	#beta #lodging a:hover { background-position: -130px -109px; }
	#beta #board a:hover { background-position: -130px -142px; }

