/* roshanne */

html body{
background: #98857b url(../images/bg.png) no-repeat fixed top right;
padding: 0px 0px 0px 0px;
margin: 0px;
position: relative;
}



#header{

background: #483a33;
padding: 0 0 0 0;
filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
height: 50px; 
width: 100%;  
text-align: right;
}

#tab{
position: fixed;
bottom: 0px;
right: 0px;
background: url(../images/tab.png) no-repeat;
filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
height:300px;
width: 310px;
}


#sumbit_form{
background: url(../images/form_box.png) no-repeat; 
margin-left: 15px;
padding: 0px 0px 0px 5px; 
margin: 0px; 
height: 20px; 
width: 170px; 
border: none; 
font-size: 10px; 
color:#999999; 
float: left;

}

#submit_form_button{

border: none; 
color: #ffffff; 
background: url(../images/submit_button.png) no-repeat;
cursor: pointer;  
margin: 0px; 
height: 20px; 
width: 75px;'

}



/*
div{
padding: 0px;
margin: 0px;
}
*/

form{
padding: 0px;
margin: 0px;
}


hr{
background-color: #CCCCCC;
height: 1px;
border: none;
border-style: none;
padding: 0px;
margin: 0px;
width: 97%;
}

.title{
border-bottom: 1px solid #000000;
font-family: times;
font-size: 30px;
color: #000000;
padding: 20px 0px 0px 5px;
height: 40px;
margin-bottom: 20px;
width: 100%;
}

.schedule_list_info{
padding: 3px 0 10px 5px;
}

a {
color: #610a01;
text-decoration: none;
}

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



td{
font-family: verdana; 
font-size: 12px;
text-algin: justify;
}

li{
/*list-style:none;*/
}

h1{
font-size: 15px;
font-wieght: bold;
}


.error{
color: red;
}

.scroll_container{
position: absolute;
top: 100px;
left: 130px;
}


.scroll_container_reviews{
position: absolute;
top: 400px;
left: 500px;

}



#container{
position: absolute;
top: 110px;
left: 0px;
text-align: justify;
/*margin-right: 100px
padding: 0 370px 0 50px;;*/
padding: 0 0 0 50px;
width: 60%;
color:#000000;
font-family: Verdana;
font-size: 12px;
}



.button{
font-family: times;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
border-top:1px dotted #e9a5ad;
border-bottom:1px dotted #e9a5ad;
text-align: center;

}

.photo{

float: left;
padding: 0 10px 5px 0;

}


/*
.button a:link, .button a:visited{
color:#c2a650;
text-decoration: none;
}

.button a:hover{
color: #af3341;
text-decoration: none;
}

*/
.discography_list{
/*font-family: times;*/
}

.no_list li{
list-style: none;
padding: 0 0 7px;
list-style-position: outside;
}

.footer_label{
font: 8px verdana;
color: #5a4c45;
padding-top: 50px;
padding-bottom: 100px;
text-align: center;
/*border-top: 1px solid #80c453;*/
}

.footer_label a {
color: #5a4c45;
text-decoration: none;
}

.footer_label a:hover{
color: #000000;
text-decoration: underline;
}





/*-------------------------*/
/*----     MENUS     ------*/
/*-------------------------*/




ul#navigation
{
	position: absolute;
	top: 0px;
	left: 0px;
    list-style: none;
	display: inline;
	text-align: left;
}


ul#navigation li
{
   
    position: relative;
    float: left;
    z-index:5;
}


#navigation a
{
    display: block;
	list-style-type: none;
	
	/*margin: 1px;*/
	height: 16px;
	padding: 8px 15px 10px 15px;
	float: left;
	font-family: "Arial";
	/*font-weight: bold;*/
	text-align: left;
	font-size: 12px;
	
	color: #f4ebe5;
	/*border-right: 1px solid #a8ad6b;*/

}



ul#navigation a:hover
{
    /*style for highlighted top link*/
    color: #ffffff;
    text-decoration: none;
}


ul#navigation li li a
{
    /*style for secondary menus */
    color: #b1410c;
    background-color: #c6ac61;
	border-bottom: none;
    padding: 3px 0px 3px 7px;
    margin: 0;
    width: 150px;
}

ul#navigation li li a:hover
{
    /*style for highlighted secondary link*/
    color: #f8f4e9;
    background-color: #362a08;
    text-decoration: none;
}

ul#navigation li ul
{
	border-top: solid 3px #7e692d;
    position: absolute;
    /*left: -999em;*/
	top: -999em;
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul
{
	left: -999em;
}

/*control position of first-level popout menus*/
#navigation li:hover ul, #navigation li.sfhover ul
{
    top: 0;
    left: 0;
    margin: 20px 0 0 0px;
}

/*second-level popout menus*/
#navigation li li:hover ul, #navigation li li.sfhover ul
{
    top: 0;
    left: 0;
    padding: 0;
    margin: 0 0 0 0px;
}





