/* CSS for tynetennis.co.uk */
html, body {    
   height: 100%; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.06%;
	background-color: #FFF;
	background-image: url(images/fade2.png);
	text-align: center;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background-repeat: repeat-x;
	}
	
img {
	border: 0;
}
	
p {
	line-height: 1.2em;
}
	
div.wrapper {
	min-height: 100%;  
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

h2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-indent: 22px;
	font-weight: bold;
	margin: 0;
	margin-top: 12px;
	padding: 0;
}

#header {
	width: 800px;
	height: 208px;
	background: url(images/header.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}


#tagline {
	position: absolute;
	top: 40px;
	left: 339px;
	width: auto;
	margin: 0;
}

#tagline p {
	color: #B4C710;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.3em;
	text-align: left;
}

.highlight {
	color: #EEE ;
	font-size: 21px;
	font-weight: bold;
}

#description {
	width: 318px;
	height: 49px;
	background-image: url(images/navbar.png);
	position: absolute;
	top: 162px;
	left: 0px;
	text-align: left;
}

#navigation {
	position: absolute;
	top: 162px;
	left: 318px;
	background-image: url(images/navbar.png);
	width: 482px;
	height: 49px;
	text-align: left;
	
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 2px;
}

#navigation li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	line-height: 45px;
	padding: 0px 25px 0px 22px;
}

#navigation a:link {
	text-decoration: none;
	color: #FFF;
}


#navigation a:visited {
	text-decoration: none;
	color: #FFF;
}

#navigation a:hover {
	text-decoration: underline;
	color: #000;
}

#navigation a:active {
	text-decoration: underline;
	color: #000;
}

h3 {
	padding-top: 15px;
	font-size: 17px;
	color: #1297B3;
	margin-bottom: 5px;
}

h3.top {
	color: #000;
	padding-top: 0;
	padding-top: 12px;
	
}

h3.red {
	color: #E00;
	padding-top: 0;
}

h3.orange {
	color: #F60;
}

h3.green {
	color: #0B0;
}

#about {
	height: 420px;
	width: 482px;
	position: absolute;
	top: 211px;
	left: 318px;
	padding: 0;
	margin: 0;
	background: url(images/fade1.png) repeat-x;
	background-color: #FFF;
	text-align: center;
}

#about img {
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0;
}

#about h3 {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-left: 22px;
	margin-bottom: 0px;
	right: -22px;
	text-align: left;
}

#about p {
	font-size: 0.80em;
	width: 435px;
	text-align: left;
	margin: 0;
	margin-top: 5px;
	margin-left: 22px;
	padding: 0;
}

#left {
	position: absolute;
	top: 211px;
	left: 0px;
	background-color: #191919;
	width: 318px;
	height: 450px;
	text-align: center;
}

#left img {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 22px;

}

#leftcoach {
	position: absolute;
	top: 211px;
	left: 0px;
	background-color: #c0dee8;
	width: 318px;
	height: 450px;
	text-align: left;
	padding: 0;
	margin: 0;
}

#leftclub {
	position: absolute;
	top: 211px;
	left: 0px;
	background-color: #c0dee8;
	width: 318px;
	height: 785px;
	text-align: left;
	padding: 0;
	margin: 0;
}


#news {
	width: 318px;
	height: 49px;
	position: absolute;
	top: 205px;
	left: 0px;
	background-image: url(images/navbar.png);
	text-align: left;
}	

#news p {
	color: #FFF;
	font-size: 0.8em;
	margin: 22px;
	margin-top: 22px;
	margin-bottom: 0;
	margin-left: 0;
}

#news a {
	color: #FFF;
	text-decoration: none;
}

#news a:visited {
	text-decoration: none;
	color: #555;
}

#news a:hover {
	text-decoration: underline;   
	color: #b4c710;
}

#courses {
	height: 420px;
	width: 756px;
	position: absolute;
	top: 211px;
	left: 0px;
	background: url(images/fade1.png) repeat-x;
	background-color: #FFF;
	padding: 22px;
	padding-top: 0px;
}

#courses p {
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
}

#youarehere p {
	text-align: left;
	font-size: 11px;
	margin-top: 10px;
}

#youarehere a:link {
	text-decoration: none;
	color: #00D;
}

#youarehere a:visited {
	text-decoration: none;
	color: #00D;
}

#youarehere a:hover {
	text-decoration: underline;
	color: #00D;
}

#youarehere a:active {
	text-decoration: none ;
	color: #00D;
}

table { 
	width: 750px;
	border-collapse: collapse;
	border: 1px solid black;
	font-size: 11px;
	text-align: left;
	padding: 0;
	margin: 0;
}

td {
	border: 1px solid black;
	padding: 0.4em;
	padding-left: 0.5em;
}

th {
	color: #FFF;
	background-color: #1297b3;
	border: solid black 1px;
	padding: 0.4em;
	margin-top: 0;
}

