
img {
	border: 0px; 
	}
 
html {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
img.products {
	border: 2px; 
	border-color:#8C0C19;
	border-style:solid;
}

body {
	color: #ffffff;
	background-color: #000000;
	margin: 0px;
	padding: 0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana
	}
	
/*############################################ GENERAL LAYOUT */

td.left_drop {
	width: 10px;
	background-image:url(../../sitepix/structural/left_side_bg.jpg);
	}
	
td.right_drop {
	width: 10px;
	background-image:url(../../sitepix/structural/right_side_bg.jpg);
	}

td#left_nav {
	text-align: left;
	padding: 8px 0px 20px 0px;
	}
	
td#content {
	text-align: left;
	padding: 8px 19px 20px 9px;
	width: 560px;
	}
div#content_div {
	position: relative;
	width: 100%;
	border: 1px solid #666666;
	background: #CBCBCB;
	padding:10px 0px 10px 00px;
	margin: 0;
	text-align: center;
	}
div#content_div img#chamfer {
	position: absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	}
	
/*############################################ MAIN */

div#main {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}


/*############################################ HEADER */

div#header {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
div#header table {
	width: 100%;
	}

/*############################################ FOOTER 

div#footer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
	
div#footer table.full {
	width: 760px;
	}
	
div#footer td.footer_content {
	height: 150px;
	vertical-align: bottom;
	background: url(../../sitepix/structural/footer_bg.jpg) no-repeat bottom left;
	}

div#footer p {
	color: #ffffff;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

div#footer a {
	color: #ffffff;
	font-size: 10px;
	}
	
div#footer a:hover {
	color:#00CC00;
	}
	
/*############################################ NAV */

div#nav {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
div#nav table {
	width: 100%;
	}

/*############################################ STORE NAV */

div#store_nav {
	margin-left: 20px;
	width: 130px;
	margin-bottom: 10px;
	}

div#store_nav ul {
	border: 1px solid #666666;
	border-top: none;
	background-color: #CBCBCB;
	list-style-type: none;
	padding: 0px 0px 10px 5px;
	margin: 0;
	}

div#store_nav ul li.category {
	padding: 5px 0px 0px 0px;
	}
div#store_nav ul li.subcategory {
	font-size: 10px;
	line-height: 14px;
	}
div#store_nav ul li.category a {
	font-size: 12px;
	padding-left: 15px;
	font-weight: bold;
	background: url("../../sitepix/structural/nav/bullet.gif") no-repeat center left;
	}
div#store_nav ul li.subcategory a {
	font-size: 10px;
	padding-left: 15px;
	margin: 0;
	}

/*############################################ PRODUCT DISPLAY */

table#tbl_products {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
table#tbl_products td.item {
	padding: 10px 0px 10px 0px;
	text-align: center;
	vertical-align: top;
	}
table#tbl_products td.item p {
	text-align: center;
	}	
table#tbl_products td.item a.buy_now,table#tbl_products td.item a.more_info {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
table#tbl_products td.item a:hover {
	/*color: #00CC00;*/
	}
table#tbl_products td.item img {
	margin: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: 10px;
	}
	
a.enlarge {
	background: url("../../sitepix/structural/enlarge.gif") no-repeat top left;
	}	
a.buy_now {
	margin-left: auto;
	margin-right: auto;
	display:block;
	width: 115px;
	height: 25px;
	text-align: center;
	background: url("../../sitepix/structural/add_to_cart.gif") no-repeat top left;
	}	
a.buy_now:hover {
	background-position: 0 -25px;
	}
a.more_info {
	margin-left: auto;
	margin-right: auto;
	display:block;
	width: 115px;
	height: 25px;
	text-align: center;
	background: url("../../sitepix/structural/more_info.gif") no-repeat top left;
	}	
a.more_info:hover {
	background-position: 0 -25px;
	}
