@charset "utf-8";
/* CSS Document */

body {
	background:url(images/pattern_bg.gif) repeat;
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform:none;
	letter-spacing: normal;
}

p, #content li {line-height: 18px;}
h1, h2, h3, h4, h5, h6, blockquote {font-family:Georgia, "Times New Roman", Times, serif;}
h1 {font-size:24px;margin: 0 0 16px 0;}
a {color:#fff;}
a img {border-color:#FFF;}

blockquote {
font-size: 16px;
font-weight:bold;
margin: 10px;
padding: 10px;
quotes: "\201C" "\201D";
}
blockquote:before { content:open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

#container {
	width:645px;
	margin:auto;
	position:relative;
}

#truck {
	background:url(images/website1_07.png) no-repeat;
	width: 84px;
	height: 305px;
	position:absolute;
	left:-84px;

}

#header_left {
	background: url(images/website1_08.png) no-repeat;
	width: 216px;
	height: 305px;
	position:absolute;
	top:0;
	left:0;

}

#header_right {
	background:url(images/website1_09.png) no-repeat;
	width: 429px;
	height: 305px;
	position: relative;
	top: 0;
	left: 216px;

}


/* ========= MENU TOP ========= */
		#menu_top {
			position:absolute;
			top: 120px;
			padding-left: 50px;
		}
		
		#menu_top ul {
			margin:0;
			padding:0;
			list-style-type:none;
			width:auto;
			position:relative;
			display:block;
			width:100%;
		}
	
		#menu_top ul li{
			display:block;
			float:left;
			margin:0;
			padding:0;
			text-align: center;
			padding: 0px 15px 0 0;
		}
		
		#menu_top ul li a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight:bold;
			color:#000;
			text-align: center;
			text-decoration: none;
			padding-top:10px;

		}

/* ========= MENU BOTTOM ========= */
		#menu {
			position:absolute;
			bottom:0px;
			padding-left: 10px;
			height: 25px;
			z-index:100;

		}
		
		#menu ul {
			margin:0;
			padding:0;
			list-style-type:none;
			width:auto;
			position:relative;
			display:block;

			width:100%;
		}
	
		#menu ul li{
			display:block;
			float:left;
			margin:0;
			padding:0;
			text-align: center;
			padding: 0px 3px 10px 0;
		}
		
		#menu ul li a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight:bold;
			color:#FFF;
			text-align: center;
			text-decoration: underline;
			padding: 5px;
		}
		
		
		#menu ul li a:hover {
			}

#content {
	background:url(images/website1_13.png) repeat-y;
	position: absolute;
	top: 305px;
	width:100%;
	padding:10px;
}

	#left {
	float: left; 
	width: 216px; 
	padding: 0 10px 30px 0;
	}
	#right { 
		margin: -165px 0 40px 216px; 
		padding: 20px  20px;


	} 
	
#bottom {
	background:url(images/website1_15.jpg) no-repeat;
	width: 645px;
	height: 13px;
	position:absolute;
	bottom:0;
	left:0
}

#footer {
	position:absolute;
	bottom: -60px;
	height: 50px;
	padding: 0 0 15px 0;
	width:630px;
}


		.address {
		float: left;
		margin-left: 200px
	}
	
	.numbers {

		text-align: right;

	}
	
	#footerInfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	line-height: 14px;
	padding-top: 9px;
	width:100%;
	float:right;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}