/*customs*/

.lg_messages
{
  color:#FF0000;
  font-family: Tahoma;
  font-size:12px;
}

.lg_hello
{
  color:#000000;
  font-family:Tahoma;
  font-size:12px;
}
 
a.menu
{
	display:block;
	color: #000000;
	font-size: 12px;
	background:url(images/img_mp_norm.jpg) #151515 ;
	width: 180x;
	height: 19px;
	text-indent: 15px;
	text-decoration: none;
	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
	line-height: 19px;
}

a.menu:hover
{
	display:block;
	color: #FF6600;
	font-size: 12px;
	background:url('images/img_mp_hover.jpg') #ffffff;
	width: 180px;
	height: 19px;
	text-indent: 15px;
	text-decoration: none;
	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
	line-height: 19px;
} 
 
/*standart*/

body   
{ 
  background-color: #000000;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
}

.abg
{
}

td 
{
  font-family: Verdana; 
  font-size: 12px;
  color:#000000;
}

a 
{ 
  color: #FF7F00; 
  font-family: Tahoma; 
  font-size: 12px; 
  text-decoration: none;
}

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

a.box 
{ 
  color: #000000; 
  font-family: Tahoma; 
  font-size: 12px; 
}

a.box:hover 
{  
  color: #FF7F00;
  text-decoration: none;  
}

.Chead
{
  color: #FFFFFF;
  
}

.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
  color: #000000;
}

.Callg
{
	color: #000000;
}

.Callg td
{
  color: #000000;
}

.Cnorm 
{
  color:#000000;
  background-color: #ffffff;
}

.Cmite
{ 
  color:#000000;
  background-color: #ffffff;
}
.Cdark
{
  background-color:#ffffff;
}

#Ballg
{
	color: #000000;
	background-color: #ffffff;
}
#Ballg td
{
	color: #000000;
	background-color: #ffffff;
}

.Bhead
{
	color: #FFFFFF;
        font-size: 12px;
}
    
.Bbody
{
	color: #000000;
	
}

.rand
{
}

.smalfont 
{ 
	color:#000000;
    font-size: 12px;
	text-decoration: none; 
}

.smalfont_copyright 
{ 
	color: #000000;
    font-size: 12px;
	text-decoration: none; 
}


.smalfont_footer 
{ 
	color: #ffffff;
    font-size: 12px;
	text-decoration: none; 
	
}	


	.a_footer 
{ 
  color: #ffffff; 
  font-family: Tahoma; 
  font-size: 12px; 
  text-decoration: none;
}
	



.border 
{ 
    background-color: #a1a1a1;
}

hr 
{ 
    height: 0px; 
	border-top-width: 1px; 
}

input, textarea, select
{ 
    color: #000000;  
    font: 12px Tahoma;  
    border-color: #000000;
  	border-width: 1px;
    border-style: solid;  
    font-weight: none;  
    text-decoration: none;  
}

#menu {}
#menu ul { padding-left: 12px; margin-left: 11px;}
#smallmenu { }
#smallmenu li { font-size: 12px; }
#smallmenu a { font-size: 12px; }





#pagewrap {
    margin: 0 auto;
    width: 1340px;
    position: center;
}
 
/*
Back to top button 
*/
#back-top {
    position: fixed;
    bottom: 25px;
    margin-left: 60px;
}
#back-top a {
    width: 80px;
    display: block;
    text-align: left;
    font: 10px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #5e5e5e;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
    width: 35px;
    height: 35px;
    display: block;
    margin-bottom: 10px;
    background: #c5eb53 url('images/backtotop.png') no-repeat center center;
    /* rounded corners */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #b6e32e;
}