﻿body
{
	background-color: #ffffff;
	background-image: url(../Images/SplashLayout/PageBackground.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#HeaderContainer
{
	background-image: url(../Images/SplashLayout/TruckBackground.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 400px;
	margin-top: 1px;
	text-align: center;
}
#Header
{
	padding-top: 110px;
	width: 534px;
	margin: 0 auto;
}
#Slogans
{
	width:534px;
	height:75px;
	background:url(../Images/SplashLayout/HinoLogo.png) no-repeat left top;
	margin: 65px auto;
	padding-top:34px;
	font-size:11px;
	color:#ffffff;
	text-align:left;
}
#Slogans .Content
{
	width:234px;
	text-align:justify;
	padding-right:0;
	margin-right:0;
	letter-spacing: -0.07em;
}

#MainContainer
{
	width: 700px;
	margin: 0 auto;
	padding-left:50px;
}

.Column
{
	width:45%;
	float:left;
	margin:10px;
	text-align:justify;
}

.Inline
{
	display:inline;
}

#AdvantageIconWarranty
{
	text-align:left;
	min-height:56px;
	min-width:67px;
	background: url(../Images/Icons/Warranty.png) no-repeat;
	background-position: left center;
	padding-left:72px;
	margin-top:1em;
}
#AdvantageIconBuiltInCanada
{
	text-align:left;
	min-height:56px;
	min-width:67px;
	background: url(../Images/Icons/MapleLeaf.png) no-repeat;
	background-position: left center;
	padding-left:72px;
	margin-top:1em;
}
#AdvantageIconHinowatch
{
	text-align:left;
	min-height:56px;
	min-width:67px;
	background: url(../Images/Icons/Hinowatch.png) no-repeat;
	background-position: left center;
	padding-left:72px;
	margin-top:1em;
}
#AdvantageIconWarranty h2,
#AdvantageIconBuiltInCanada h2,
#AdvantageIconHinowatch h2
{
	padding-top:3px;
	margin:0;
}

table.SplashMenu
{
	width: 534px;
	font-size:13px;
}
table.SplashMenuItem tbody tr td
{
	min-width:25px;
	padding-left:5px;
	padding-right:5px;	
	
}
a.SplashMenuItem
{
	color:#ffffff;
	text-decoration:none;
}

a.SplashMenuItemHover, 
.SplashMenu a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

td#ctl00_menuMainMenun0,
td#ctl00_menuMainMenun1,
td#ctl00_menuMainMenun2,
td#ctl00_menuMainMenun3,
td#ctl00_menuMainMenun4,
td#ctl00_menuMainMenun5
{
	border-right:1px solid #ffffff;
}
