/* 
    Document   : global
    Created on : 2012-01-17, 23:02:54
    Author     : komputer
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body
{
    background-image: url('../images/site/bg.jpg');background-repeat: repeat-x;
    background-color:#c63200;
    font-family: arial;
}

#logo 
{
	background-image: url('../images/site/logo.png');
 	background-repeat: no-repeat;
    height: 120px;
    width: 900px;
    margin:0 auto;
}

#menu 
{ 
    height: 50px;   
    font-weight: bold;
    font-size: 17px;
    margin-top: 30px;
    width: 365px;
    float: right;
}

#menu ul, #menu ul li 
{   
 	display: inline-block;
    padding-bottom: 0;
    padding-left: 10px;
}

#menu ul li a 
{
	font-family: Tahoma;
    font-style: oblique;
    font-size: 19px;
    padding: 5px;
    text-decoration: none;
   	color: white;
}

#menu ul li a:hover
{   
   color: #503e1b;
}

#content
{   
	color: #302f2f;
    margin: 0 auto;
    width: 900px;
    height: auto;
    padding-top: 10px;
}

#content p 
{
    font-size: 14px;
    padding: 20px;
    text-indent: 20px;
    text-align: justify; 
    line-height: 25px;
}

#content h3 
{
    padding: 10px 10px 10px 50px ;    
    font-size: 15px;   
}

#foter
{ 
	height: 120px;
	margin: 25px auto 0;
    width: 100%;
    float: left;
    border-top-width:1px;
    background-color: #ffab0d;
}

#foter_content
{
	width:900px;
	margin:0 auto;
}

#foter p 
{
    color: #503e1b;
    font-size: 11px;
    font-weight: bold;
    padding-left: 100px;
    margin: 0px;
    width: 160px;
    height: 100px;
    float: left;
    padding-top: 30px;
}

.play, .stop 
{
    display: inline;
    font-size: 12px;
    padding-left: 25px;
}

#content ul li 
{
    list-style: none;
    padding: 10px;
}

.active 
{
    background-color: #ff8400;
}

#musiclabel
{
    width: 500px;
    height: 40px;
    background-color: #ff8400;
    margin: 0 auto;
}

.all 
{    
    font-size: 12px;
}

.aboult
{
      height: 200px;
}

.aboult img 
{
    float: left;
    margin-left: 50px;
}

#topimages img
{
    float: right;
}

#more
{    
    float:left;
    color:#ff8400;
}

#head_content 
{
	width:900px;
	float:left;
	margin:0 auto;
}

#player
{
	float:right
}

.slider-wrapper
{
	width:600px;
	margin:0 auto;
	padding-left: 105px;
	float:left
}

#player_link 
{
	font-size: 9px;
    margin-bottom: 40px;
    margin-top: 230px;
    position: inherit;
    text-align: right;
}

#home 
{
	background-color: #c63200;
	color:white;
    background-image: url("../images/site/flower.png");
    background-position: right center;
    background-repeat: no-repeat;float: left;
    height: 360px;
    padding-right: 155px;
}
     
#contact
{
	background-color: #c63200;
	color:white;
	float: left;
    height: 160px;
    padding-right: 155px;
}

#links 
{
	background-color: white;
    height: 360px;
    padding-right: 155px;
}



/* Tiny Scrollbar */
#scrollbar1 { width: 690px; margin: 20px 0 10px; padding-top: 15px;}
#scrollbar1 .viewport { width: 670px; height: 320px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }

/**/







