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;
	width: 100%;
	text-align: center;
  height: 930px;
}

#page {
	margin: 0px auto;
	text-align: left;
	width: 760px;
	background: #000;
}
#page:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img {border: 0;}

#logo {
}
#email {
	margin-left: 460px;
	position: absolute;
	width: 300px;
}
#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: 400px;
	float: left;
}
#text h1 {
	font-size: 13px;
	font-weight: bold;
	color: #D10001;
}
#text .txt {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#boxes {
	width: 165px;
	float: left;
}

#footer {
	margin: 0 auto;
	display: block;
	clear: both;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #000;
}
#footer a {
	clear: both;
	width: 750px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#text h2 {

	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
#text a {
	color: #FF0000;
}
#text a:hover {

	color: #FFFFFF;
}

/* Updated Code 7th August 2008 */

/* Navigation */

div#nav {
  width: 195px;
	margin: 0px;
	float: left;
}

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.offroad {
	height: 29px;
	background: url('../images/nav/nav08.jpg') 0 0 no-repeat;
}

	div#nav ul li a.offroad:hover {
		background-position: 0 -29px;
	}

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;
	}

/* Bikes Listing */

div.bikes-listing {
	width: 500px !important;
	padding: 0 30px;
}

div.bikes-listing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.bikes-listing ul { 
	margin: 0;
	padding: 0;
}

div.bikes-listing ul li {
	height: 225px;
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}

div.bikes-listing ul li h3  {
	display: inline;
	color: #D10001;
}

div.bikes-listing ul li h3 a {
	color: #D10001;
	text-decoration: none;
}

div.bikes-listing ul li h3 a:hover {
	color: #fff;
}

div.bikes-listing ul li img {
	float: left; 
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #fff;
}

#categories {
  width: auto !important;
  padding: 0 !important;
}
#categories ul li {border: 0; clear: left;}

/* Bikes Detail */

div.bikes-detail {
	padding: 20px 30px;
	width: 500px !important;
}

div.bikes-detail img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #fff;
}

div.bikes-detail h3 {
	display: inline;
	color: #D10001;
}

/* Cart */

div.cart {
	padding: 20px 30px 0;
	width: 500px !important;
}

div.cart table {
	width: 100%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

div.cart table td {
	padding: 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #4E4E4E;
}

div.cart table td input.field {
	width: 30px;
}

/* Checkout */

div.checkout {
	padding: 0 30px;
	width: 500px !important;
}

/* Thankyou */

div.thankyou {
	padding: 20px 30px;
	width: 500px !important;
	height: 300px;
}


#accessories-cats img {border: 1px solid #ff0000;}