.companyBoxGreen {
	background: #c5e29f;
	background: -moz-linear-gradient(top, #c5e29f, #fff);
	background: -webkit-gradient(linear, 0% 10%, 0% 100%, from(#c5e29f), to(#fff));
}
.companyBoxBlue {
	background: #7bd1e8;
	background: -moz-linear-gradient(top, #7bd1e8, #fff);
	background: -webkit-gradient(linear, 0% 10%, 0% 100%, from(#7bd1e8), to(#fff));
}
.companyBoxOrange {
	background: #ffe59e;
	background: -moz-linear-gradient(top, #ffe59e, #fff);
	background: -webkit-gradient(linear, 0% 10%, 0% 100%, from(#ffe59e), to(#fff));
}

.companyBoxBlue,
.companyBoxOrange,
.companyBoxGreen {
	margin:0; width:960px; height:400px; 

	/* Rounded Corners */
	-moz-border-radius: 8px 0px 0px 0px;
	-webkit-border-radius: 8px 0px 0px 0px;
	border-radius: 8px 0px 0px 0px;
}

.companyHeadOrange {
	width:200px; background: #f78f1e;
}
.companyHeadGreen {
	width:300px; background: #8cc63e;
}
.companyHeadBlue {
	width:180px; background: #00549d;
}

.companyHeadGreen,
.companyHeadBlue,
.companyHeadOrange {
	position:relative; margin:0; top:15px; padding:10px 25px 10px 35px; height:auto; 
	font-size:22px; color:#fff; line-height:42px; text-align:left;
}


/* ------------ side MENU -------------------------------------------------------------- */

#side_menu {
	list-style:none; height:auto; width:200px; float:left;
	padding: 0px; margin:0;
	z-index:9999; border: none; 

}

#side_menu li {
	display:block;
	text-align:left;
	position:relative;
	padding: 10px 20px 5px 20px;
	margin:3px; margin-top:0; border:none;

	/* Gradient background */
	background: rgba(255, 255, 255, .8);
	/* Fade Transition */
    -moz-transition:background 0.6s;  ease-out;
    -webkit-transition:background 0.6s;  ease-out;
    -o-transition:background 0.6s;  ease-out;
    transition:background 0.6s;  ease-out;

	font-size:16px; color:#00549e;
}

#side_menu li:hover {
	border: none;
	
	background: rgba(255, 255, 255, 1.0);
	/* Fade Transition */
    -moz-transition:background 0.6s;  ease-out;
    -webkit-transition:background 0.6s;  ease-out;
    -o-transition:background 0.6s;  ease-out;
    transition:background 0.6s;  ease-out;

	
}

/* ------------ side FOOT MENU -------------------------------------------------------------- */
