/* CSS Document */

* {margin:0;padding:0} 

body {
font: 75%/1.3 Arial, Helvetica, sans-serif;
color: #333;
background-color: #fff;
background-image: url(images/bg1.jpg);
background-position: bottom;
background-repeat: repeat-x;
margin: 20px;
}

p, td {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}


a {
color: #063;
}

h1 {
font-size: 210%;
font-weight: bold;
color: #063;
margin: 0 0 10px 0;
text-align:center;
}

h2 {
	color: #f79420;
	font-size: 160%;
	font-weight: normal;
	margin: 0;
}

h3 {
color: #063;
font-size: 160%;
font-weight: normal;
margin: 0;
}

.justify {
	text-align:justify;
}

.clear { clear: both;}

#container {
width: 1020px;
border: 2px solid #fff;
background-color: #fff;
background-image: url(images/gradient_orange.jpg);
background-position: bottom;
background-repeat: repeat-x;
margin: auto;
position: relative;
}

#header {
background-image: url(images/header01.gif);
background-repeat: no-repeat;
height: 232px;
}

#headerTxt {
top: 140px;
left: 25px;
position: absolute;
color: #cccc65;
font-size: 160%;
width: 600px;
}

#headerTxt a { color: #cccc65; }
#headerTxt img { padding: 0 5px; }

#content {
	width: 750px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;

}

#links {
	margin: 10px 0 10px 50px ;
	text-align:left;

}

#links img {
padding: 0 5px 0 30px;
}

#rightCol {
width: 235px;
float: right;

}

#rightCol ul {
color: #063;
margin: 0 0 20px 25px;
}

#rightCol li {
	margin: 7px 0;

}

#footer {
	clear: both;
	background-color: #cbcc66;
	height: 140px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;


}

.boxes {
	width: 179px;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;

}
.boxes2 {
	width: 215px;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}




.boxes p {
margin: 12px 0;
}

.boxesInner {
background-image:url(images/box_BG.gif);
background-repeat: repeat-y;
padding: 0 12px;
height: 260px;

}
.boxesInner2 {
	background-image:url(images/box_BG_2.jpg);
	background-repeat: repeat-y;
	padding: 0 12px;
	height: 260px;
}



.bins {
width: 70px;
float: left;
}

#contactBox {
width: 430px;
border: 2px solid #fff;
float: left;
margin: 0 0 10px 15px;
}

#contactBox img {
float: left;
padding: 0 15px 0 0;
}

.truckBox {
width: 250px;
border: 1px solid #116735;
background-color:#FFF;
float: left;
margin: 0 0 0 20px;
height: 97px;
}

.truckBox img {
padding: 11px 10px;
}

.truckBoxHead {
color: #fff;
background-color: #063;
display: block;
font-size: 18px;
padding: 2px 10px;
}

.truckBoxHead a { color: #fff; }

.green {
color: #063;
font-size: 120%;
font-weight: bold;
}

.green2 {
	color: #063;
}

.white {
color: #fff; 
font-size: 100%;
font-weight: bold;
}

.red {
color: #CC0000;
}

.smaller {
font-size: 80%;
}

#credit {
width: 850px;
margin: auto;
text-align: right;
color: #fff;
padding: 5px 0;
}

#credit a { color: #fff; }

.box_bkgd2 {
	border: 1px solid #ccc;
	-moz-border-radius: 15px;
 -webkit-border-radius: 15px;
 border-radius: 15px;
float: left;
	height: 290px;
	width: 160px;
	margin-right: 2px;
	margin-left: 2px;
padding: 10px;
background: #fff;
}

.box_bkgd2 p {
margin: 0 0 10px 0 ;	
}

#man {
	width: 1020px;
	background-image: url(images/man.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 835px;

margin: 0;
}
#shoe {
	background-image: url(images/shoes.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	width: 1020px;
	margin-left: -5px;
}


.h2 {
	color: #063;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 0 0;
}