table#tbl_product_info {
	margin-left: auto;
	margin-right: auto;
	width: 590px;
	text-align: center;
	border:1px;
	border-color:#262626;
	border-style:solid;
	}
	
table#tbl_product_info td.title  {
	vertical-align: middle;
	width: 80px;
	}
table#tbl_product_info td.info  {
	text-align: left;
	}
table#tbl_product_info td.info p  {
	text-align: left;
	}
	
/*#########~~~~*/


table#tbl_product_display {
	margin: 10px 0px 0px 10px;
	width: 590px;
	}
table#tbl_product_display td.main_image {
	text-align: center;
	}

table#tbl_product_display td {
	vertical-align: top;
	}

table#tbl_product_display td.main_image img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
table#tbl_product_display p {
	margin: 0px;
	}	
	
p.description {
	}
	
p.manufacturer {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	}
p.product {
	font-size: 12px;
	}
p.price {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	}

	
/*############################################ LEFT COLUMN */

div#left_colummn {
	padding: 0px 0px 0px 00px;
	margin: 0px 00px 0px 20px;
	width: 130px;
	}
	
	
/*############################################ HOME PAGE */

table#tbl_homepage {
	width: 100%;
	}
table#tbl_homepage td {
	vertical-align: top;
	}


/*############################################## DEALS */
table#tbl_deals td {
width: 50%;
	}

div.deal {
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px dotted #666666;
	padding: 5px;
	text-align: center;
	}
div.deal img {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	}
div.deal span {
	font-size: 10px;
	}
div.deal a {
	text-align: center;
	margin: 0;
	}
	
div#specials {
	margin-bottom: 15px;
	margin-left: 10px;
	border: 3px solid #00ff00;
	padding: 5px;
	text-align: center;
	/*background: url("../../sitepix/structural/special_bg.gif") repeat-y top left;*/
	}
	
div#specials img {
	margin-top: 5px;
	margin-bottom: 10px;
	
	}
div#specials span {
	font-size: 12px;
	font-weight: bold;
	}
div#specials a {
	text-align: center;
	margin: 0;
	}
/*############################################## CART */

table#tbl_cart {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	border: 1px solid #262626;
	}
	
table#tbl_cart th {
background-color: #8C0C19;
padding:6px;
}
table#tbl_cart th p {
color: #ffffff;
margin: 0;
}

table#tbl_cart td {
padding:6px;
}
table#tbl_cart td p {
margin: 0;
}

a.delete {
	line-height: 3px;
  text-align:right;
	font-size: 9px;
	display: block;
	margin: 0px;
	width: 13px;
	height: 13px;
	background: url(../../sitepix/structural/delete.gif) top left no-repeat ;
	}
a.delete:hover {
	background-position: 0 -13px;
	}
a.checkout {
	float:right;
	display: block;
	margin: 0px 8px 0px 0px;
	width: 120px;
	height: 25px;
	background: url(../../sitepix/structural/checkout.gif) top left no-repeat ;
	}
a.checkout:hover {
	background-position: 0 -25px;
	}
table#quantity_modifier td {
	padding: 0px;
	}
table#quantity_modifier td a {
	margin: 0px;
	}
a.up {
	display: block;
	line-height: 3px;
	height: 10px;
	width:20px;
	background: url(../../sitepix/structural/up.gif) top center no-repeat ;
	}
	
a.up:hover, a.down:hover {
	background-position: center -13px;
	}
a.down {
	display: block;
	width:20px;
	line-height: 3px;
	height: 10px;
	background: url(../../sitepix/structural/down.gif) top center no-repeat;
	}

h6 {
margin:0px;	}

form#frm_contact p {
margin:0px;
}

div#competition h2, div#competition h1 {
text-align: center;
color: #00FF00;
}

/*#############*/

p.fieldtag {
font-size: 10px;
margin:0;
	}
	
form#frmPurchase {
	padding-left:40px;
}

