/*-----------------------------------------
  Website:
  Creator:
  Last Modified:
  
  1. General
  2. Text, headers
  3. Links
  4. Areas, Divs
  5. Tables
  6. Forms
  7. Images
  8. Menus
  9. Lists
-----------------------------------------*/



/*-----------------------------------------
  1. General, main
-----------------------------------------*/

body {
  padding: 0px;
  margin: 0px;
  text-align: center;
  background: #555 url("../assets/images/standard/bg_01.jpg") top left repeat-x;
  font-size: 9pt;
  color: #444;
  font-family: arial;
}

.red-color {
	color: red;
}

.green-color {
	color: green;
}

/*-----------------------------------------
  2. Text, headers
-----------------------------------------*/

span.small_01 {
  font-size: 7pt;
}

span.red_01 {
  color: #aa242a;
  font-weight: bold;
}

span.red_02 {
  color: #aa242a;
  font-weight: bold;
  font-size: 12pt;
}

p {
	margin: 10px 0px;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a.grey_01:link, a.grey_01:active, a.grey_01:visited {
  color: #444;
  text-decoration: none;
}

a.grey_01:hover {
  color: #444;
  text-decoration: underline;
}

a.grey_02:link, a.grey_02:active, a.grey_02:visited {
  color: #999;
  text-decoration: none;
}

a.grey_02:hover {
  color: #999;
  text-decoration: underline;
}

a.white_01:link, a.white_01:active, a.white_01:visited {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

a.white_01:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

a.red_01:link, a.red_01:active, a.red_01:visited {
  color: #974346;
  text-decoration: none;
}

a.red_01:hover {
  color: #974346;
  text-decoration: underline;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

div.canvas_01 {
  width: 800px;
  margin: 0px auto;
  margin-top: 30px;
  text-align: left;
  background: #fff;
}

div.canvas_top_01 {
  width: 800px;
  height: 20px;
  background: #fff url("../assets/images/standard/canvas_top_01.jpg") top left no-repeat;
}

div.canvas_bottom_01 {
  width: 800px;
  height: 9px;
  background: #fff url("../assets/images/standard/canvas_bottom_01.jpg") top left no-repeat;
}

div.header_01 {
  width: 800px;
  height: 42px;
}

div.logo_01 {
  float: left;
  width: 250px;
  height: 42px;
}

div.header_right_01 {
  float: right;
  width: 550px;
  height: 42px;
}

div.banner_top_01 {
  width: 800px;
  height: 22px;
  margin-top: 15px;
  background: #fff url("../assets/images/standard/banner_top_01.jpg") top left no-repeat;
}

div.menu_01 {
  width: 800px;
  height: 30px;
  background: #b2262b url("../assets/images/standard/menu_bg_01.jpg") top left no-repeat;
}

div.banner_01 {
  width: 800px;
  height: 175px;
  background: #fff url("../assets/images/banners/banner_plane_01.jpg") top left no-repeat;
}

div.banner_02 {
  width: 800px;
  height: 175px;
  background: #fff url("../assets/images/banners/banner_truck_01.jpg") top left no-repeat;
}

div.banner_03 {
  width: 800px;
  height: 175px;
  background: #fff url("../assets/images/banners/banner_team_01.jpg") top left no-repeat;
}

div.banner_04 {
  width: 800px;
  height: 175px;
  background: #fff url("../assets/images/banners/banner_removals_01.jpg") top left no-repeat;
}

div.content_01 {
  width: 790px;
  margin-top: 5px;
  margin-left: 5px;
  line-height: 18px;
}

div.small_column_fixed_01 {
  width: 260px;
  height: 310px;
}

div.left_column_01 {
  float: left;
  text-align: justify;
  width: 260px;
  background: #fff url("../assets/images/standard/small_column_bg_01.jpg") top left repeat-y;
}

div.middle_column_01 {
  float: left;
  text-align: justify;
  width: 260px;
  margin-left: 5px;
  background: #fff url("../assets/images/standard/small_column_bg_01.jpg") top left repeat-y;
}

div.right_column_01 {
  float: left;
  text-align: justify;
  width: 260px;
  margin-left: 5px;
  background: #fff url("../assets/images/standard/small_column_bg_01.jpg") top left repeat-y;
}

div.killallfloats {
  clear: both;
}

div.text_buffer_01 {
  padding: 5px 10px;
}

div.footer_01 {
  margin: 0px auto;
  text-align: left;
  width: 790px;
  color: #999;
  font-size: 8pt;
  line-height: 20px;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table.header_01 {
  width: 100%;
}

table.header_01 td {
  text-align: center;
  font-size: 9pt;
  padding-top: 13px;
  width: 24%;
}

table.quote_01 td {
  padding-right: 10px;
  width: 300px;
}

table.contact_01 td {
  vertical-align: top;
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/

input {
  width: 100%;
}

input.submit_01 {
  width: auto;
}

textarea {
  width: 100%;
}

input.standard {
	display: block;
	width: 200px;
}

text-area.standard {
	display: block;
	width: 200px;
}

input.submit-02 {
	display: block;
	width: 100px;
}

/*-----------------------------------------
  7. Images
-----------------------------------------*/

img.logo_01 {
  padding-left: 20px;
}

img#relocation-flyer {
	float: right;
	margin: 10px 0px 10px 20px;
}

/*-----------------------------------------
  8. Menus
-----------------------------------------*/

ul.main_menu_01 {
  padding: 0px;
  margin: 0px 0px 0px 7px;
}

li.main_menu_item_01 {
  list-style-type: none;
  display: inline;
  line-height: 30px;
  padding: 0px 16px 0px 10px;
  margin: 0px 0px;
  color: #fff;
  font-size: 12px;
  border-right: 1px solid #fff;
}
li.menu-far-right {
  border-right: none;
  padding: 0px 0px 0px 10px;
}

/*-----------------------------------------
  9. Lists
-----------------------------------------*/


