﻿body {
	background-color:#333;
	font-family:Arial;
	margin-top:25px;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
}

#wrapper {
	width:960px;
	margin-left: auto;
	margin-right:auto;
	background-color: #fff;
}

#header{
	height:140px;
}

h1 {
	font-size:24px;
}

a:link, a:visited {
	color:#536993;
}

#nav {
	height:40px;
	background-color: #0D328D;
	color:#ffffff;
	background-image:url('images/navbg.jpg');
	background-repeat:repeat-x;
}

a.nav-padding:link, a.nav-padding:visited {
	padding-left:15px;
	padding-right:19px;
	font-size:16px;	
	color:#fff;
	text-decoration: none;
	
}

a.nav-padding:hover {
	text-decoration: underline;
}

#bikebg {
	background-image: url('images/bikebg.gif');
	background-repeat: no-repeat;
	
}

#bikebg1 {
	background-image: url('images/bikebg1.gif');
	background-repeat: no-repeat;
	
}


#content {
	padding:20px;
	font-color:#656565;
	font-size:16px;
	line-height: 145%;
	padding-bottom:20px;
	background-image: url('images/footer-bottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:800px;
  height:auto !important;
  height:800px;
	
}

#footer {
	color:#666;
	font-size:12px;
	margin-left: auto;
	margin-right: auto;
	padding-top:15px;
	padding-bottom:10px;
	width:960px;
	text-align:center;
}

#footer a:link, #footer a:visited {
	padding-left:5px;
	padding-right:5px;
	color:#666;
	font-size:12px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;	
}

#leftcol {
	float:left;
	width:450px;	
}

#rightcol {
	float:right;
	width:450px;
}

input.txt {
	font-size:18px;
	border:1px solid #ccc;
	padding:3px;
	color: #666;
}

textarea {
	font-size:18px;
	border:1px solid #ccc;
	padding:3px;
	color: #666;
}

.pipe {
	font-family: Verdana;
}

/* Product Listing Stuffs */

.product {
	border:1px solid #aaa;
	padding:10px;
	margin-bottom:10px;
}
.product-title {
	font-weight:bold; 
	font-size:20px;
}
.product-listed {
	color:#999;
	font-size:14px;
}
.product-price {
	color:red;
}

.homeContent{min-height:500px;height:auto !important;height:600px;}
.product a{text-decoration:none;color:#333;}
.prRow{text-align:right; font-weight:bold;}
.viewMore{font-size:small;font-style:italic;}
