/*-----------------------------------------
  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: #fff url("images/standard/bg_01.jpg") top center repeat-x;
  text-align: center;
  font-size: 9pt;
  font-family: arial;
  color: #fff;
}

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

h1 {
	font-size: 16pt;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-weight: normal;
}

h2 {
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-weight: normal;
}

span.white_01 {
	color: #fff;
}
span.red_01 {
	color: red;
}

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

a.blue_01:link, a.blue_01:active, a.blue_01:visited {
  font-size: 10pt;
  color: #22323b;
  text-decoration: none;
}

a.blue_01:hover {
  font-size: 10pt;
  color: red;
  text-decoration: underline;
}

a.blue_02:link, a.blue_02:active, a.blue_02:visited {
  color: #22323b;
  text-decoration: underline;
}

a.blue_02:hover {
  color: red;
  text-decoration: underline;
}

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

div.canvas_01 {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

div.header_01 {
	position: relative;
	width: 800px;
	height: 100px;
}

div.menu_01 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 500px;
	height: 70px;
	background: #fff;
}

div.canvas_02 {
	width: 100%;
	background: #356d9a url("images/standard/bg_02.jpg") top left repeat-x;
	text-align: center;
	border-bottom: 1px solid #fff;
}

div.canvas_03 {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background: #fff url("images/standard/divider_bg_02.jpg") top right no-repeat;
}

div.left_column_01 {
	width: 800px;
	background: transparent url("images/standard/preview_bg_01.jpg") bottom right no-repeat;
}

div.left_column_02 {
	width: 800px;
	background: transparent url("images/standard/preview_bg_02.jpg") bottom right no-repeat;
}

div.right_column_01 {
	width: 500px;
	background: #21323a url("images/standard/divider_bg_01.jpg") top left no-repeat;
	margin-right: auto;
	margin-left: 1px;
	text-align: center;
	padding: 30px 0px;
}

div.right_column_02 {
  margin: 0px auto;
	width: 460px;
	text-align: left;
}

div.canvas_04 {
	width: 100%;
	height: 10px;
	background: #fff url("images/standard/divider_bg_01.gif") top left repeat-x;
}

div.divider_02 {
	width: 800px;
	height: 10px;
	background: #fff url("images/standard/divider_02.jpg") top left no-repeat;
	clear: both;
	margin: 0px auto;
}

div.footer_01 {
	width: 800px;
	margin: 0px auto;
	color: #21323a;
	font-size: 8pt;
	text-align: left;
	line-height: 30px;
}

div.title_01 {
	background: transparent url("images/standard/red_01.gif") top left repeat-y;
	padding-left: 10px;
}

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

td.left {
  text-align: left;
}

td.right {
  text-align: right;
}

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

input.input_01 {
	width: 250px;
}

textarea {
	width: 250px;
	height: 150px;
}

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

img {
  border: 0px;
}

img.logo_01 {
	display: block;
}

img.photo_01 {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}

img.photo_02 {
  padding: 0px;
}

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

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

li.main_menu_item_01 {
  display: block;
  float: left;
  line-height: 70px;
  margin-left: 0px; /* Space between menu items */
  margin-right: 0px; /* Space between menu items */
  background: transparent url("images/standard/menu/menu_item_right_01.jpg") top right no-repeat; 
  width: 100px;
  text-align: center;
}

li.main_menu_item_01:hover {
  display: block;
  float: left;
  line-height: 70px;
  margin-left: 0px; /* Space between menu items */
  margin-right: 0px; /* Space between menu items */
  background: transparent url("images/standard/menu/menu_item_right_02.jpg") top right no-repeat; 
  width: 100px;
}

li.main_menu_item_01 span {
  display: block;
  float: left;
  line-height: 70px;
  background: transparent url("images/standard/menu/menu_item_left_01.jpg") top left no-repeat;
  width: 100px;
}

li.main_menu_item_01 span:hover {
  display: block;
  float: left;
  line-height: 70px;
  background: transparent url("images/standard/menu/menu_item_left_02.jpg") top left no-repeat;
  width: 100px;
}

li.main_menu_item_01 span a {
  display: block;
  padding-right: 0px; /* Space between edge of menu items */
  padding-left: 0px; /* Space between edge of menu items */
}

li.main_menu_item_01 span:hover a {
  color: red;
  display: block;
  padding-right: 0px; /* Space between edge of menu items */
  padding-left: 0px; /* Space between edge of menu items */
}

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

ul {
	color: red;
}
