/*
	AUTHOR: Josh Horvath
			josh@faduchigroup.com
			http://www.faduchigroup.com
			
	PRIMARY COLOURS:
			Grey: #ef0030
			
/*

/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font: 62.5% "Century Gothic", Helvetica, sans-serif;
	background: url(../images/background.png) repeat-x top;
	}

ul	{ list-style: none inside; }
li	{ float: left; }
h1	{ text-transform: uppercase; font-size: 30px; }
p	{ font-size: 12px; line-height: 18px; margin-bottom: 12px; }
a	{ outline: none; }
a img { border: none; }
/* END RESET */

/* TOOLBOX */
.floatLeft  { float: left; }
.floatRight { float: right; }
.clear		{ clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#page-wrap {
	width: 1024px;
	margin: 0 auto;
	}
#header {
	position: relative;
	height: 150px;
	background: url(../images/header.jpg) no-repeat center top;
	}
	#header a {
		position: absolute;
		top: 24px;
		left: 582px;
		width: 167px;
		height: 90px;
		display: block;
		cursor: pointer;
		text-indent: -9999px;
		}
#header ul {
	position: absolute;
	top: 113px;
	left: 100px;
	display: block;
	width: 182px;
	height: 37px;
	}
	#header ul li {}
	
#content {
	position: relative;
	background: url(../images/soupcan.jpg) no-repeat left top;
	min-height: 195px;
	padding: 45px 0px 30px 365px;
	}
#footer {
	position: relative;
	height: 175px;
	width: 1044px;
	margin: auto;
	margin-top: 20px;
	}
	#footer ul li a {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 40px;
		background: url(../images/sponsors.png) no-repeat 0 0;
		text-indent: -9999px;
		}
	#footer ul li a.sponsor-arnos 		{ width: 136px; }
	#footer ul li a.sponsor-audi		{ width: 136px; left: 136px; background-position: -136px 0; }
	#footer ul li a.sponsor-bentmetal	{ width: 168px; left: 280px; background-position: -280px 0; }
	#footer ul li a.sponsor-vw			{ width: 147px; left: 448px; background-position: -448px 0; }
	#footer ul li a.sponsor-dubnorth	{ width: 136px; left: 594px; background-position: -594px 0; }
	#footer ul li a.sponsor-euroline	{ width: 155px; left: 777px; background-position: -777px 0; }
	#footer ul li a.sponsor-bcca		{ width: 100px; left: 944px; background-position: -944px 0; }
	#footer ul li a.sponsor-mrt			{ width: 136px; top: 40px; height: 88px; background-position: 0 -40px; }
	#footer ul li a.sponsor-megawheelz	{ width: 217px; left: 136px; top: 40px; height: 88px; background-position: -136px -40px; }
	#footer ul li a.sponsor-faduchi		{ width: 186px; left: 353px; top: 40px; height: 88px; background-position: -353px -40px; }
	#footer ul li a.sponsor-jrp			{ width: 118px; left: 538px; top: 40px; height: 88px; background-position: -538px -40px; }
	#footer ul li a.sponsor-uber		{ width: 169px; left: 656px; top: 40px; height: 88px; background-position: -656px -40px; }
	#footer ul li a.sponsor-vagkraft	{ width: 108px; left: 824px; top: 40px; height: 88px; background-position: -824px -40px; }
	#footer ul li a.sponsor-wunderkar	{ width: 100px; left: 944px; top: 40px; height: 85px; background-position: -944px -40px; }

	#footer ul li a:hover {
		background-position: 0 -127px;
		}
	#footer ul li a.sponsor-arnos:hover 	{ width: 136px; }
	#footer ul li a.sponsor-audi:hover		{ width: 136px; left: 136px; background-position: -136px -127px; }
	#footer ul li a.sponsor-bentmetal:hover	{ width: 168px; left: 280px; background-position: -280px -127px; }
	#footer ul li a.sponsor-vw:hover		{ width: 147px; left: 448px; background-position: -448px -127px; }
	#footer ul li a.sponsor-dubnorth:hover	{ width: 136px; left: 594px; background-position: -594px -127px; }
	#footer ul li a.sponsor-euroline:hover	{ width: 155px; left: 777px; background-position: -777px -127px; }
	#footer ul li a.sponsor-bcca:hover		{ width: 100px; left: 944px; background-position: -944px -127px; }
	#footer ul li a.sponsor-mrt:hover		{ width: 136px; top: 40px; height: 88px; background-position: 0 -167px; }
	#footer ul li a.sponsor-megawheelz:hover{ width: 217px; left: 136px; top: 40px; height: 88px; background-position: -136px -167px; }
	#footer ul li a.sponsor-faduchi:hover	{ width: 186px; left: 353px; top: 40px; height: 88px; background-position: -353px -167px; }
	#footer ul li a.sponsor-jrp:hover		{ width: 118px; left: 538px; top: 40px; height: 88px; background-position: -538px -167px; }
	#footer ul li a.sponsor-uber:hover		{ width: 169px; left: 656px; top: 40px; height: 88px; background-position: -656px -167px; }
	#footer ul li a.sponsor-vagkraft:hover	{ width: 108px; left: 824px; top: 40px; height: 88px; background-position: -824px -167px; }
	#footer ul li a.sponsor-wunderkar:hover	{ width: 100px; left: 944px; top: 40px; height: 88px; background-position: -944px -167px; }
	
/* END STRUCTURE */






