body
{
	background:#dfdcd6;
	background:#ffffff;
}

.header-background
{
	background:#252525;
	border-bottom:4px solid white;
	position:absolute;
	height:136px;
	width:100%;
	left:0px;
	z-index:-1;
}

.navigation-background
{
	background:#dfdcd6;
	position:absolute;
	height:330px;
	width:100%;
	top:136px;
	left:0px;
	z-index:-2;
}

.mini-navigation-background
{
	background:#dfdcd6;
	position:absolute;
	height:140px;
	width:100%;
	top:136px;
	left:0px;
	z-index:-2;
}

.content-background
{
	background:#ffffff;
	border-top:4px solid green;
	position:absolute;
	width:100%;
	top:468px;
	left:0px;
	z-index:-3;
}



#about-background
{
	border-top:4px solid #c02e27;
	top:276px;
}

#gallery-background
{
	border-top:4px solid grey;
	top:276px;
}

#testimonial-background
{
	border-top:4px solid #c53b43;
	top:276px;
}

#presentations-background
{
	border-top:4px solid #c9a342;
	top:276px;
}

#training-background
{
	border-top:4px solid #51ae4e;
	top:276px;
}

#book-a-session-background
{
	border-top:4px solid #ae5dc5;
	top:276px;
}

.header
{
	height:136px;
}


#logo
{
	font-size:20px;
	height:81px;
	margin:0; padding:0;
	position:relative;
	top:28px;
	width:249px;
	height:81px;
	overflow:hidden;
}

#logo a {
	display:block;
	width:249px;
	height:81px;
	background:url('/img/logo.gif') top left no-repeat;
	text-indent:-9999px;
}

.header h2
{
	font-family:veranda;
	color:#777777;
	line-height:1em;
	margin-top:78px;
}

.navigation
{
	display:block;
	height:130px;
	list-style:none;
	margin:0;
	margin-top:20px;
	padding:0;
}

.home-nav {height:330px;}

.navigation li
{
	display:inline;
	height:143px;
	margin:0;
	padding:0;
	width:212px;
}

#quote
{
	font-weight:bold;
	color:#777;
	line-height:25px;
	margin-top:60px;
}

.content
{
	background:#fff url('/img/introduction-background.gif') no-repeat top left;
	margin-top:10px;
}

.content h1
{
	color:#f8f8f8;
	margin:7px 0 40px 10px;
}

.content p
{
	color:#777;
	line-height:25px;
	padding:2px;
	margin:8px 0 20px 0;
}

.content a
{
	font-weight:bold;
	color:#2f75d0;
	text-decoration:none;
}

.content dl{background:rgb(227, 241, 244); padding:30px 36px;}
.content dt{font-size:18px;}
.content dd{font-size:16px; margin-bottom:9px;}

.testimonial
{
	clear:right;
	margin-top:30px;
}
.testimonial h6
{
	margin-top:30px;
}

.testimonial p
{
	text-indent:10px;
}

.testimonial .signature
{
	float:right;
	margin-bottom:40px;
	text-align:right;
	color:#333;
	font-weight:bold;
}

#right-ad
{
	margin:100px 0 40px 20px;
	border:4px solid #ccc;
	width:328px;
	min-height:285px;
}

#about-me-bike
{
	border:4px solid #ccc;
	margin:100px 0 40px 20px;
}

.gallery
{
	margin-bottom:30px;
}

.gallery ul
{
	list-style:none;
	
}

.gallery li 
{
	float:left;
	padding:10px;
	margin-left:0;
}

.gallery li img
{
	height:150px;
	border:4px solid #ccc;
}

.aside {
	float:right;
	width:320px;
	margin:100px 18px 0 0;
}

.aside img.promo-shot{
	margin-bottom:18px;
	border:1px solid #ddd;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 2px 2px 4px;
    -moz-box-shadow:rgba(0, 0, 0, 0.1) 2px 2px 4px;
	
}

.aside p {
	font-size:11px;
	line-height:15px;
}

.contact-button {
	background:#999;
	border:1px solid #ddd;
	color:#eee;
	display:block;
	font-size:16px;
	height:70px;
	line-height:24px;
	margin-left:36px;
	padding-top:18px;
	text-align:center;
	text-decoration:none;
	width:240px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 2px 2px 4px;
    -moz-box-shadow:rgba(0, 0, 0, 0.1) 2px 2px 4px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-shadow:0 1px 4px #111;
}

.contact-button:hover {
	text-shadow:0 0 0 #111;
	color:#fff;
}

/* FORMS
~~~~~~~~~~~~~~~~~~~~~~~~ */
fieldset {      
  position:relative;      
  float:left;      
  clear:both;      
  width:100%;      
  margin:0 0 -1em 0;      
  padding:0 0 1em 0;      
  border-style:none;      
  border-top:1px solid #BFBAB0;      
  background:rgb(227, 241, 244);    
}

legend {      
  padding:0;      
  color:#545351;      
  font-weight:bold;    
}

legend span {      
  position:absolute;      
  left:0.74em;      
  top:0;      
  margin-top:0.5em;      
  font-size:135%;    
}

fieldset ol {      
  padding:3.5em 1em 0 1em;      
  list-style:none;    
}

fieldset li {    
  float:left;    
  clear:left;    
  width:100%;    
  padding-bottom:1em;  
} 

fieldset.submit {      
  float:none;      
  width:auto;      
  padding-top:1.5em;      
  padding-left:14.5em;      
  background-color:#FFFFFF;    
}

label {    
  float:left;    
  width:10em;    
  margin-right:1em;    
  text-align:right;  
}

input, textarea {width:200px;}
