/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
html, body { height: 100%; overflow: hidden; background: #fcfcfc; }
body { font: 14px Georgia, serif; }
.clear { clear:both;}
.clear_40 { clear:both; height:20px;}
#page-wrap { width: 980px; padding:0; margin: 0 auto; overflow: hidden; height: 450px; }

.info-col { float: left; width: 150px; height: 100%; background:#f8f8f8; border-top:1px #CCCCCC dotted;  }
.info-col h2 { text-align: center; font-weight: bold; padding: 25px 0; font-size:12px; color:#2c4271; font-style:italic; border-right:1px solid #CCCCCC; }
.info-col  h2.last { text-align: center; font-weight: bold; padding: 25px 0; font-size:12px; color:#2c4271; font-style:italic; border-right:1px none #CCCCCC; }
.image { height: 250px; text-indent: -9999px; display: block; border-right: 1px solid white; }

.fact { background: url(../images/fact.jpg) center center no-repeat; }
.clean { background: url(../images/clean.jpg) center center no-repeat; }
.bus { background: url(../images/bus.jpg) center center no-repeat; }
.glass { background: url(../images/glass.jpg) center center no-repeat; }
.snake { background: url(../images/snake.jpg) center center no-repeat; }
.house { background: url(../images/house.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: #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; }

/* STYLE SHEET ----------------------------------------------------------------- */
#wrapper { margin:0 auto; padding:0; width:980px; height:auto; background:#FFFFFF; }

#header { margin:0 auto; padding:0; width:980px; height:130px; background-color:#FFFFFF;}
.left_header { margin:0 auto; padding:0; width:280px; height:130px; float:left; }
.right_header { margin:0 auto; padding:0; width:680px; height:130px; float:right; }
#footer { margin:0 auto; padding-top:15px; width:980px; height:40px; background:#000000; color:#FFFFFF; font-size:10px; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; }
.info-col a { text-decoration:none; list-style:none; color:#FFFFFF;}
.info-col a:hover{ text-decoration:none; list-style:none; color:#000;}



