/* css2 hacked out by curtis griffin | griffin insight */
/* good eating austin copyright 2009 */

/* LINK_CONTROL */
a.main:link { color:#000000; text-decoration:none; }
a.main:visited { color:#000000; text-decoration:none; }
a.main:hover { color:#ff0000; text-decoration:underline; }
a.main:active { color:#000000; text-decoration:none; }

a.indoc:link { color:#000000; font-weight:bold; text-decoration:none; }
a.indoc:visited { color:#000000; font-weight:bold; text-decoration:none; }
a.indoc:hover { color:#ff0000; font-weight:bold; text-decoration:underline; }
a.indoc:active { color:#000000; font-weight:bold; text-decoration:none; }

a.indoc_low:link { color:#000000; text-decoration:none; }
a.indoc_low:visited { color:#000000; text-decoration:none; }
a.indoc_low:hover { color:#ff0000; text-decoration:underline; }
a.indoc_low:active { color:#000000; text-decoration:none; }

a.foot:link { color:#000000; text-decoration:none; }
a.foot:visited { color:#000000; text-decoration:none; }
a.foot:hover { color:#ff0000; text-decoration:underline; }
a.foot:active { color:#000000; text-decoration:none; }

a img { border: 0; }

/* CLASSES */
h1 { font-size: 1.2em; font-weight:bold; } 
h2 { font-size: 1.1em; font-weight:bold; }

.pleft { text-align:left; }
.pmid { text-align:center; }
.pright { text-align:right; }

.lined
{
font-size: 1.2em;
font-weight:bold;
text-align:left;
color: #85b234;
}

.menu_head { font-size: 1.2em; font-weight:bold; text-align:left; }
.menu_mid { font-weight:bold; text-align:left; }
.menu_foot { font-size: 0.8em; font-weight:bold; color:#555555; text-align:left; }

/* B_GROUND_CONTROL */
.home_page { background-image:url(../gea_img/back_home.jpg); background-attachment: fixed; background-repeat:no-repeat; background-position: center center; }
.home { background-image:url(../gea_img/back_home.jpg); background-attachment: fixed; background-repeat:no-repeat; background-position: center center; }
.plan { background-image:url(../gea_img/back_plan.jpg); background-attachment: fixed; background-repeat:no-repeat; background-position: center center; }
.fuel { background-image:url(../gea_img/back_fuel.jpg); background-attachment: fixed; background-repeat:no-repeat; background-position: center center; }
.chef { background-image:url(../gea_img/back_chef.jpg); background-attachment: fixed; background-repeat:no-repeat; background-position: center center; }
.faq { background-image:url(../gea_img/back_faq.jpg); background-attachment: fixed; background-repeat:no-repeat; background-position: center center; }
.contact { background-image:url(../gea_img/back_contact.jpg); background-attachment: fixed; background-repeat:no-repeat; background-position: center center; }
.update { background-image:url(../gea_img/back_update.jpg); background-attachment: fixed; background-repeat:no-repeat; background-position: center center; }

/* DIV STYLES */

body { 
	background-color: #000000;
	font-family: "trebuchet ms", georgia , arial , sans-serif;
	color:#000000;
	font-size: 0.9em;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px; }

#wrapper {
	width: 800px;	
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border: 0px solid #000000;	
	background-color: transparent;
	background-image: url(../gea_img/main_back.png); }

#banner {
	width: 800px;
	height: 75px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	border: 0px solid #000000;
	background-color: transparent; }	
	
	
#content_main {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;	
	border:0px solid #000000;
	background-color: transparent;
	 }

#submain
{
width: 760px;
margin: 0px 0px 20px 0px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;	
border:0px solid #000000;
background-color: transparent;
text-align: left;
}
	
#main_bottom
{
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px dashed;
}
#social_bottom
{
float: right;
margin: 0px 35px 0px 0px;
padding: 0px 0px 0px 0px;
}
#main_clear
{
clear: both;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}



#footer
{
width: 800px;
height: 20px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;	
border:0px solid #000000;
font-size: 0.7em;
font-weight: bold;
background-color: transparent;
background-image: url(../gea_img/foot_back.png);
}

