/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(images/back.jpg);
	color: #fff;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
}

/* NAVIGATION */

#navcontainer {
	height: 44px;
	background: url(images/nav-back.gif) repeat-x;
	margin: 10px 0;
}

#nav {
	height: 44px;
	width: 1024px;
	margin: 0 auto;
}

#nav ul {
	float: left;
	list-style: none;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	height: 44px;
	text-indent: -9999px;
}

#nav li#nav-products a {
	width: 188px;
	background: url(images/nav-products.gif) no-repeat;
}

#nav li#nav-location a {
	width: 166px;
	background: url(images/nav-location.gif) no-repeat;
}

#nav li#nav-company a {
	width: 174px;
	background: url(images/nav-company.gif) no-repeat;
}

#nav li#nav-photos a {
	width: 153px;
	background: url(images/nav-photos.gif) no-repeat;
}

#nav li#nav-raceteam a {
	width: 195px;
	background: url(images/nav-raceteam.gif) no-repeat;
}

#nav li#nav-links a {
	width: 148px;
	background: url(images/nav-links.gif) no-repeat;
}

#nav li#nav-products a:hover, #nav li#nav-location a:hover, #nav li#nav-company a:hover, #nav li#nav-photos a:hover, #nav li#nav-raceteam a:hover, #nav li#nav-links a:hover {
	background-position: bottom left;
}

/* HEADER */

/*

#header p {
	background: url(images/header-1.jpg) no-repeat;
	text-indent: -9999px;
	height: 222px;
	margin: 0;
	padding: 0;
	border: none;
}

*/

/* CONTENT */

#content {
	background: url(images/content-back.jpg) repeat-y;
	width: 820px;
	margin: 0 auto;
}

#content #main {
	margin: 10px 0 10px 39px !important;
	margin: 10px 0 10px 19px;
	float: left;
	width: 486px;
	background: url(images/main-back.gif) repeat-y;
}

#main h1 {
	background: url(images/h1-back.gif) no-repeat;
	height: 50px;
	font-size: 2em;
	padding-left: 136px;
	padding-top: 26px;
}

#main h2 {
	background: url(images/h2-border.gif) no-repeat bottom left;
	height: 35px;
	line-height: 35px;
	margin: 5px 0 10px 14px;
	font-size: 2em;
	font-weight: normal;
	color: #ff5001;
	padding-left: 5px;
	padding-bottom: 5px;
}

#main h2 a {
	color: #ff5001;
	text-decoration: none;
}

#main p {
	font-size: 1.3em;
	margin: 10px 20px 10px 19px;
	line-height: 1.6em;
}

div.ngg-galleryoverview {
	margin: 10px auto;
}

#main p#postedby {
	font-size: 1.1em;
	margin: 5px 15px 5px 19px;
}

#main #main-bottom {
	height: 65px;
	background: url(images/main-bottom.gif) no-repeat;
}

#main a {
	color: #ff5001;
}

#main h2 a:hover {
	text-decoration: underline;
}

#main ul.ul-location {
	font-size: 1.5em;
	margin: 10px 20px 10px 19px;
	list-style: none;
}

#main ul.ul-location li {
	padding: .1em 0;
}

#main a img {
	border: none;
}



/* SIDEBAR */

.sidebar {
	float: right;
	margin: 10px 29px 10px 0 !important;
	margin: 10px 19px 10px 0;
	width: 234px;
	background: url(images/sidebar-back.gif) repeat-y;
}

h3#h3-recentphotos {
	height: 76px;
	background: url(images/h3-recentphotos.gif) no-repeat;
	text-indent: -9999px;
}

h3#h3-latestresults {
	height: 76px;
	background: url(images/h3-latestresults.gif) no-repeat;
	text-indent: -9999px;
}

.sidebar ul#raceresults {
	margin: 0 25px 0 20px;
	font-size: 1.3em;
	list-style: none;
}

.sidebar .sidebar-bottom {
	height: 65px;
	background: url(images/sidebar-bottom.gif) no-repeat;
}

ul li.widget_slideshow {
	margin: 0 25px 0 20px;
	list-style: none;
}

/* FOOTER */

#photocredits {
	clear: both;
	height: 60px;
}

#photocredits p a img {
	border: none;
}

#photocredits p {
	text-align: center;
}

#footer {
	background: url(images/footer-back.gif) repeat-x;
	height: 100px;
}

#footer #footer-inside {
	width: 1024px;
	margin: 0 auto;
	background: url(images/footer.jpg) no-repeat;
	height: 100px;
}

li.widget_slideshow h2 {
	display: none;
	}
	