/*-----------------------------------------
  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: #fff;
  font-size: 9pt;
  font-family: tahoma, helvetica, arial;
  color: #222;
}

iframe {
	border: 0px;
}

hr {
	background-color: #ccc;
	border:0 none;
	color:#ccc;
	height:1px;
}

/*-----------------------------------------
  2. Text, headers
-----------------------------------------*/

h1 {
	color: #3fb9bd;
	font-size: 14pt;
	font-weight: normal;
}

h2 {
	color: #3fb9bd;
	font-size: 12pt;
	font-weight: normal;
}

span.white_01 {
	color: #fff;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
	color: #3fb9bd;
	text-decoration: none;
}

a:hover {
	color: #3fb9bd;
	text-decoration: underline;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

div.canvas_01 {
	width: 770px;
	margin: 0px auto;
	text-align: left;
}

div.header_wrapper_01 {
	display: none;
	position: relative;
	width: 770px;
	height: 238px;
	background: #666;
}

div.logo_01 {
	position: absolute;
	top: 100px;
	left: 40px;
	width: 245px;
	height: 107px;
	background: transparent url("../images/standard/logo_01.gif") top left no-repeat;
}

div.phrase_01 {
	position: absolute;
	top: 12px;
	left: 40px;	
	width: 220px;
}

div.quotes_01 {
	position: absolute;
	top: 0px;
	left: 283px;	
	width: 182px;
	height: 238px;
}

div.page_images_01 {
	position: absolute;
	top: 0px;
	left: 465px;	
	width: 305px;
	height: 238px;
}

div.menu_01 {
	display: none;
	width: 770px;
	height: 40px;
	background: #ccc;
}

div.content_wrapper_01 {
	width: 770px;
}

div.left_column_01 {
	float: left;
	width: 640px;
	margin: 10px;
}

div.right_column_01 {
	display: none;
	float: right;
	width: 310px;
	height: 500px;
	margin: 10px;
	margin-right: 0px;
	background: transparent url("../images/standard/right_column_01.jpg") top right no-repeat;
}

div.killthefloats {
	clear: both;
}

div.footer_wrapper_01 {
	width: 770px;
	border-top: 1px solid #ccc;
}

div.footer_01 {
	margin: 10px;
	font-size: 8pt;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table.table_01 {
	border-collapse: collapse;
}

table.table_01 td {
	vertical-align: top;
	padding: 5px 0px;
	margin: 0px;
}

table.testimonials_01 td {
	vertical-align: top;
	padding-bottom: 10px;
}

table.testimonials_01 th {
	color: #3fb9bd;
	width: 130px;
	vertical-align: top;
	font-weight: normal;
	padding-bottom: 10px;
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/



/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div.menu_01 img {
	display: inline;
	float: left;
}

/*-----------------------------------------
  8. Menus
-----------------------------------------*/



/*-----------------------------------------
  9. Lists
-----------------------------------------*/


