
body {
	background:#000;
	}

.mast {
	background:url(../images/mast_background_tile.jpg) top center;
	height:107px;
	}
	
.moto_tst_logo {
	padding-top:17px;
	}
	
.navigation {
	margin:0;
	padding:0;
	list-style:none;
	}
	
.navigation li {
	margin:0;
	padding:0;
	margin-right:35px;
	float:left;
	list-style:none;
	}
	
.navigation li.end {
	margin-right:0;
	}
	
.navigation li a {
	height:36px;
	display:block;
	text-indent:-9999px;
	}
	
.navigation li a.about {
	width:187px;
	background:url(../images/nav_btn_aboutMotoTST.png) left top no-repeat;
	}
	
.navigation li a.program {
	width:211px;
	background:url(../images/nav_btn_traningProgram.png) left top no-repeat;
	}
	
.navigation li a.contact {
	width:141px;
	background:url(../images/nav_btn_contactUs.png) left top no-repeat;
	}
	
.flashApp {
	/*background:url(../images/temp_flash.jpg);*/
	width:940px;
	height:395px;
	}
	
.footer {
	background:url(../images/footer_background.jpg) top center repeat-x;
	height:335px;
	}
	
.white {
	color:#FFF;
	}
	
.grey {
	color:#c0c1b3;
	}
	
.red {
	color:#ed1922;
	}
	
.bradDedonCreativeBadge {
	width:106px;
	margin:0 auto;
	margin-top:60px;
	display:block;
	}
	
	
	
	
FORM, SELECT, INPUT {
	display: inline;
	margin:5px 0 5px 0;
	padding:0;
	}

textarea {
	/*margin: auto;
	display: block;
	width: 95%;*/
	display: inline;
	margin:5px 0 5px 0;
	padding:0;
	width:300px;
	height:50px;
	}
	
label {
	width:100px;
	float:left;
	padding-top:10px;
	}

fieldset {
	padding:15px;
	border: 1px solid #cccccc;
	}

legend {
	font-weight:bold;
	padding:5px;
	color:#fff;
	}


