/* CSS Document by Dieter Schneider 2006 www.csstemplateheaven.com */

* {margin: 0;
   padding: 0;
}

/*********************************** Site Structure ******************************/

body {
	font-size: 62.5%;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {margin: 10px auto;
            width: 729px;
			font-size: 1.6em;}

#header {
	background-image: url(images/header_bg.jpg);
	height: 186px;
	width: 670px;
	padding-top: 214px;
	padding-left: 62px;
}

#content_top {
	background-image: url(images/content_top.jpg);
	height: 120px;
	width: 529px;
	text-align: center;
	padding-top: 25px;
	padding-left: 100px;
	padding-right: 100px;
}


#content {
	background-image: url(images/content_tile.jpg);
	background-repeat: repeat-y;
	padding-left: 60px;
    padding-right: 60px;	
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 211px;
	text-align: center;
}

/********************************** Text formatting *****************/


p {
   padding-bottom: 25px;
}



.footertxt {
	font-size: .8em;
	padding-top: 180px;
	color: #801817;
}

h2 {
	font-weight: bold;
	padding: 10px;
	color: #000000;
	font-size: 1.2em;
}

h3 {
	font-size: 130%;	
}
/*************************** Hyperlinks ***********************/

a:link {color: #801817}     /* unvisited link */
a:visited {color: #573510}  /* visited link */
a:hover {color: #AB865E}   /* mouse over link */
a:active {color: #000000}   /* selected link */

/***************************  Navigation **********************/

#navlist
{
width: 680px;
text-align: center;
position: relative; top: 150px; left: -50px;
/*position: absolute; top: 370px; right:520px;*/
font-size: 14px;
}

#navlist li
{

	color: #838181;
	list-style: none;
	padding:1px 10px;
	font-weight: bold;
	display:inline;
	
}

#navlist li a { text-decoration: none; }

/************************************ Image Headings ******************************/

#heading_piano {
	background-image: url(images/heading_the_piano.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}


#heading_about {
	background-image: url(images/heading_about.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

#heading_itinerary {
	background-image: url(images/heading_itinerary.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

#heading_pricing {
	background-image: url(images/heading_pricing.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

#heading_booknow {
	background-image: url(images/heading_book.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

#heading_contact {
	background-image: url(images/heading_contact.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

#heading_highlights {
	background-image: url(images/heading_highlights.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
.invisible_headings {
	margin-left: -3000px; /* This is used to remove the original heading*/
}

/* start - table */

table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #801817 url(button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #ffffff;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #FFF8E6;
}
tr.row-b {
	background: #FAF2D7;		
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: transparent;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}

