@charset "utf-8";
/* CSS Document */
* {
	margin: 0px 0px;
}
/* Headings */

h1 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	margin:20px;
}
h2 {
	font: 16px, Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	margin: 10px;
	padding-left: 50px;
	padding-top: 10px;
}
h3 {
	font: 18px, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 20px;
}

/* text and links */

body {
	background: #fff;
	text-align: center;
}
p {
	margin: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color:#000000;
}

a {
	text-decoration: none;
}
a img {
	border: 0;
}
a:hover {
	border: 0;
}
a:hover img {
	border: 0;
}
a:visited {
	border: 0;
}
a:visited img{
	border: 0;
}



/* Images */
.left {
	text-align: left;
}
.right{
	text-align:right;
}
.nobullet {
	list-style-type: none;
	padding-left: 10px;
}
.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}
.green {
	color: #33FF33;
}
.pink {
	color: #FF33FF;
}
.orange {
	color: #FF6600;
}
.large {
	font-size: 18px;
}
.white{
	color:#FFFFFF;
}
.pink {
color:#FF00FF;
}
.yellow {
color:#FFFF00;
}
.small{
	font-size:10px;
}
.miniborder {
	border:3px solid #333333;
	}


/* Dividers */
#overall {
	margin: auto auto;
	width:960px;
	text-align:left;
}

#header {
	height:250px;
	padding:5px 0px 0px 5px;
	text-align:left;
	background:url(Images/indexheader.jpg);
}
#homepage {
	width:700px;
	height:700px;
	float:left;
}
#homepage img {
border: 3px #333333 solid;
}
#homepage li {
	margin: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:1px;
}
#maintext {
	width:450px;
	height:700px;
	float:left;
}
#photos {
	width:250px;
	height: 700px;
	float:left;
}
#container {
	width:700px;
	height:700px;
	float:left;
}
#navigation {
	width:260px;
	height:700px;
	background:url(Images/navigationline.jpg);
	float:left;
}
#navigation ul {
margin:0;
padding:0;
list-style-type:none;
width:250px;
height:700px;
position:relative;
top:50px;
}
#navigation li {
list-style-type:none;
display:block;
float:left;
}
#navigation li a {
text-decoration: none;
}
#navigation .blank{
width:200px;
height:50px;
margin:5px 1px;
}

#navigation a.navbar span {
position:absolute;
width:0px;
height:0px;
left:250px;
top:3px;
overflow:hidden;
}
#navigation a.navbar, #navigation a.navbar:visited {
display:block;
color:#333333;
text-decoration:none;
margin:5px 1px;
text-align:left;
text-indent:65px;
font-size:18px;
}
#navigation a.navbar:hover span{
position:absolute;
width:710px;
height:500px;
left:250px;
top:3px;
color:#FFFFFF;
text-indent:0px;
}
#navigation a.phd {
background:url(Images/navigation/tn%20phd.jpg);
height:50px;
width:200px;
}
#navigation a.redb:hover span {
border-right:3px solid #FF0000;
border-top:3px solid #FF0000;
}
#navigation a.sportsdesign {
background:url(Images/navigation/tn%20sportsdesign.jpg);
height:50px;
width:200px;
}
#navigation a.greenb:hover span {
border-right:3px solid #00FF00;
border-top:3px solid #00FF00;
}
#navigation a.websitedesign {
background:url(Images/navigation/tn%20websitedesign.jpg);
height:50px;
width:200px;
}
#navigation a.blueb:hover span {
border-right:3px solid #0000FF;
border-top:3px solid #0000FF;
}
#navigation a.jewellerydesign {
background:url(Images/navigation/tn%20jewellerydesign.jpg);
height:50px;
width:200px;
}
#navigation a.pinkb:hover span {
border-right:3px solid #FF00FF;
border-top:3px solid #FF00FF;
}
#navigation a.business {
background:url(Images/navigation/tn%20business.jpg);
height:50px;
width:200px;
}
#navigation a.yellowb:hover span {
border-right:3px solid #FFFF00;
border-top:3px solid #FFFF00;
}
#navigation a.golf {
background:url(Images/navigation/tn%20golf.jpg);
height:50px;
width:200px;
}
#navigation a.purpleb:hover span {
border-right:3px solid #9900CC;
border-top:3px solid #9900CC;
}
#navigation a.contactme {
background:url(Images/navigation/tn%20contactme.jpg);
height:50px;
width:200px;
}
#navigation a.bikefitting {
background:url(Images/navigation/tn%20bikefitting.jpg);
height:50px;
width:200px;
}
#navigation a.lightblueb:hover span {
border-right:3px solid #00CCFF;
border-top:3px solid #00CCFF;
}
#navigation a.phd {
background:url(Images/navigation/tn%20phd.jpg);
height:50px;
width:200px;
}


