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

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	text-decoration: none;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:hover {
	color: #0CF;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
html {
	background: #E5E8E8 ; 
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	width: 1000px;
	margin: 0 auto;
	padding: 0 50px;
	text-align:left;
	position: relative;
	
}
td {
	width:73px;
	text-align:center;
}
nav ul, ul.menu {
	list-style: none;
}

/* layout styles */
header#mainHeader {
	height: 185px;
	background: #FFF;
}

/* layout styles */
header#mainHeader {
	height: 185px;
	background: url(images/gyorgy.png) no-repeat left top;
	background-color:#FFF;
	
}
section#mainContent {
	float: left;
	width: 1000px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 2em;
	/*border:#09F solid thin;*/
	margin-top:0px;
	background: #FFF;
}
section#mainContentBio {
	float: left;
	width: 980px;
	padding-left: 20px;
	margin-bottom: 2em;
	/*border:#09F solid thin;*/
	margin-top:0px;
	background: #FFF;
}
#enlargement{ 
	position: relative; 
	visibility: hidden; 
	margin: 5px auto 5px auto;
	width: 900px;
	height: auto;
	top: 0px;
	/*background-color: #000;*/
	z-index:0;
	/*border: #009  solid;*/

}
header table#thumbNails {
	width: 1100px;
	background: #fff;
	position: absolute;
	left: 50px;
	top: 80px;
	/*border:#09F solid thin;*/
}
header table#thumbNails td {
	text-align:center;
}
footer#pageFooter {
	clear: both;
	overflow: auto;
}

header#mainHeader h1 span {
	position: absolute;
	left: -2000em;
}
/*-------------NAV---------------*/
header#mainHeader nav {
	position: absolute;
	left: 450px;
	top: 16px;
	padding-top: 15px;
		
}

/*-------------UNORDERED LIST MENU---------------*/
header#mainHeader ul {
	float: left;
	
}
header#mainHeader ul li {
	float: left;
	clear:right;
}
header#mainHeader ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000;
	padding: 0 5px;
	text-decoration: none;
}
header#mainHeader ul li a:last-child{
	border: none;
}
header#mainHeader ul li a.current {
	color: #000;
}
header#mainHeader ul li a:hover {
	color: #09F;
}
/*-------------LIST END---------------*/

article#riderReviews {
	float: left;
	clear: right;
	width: 450px;
	margin-bottom: 0;
}
/*-------------FOOTER STYLES---------------*/
footer#pageFooter {
	
	padding: 0em;
}
footer#pageFooter div.leftCol {
	float: left;
	width: 600px;
	/*font-style: italic;*/
	
	font-size:12px;
	color:#000;
	/*border:#F0C thin solid;*/
}
footer#pageFooter div.rightCol {
	float: right;
	/*position:absolute;
	left:600px;*/
	width: 400px;
	text-align: right;
	/*border: #0C0 thin solid;*/
}
footer#pageFooter div.rightCol a {
	color: #666;
}
footer#pageFooter div.rightCol a:hover {
	color: #952;
}
footer#pageFooter p {
	margin-bottom: 1em;
	color: #666;
}
footer#pageFooter p.topLink {
	/*background: url(../_images/up.gif) no-repeat right center;*/
	padding-right: 20px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
