@charset "UTF-8";
/* CSS Document */

/* @FONT FACE STYLES */

@font-face {
    font-family: 'HelveticaLight';
    src: url('../webfonts/helveticaneueltstd-lt-webfont.eot');
    src: url('../webfonts/helveticaneueltstd-lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/helveticaneueltstd-lt-webfont.woff') format('woff'),
         url('../webfonts/helveticaneueltstd-lt-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'HelveticaBold';
    src: url('../webfonts/helveticaneueltstd-bd-webfont.eot');
    src: url('../webfonts/helveticaneueltstd-bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/helveticaneueltstd-bd-webfont.woff') format('woff'),
         url('../webfonts/helveticaneueltstd-bd-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	}
	
@font-face {
    font-family: 'HelveticaHeavy';
    src: url('../webfonts/helveticaneueltstd-hv-webfont.eot');
    src: url('../webfonts/helveticaneueltstd-hv-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/helveticaneueltstd-hv-webfont.woff') format('woff'),
         url('../webfonts/helveticaneueltstd-hv-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	}
	
/* GENERAL STYLES */

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	}
.hiddentext {
	display: none;
	}
.clearall {
	clear: both;
	}	
	
h1 {
	font-family: HelveticaHeavy, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 15px;
	}
.burgundyhead {
	border-bottom: 1px solid #C40045;
	color: #C40045;
	}	
.orangehead {
	border-bottom: 1px solid #FF6600;
	color: #FF6600;
	}
.bluehead {
	border-bottom: 1px solid #0099FF;
	color: #0099FF;
	}
.redhead {
	border-bottom: 1px solid #CC0000;
	color: #CC0000;
	}
.greenhead {
	border-bottom: 1px solid #009933;
	color: #009933;
	}
.yellowhead {
	border-bottom: 1px solid #FFCC00;
	color: #FFCC00;
	}	
	
h2 {
	font-family: HelveticaHeavy, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	margin-top: 15px;
	}	
h3 {
	font-family: HelveticaLight, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
	}
h4 {
	font-family: HelveticaLight, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 15px;
	}	
p {
	font-family: HelveticaLight, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
	}			

.burgundytext {
	color: #C40045;
	}
.orangetext {
	color: #FF6600;
	}
.bluetext {
	color: #0099FF;
	}
.redtext {
	color: #CC0000;
	}
.greentext {
	color: #009933;
	}
.yellowtext {
	color: #FFCC00;
	}
	
.burgundy {
	background-color: #C40045;
	}
.orange {
	background-color: #FF6600;
	}
.blue {
	background-color: #0099FF;
	}
.red {
	background-color: #CC0000;
	}
.green {
	background-color: #009933;
	}
.yellow {
	background-color: #FFCC00;
	}		

html, body {
	background: url(../images/page_filler.gif) top left fixed;
	}
	
#pageWrapper {
	width: 964px;
	margin: 0px auto;
	padding-bottom: 20px;
	background: url(../images/page_ground.png) center top repeat-y;
	text-align: center;
	}
#pageTail {
	width: 964px;
	margin: 0px auto;
	height: 24px;
	background: url(../images/page_tail.png) center top no-repeat;
	}
#header {
	margin: 0px auto 2px auto;
	width: 900px;
	height: 126px;
	background: url(../images/360_degree_tennis_logo.jpg) top left no-repeat;
	}
#header p {
	display: none;
	}	
#header a {
	float: left;
	height: 30px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	}
#header a:hover {
	background-position: bottom left;
	}
#facebook {
	margin: 70px 0px 0px 686px;
	width: 32px;
	background-image: url(../images/facebook.png);
	text-indent:-10000px;
	}
#twitter {
	margin: 70px 0px 0px 0px;
	width: 32px;
	background-image: url(../images/twitter.png);
	text-indent: -10000px;
	}
#email360 {
	margin: 70px 0px 0px 750px;
	width: 103px;
	background-image: url(../images/email.png);
	text-indent:-10000px;
	}
