/* Valid CSS Stylesheet

    ______      __       _____       _     __         
   / ____/___ _/ /_     / ___/____  (_)___/ /__  _____
  / /_  / __ `/ __ \    \__ \/ __ \/ / __  / _ \/ ___/
 / __/ / /_/ / /_/ /   ___/ / /_/ / / /_/ /  __/ /    
/_/    \__,_/_.___/   /____/ .___/_/\__,_/\___/_/     
                          /_/                         

*/

body {
	background-image:url(../../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #858476;
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#66655b;
	}

/* -----------------------------------------------------------------------------------------------------Start STRUCTURE-------- */
#page {
	position:absolute;
	height: 900px;
	width: 950px;
	top: 0px;
	margin-left: 50%;
	left: -475px;
	}

#header {
	background-image:url(../../images/header.jpg);
	background-repeat:no-repeat;
	height: 62px;
	width: 950px;
	margin-top:-16px;
	}

#banner {
	height: 232px;
	width: 950px;
	}

#content {
	height: 439px;
	width: 950px;
	margin-top: 5px;
	}

#footer {
	background-image:url(../../images/footer.jpg);
	height: 171px;
	width: 950px;
	}
/* -----------------------------------------------------------------------------------------------------End STRUCTURE-------- */



/* -----------------------------------------------------------------------------------------------------Start NAV------------ */
#header li {
list-style: none;
float: left;
}

#header a {
text-decoration: none;
display: block;
text-indent: -5000px;
outline: none;
}

#header #navHome  {
background-image: url(../../images/navHome.jpg);
background-repeat: no-repeat;
background-color: transparent;
margin: 0 auto;
margin-top:17px;
margin-left: 615px;
width: 80px;
height: 22px;
}

#header #navHome:hover {
background-position: 0 -22px;
}

#header #navPallet  {
background-image: url(../../images/navPallets.jpg);
background-repeat: no-repeat;
background-color: transparent;
margin: 0 auto;
margin-top: -22px;
margin-left: 706px;
width: 80px;
height: 22px;
}

#header #navPallet:hover {
background-position: 0 -22px;
}


#header #navContact  {
background-image: url(../../images/navContact.jpg);
background-repeat: no-repeat;
background-color: transparent;
margin: 0 auto;
margin-top: -22px;
margin-left: 796px;
width: 79px;
height: 22px;
}

#header #navContact:hover {
background-position: 0 -22px;
}
/* -----------------------------------------------------------------------------------------------------End NAV-------------- */



/* -----------------------------------------------------------------------------------------------------Start CONTENTBOX----- */
#mainContent {
	background-image:url(../../images/content.jpg);
	height: 425px;
	width: 650px;
	padding:10px;
	margin-bottom: 42px;
	}

/* -----------------------------------------------------------------------------------------------------Start BOXES---------- */
#topBox {
	height: 108px;
	width: 269px;
	margin-top: -419px;
	float:right;
	}

#midBox {
	background-image:url(../../images/midBox.jpg);
	height: 109px;
	width: 269px;
	margin-top:-293px;
	float:right;
	}

#bottomBox {
	background-image:url(../../images/bottomBox.jpg);
	height: 109px;
	width: 269px;
	margin-top:-165px;
	float:right;
	}
	
	/* Begin #show Section
---------------------------------------------------------------------------------------------------------------------------------------
*/

#showcaseBg {
	height: 108px;
	width: 269px;
	margin: 0 auto;
	margin-top: -423px;
	background-image:url(../../images/topBox.jpg);
	background-repeat:no-repeat;
	overflow: hidden;
	float:right;
}

#showdiv {
	height: 108px;
	width: 269px;
margin: 0 auto;
overflow: hidden;
float: right;
}

#showanchor {
	height: 108px;
	width: 269px;
margin: 0 auto;
overflow: hidden;
float: right;
}

#showimg {

margin: 0 auto;
overflow: hidden;

}

/* -----------------------------------------------------------------------------------------------------End SHOW -----------*/

/* -----------------------------------------------------------------------------------------------------End BOXES---------- */
/* -----------------------------------------------------------------------------------------------------End CONTENTBOX----- */




/* -----------------------------------------------------------------------------------------------------Start LINKS--------- */
a:link { border:none; color:}
/* -----------------------------------------------------------------------------------------------------End LINKS----------- */





/* -----------------------------------------------------------------------------------------------------Start TEXT--------- */
h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	color:#498929;
}

h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
}

h3 {
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
}

.emph {
font-weight:bold;
color:#498929;
}
/* -----------------------------------------------------------------------------------------------------End TEXT----------- */


ul {
list-style-image: url(../../images/arrow.jpg);
}
