* { margin: 0; padding: 0; }
html, body { height: 100%; overflow: hidden; background: #eee; }
body { font: 14px Georgia, serif; }


/*Header added by izul TOP PANEL*/
ul{list-style-type:none;}

#topPan{width:900px; height:158px; position:relative; margin:0 auto; background:url(../izul_images/header.jpg) 0 0 repeat-x #15AEFD; color:#fff; padding:0px;}
#topPan img.logo{width:350px; height:70px; position:absolute; top:33px; left:43px;}
#topPan img.book{width:158px; height:99px; position:absolute; top:20px; right:46px;}

#topPan p{font-size:16px; padding:70px 0 0 43px;}

#topContactPan{width:159px; height:51px; position:absolute; top:43px; right:240px;}
#topContactPan p.callus{background:#0C71A4; color:#fff; width:64px; height:14px; line-height:14px; font-size:14px; font-weight:bold; text-transform:uppercase; padding:0px;}
#topContactPan p.no{font-size:26px; padding:4px 0 0;}

#topMenuPan{width:900px; height:16px; position:absolute; bottom:9px; left:10px;}
/*----/END HEADER - TOP PANEL----*/



#page-wrap { width: 600px; padding: 0 0 0 30px; margin: 0 auto; overflow: hidden; height: 90%; }

.info-col { float: left; width: 132px; height: 90%; }
.info-col h2 { text-align: center; font-weight: normal; padding: 25px 0; }

.image { height: 100px; text-indent: -9999px; display: block; border-right: 1px solid white; }

.one { background: url(../izul_images/batman.jpg) center center no-repeat; }
.two { background: url(../izul_images/spiderman.jpg) center center no-repeat; }
.three { background: url(../izul_images/aquaman.jpg) center center no-repeat; }
.four { background: url(../izul_images/ironman.jpg) center center no-repeat; }
.five { background: url(../izul_images/superman.jpg) center center no-repeat; }

dl { }
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; }

dt:nth-of-type(1) { background: #7E587E; }
dd:nth-of-type(1) { background: #7E587E; }

dt:nth-of-type(2) { background: #ff7d3e; }
dd:nth-of-type(2) { background: #ff7d3e; }

dt:nth-of-type(3) { background: #ffb03b; }
dd:nth-of-type(3) { background: #ffb03b; }

dt:nth-of-type(4) { background: #c2a25c; }
dd:nth-of-type(4) { background: #c2a25c; }

dt:nth-of-type(5) { background: #4c443c; }
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; }