/* Side Object CSS */

.lo-top {
    margin-top: 10px;
	background-image: url(../img/lo_top.gif);
	background-repeat: no-repeat;
	height: 35px;
	color: #fff;
}

.lo-top-padding, .lo-bottom-padding {
    padding: 10px;
}

.lo-bottom {
	background-image: url(../img/lo_bottom.gif);
	background-repeat: no-repeat;
	height: 35px;
	color: #fff;
}

.lo-top a, .lo-bottom a {
    color: #fff;
}

.text-inverse {
    color: #EA5641;
	text-decoration: none;
}

.textfade {
    color: #989898;
}

.home-object-1 {
	background-image: url(../img/home_bg_1.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	line-height: 130%;
}

.home-object-2 {
	background-image: url(../img/home_bg_2.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	
}

