body
{
	color: black;
	font-family: times,georgia,serif;
	font-size: medium;
	text-align: center;
	background:url("images/bg_pallets.jpg") top left repeat;
}
body#index
{
	color: black;
	font-family: times,georgia,serif;
	font-size: medium;
	text-align: center;
	background: #F9E159;
}

/*XXXXXXXXXXX General Text Styling XXXXXXXXXXX*/

h1
{font-size:x-large;
font-weight:bold;
color: #333;
text-align:center;
}
h2
{font-size: large;
font-weight: bold;
color: #333;
text-align: center;
}
h3
{font-size: medium;
font-weight: bold;
color: #333;
text-align: center;
}
h4
{font-size: medium;
font-weight: normal;
color: #333;
text-align: center;
}
.hidden { display: none }
.bold
{font-weight: bold;}
.italic
{font-style: italic;}
.underline
{text-decoration: underline;}

/*XXXXXXXXXXX Key Divs XXXXXXXXXXX*/

div#container
{
width: 800px;
margin-right: auto;
margin-left: auto;
}
div#growlogo
{width: 100%;
text-align: center;
height: 500px;
margin: 50px auto 0 auto;}
/*
div#headeryellow
{
padding: 0;
clear: both;
height: 200px;
width: 800px;
background: url('images/banner_yellow.gif');
}
*/
div#headertrucks
{
padding: 0;
clear: both;
height: 200px;
width: 800px;
background: url('images/banner_twotrucks.gif');
}
div#headertruck
{
padding: 0;
clear: both;
height: 280px;
width: 800px;
background: url('images/banner_truck.gif');
}
div#content
{
clear: both;
padding: 0 1em 0 1em;
}
div#footer
{
text-align: center;
font-family: times, georgia, serif;
font-size: small;
border-top: thin solid #303;
padding-top: 0.5em;
clear: both;
}
div.clearer
{clear:both;}

/*XXXXXXXXXXX Truck Navigation XXXXXXXXXXX*/

/*
#navbar
{text-align: center;
margin: 0 auto;
padding: 0 0 15px 0;
clear: both;
width: 830px;
height: 47px;}
 #navbar ul
 {
 text-align: center;
 margin: 0;
 padding: 5px 0 5px 0;
 list-style-type: none;
 font: bold medium arial, helvetica, sans-serif;
 letter-spacing: 2px;
 }
 #navbar li 
 { 
float: left; 
 padding: 5px 5px 5px 0;
 }
#navbar a.home {display:block;width:200px;height:47px;margin:0;padding:0;background:url("images/button_home_off.gif") top left no-repeat;text-decoration: none;}
#navbar a.home:hover {background-image:url("images/button_home_on.gif");}
#navbar a.about {display:block;width:200px;height:47px;margin:0;padding:0;background:url("images/button_about_off.gif") top left no-repeat;text-decoration: none;}
#navbar a.about:hover {background-image:url("images/button_about_on.gif");}
#navbar a.corevalues {display:block;width:200px;height:47px;margin:0;padding:0;background:url("images/button_corevalues_off.gif") top left no-repeat;text-decoration: none;}
#navbar a.corevalues:hover {background-image:url("images/button_corevalues_on.gif");}
#navbar a.contact {display:block;width:200px;height:47px;margin:0;padding:0;background:url("images/button_contact_off.gif") top left no-repeat;text-decoration: none;}
#navbar a.contact:hover {background-image:url("images/button_contact_on.gif");}
*/

/*XXXXXXXXXXX Pallet Navigation XXXXXXXXXXX*/

#palletnavbar
{text-align: center;
margin: 0 auto;
padding: 0;
clear: both;
width: 740px;
height: 93px;}
 #palletnavbar ul
 {
 text-align: center;
 margin: 0;
 padding: 5px 0 5px 0;
 list-style-type: none;
 font: bold medium arial, helvetica, sans-serif;
 letter-spacing: 2px;
 }
 #palletnavbar li 
 { 
float: left; 
 padding: 5px 5px 5px 0;
 }
#palletnavbar a.pallethome {display:block;width:175px;height:93px;margin:0;padding:0;background:url("images/button_pallethome_off.gif") top left no-repeat;text-decoration: none;}
#palletnavbar a.pallethome:hover {background-image:url("images/button_pallethome_on.gif");}
#palletnavbar a.palletabout {display:block;width:175px;height:93px;margin:0;padding:0;background:url("images/button_palletabout_off.gif") top left no-repeat;text-decoration: none;}
#palletnavbar a.palletabout:hover {background-image:url("images/button_palletabout_on.gif");}
#palletnavbar a.palletcore {display:block;width:175px;height:93px;margin:0;padding:0;background:url("images/button_palletcore_off.gif") top left no-repeat;text-decoration: none;}
#palletnavbar a.palletcore:hover {background-image:url("images/button_palletcore_on.gif");}
#palletnavbar a.palletcontact {display:block;width:175px;height:93px;margin:0;padding:0;background:url("images/button_palletcontact_off.gif") top left no-repeat;text-decoration: none;}
#palletnavbar a.palletcontact:hover {background-image:url("images/button_palletcontact_on.gif");}
/*
 #navbar li a
 {
 padding: 5px 10px 5px 10px;
 background-color: #666;
 color: #FF6;
 text-decoration: none;
 border-left: 1px solid #FFF;
 }
 #navbar li a:hover, #navbar li a:active
 {
 color: #666;
 text-decoration: none;
 background-color: #FF6;
 font: bold medium arial, helvetica, sans-serif;
 }
*/
 
 /*XXXXXXXXXXX Alignment XXXXXXXXXXX*/
 
 #content p
 {text-align: left;}
.left
{border: 0;
text-align: left;}
.right
{border: 0;
text-align: right;}
.center
{border: 0;
text-align: center;}
.indented
{margin-left: 125px;}
