/*
 A.M Godwin 2012*/

*  { margin: 0; padding: 0 }
body       { font: 14px "Trebuchet MS"; background: white url("../images/bg.png") no-repeat center 0; border-color: transparent; outline-color: white }
#page-wrap         { margin: 50px auto; width: 845px; height: auto }
a { text-decoration: none; }
h3   { color: #f00; font-weight: lighter; margin: 0 0 5px }

.tabs { list-style: none; overflow: hidden; padding-left: 1px; }
.tabs li { display: inline; }
.tabs li a  { color: #666; background: #eee; display: block; margin: 0 0 0 -1px; padding: 4px 8px; float: left; border: solid 1px #ccc }
.tabs li a.current { background: white; border-bottom: 0; position: relative; top: 2px; z-index: 2; }

.box-wrapper    { background: white; margin: -1px 0 0; padding: 20px; position: relative; height: 300px; border: solid 1px #ccc; -moz-box-shadow: 0 0 0px black; -webkit-box-shadow: 0 0 0px black   }
.content-box   { position: absolute; top: 20px; left: 20px; width: 800px; height: 300px; overflow: hidden }

.current { z-index: 100; }

.col-one, .col-two, .col-three { width: 30%; float: left; position: relative; top: 350px; }
.col-one, .col-two  { margin-right: 5% }