﻿/* LandingPages.css*/

/* Needed to class the headings because we use them elsewhere. */

.LandingPageContent
{
	padding: 0px 40px 40px 40px;
}

.LandingPage h1
{
	background-color: #006699;
	color: white;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
	padding: 10px;
	vertical-align:middle;
	width: 320px;
}

.LandingPage h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

.LandingCopy
{
	font-family: Arial, Helvetica, sans-serif;
}


/* for MPT(Machine Picker user control) */

.MachinePicker 
{
}

.MachinePicker select
{
  font-size : 9pt;
}


/* for honda-oem-parts page */

#bandit {
	position:absolute;
	width:124;
	height:234;
	z-index:1;
	left: 11px;
	top: 34px;
}
#header {
	position:absolute;
	width:574;
	height:32;
	z-index:2;
	left: 136px;
	top: 34px;
}
#searchbox {
	position:absolute;
	width:574;
	height:66;
	z-index:3;
	left: 136px;
	top: 67px;
}
#bikes {
	position:absolute;
	width:574;
	height:139;
	z-index:4;
	left: 136px;
	top: 134px;
}
#subheader {
	position:absolute;
	width:482;
	height:20;
	z-index:5;
	left: 11px;
	top: 274px;
}
#Layer1 {
	position:absolute;
	width:102;
	height:125;
	z-index:6;
	left: 711px;
	top: 8px;
}
#Layer2 {
	position:absolute;
	width:803px;
	height:115px;
	z-index:7;
	left: 10px;
	top: 295px;
}
.style4 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style5 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }


/* for sem template three using MPT page */

#LayerComputerImage {
	position:absolute;
	width:102;
	height:125;
	left: 800px;
	top: 130px;
}



#LayerProductImage {
	position:absolute;
	width:102;
	height:115;
	left: 550px;
	top: 270px;
}


.MptDropdownCaption {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc6600;
	font-weight: bold;
	font-size: 14px;
}
