/*-----------------------------------------
  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;
  background: #fffbc2 url("../images/standard/bg-01.jpg") top left repeat-x;
  text-align: center;
  font-size: 10pt;
  font-family: arial;
}

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

h1 {
	color: #e30435;
	font-weight: bold;
	font-size: 24pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	padding: 0px;
	margin: 0px;
}

span.red_01 {
	color: #e30435;
	font-weight: bold;
	font-size: 41pt;
}

span.red_02 {
	color: #e30435;
	font-weight: bold;
	font-size: 14pt;
}

span.green_01 {
	color: #00663f;
	font-weight: bold;
	font-size: 	16pt;
}

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

a:link, a:active, a:visited {
	color: #00663f;
	text-decoration: none;
}

a:hover {
	color: #00663f;
	text-decoration: underline;
}

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

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

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

div.canvas_01 {
	width: 600px;
	height: 750px;
	margin: 0px auto;
	border: 3px solid #222;
	background: #fff url("../images/standard/footer-01.gif") bottom left no-repeat;
	text-align: left;
}

div.canvas_02 {
	width: 600px;
	height: 750px;
	background: transparent url("../images/standard/banner-01.jpg") top right no-repeat;
}

div.canvas_03 {
	width: 600px;
	padding: 10px 0px 110px 0px;
	margin: 0px auto;
	border: 3px solid #222;
	background: #fff url("../images/standard/footer-01.gif") bottom left no-repeat;
	text-align: left;
}

div.canvas_05 {
	width: 600px;
	padding: 10px 0px 60px 0px;
	margin: 0px auto;
	border: 3px solid #222;
	background: #fff url("../images/standard/footer-02.gif") bottom left no-repeat;
	text-align: left;
}

div.canvas_04 {
	width: 945px;
	padding: 10px 0px 20px 0px;
	margin: 0px auto;
	border: 3px solid #222;
	background: #fff;
	text-align: left;
}

div.menu_01 {
	width: 600px;
	height: 30px;
	background: #0eb05c;
	margin: 0px auto;
	border: 3px solid #222;
	border-bottom: 0px;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 12pt;
	line-height: 30px;
}

div.menu_02 {
	width: 600px;
	height: 30px;
	background: #0eb05c;
	margin: 0px auto;
	border: 3px solid #222;
	border-top: 0px;
	text-align: center;
	color: #fff;
	font-size: 12pt;
	line-height: 30px;
}

div.menu_03 {
	width: 600px;
	height: 30px;
	background: #0eb05c;
	margin: 0px auto;
	border: 3px solid #222;
	border-bottom: 0px;
	text-align: center;
	color: #fff;
	font-size: 12pt;
	line-height: 30px;
}

div.shadow_01 {
	width: 600px;
	height: 20px;
	background: transparent url("../images/standard/shadow-01.jpg") top left no-repeat;
	margin: 0px auto;
}

div.content_01 {
	position: relative;
	width: 580px;
	height: 740px;
	padding-top: 10px;
	margin: 0px auto;
	text-align: left;
}

div.content_02 {
	width: 580px;
	margin: 0px 10px;
}

div.content_03 {
	width: 925px;
	margin: 0px 10px;
}

div.textarea_01 {
	position: absolute;
	top: 185px;
	left: 0px;
	width: 370px;
	background: transparent;
}

div.footerarea_01 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 580px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 12pt;
}

div.stats {
	float: left;
	width: 180px;
}

div.chart {
	float: right;
	width: 380px;
}

div.killallfloats {
	clear: both;
}

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

table.trucks {
	width: 100%;
}

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

table.chart {
	width: 100%;
}

table.chart th {
	background: #eee;
}

table.legend {
	padding-left: 20px;
}

table td, table th {
  font-size: 10pt;
  text-align: left;
}

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



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

img {
	border: 0px;
}

table.trucks img {
	display: block;
}

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



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



