#background-container 
{
    /*background: none !important;  override background image */
    background-image: url("../images/shatteredx7.jpg") !important;
    width: 100%;
}

/* Sub menu tiles */

.sub-menu-tile 
{
    margin-left: 2px;
    min-height: 90px;
    padding-right: 2px;
}

.sub-menu-tile a {
	display: block;
	padding: 0.25em 0.75em;
	background: #e9e9e9;
	/*border: 1px solid #DDDDDD;*/
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font-size: 95%;
    margin: 0 0 4px;
    min-height: 140px !important;
}

.sub-menu-tile a:hover {
	background: #2F96B4;
	color: #fff;
	text-shadow: 0 1px 0 #377843;

	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.sub-menu-tile h3 
{
    font-size: 18px;
    line-height: normal;
}

.warning-red 
{
    background-color; #F2DEDE;
}