@CHARSET "UTF-8";


body {
    margin        :   0px;
	padding       :   0px;
	background :   #b7c5cb;
    font-size:11px;
   
   margin-bottom: 30px;
}

* {
    Font-family : Arial ;
	font-size:11px;
	color:#666;
}


div#site {
    display         :   table;
	
	width:870px;
	
	padding-left:15px;
	padding-right:23px;
	
	padding-bottom:20px;
	
	background: URL(../assets/img/site_bg.png);
	
	margin:auto;
}


a{
    color:#1478cd;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
}

a:hover{
	color:#fd7402;
}

div#site_bottom{
    width:870px;
    height:15px;
	
	display:block;
	
    padding-left:10px;
    padding-right:28px;
    margin:auto;
	background: URL(../assets/img/site_bottom.png);
    
}

div#menus{

    width : 870px;
    height:18px;
    

    display:block;
    margin-bottom:20px;
}

div#header{
    width : 870px;
	height:120px;
	
    display:block;
	margin-bottom:20px;
}



div#content_left{
    display:table;
	
	float:left;
	
	width:525px;
	
	margin-right:53px;

}

div#content_right{
    display: block;
    
	
    float:left;
    
    width:290px;
    

}



p.title{
    Font-family : Arial ;
	Font-size  :   11px;
    color:#0f7bc6;
	
	font-weight : bold;
}

p.border_blue{
    padding-bottom:2px;
    border-bottom : 4px solid #0f7bc6;
	margin-bottom:2px;
}

p.border_orange{
    padding-bottom:2px;
    border-bottom : 4px solid #fe7501;
    margin-bottom:2px;
}

div.content_box{

    border: 1px solid #c0c0c0;
	
    padding:5px;
	
}

div.content_stage{

    padding:20px;

}


p.content_separator{
    
    display:block;
	height:20px;
}


p.stagefooter{
	
    
	padding-top:2px;
	
	font-size:10px;
	color : #666;
	
	float:left;
}
a.stamina:hover{
color:#fd7402;
}
a.stamina{
color: #666;
	float:left;
    
	padding-top:2px;
	
	font-size:10px;
}

div.stagefooter{
	margin-top:5px;
    border-top: 4px solid #9db8c9 ;

}

div.home_contacts{
    height  :   92px;
	background:URL(../assets/img/home_contacts_bg.png)

}

.dividerline {
    background:URL(../assets/img/divider_line.png)
}




input[type="text"], input[type="password"]{

    background: URL(../assets/img/input_text_bg.png) no-repeat;
	height:18px;
	
	padding-top:3px;
	padding-left:5px;
	
	border:0px;
	border-right:1px solid #b0afad;
	
}



a.button{
    display:block;
	height:18px;
	background: URL(../assets/img/btn_bg_new.png) no-repeat;
	width:77px;
	line-height:20px;
	text-align:center;
	
	color:#fff;
	font-weight: bold;
	font-size:9px;

}

a.button:hover{
	background: URL(../assets/img/btn_bg_new.png) no-repeat;
	background-position : 100% 100% ;
}


a.btn_top {
    display:block;
    width:125px;
	height:25px;
    background: URL(../assets/img/btn_top.png) no-repeat;
    

}