/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
html, body { height: 100%; background: #eee; }
body { font: 14px Georgia, serif; }
#page-wrap { width: 956px;background:white; margin: 0 auto; overflow: hidden; border:2px solid #bf1e2e; }

.info-col { float: left; width: 132px; height: 100%; }
.info-col dt{
    border: 1px solid #fff;
    font-size: 12px !important;
}

.info-col a {
    color: white;
}

.info-col a:hover {
    color: #ccc;
}
.info-col h2 {
    background: #BF1E2E;
    border-right: 1px solid white;
    color: white;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
}

.image {    border-right: 1px solid red;
    display: block;
    height: 300px;
    text-indent: -9999px; }

.batman { background: url(../images/BloodBankEquipments.jpg) center center no-repeat; }
.spiderman { background: url(../images/Labequipments.jpg) center center no-repeat; }
.aquaman { background: url(../images/ColdStorageEquipment.jpg) center center no-repeat; }
.ironman { background: url(../images/PlantGrowthChamber.jpg) center center no-repeat; }
.superman { background: url(../images/VacuumChambers.jpg) center center no-repeat; }

dt { padding: 5px; background: #900; color: white; border-bottom: 1px solid white; border-right: 1px solid white; }
dd { position: absolute; left: -9999px; top: -9999px; width: 299px; background: #900; padding: 10px; color: white; border-right: 1px solid white;padding: 10px !important; }

dt:nth-of-type(1) { background: #871b2b; }
dd:nth-of-type(1) { background: #b44835; }

dt:nth-of-type(2) { background: #ffffff;border-right: 1px solid #e42f36; }
dd:nth-of-type(2) { background: #ff7d3e; }

dt:nth-of-type(3) { background: #871b2b; }
dd:nth-of-type(3) { background: #ffb03b; }

dt:nth-of-type(4) { background: #ffffff;border-right: 1px solid #e42f36; }
dd:nth-of-type(4) { background: #c2a25c; }

dt:nth-of-type(5) { background: #871b2b; }
dd:nth-of-type(5) { background: #4c443c; }

dt:nth-of-type(6) { background: #656b60; }
dd:nth-of-type(6) { background: #656b60; }

.curCol { -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); z-index: 1; position: relative; }