/* CSS Document */
body {
	margin: 0px;
	background-image:url(assets/bg.gif);
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:24px;
	text-align:left;
	
	}

.container {
	width: 940px;
	border: 0px solid green;
	}
	
.bodycontent {
	width: 950px;
	border: 0px solid red;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 30px;
	}
	
.header {
	width: 670px;
	height: 159px;
	border: 0px solid blue;
	background-image:url(assets/header.gif);
	}
	
.nav {
	width: 100%;
	height: 39px;
	border: 0px solid red;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
a.navTab {
  height: 39px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
  border-right: 1px solid #7f7f7f;
  margin: 0px;
  text-decoration: none;
  display: inline;
  color: #ffffff;
  line-height: 39px;
  background-image: url(assets/navTile.gif); repeat-x;
  float: left;
}
a.navTab:hover {
	text-decoration: none;
	font-size: 13px;
	border-right: 1px solid #7f7f7f;
	background-image: url(assets/navTileOver.gif);
	color: orange;
}
a.navTabOn {
  height: 39px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
  border-right: 1px solid #7f7f7f;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  display: inline;
  color: #ffffff;
  line-height: 39px;
  background-image: url(assets/navTileOver.gif);
  float: left;
}

a.navTabLast {
  height: 39px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
  margin: 0px;
  text-decoration: none;
  display: inline;
  color: #ffffff;
  line-height: 39px;
  background-image: url(assets/navTile.gif); repeat-x;
  float: left;
}
a.navTabLast:hover {
	background-color: yellow;
	text-decoration: none;
	font-size: 13px;
	background-image: url(assets/navTileOver.gif);
	color: orange;
}
a.navTabLastOn {
  height: 39px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  display: inline;
  color: #ffffff;
  line-height: 39px;
  background-image: url(assets/navTileOver.gif);
  float: left;
}

.content {
	width: 669;
	border: 0px solid red;
	padding-top: 15px;
	padding-bottom: 5px;
	}

.contentleft {
	width: 300px;
	height: 386px;
	border: 0px solid blue;
	text-align:right;
	}
	
.contentright {
	width: 369px;
	height: 168px;
	border: 0px solid red;
	text-align:left;
	}
	
.contentright-detail {
	width: 250px;
	border: 0px solid red;
	padding-right: 25px;
	text-align:left
	}
	
.contentright h1 {
	color: #990000;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
	}
	
h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 5px;
	text-align:left;
	}
	
h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align:left;
	}
	
h3 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 20px;
	text-decoration: underline;
	text-align:left;
	}
	
h4	{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 20px;
	text-align:left;
	}
	
.contentnewpiano {
	valign: top;
	width: 100%;
	height: auto;
	border: 0px solid red;
	padding-left: 0px;
	padding-right: 25px;
	padding-top: 20px;
	text-align:left;
	}
	
.contentnewpianoall-image {
	width: 100px;
	height:100px;
	border-top: 1px;
	border-top-color:#CCCCCC;
	background-color:#FFFFFF;
	}
	
.contentnewpianoall-imagelarge {
	width: 500px;
	height: auto:
	margin-top: 15px;
	border-top: 1px;
	border: 0px solid blue;
	border-top-color:#CCCCCC;
	background-color:#FFFFFF;
	}
	
.contentnewpianoall-description {
	width: 600px;
	border: 0px solid red;
	padding-left: 40px;
	padding-right: 40px;
	text-align:left;
	}
	
.body_logo {
	width: 100%;
	height: 80px;
	border: 0px solid red;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.promo {
	width: 669;
	border: 0px solid red;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid black;
	}
	
.promospace-left {
	text-align:left;
	}
	
.promospace-centre1 {
	text-align:center;
	padding-right: 2px;
	}
	
.promospace-centre2 {
	text-align:center;
	padding-left: 2px;
	}
	
.promospace-right {
	text-align:right;
	}
	
.footer {
	width: 669px;
	height: 125px;
	border: 0px solid red;
	font-size:9px;
	color:#CCCCCC;
	padding-top: 10px;
	}
	
.footer-large {
	font-size:12px;
	color:#999999;
	font-weight:bold;
	}