td.paypal {
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	margin: 0;
}

table.redcourses th {
	background-color: #E00;
}

table.orangecourses th {
	background-color: #F60;
}

table.greencourses th {
	background-color: #0B0;
}

/* CSS for coach images */

#details {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	width: 318px;
	color: #191919;
}

#details img {
	float: left;
	margin: 0;
	margin-right: 15px;
	margin-left: 22px;
}

#details p { 
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}

#newsitem {
	margin: 0;
	margin-top: 30px;
}
	
.newstitle {
	color: #b4c710;
	font-weight: bold;
}

#gateshead {
	position: absolute;
	top: 65px;
	left: 25px;
	width: 340px;
	height: 350px;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 10px;
	background: url(images/garea.jpg) no-repeat;
}

#gateshead ul {
	list-style: disc;
	text-decoration: none;
	margin: 0;
	padding: 0;
	padding-top: 130px;
	padding-left: 25px;
	color: #191919;
}

#gateshead li {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

#gateshead a:link {
	text-decoration: underline;
	color: #191919;
}

#gateshead a:visited {
	text-decoration: underline;
	color: #191919;
}

#gateshead a:hover {
	text-decoration: none;
	color: #EEE
}

#gateshead a:active {
	text-decoration: underline;
	color: #191919;
}

#south {
	position: absolute;
	top: 65px;
	left: 390px;
	width: 340px;
	height: 350px;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 10px;
	background: url(images/starea.jpg) no-repeat;
}

#south ul {
	list-style: disc;
	text-decoration: none;
	margin: 0;
	padding: 0;
	padding-top: 130px;
	padding-left: 25px;
	color: #191919;
}

#south li {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

#south a:link {
	text-decoration: underline;
	color: #191919;
}

#south a:visited {
	text-decoration: underline;
	color: #191919;
}

#south a:hover {
	text-decoration: none;
	color: #EEE
}

#south a:active {
	text-decoration: underline;
	color: #191919;
}

#courses p.notes {
	text-align: left;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 2px;
}

#formcont {
	height: 420px;
	width: 756px;
	position: absolute;
	top: 211px;
	left: 0px;
	background: url(images/fade1.png) repeat-x;
	background-color: #FFF;
	padding: 22px;
	padding-top: 15px;
}

#tweet {
	margin: 0;
	margin-top: 30px;
}

/* CSS for INDEX FOOTER */

#indexfooter {
	padding: 0;
	margin: 0;
	width: 800px;
	height: 30px;
	background-color: #191919;
	position: absolute;
	top: 995px;
	color: #FFF;
	font-size: 0.6em;
}

#indexfooter p {
	margin: 0;
	padding: 0;
	padding-top:10px;
	margin-left: 22px;
	text-align: left;
}

#indexfooter a:link {
	text-decoration: underline;
	color: #EEE;
}

#indexfooter a:visited {
	text-decoration: underline;
	color: #EEE;
}

#indexfooter a:hover {
	text-decoration: none;
	color: #E00
}

/* CSS for COURSE FOOTER */

#coursefooter {
	padding: 0;
	margin: 0;
	width: 800px;
	height: 30px;
	background-color: #191919;
	position: absolute;
	top: 675px;
	color: #FFF;
	font-size: 0.6em;
}

#coursefooter p {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-left: 22px;
	text-align: left;
}

#coursefooter a:link {
	text-decoration: underline;
	color: #EEE;
}

#coursefooter a:visited {
	text-decoration: underline;
	color: #EEE;
}

#coursefooter a:hover {
	text-decoration: none;
	color: #E00
}

/* CSS for COACH FOOTER */

#coachfooter {
	padding: 0;
	margin: 0;
	width: 800px;
	height: 30px;
	background-color: #191919;
	position: absolute;
	top: 675px;
	color: #FFF;
	font-size: 0.6em;
}

#coachfooter p {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-left: 22px;
	text-align: left;
}

#coachfooter a:link {
	text-decoration: underline;
	color: #EEE;
}

#coachfooter a:visited {
	text-decoration: underline;
	color: #EEE;
}

#coachfooter a:hover {
	text-decoration: none;
	color: #E00
}

/* CSS for CONTACT FOOTER */

#contactfooter {
	padding: 0;
	margin: 0;
	width: 800px;
	height: 30px;
	background-color: #191919;
	position: absolute;
	top: 675px;
	color: #FFF;
	font-size: 0.6em;
}

#contactfooter p {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-left: 22px;
	text-align: left;
}

#contactfooter a:link {
	text-decoration: underline;
	color: #EEE;
}

#contactfooter a:visited {
	text-decoration: underline;
	color: #EEE;
}

#contactfooter a:hover {
	text-decoration: none;
	color: #E00
}

#tweet img {
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 0;
}