body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #2D3283;
	font-size: 1.4em;
}

.homepage
{
	margin-bottom: 0px;
}

h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #2D3283;
	font-size: 1.0em;
}
h3 {
	padding: 0px;
	color: #0072BB;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#container {
background-color:#000000;
	min-height: 600px;
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 20px;
}



#homepage-header {
	background-image: url(../images/body-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	padding-top: 20px;
}
#homepage-header h1{
}

.logo
{
	background-image: url(../images/Partsfinder-logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 110px;
	width: 266px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	text-indent: -2000px;
}

#header {
	background-image: url(../images/body-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 120px;
	padding-top: 20px;
}


.content{
	padding:20px;
	text-align:left;
}

.content td{
	text-align:left;
	font-size:12px;
}

.content h1{
margin-top:0px;
padding-top:0px;
	color:#2D3283;
}

.blue{
	color:#33BCFF;
	font-size:14px;
	padding-right:10px;
}

.line
{
	border-bottom: solid #000066 2px;
	margin-right:20px;
	padding-bottom:10px;
}

.content h2{
	color:#2D3283;
}

#featureContainer {
	display: block;
	clear: both;
	padding-left: 20px;
}

.feature {
	height: 207px;
	width: 173px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	background-image: url(../images/parts-box-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 87px;
}
.feature select {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px
}
.feature label {
}
.feature p {
	font-size: 0.8em;
	color: #666666;
	font-weight: bold;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.boxTitle {
	margin-top: 5px;
	margin-left: 10px;
}

#navigation {
	display: block;
	height: 29px;
	width: 364px;
	float: right;
	padding-top: 60px;
	margin-right: 10px;
}
#navigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navigation a{
	display: block;
	width: 89px;
	margin-right: 1px;
	margin-left: 1px;
	height: 24px;
	padding-top: 5px;
	text-align: center;
	background-image: url(../images/tabs.jpg);
	background-repeat: no-repeat;
	background-position: center -29px;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color: #69AFD3;
}
#navigation a:hover{
	color: #0F4A74;
}
#home .home, #faqs .faqs, #suppliers .suppliers, #links .links {
	color: #69AFD3;
	background-image: url(../images/tabs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.clear {
	clear: both;
}
#introbox {
	background-image: url(../images/intro-box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 190px;
	width: 310px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 15px;
	padding-left: 240px;
	padding-right: 175px;
}
#steps {
	background-image: url(../images/steps-box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 123px;
	width: 730px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#steps h3
{
	color:#fff;
}
#steps ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#steps li {
	display: block;
	float: left;
	height: 70px;
	width: 216px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 0.9em;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer {
	height: 50px;
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 13px;
}
#footer p{
	color: #A9A9A9;
	text-align: center;
	font-size: 0.7em;
}
#footer a{
	color: #A9A9A9;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover{
	color: #01A9E7;
}

.bikeLink
{
	padding-left:10px;
	color: #2D3283;
	text-decoration:none;
}

