/*
  CSS file
*/

* {
  margin: 0;
  padding: 0;
}
html, body {
  background: white none repeat scroll 0% 50%;
  overflow: visible;
  height: 100%;
}

body {
  font-family: Georgia,serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  background-image: url(../images/background.jpeg);
}


#wrap { width: 900px; height: 750px; margin: 0 auto; }
#page-wrap { width: 900px; padding: 0 0 0 20px; margin: 0 auto; overflow: hidden; height: 100%; background: #E7FEFD; }

.info-col { float: left; width: 132px; height: 100%; padding: 10px 0 0 0; }
.info-col h2 { height: 25px; text-align: center; font-weight: normal; color: white; padding: 25px 0; background: #312D2D; border-bottom: 1px solid grey; border-right: 1px solid white; }
.info-col li { margin-left: 15px; }
.info-col img { display: block; width:auto; margin-left:auto; margin-right:auto; }

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

.left02 { background: url(../images/left02.jpg) center center no-repeat; }
.left01 { background: url(../images/left01.jpg) center center no-repeat; }
.starter { background: url(../images/starter.jpg) center center no-repeat; }
.right01 { background: url(../images/right01.jpg) center center no-repeat; }
.right02 { background: url(../images/right02.jpg) center center no-repeat; }

dt { height: 35px; 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: #b44835; }
dd:nth-of-type(1) { background: #b44835; }

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