/* CSS Document */

.divbuttons{
	height: 115px;
	/* here */
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*width: 100% !important;*/
	z-index: 30 !important;
	position: relative;
}
.divbuttons ul, .divbuttons li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
.divbuttons a {
	display: block !important;
	float: left;
	height: 115px !important;
	/*width: 373px;*/
	background-position: left bottom;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	position: relative;
	bottom: 0px;
	-webkit-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-moz-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-o-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-ms-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	background-image: none;
}
.divbuttons a:hover {
	height: 325px !important;
	bottom: 210px;
}
.divbuttons h4 {
	font-size: 26px;
	font-weight: normal;
	padding: 15px;
	margin: 0px;
}
.divbuttons span{
	font-size: 13px;
	display: block;
	line-height: 20px;
	padding-top: 5px;
}
.divgb {
	width: 1120px;
	margin-right: auto;
	margin-left: auto;	
}
.med-banner, .lsd-banner, .ind-banner{
	-webkit-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-moz-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-o-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-ms-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-ms-transition-delay: 0;
	transition-delay: 0;
	height: 500px;
	width: 100%;
	position: absolute;
	z-index: 1;
	opacity: 0;
	background-position: center center;
}
.lsd-banner{
	background-image: url(../images/home_banner_lsd.jpg);
}
.ind-banner{
	background-image: url(../images/home_banner_ind.jpg);
}
.med-banner{
	background-image: url(../images/home_banner_med.jpg);
}

.ind h4, .ind a {
	background-color: #CE6905;
	background-image: url(../images/cube_ind.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.med h4, .med a  {
	background-color: #1891B4;
		background-image: url(../images/cube_med.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.lsd h4, .lsd a {
	background-color: #2C6F9F;
		background-image: url(../images/cube_lsd.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}