/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

@page {
  size:portrait;   /* auto is the initial value */
  margin: 10%;
}


body{
	background-image:url(../images/bodybg.jpg);
	background-repeat:repeat-x;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
	text-decoration:none;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

img{
	display:block;
	clear:left;
	margin: 0px 5px 5px 0px;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	width: auto;
	background-image:url(../images/bodybg.jpg);
	background-repeat:repeat-x;
}

#sideleft{
	display:none;
	width:100px;
	min-height: 523px;
	height: auto !important;
	height: 523px;
	float:left;
	background-image:url(../images/bg_left_100x523.jpg);
	background-repeat:no-repeat;	
}

#sideright{
	display:none;
	width:100px;
	min-height: 523px;
	height: auto !important;
	height: 523px;
	float:left;
	background-image:url(../images/bg_right_100x523.jpg);
	background-repeat:no-repeat;	
}

#masthead{
	display:none;
	font-size:10px;
	width:750px;
	min-height: 153px;
	height: auto !important;
	height: 153px;
	float:left;
	background-image:url(../images/topbar_760x153.jpg);
	background-repeat:no-repeat;
}

#content{
	width: auto;
	min-height: 570px;
	height: auto !important;
	height: 570px;
	float:left;
	border-style:solid;
	border-color:#FF0000;
	border-width:0px;
	background-color:#FFFFFF;
}

#feature{
	font-size:80%;
	width:550px;
	margin:0px 0px 10px 10px;
	padding:5px 10px 0px 0px;
	min-height: 430px;
	height: auto !important;
	height: 430px;
	border-right:0px solid #eeeeee;
}

dt{
	font-weight:bold;
	padding-top:5px;
	color:#808080;
}
dd{
	margin-left:10px;
}

#navBar{
	display:none;
	font-size:80%;
	float: right;
	width: 150px;
	background-color:#FFFFFF;
	margin-right:0px;
	padding:8px 0px 0px 0px;
}

.navHead{
	display:block;
	font: 18px bold;
	color:#FF0000;
	padding-left:10px;
	background-image:url(../images/menuhead_30.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	min-height: 27px;
	height: auto !important;
	height: 27px;
	text-align:left;
}

.mainHead{
	display:block;
	font: 18px bold;
	color:#000;
	padding-left:10px;
	background-image:url(../images/menuhead2_30.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	min-height: 27px;
	height: auto !important;
	height: 27px;
	text-align:left;
}

#pre{
	width:140px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	margin:5px 0px;
	color:#eeeeee;
	font-size:14px;
	font-weight:bold;
	padding:5px 0px 0px 10px;
}

#pre a{
	color: #fff;
	text-decoration: none;
}

#pre a:link{
	color: #fff;
	text-decoration: none;
}

#pre a:visited{
	color: #fff;
	text-decoration: none;
}

#pre a:hover{
	color: #ff0000;
	text-decoration:none;
}

.preStory{
	background-image:url(../images/sp_story_pre.jpg);
	background-repeat:no-repeat;
}

.preTech{
	background-image:url(../images/sp_technology_pre.jpg);
	background-repeat:no-repeat;
}

.prePianos{
	background-image:url(../images/sp_pianos_pre.jpg);
	background-repeat:no-repeat;
}

.navMenu{
	font-size:100%;
	width:140px;
	padding:10px 0px 5px 0px;
	margin:0px 1px 0px 0px;
	text-align:left;
	line-height: 1.5;
	font-weight: bold;
	color: #808080;
}

.navMenu a{
	color: #000000;
	text-decoration: none;
}

.navMenu a:link{
	color: #000000;
	text-decoration: none;
}

.navMenu a:visited{
	color: #000000;
	text-decoration: none;
}

.navMenu a:hover{
	color: #ff0000;
	text-decoration:none;
	border-style:solid;
	border-color:#ff0000;
	border-width: 0px 0px 0px 0px;
	padding-right:5px;
}

.navMenu ul{
	padding-right: 0px;
}
.navMenu li{
	padding: 0px 0px 0px 2px;
	margin-bottom:2px;
}

ul.newsPrev{
	padding:0;
	width: auto;
	margin:10px 0px;
}

ul.newsPrev li{
	font-weight:bold;
	display:block;
	clear:left;
	margin:0px;
	padding:0px;
}

ul.newsPrev ul{
	margin:0px;
	padding:0px;
	border-top:1px solid #ff0000;
}

ul.newsPrev ul li{
	font-weight:normal;
	float:left;
	width:175px;
	margin:5px 10px 5px 0px;
	clear:none;
}

.newsPrev img{
	display:block;
	float:left;
	clear:both;
	margin:5px 5px 5px 0px;
}

.newsPrev a.continue{
	font: 1em;
	font-style:italic;
	text-align:right;
	color: #808080;
	display:block;
}

.newsPrev a.continue:hover{
	text-decoration:none;
	color:#FF0000;
}

.news{
	border-bottom:1px solid #eeeeee;
	padding-bottom:10px;
}

#footer{
	display:none;
	clear:both;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	border-top: 1px solid #ff0000;
	padding: 5px;
	font-size:70%;
	text-align:right;
}

.headline{
	font: 18px bold;
	color:#FF0000;
	min-height: 27px;
	height: auto !important;
	height: 27px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #eeeeee;
}

.didascalia{
	display:block;
	width:170px;
	color:#000;
	font-style:italic;
	font-size:120%;
	text-align:right;
	border:1px solid #eeeeee;
	padding:2px;
	margin-left:370px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {font-weight:bold; padding-bottom:10px;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 0px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

.globalNav{
	font:50%;
	color: #808080;
}

#globalNav img{
 display: block;
}



/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 80%;
	font-weight: bold;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks td{
	border-color:#eeeeee;
	border-style:solid;
	border-width:0px 0px 1px 0px;	
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
