﻿/* CSS layout */

/* ERIC MEYER'S CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 9pt;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END CSS RESET */

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
	background-image: url('../common_graphics/Bground3.jpg');
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h1 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	font-style: normal;
	left: 55px;
	position: absolute;
	top: 45px;
	width: 750px;
}
h2 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.4;
	color: #FFFFFF;
	text-align: right;
	position: absolute;
	right: 15px;
	top: 65px;
	width: 800px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	font-style: italic;
	text-align: right;
	position: absolute;
	right: 15px;
	top: 90px;
	width: 800px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 800px;
	top: 120px;
	right: 15px;
	color: #FFFFFF;
	text-align: right;
	font-size: 1.0em;
	text-transform: capitalize;
}
h2 a {
	color: #FFFFFF;
	font-size: 1.4em;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h4 a {
	color: #FFFFFF;
}
#wrapper {
	border: 1px solid #687786;
	margin-right: auto;
	margin-left: auto;
	width: 882px;
	height: 715px;
	background-color: #FFFFFF;
	margin-top: 10px;
	position: relative;
}
#centeredBG {
	background-image: url('../common_graphics/yamaha_1.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 139px;
	width: 882px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#mainContenthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	left: 20px;
	position: absolute;
	top: 145px;
}
#mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	left: 20px;
	position: absolute;
	top: 170px;
	width: 540px;
	background-color: #FFFFFF;
}
#mainMenu {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003399;
	position: absolute;
	width: 290px;
	top: 170px;
	right: 15px;
	left: 570px;
	border-style: solid;
	border-width: 1px;
	border-color: inherit;
	font-weight: bold;
	background-color: #FFFFCC;
	line-height: 15px;
}
#links {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
#listMenu {
	list-style: square;
	list-style-position: inside;
}
#bottomLine {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CC3300;
	position: absolute;
	width: 840px;
	left: 20px;
	bottom: 40px;
}
#footerTable {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	width: 500px;
	position: absolute;
	font-size: 8pt;
	background-color: #FFFFFF;
	left: 20px;
	color: #000080;
	bottom: 10px;
}
#footer {
	position: absolute;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	left: 560px;
	width: 300px;
	color: #000080;
	bottom: 10px;
}
#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	position: absolute;
	width: 850px;
	left: 20px;
	top: 800px;
}
#getPrice {
	position: absolute;
	width: 350px;
	height: 180px;
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}
#buttons {
	position: absolute;
	left: 20px;
	bottom: 55px;
}
#diagram {
	position: absolute;
	bottom: 55px;
	left: 750px;
}


h4 a {
	color: #FFFFFF;
	font-size: 1.4em;
}



