body {
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #000;
}
h2 {
	font-size: 18px;
        clear: both;
}
h3 {
	font-size: 16px;
	color: #C00;
}
#outer {
	width: 760px;
	border: solid 1px #000;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-repeat: repeat-x;
	background-color: #FFF;
}
#header {
	font-family: Arial, sans-serif;
	color: #434343;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
}
#name {
	font-size: 27px;
	font-weight: bold;
	position: absolute;
	left: 120px;
}
#tag1 {
	position: absolute;
	left: 195px;
}
#tag2 {
	position: absolute;
	left: 330px;
}
.tagline {
	font-size: 27px;
}
.tagline span {
	font-size: 37px;
}
#menu {
	position: absolute;
	left: 53px;
}
#menu a {
	display: block;
	height: 17px;
	width: 108px;
	background-image: url(Skins/Matsusada/images/SplashMenuButton.gif);
	text-decoration: none;
	font-size: 10px;
	color: #4C4C4c;
	font-weight: bold;
	padding: 5px 0px 0px 8px;
}
#menu a:hover {
	background-position: 0px 22px;
}
#footer {
	height: 17px;
	background-image: url(Skins/Matsusada/images/SplashFooter.jpg);
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 2px 0px 0px 220px;
	clear: both;
}
#credits {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #999;
	margin-top: 6px;
	padding-bottom: 1em;
}
#credits a, #credits a:visited {
	color: #999;
}
#search {
	position: absolute;
	right: 8px;
	background-image: url(Skins/Matsusada/images/SearchIcon.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
}
#search .NormalTextBox {
	border: none;
	height: 14px;
}
#search .search {
	color: #786B51;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
}
#prodselect select {
	background-color: #F9F8F4;
	color: #4C4C4c;
	font-size: 10px;
	border: solid 1px #4C4C4c;
}
#prodselect {
	position: absolute;
	right: 10px;
	font-size: 10px;
}
.Normal,.NormalDisabled
{
	font-size: 14px;
}