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


body {
	background-color: #363434;
	color: #F3D000;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0;
	}
a:link, a:visited, a:active {
	color: #F3D000;
	text-decoration: underline;
	}
a:hover {
	color: #F00;
	text-decoration: none;
	}
#container {
	width: 799px;
	margin: 0 auto;
	}
	
/* -- HEADER -- */

#header {
	background-color: #003000;
	border-bottom: 1px solid #000;
	}
#logo {
	margin: 0;
	padding: 5px 10px;
	}
#logo a {
	display: block;
	background: transparent url(../images/tonyrobertsphotography.gif) no-repeat left top;
	width: 510px;
	height: 112px;
	overflow: hidden;
	text-indent: -9999px;
	}
	
/* -- TOPNAV -- */

#topnav {
	
	}
#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100px;
	background: transparent url(../images/topnav/b1.gif) repeat-x left bottom;
	}
#topnav ul li {
	float: left;
	width: 159px;
	border-right: 1px solid #000;
	}
#topnavend {
	border-right: none !important;
	}
#topnav ul li a {
	display: block;
	float: left;
	width: 100%;
	padding: 0 0 4px 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	}
#topnav ul li a:hover {
	color: #F00;
	text-decoration: none;
	background: transparent url(../images/topnav/b2.gif) repeat-x left bottom;
	}
#home, #courses, #players, #travels, #lifestyles, #prints, #contact, #links, #stocklist {
	height: 79px;
	display: block;
	margin: 0 0 2px 0;
	}
#courses { background: transparent url(../images/topnav/courses.jpg) no-repeat center center; }
#players { background: transparent url(../images/topnav/players.jpg) no-repeat center center; }
#travels { background: transparent url(../images/topnav/travels.jpg) no-repeat center center; }
#lifestyles { background: transparent url(../images/topnav/travels.jpg) no-repeat center center; }
#prints { background: transparent url(../images/topnav/prints.jpg) no-repeat center center; }
/*aboutus*/ #contact { background: transparent url(../images/topnav/aboutus.jpg) no-repeat center bottom; }

#home { background: transparent url(../images/topnav/courses.jpg) no-repeat center center; }
#links { background: transparent url(../images/topnav/links.jpg) no-repeat center center; }
#stocklist { background: transparent url(../images/topnav/stocklist.jpg) no-repeat center center; }


/* -- DROP DOWN NAV --*/

#topnavlist li {
	position: relative;
	}
/*#topnavlist li>ul { 
	//to override top and left in browsers other than IE,
	//which will position to the top right of the containing li,
	//rather than bottom left
	top: auto;
	left: auto;
	}*/
#topnavlist li ul {
	width: 150px;
	visibility: hidden;
	position: absolute;
	top: 100px;
	left: 0;
	border: none;
	background: none;
	height: auto;
	z-index: 999;
	margin: 0;
	padding: 0;
	}
#topnavlist li ul li {
	height: auto;
	float: none;
	background: none;
	border-left: 1px solid #000;
	margin: 0;
	padding: 0;
	display: block;
	}
#topnavlist li ul li a {
	background-color: #030;
	height: 15px;
	font-size: 11px;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
	display: block;
	float: none;
	}
#topnavlist li ul li a:hover {
	
	}

#topnavlist li:hover ul,
#topnavlist li.over ul { 
	/* lists nested under hovered list items */
	visibility: visible;
	}


/* -- MAIN CONTENT -- */

#maincontent {
	padding: 20px 0;
	}
	
/* -- HOMEPAGE -- */

#homepage {
	text-align: center;
	}
#homepageimage {
	border: 20px solid #000;
	margin: 0;
	x_float: left;
	text-align:center;
	}
#homepagetxt {
	margin: 0 15px;
	text-align: left;
	}
#homepagetxt h2 {
	text-align: center;
	}
	
/* -- COURSES -- */
	
#coursesnav {
	text-align: center;
	width: 224px;
	margin: 0 10px;
	padding: 0 0 30px 0;
	background-color: #003000;
	float: left;
	}
#coursenavheader {
	padding: 10px 0;
	margin: 0 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #666;
	}
#coursesnav ul {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0;
	}
#coursesnav ul li {
	padding-bottom: 2px;
	}
#coursesnav ul li a {
	font-size: 13px;
	line-height: 18px;
	}
#coursegallery h2 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
#flashcontent {
	text-align: center;
	}
	
/* -- BIO -- */

#biotext p{
	line-height: 25px;
	}
	
/* -- FOOTER -- */
	
#footer {
	background-color: #003000;
	color: #F3D000;
	margin: 20px 0 0;
	padding: 5px 0 5px;
	text-align: center;
	font-size: 80%;
	text-transform: uppercase;
	}