#mainNav {
	display: block;
	width: 900px;
	height: 40px;
	margin: 0px auto 2px auto;
	list-style-type: none;
	text-align: left;
	font-family: HelveticaHeavy, Arial, Helvetica, sans-serif;
	}
#mainNav li  {
	display: inline;
	float: left;
	}		
#mainNav li a, #mainNav li span {
	width: 140px;
	height: 22px;
	color: #FFFFFF;
	padding: 18px 0px 0px 10px;
	text-decoration: none;
	font-size: 13px;
	text-transform: lowercase;
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	}
#mainNav li span {
	background-image: url(../images/nav_marker.png);
	background-color: #818181;
	}	
#mainNav li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-image: url(../images/nav_marker.png);
	}	
	
#twocolumns, #twocolumnsnofill {
	width: 820px;
	margin: 0px auto 23px auto;
	text-align: left;
	}
#twocolumns {
	background: url(../images/right_filler.gif) bottom right repeat-y;
	}	
#leftcolumn {
	width: 390px;
	display: block;
	}
#pageleftcolumn {
	width: 390px;
	display: block;
	}	
#tonypic {
	float: left;
	margin: 0px 20px 15px 0px;
	}
#rightcolumn {
	width: 390px;
	float: right;
	}	
#rightcolumn img {
	border-bottom: 2px solid #FFFFFF;
	}
#footbar {
	list-style-type: none;
	width: 900px;
	height: 10px;
	display: block;
	margin: 20px auto 2px auto;
	clear: both;
	}
#footbar li {
	height: 10px;
	width: 150px;
	display: block;
	float: left;
	}
#signoff {
	color: #000000;
	width: 900px;
	text-align: left;
	font-family: HelveticaLight, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 15px auto 0px auto;
	}
#signoff strong, #signoff a {
	color: #000000;
	font-family: HelveticaBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	}	
.floatright {
	float: right;
	width: 200px;
	text-align: right;
	}	
#signoff a:hover {
	color: #7CCDE3;
	}
#pageimage { 
	width: 900px;
	height: 225px;
	background-color: #818181;
	margin: 0px auto 40px auto;
	text-align: left;
	}
#datewrapper p {
	border-bottom: 1px solid #CC0000;
	}
.floatright {
	float: right;
	font-family: HelveticaHeavy, Arial, Helvetica, sans-serif;
	}
#academypanel {
	width: 390px;
	background: url(../images/360_tennis_academy.gif) top center no-repeat #CC0000;
	padding: 164px 0px 20px 0px;
	border-bottom: 2px solid #FFFFFF;
	}
#academypanel .header {
	font-family: HelveticaHeavy, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 3px 0px;
	margin: 0px 30px;
	}
#academypanel .paragraph, #academypanel .underlined {
	font-family: HelveticaLight, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 3px;
	margin: 0px 30px;
	}
#academypanel .underlined {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 3px;
	margin: 0px 30px;
	}
#academypanel a {
	font-family: HelveticaHeavy, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	width: 303px;
	height: 38px;
	display: block;
	background: url(../images/download_button.jpg) no-repeat center top;
	color: #FFFFFF;
	text-decoration: none;
	margin: 15px 23px 0px 23px;
	padding: 29px 0px 0px 41px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
#academypanel a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	}
#trainingpanel {
	width: 390px;
	background: url(../images/personal_training_box.gif) top center no-repeat #FFCC00;
	padding: 224px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	display: block;
	text-align: center;
	border-bottom: 2px solid #FFFFFF;
	}
#trainingpanel .header {
	font-family: HelveticaHeavy, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	padding: 3px 0px;
	margin: 0px 30px;
	text-transform: uppercase;
	}
#trainingpanel .paragraph, #trainingpanel .underlined {
	font-family: HelveticaLight, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-bottom: 3px;
	margin: 0px 30px;
	text-transform: uppercase;
	}
#trainingpanel .underlined {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 3px;
	margin: 0px 30px;
	}			