* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: arial,sans-serif;
}

body {
	color: #969494;
}

.clearer {
	clear: both;
}

.center {
	text-align: center;
}

.padded {
	padding: 4px;
}

.black {
	color: #000;
}

.white {
	color: #fff;
}

.gray {
	color: #969494;
}

#container {
	width: 702px;
	margin: 0px auto;
	padding-top: 10px;
	position: relative;
}

#top_menu {
	height: 30px;
	position: relative;
}

.logo {
	background: url("../images/logo.png") no-repeat 5px center;
	height: 30px;
	width: 260px;
	position: absolute;
	top: 0px;
	left: 0px;
}


.green_bg {	
	background: url("../images/green_bg.gif") no-repeat left top;
}

.light_green_bg {	
	background: url("../images/light_green_bg.gif") no-repeat left top;
}

.blue_bg {	
	background: url("../images/blue_bg.gif") no-repeat left top;
}

.dark_blue_bg {	
	background: url("../images/dark_blue_bg.gif") no-repeat left top;
}

.orange_bg {	
	background: url("../images/orange_bg.gif") no-repeat left top;
}

.red_bg {	
	background: url("../images/red_bg.gif") no-repeat left top;
}

#menu {
	position: absolute;
	top: 6px;
	left: 250px;
}

#menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}

#menu a:hover {
	color: #000;
}

#banner_image {
	position: relative;
	width: 698px;
	height: 218px;
	margin: 0px auto;
	margin-top: 17px;
	border-bottom: solid 1px #969494;
}

.truck1 {
	background: url("../images/truck1.gif") no-repeat left top;
	width: 294px;
	height: 192px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.truck2 {
	background: url("../images/truck2.gif") no-repeat left top;
	width: 408px;
	height: 220px;
	position: absolute;
	right: -50px;
	bottom: -27px;
}

.truck3 {
	background: url("../images/truck3.gif") no-repeat left top;
	width: 347px;
	height: 142px;
	position: absolute;
	right: -50px;
	bottom: -10px;
}

#main_content {
	width: 698px;
	margin: 8px auto;
}

.content {
	width: 505px;
	float: left;
}

.right_bar {
	width: 188px;
	float: right;
}

.box {
	background: url("../images/box_bg.gif") repeat-y left top;
	width: 188px;
	margin-bottom: 10px;
}

.top_round {
	background: url("../images/top_round.gif") no-repeat left top;
	height: 7px;
	font-size: 0px;
}

.bottom_round {
	background: url("../images/bottom_round.gif") no-repeat left top;
	height: 7px;
	font-size: 0px;
}

.box_content {
	padding: 0px 5px;
}

.text_label {
	display: block;
	float: left;
	width: 35px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	line-height: 16px;
	height: 16px;
	margin-bottom: 3px;
}

.input_text  {
	width: 130px;
	border: solid 1px #969494;
	margin-bottom: 3px;
	float: right;
	height: 18px;
}

.input_text_mini {
	width: 50px;
	border: solid 1px #969494;
	margin-bottom: 3px;
	margin-left: 11px;
	float: left;
	height: 18px;
}

.select {
	float: right;
	width: 70px;
}

.blue_header {
	color: #8895aa;
	font-size: 12px;
}

.two_columns {
	padding-left: 90px;
}

.mini_column {
	width: 150px;
	float: left;
}

.center_footer {
	text-align: center;
	margin-top: 60px;
	color: #000;
}

.center_footer a {
	color: #000;
	text-decoration: none;
}

.column_box {
	width: 159px;
	height: 240px;
	overflow: hidden;
	float: left;
	background: url("../images/box_column_bg.gif") repeat-y right top;
	margin-left: 3px;
}

.box_col {
	margin: 0px 4px 0px 0px;
	height: 215px;
	text-align: center;
	position: relative;
	padding-top: 3px;
}

.column_title {
	font-size: 18px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-bottom:15px;
	text-align: center;
	width: 155px;
}

.gray_column {
	background: #dbdffc;
}

.red_column {
	background: #c91010;
}

.blue_column {
	background: #1918a4;
}

.black_column {
	background: #000;
}

.light_green_column {
	background: #80e080;
}