form#frmPurchase h1 {
	display: block;
	width: 140px;
	color:#8C0C19;
	padding:10px;
	background-color: #ffffff;
	border: 1px solid #666666;
	text-align: center;
}
	form#frmPurchase p {
	text-align:left;
	}
	
	/*########################*/

/*form#frm_search {
	margin:0px 0px 0px 0px;
	width: 130px;
	padding: 0px;
	height:86px;
	background-image:url(../../sitepix/structural/bg_search.jpg);
	background-repeat: no-repeat;
	}
form#frm_search p {
font-size: 10px;
color: #00FF00;
padding:5px;
margin:0px;
}
form#frm_search input {
font-size: 10px;
color: #333333;
width:116px;
margin:3px 5px 5px 5px;
}
form#frm_search a {
margin: 2px 6px 0px 5px;
}
*/
form#frm_search_brand {
	margin:0px 0px 0px 0px;
	width: 130px;
	padding: 0px;
	height:86px;
	background-image:url(../../sitepix/structural/bg_search.jpg);
	background-repeat: no-repeat;
	}
form#frm_search_brand p {
font-size: 10px;
color: #00FF00;
padding:5px;
margin:0px;
}
form#frm_search_brand select {
font-size: 10px;
color: #333333;
width:120px;
margin:3px 5px 5px 5px;
}
form#frm_search_brand a {
margin: 2px 6px 0px 5px;
}

a.go_back {
	margin-left: auto;
	margin-right: auto;
	display:block;
	width: 82px;
	height: 25px;
	text-align: center;
	background: url("../../sitepix/structural/goback.gif") no-repeat top left;
	}	
a.go_back:hover {
	background-position: 0 -25px;
	}
a.go_search {
	display:block;
	width: 80px;
	height: 25px;
	float:right;
	text-align: center;
	background: url("../../sitepix/structural/search.gif") no-repeat top left;
	}	
a.go_search:hover {
	background-position: 0 -25px;
	}

div#left_colummn img {
margin-top: 10px;
}

table#tbl_brochure {
	width: 100%;
	margin-left:10px;
	margin-right: 10px;
	/*border: 1px solid black;*/
	}
	
table#tbl_brochure th {
	background-color: #666666;
	padding:5px 7px 5px 7px;
	width: 45%;
	font-size: 12px;
	color: #00ff00;
	text-align:left;
}
table#tbl_brochure td {
	padding:5px 7px 5px 7px;
	vertical-align: top;
	text-align:left;
}
table#tbl_brochure td p,table#tbl_brochure td h1,table#tbl_brochure td a {
	margin-left: 0px;
	}
form#frm_catalogue {
margin: 0px;
}
form#frm_catalogue p, form#frm_catalogue input, form#frm_catalogue select {
margin: 0px;
font-size: 10px;
}
a.download {
	display:block;
	width: 100px;
	float:left;
	height: 25px;
	background: url("../../sitepix/structural/download.gif") no-repeat top left;
	}	
a.download:hover {
	background-position: 0 -25px;
	}

	/*################################################################################### RATE MY RIDE #######*/
	
table#rmr {
width: 520px;
margin-left:12px;
margin-right:12px;
border:1px solid #00ff00;
background: #000;
}
table#rmr td {
background: #333;
vertical-align: top;
padding:10px;
}
table#rmr h1 {
margin:0;
color: #00ff00;
}
table#rmr img {
border:1px solid #ffffff;
}

table#rmr table {
background: #000;
width:100%;
}
table#rmr table p {
color:#ffffff;
margin:0px;
}
table#rmr table td {
padding:4px;
background: #333;
}
table#rmr table img {
border:none;
}
table#rmr table a {
color:#00ff00;
margin:0px;
}


	/*################################################################################### SMILIES #######*/

div#smilies {
border:1px solid #000000;
display:block;
text-align:left;
margin:5px 0px 5px 0px;
padding:5px;

}
div#smilies a {
margin:0px 5px 0px 0px;
}

