body {
	background: #000 url(images/bg-vt.gif) 0 0 repeat-y;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#c-tainr {
	background: url(images/inner-bg.jpg) center top no-repeat;
	display: block;
	text-align: center;
}

#page {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}
#nav h1 {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 195px;
}
#text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	width: 780px;
	float: left;
	background: #000;
}
#text h1 {
	font-size: 13px;
	font-weight: bold;
	color: #D10001;
}
#text .txt {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#nav {
	width: 195px;
	margin: 0px;
	float: left;
}
#footer {
	clear: both;
	width: 750px;
	height: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 0px 10px;
	background: #000;
}

#footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#footer a {
	width: 750px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#main {
	float: left;
}

/* Updated Code 7th August 2008 */

/* Navigation */

div#nav {
	width: 195px;
	height: 203px;
	position: relative;
}

div#nav ul {
	margin: 0;
	padding: 0;
}

div#nav ul li { 
	position: relative; z-index: 100;
}

div#nav ul li a {
	display: block;
	width: 195px;
	text-indent: -9999px;
	overflow: hidden;
}

div#nav ul li a.home {
	height: 30px;
	background: url('../images/nav/nav01.jpg') 0 0 no-repeat;
}

	div#nav ul li a.home:hover {
		background-position: 0 -30px;
	}

div#nav ul li a.profile {
	height: 29px;
	background: url('../images/nav/nav02.jpg') 0 0 no-repeat;
}

	div#nav ul li a.profile:hover {
		background-position: 0 -29px;
	}

div#nav ul li a.bikes-for-sale {
	height: 31px;
	background: url('../images/nav/nav03.jpg') 0 0 no-repeat;
}

	div#nav ul li a.bikes-for-sale:hover {
		background-position: 0 -31px;
	}

div#nav ul li a.accessories {
	height: 30px;
	background: url('../images/nav/nav04.jpg') 0 0 no-repeat;
}

	div#nav ul li a.accessories:hover {
		background-position: 0 -30px;
	}

div#nav ul li a.motorcycle-wrecking-parts {
	height: 29px;
	background: url('../images/nav/nav05.jpg') 0 0 no-repeat;
}

	div#nav ul li a.motorcycle-wrecking-parts:hover {
		background-position: 0 -29px;
	}

div#nav ul li a.services {
	height: 27px;
	background: url('../images/nav/nav06.jpg') 0 0 no-repeat;
}

	div#nav ul li a.services:hover {
		background-position: 0 -27px;
	}

div#nav ul li a.contact-us {
	height: 27px;
	background: url('../images/nav/nav07.jpg') 0 0 no-repeat;
}

	div#nav ul li a.contact-us:hover {
		background-position: 0 -27px;
	}
	
div#nav ul li a.offroad {
	height: 29px;
	background: url('../images/nav/nav08.jpg') 0 0 no-repeat;
}

	div#nav ul li a.offroad:hover {
		background-position: 0 -29px;
	}
	
/* Specials */

div.specials ul {
	list-style-type: none;
}

div.specials ul li {
	float: left;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 150px; 
	height: 180px;
}

div.specials ul li p,
div.specials ul li h3,
div.specials ul li h4 {
	margin: 0;
	font-size: 11px;
}

div.specials ul li img {
	border: 0;
}

div.specials ul li a {
	color: #D10001;
	text-decoration: underline;
}

div.specials ul li a:hover {
	color: #fff;
}

