/* CSS Document */

/* =========================================================================
					=========	   HTML ELEMENTS		=========   
   ========================================================================= */
   
   
body{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#363636;
	background-color:#FFF5DB;
	background-image:url(../images/images/rimbu_layout_11.jpg);
	background-repeat:repeat;
}

img{
	border:none;
}

a{
	color:#333333;
	text-decoration:none;
}

a:hover, a:active{
	text-decoration:none;
}

/* ======== 			         form elements                  ========  */

form{
	padding:0px;
	margin:0px;
}

input, select, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:11px;
}




/* ======== 			          table elements                  ========  */

table           {display: table;width:100%;border:none;padding:0px; margin:0px;}

tr              {display: table-row;}

thead           {display: table-header-group;}

tbody           {display: table-row-group;}

tfoot           {display: table-footer-group;}

col             {display: table-column;}

colgroup        {display: table-column-group;}

td, th          {display: table-cell; vertical-align:top;}

caption         {display: table-caption;}


/* ======== 			          list elements                  ========  */
ul				{ }



/* =========================================================================
					=========	END  HTML  ELEMENTS		=========   
   ========================================================================= */
 
 
   
/* =========================================================================
					=========	   LAYOUT		=========   
   ========================================================================= */
.containerMain{
	display:block;
	position:relative;
	width:900px;
	left:50%;
	margin:0px 0px 0px -450px;
	padding:0px;
	background-image:url(../images/images/rimbu_layout_07.jpg);
	background-repeat:repeat-y;
}

.containerTop{
	position:relative;
	display:block;
	height:400px;
}

.containerMiddle{
	margin:0px;	
	padding:0px;
}

.containerBottom{
	display:block;
	height:280px;
	background-image:url(../images/images/rimbu_layout_09.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.topComponent{
	margin:0px;
	padding:0px;
}

.text_container{
	position:relative;
	height:100%;
	padding:130px 100px 0px;
	color:#363636;
}

.left_column{
	float:left;
	width:218px;
	margin-top:140px;
	clear:left;
}

.right_column{
	float:right;
	width:218px;
}

.middle_column{
	display:block;
	width:218px;
	padding:0px 12px;
	margin:0px auto 0px;
}

.text_container p{
	text-indent:10px;
	margin:0px 0px 10px 0px;
	text-align:justify;
	line-height:1.3em;
}

h1.text_title{
	float:left;
	width:380px;
	text-indent:-3000px;
	height:80px;
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
}

/*  trick for IE bug -   */
.facke_float{
	float:left;
	width:80px;
	height:110px;
}

.float_break{
	display:block;
	clear:both;
	height:1px;
}
table.contact_table td{
	height:20px;

}

.review_source{
	display:block;
	text-align:right;
	font-style:italic;
	margin-bottom:25px;
}

.menu_top{
	display:block;
	height:18px;
	background-image:url(../images/images/rimbu_layout_02.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:14px 0px 6px 0px;
	margin:0px;
}


.lp_block{
	display:block;
	margin-bottom:30px;
	text-align:center;
}

.lp_block .lp_img{
	display:block;
	margin:0px auto 10px;
	text-align:center;
	width:180px;
	height:180px;
	padding:3px 7px 7px 3px;
	background-image:url(../graphics/bg_cd/bg_cd.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.lp_block .lp_text{
	display:block;
	width:190px;
	margin:0px auto 0px;
	text-align:left;
	height:120px;
}

.lp_text .author{
	color:#7A3700;	
}
.lp_text ul {
	padding:5px 0px 0px 10px;
	margin:0px;
	list-style:none;
}
.lp_text .orchestra{
	font-style:italic;
	padding-top:8px;
}
/* =========================================================================
					=========	  ID -uri		=========   
   ========================================================================= */

#text_biography{
	background-image:url(../images/image_in_text/biography.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
   
#text_repertoire{
	font-weight:bold;
	color:#7A3700;	
	background-image:url(../images/image_in_text/repertoire.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}   
#text_repertoire ul{
	padding:0px 0px 0px 10px ;
	margin:0px 0px 10px 0px ;
	color:#363636;
	font-weight:normal;
}
#text_repertoire ul li{
	list-style:inside;
	margin-left:5px;
}
#text_repertoire .left_column{
	margin-top:160px;
}
#text_reviews{
	background-image:url(../images/image_in_text/reviews.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#text_reviews .left_column{
	margin-top:140px;
}

#text_discography{
	background-image:url(../images/image_in_text/discography.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#text_discography .left_column{
	margin-top:140px;
}
#text_discography .middle_column{
	padding-top:140px;
}
#text_discography .right_column{
	margin-top:140px;
}
#text_download{
	background-image:url(../images/image_in_text/download.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#text_download a{
	display:block;
	text-decoration:none;
	margin-bottom:8px;
	padding-left:20px;
	
}
.link_download{
	display:block;
	margin-left:310px;
	padding-top:50px;
	
}
#text_download a:hover{
	color:#7A3700;
}


#text_contact{
	background-image:url(../images/image_in_text/contact.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#text_contact .adress_column{
	display:block;
	width:210px;
	margin:0px 0px 0px 285px;
}

/* =========================================================================
					=========	  ID -uri	menu	=========   
   ========================================================================= */
.menu_elem{
		height:18px;
		margin:0px;
		padding:0px;
}

.menu_elem a{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;
		text-align:center;
		font-weight:bold;
		color:#7A3700;
}
.menu_elem a:hover, .menu_elem a:active{
		color:#AD5A00;
}

div#menu_left_dist{
	float:left;
	width:140px;
}
div#menu_right_dist{
	float:left;
	width:100px;
}
#menu_biography{
	float:left;
	width:100px;
}

#menu_repertoire{
	float:left;
	width:100px;
}

#menu_reviews{
	float:left;
	width:90px;
}

#menu_discography{
	float:left;
	width:110px;
}


#menu_download{
	float:left;
	width:160px;
}

#menu_contact{
	float:left;
	width:80px;
}


/* =================== bottom container ======================= */
.bottom_text{
	display:block;
	padding:144px 0px 0px ;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#7A3700;
}
.bottom_text a{
	text-decoration:none;
	color:#7A3700;
}
.copyright{
	float:left;
	width:400px;
	text-align:right;
}

.made_by{
	float:right;
	width:400px;
	text-align:left;
}