﻿html, body
{
    background:url(Images/background/background-repeat.jpg) left top repeat-x #95DEF1;
} 


#top-menu
{
    background:transparent url(Images/header-bg.png) no-repeat;
    background-position:left bottom;
    width:892px;
}

#background-center 
{
    background-image:url('/Chrome/Styles/themes/default/Images/Background/background-center.png');
    height:500px;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    background-position:center top;
    background-repeat:no-repeat;    
}

#navbar a{color:#333333;}
#navbar a:hover{background-image:url(Images/top-menu-hover-bg.png); background-repeat:repeat-x;}
#navbar li a:link, #navbar li a:visited {}

.full-box .white
{
    background-image:url(Images/full-box-white-bg.jpg); 
    background-repeat:repeat-y;
}



.heroes-shield
{
    width:79px;
    height:82px;
    position:absolute;
    top:19px;
    left:85px;   

}

#footer-top
{
	height:96px;
    background:transparent url(Images/footer-top.png) repeat-x;
    background-position:left bottom;
}

#footer-bg
{
    background:transparent url(Images/footer-high-bg.jpg) repeat-x;
    background-color:#F9F5CA;
    padding-bottom: 20px;    
}

#footer
{
    color:#4A4A4A;
    
}

#sidebar h2
{
    color:White;
    font-size:13px;
    font-weight:bold;
    padding:13px 0px 0px 8px;
}
.menu-top 
{
	background-image: url(Images/left-menu-back-top.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    /*width:159px;*/
    width:175px;
    height:42px;	
    
}


.menu-list-ver
{
    background-image:url("Images/left-menu-back-rep.png");
    background-position:left bottom;
    background-repeat:repeat-y;
    width:159px;
    list-style:none;
    
}

.menu-list-ver-bottom 
{
	width:159px;
	height:8px;
	background-image:url("Images/left-menu-bottom.png");
    background-position:left bottom;
    background-repeat:repeat-y;
    margin:0px 0px 12px 0px;
    
}
.menu-list-ver span 
{
	display:block;
	padding:0px;
	margin:0px;
}

.menu-list-ver li
{
    list-style:none;
}


.menu-list-ver ul li a span 
{
	display:block;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;

}
.menu-list-ver ul li ul li a span 
{
	padding-left:28px;
}

.menu-list-ver ul li a, .menu-list-ver ul li a:link, .menu-list-ver ul li a:visited
{
    font-size:12px;
    color:#333;
    text-decoration:none;
	display:block;
	
	background-image:url(Images/left-menu-back-li.png);
    background-position:2px 0px;
    background-repeat:no-repeat;
}

.menu-list-ver ul li ul
{
	margin:0px;
	padding:0px;
}

.menu-list-ver ul li ul li 
{
	background-image:url(Images/left-menu-back-li-hover-niv2.png);
	background-repeat:no-repeat;
    background-position:1px top;  
}

.menu-list-ver ul li ul li ul li
{
	background-image:url(Images/left-menu-back-li-hover-niv3.png);
	background-repeat:no-repeat;
    background-position:1px top;  
}

.menu-list-ver ul li a:hover, .menu-list-ver ul li a.selected
{
	background-image:url(Images/left-menu-back-li-hover.png);
    background-position:1px top;    
}

.menu-list-ver ul li ul li ul
{
	margin:0px;
	padding:0px;
}

.menu-list-ver ul li ul li ul li a
{
    font-size: 11px;
}

.menu-list-ver ul li ul li ul li a span {
    padding-top: 6px;
    padding-left: 38px;
}