/* CSS Document */

body {
	background-color:#FFFFFF;
	/*overflow:scroll;*/
}

#main_table {
	width:750px;
	background-color:#4c4c4c;
}

h1 {font-size: 14px; line-height: 20px; color: #fff; font-family:Arial, Helvetica, sans-serif; font-weight:normal; margin:0px 0px 15px 0px; }
h2 {font-size: 12px; line-height: 19px; color: #fff; font-family:Arial, Helvetica, sans-serif; font-weight: normal; margin:0px 0px 10px 0px; }


a { color:#FFFFFF} 
a:hover { text-decoration:none; } 

form {display:inline}
.bold {font-weight:bold;}

.link-color {
	color:#f2d6ad;
	text-decoration:none;
	line-height:16px;
}

.link-color:hover {
	color:#eac48e;
	text-decoration:none;
	line-height:16px;
}

.text-error {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ce9e68;
	font-weight:bold;
}


.title {
	font-size:12px;
	font-weight:bold;
}

.title-big {
	font-size:15px;
	font-weight:bold;
}

.title-content {
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:15px;
}

.textbox {
	background-color:#FFFFFF;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	/*line-height: 14px;*/
	height: 14px;
	color: #333333;
}

.textarea {
	background-color:#FFFFFF;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #333333;
}


.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	line-height:15px;
}

.text-dark {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	font-weight:normal;
}

.text-color {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#dbb77f;
	font-weight:normal;
}

.padding-10 {
	padding:10px;
}

.padding-20 {
	padding:20px;
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	padding-bottom:20px;
	background-color:#4c4c4c;	
}

#menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:750px;
}


#menu #options {
	width:750px;
	height:47px;
	/*padding-top:12px;*/
	float:none;
	clear:both;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu li {
	display:inline;
	background-image:url(../images/mnu_bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:7px;
	margin-right:8px;	
	text-decoration:none;
}

#menu .selected {
	font-weight:bold;
	display:inline;
	background-image:url(../images/mnu_bullet_selected.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:7px;
	margin-right:8px;	
	text-decoration:none;

}

#menu .selected a {
	text-decoration:none;
	color:#e3b574;
}

#menu .selected a:hover {
	text-decoration:none;
	color:#e3b574;
}

#menu a {
	color:#f1e7e2;
	text-decoration:none;
}

#menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
}


#menu #mailing {
	float:right;
	width:232px;
	padding-right:30px;
	vertical-align:bottom;
}

#menu #mailing img {
	vertical-align:bottom;
}

/*------------ HOME -----------------------------*/
/*-------------------------------------------------*/
#home #content, .footer-home {

}

#home #text-top {
	padding-left:3px;
	line-height:16px;
	margin-bottom:45px;
}

#home #news {
	float:left;
	width:400px;
	margin-top: -100px;
}

#home .news {
	float:none;
	clear:both;
	height:100px;
	margin-top:20px;
	margin-bottom:30px;

}

#home #bottom {
	padding-left:38px;
	padding-right:28px;
}

#home #notables {
	color:#4c4c4c;
	font-size:10px;
	float:right;
	padding-top:41px;
	padding-left:22px;
	padding-right:20px;
	background-color:#cacaca;
	width:235px;
	background-image:url(../images/home/bg_notables.gif);
	background-position:top;
	background-repeat:no-repeat;
}

/*------------ PROGRAMS -----------------------------*/
/*-------------------------------------------------*/

#programs #content {
	padding-top:35px;
}

#programs #menu #title {
	border-bottom:1px solid #be9a87;
}

#programs #menu #options {
	background-color:#a97a61;
	border-top:1px solid #946b55;
	background-image:url(../images/programs/line_menu_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	
}

#progams .title {
	font-size:15px;
}


#programs #content, .footer-programs {
	background-color:#b48267;
}



/*------------ PIANOS -----------------------------*/
/*-------------------------------------------------*/

#pianos #content {
	padding-top:35px;
}

#pianos #menu #title {
	border-bottom:1px solid #90837a;
}

#pianos #menu #options {
	background-color:#6d5c50;
	border-top:1px solid #5f5046;
	background-image:url(../images/pianos/line_menu_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	
}

#pianos #content a {
	color:#f2d6ad;
	text-decoration:none;
	line-height:16px;
}

#pianos #content a:hover {
	color:#eac48e;
	text-decoration:none;
	line-height:16px;
}

#pianos #content, .footer-pianos {
	background-color:#746255
}


/*------------ NOTABLES -----------------------------*/
/*-------------------------------------------------*/

#notables #content {
	padding-top:35px;
}

#notables #menu #title {
	border-bottom:1px solid #7b7968;
}

#notables #menu {
	color:#4c4c4c;
}

#notables #menu #options {
	color:#FFFFFF;
	background-color:#514f39;
	border-top:1px solid #474532;
	background-image:url(../images/pianos/line_menu_bottom_notables.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#notables #content a {
	line-height:16px;
}

#notables #content a:hover {
	line-height:16px;
}

#notables #content, .footer-notables {
	background-color:#56543d;
}


/*------------ SERVICE  -----------------------------*/
/*-------------------------------------------------*/

#service #content {
	padding-top:35px;
}

#service #menu #title {
	border-bottom:1px solid #90837a;
}

#service #menu #options {
	background-color:#6d5c50;
	border-top:1px solid #5f5046;
	background-image:url(../images/pianos/line_menu_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	
}

#service #content a {
	color:#f2d6ad;
	text-decoration:none;
	line-height:16px;
}

#service #content a:hover {
	color:#eac48e;
	text-decoration:none;
	line-height:16px;
}

#service #content, .footer-service {
	background-color:#746255
}


/*------------ ABOUT ----------------------------*/
/*-------------------------------------------------*/

#about #content {
	padding-top:25px;
}


#about #menu #title {
	border-bottom:1px solid #8b8b85;

}

#about #menu #options {
	background-color:#67665e;
	border-top:1px solid #5a5952;
	background-image:url(../images/about/line_menu_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

.td-underline {
	border-top:1px solid #908f89;
}

#about #content, .footer-about {
	background-color:#6d6c64;
}

/*------------ CONTACT ----------------------------*/
/*-------------------------------------------------*/

#contact #content {
	padding-top:25px;
}


#contact #menu #title {
	border-bottom:1px solid #777777;
}

#contact #menu #options {
	border-top:1px solid #424242;
	background-image:url(../images/contact/line_menu_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

.link-faq {
	color:#f2d6ad;
	text-decoration:none;
	line-height:16px;
}

.link-faq:hover {
	color:#eac48e;
	text-decoration:none;
	line-height:16px;
}

/*------------ LINKS   ----------------------------*/
/*-------------------------------------------------*/

#links #content {
	padding-top:35px;
}


#links #menu #title {
	border-bottom:1px solid #6d7475;

}

#links #menu #options {
	background-color:#3f484a;
	border-top:1px solid #373f41;
	background-image:url(../images/links/line_menu_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#links .title {
	font-size:15px;
	font-weight:bold;
}

#links #content, .footer-links {
	background-color:#434c4f;
}

/*------------ FOOTER -----------------------------*/
/*-------------------------------------------------*/

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	width:600px;
	text-align:center;
	border-top:1px solid #EEEEEE;
	padding-top:28px;
	padding-bottom:28px;	
}

#footer a {
	color:#DDDDDD;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
