/*
    Coded By Steven Bower
    TurnWheel Designs (cc) 2009
*/
h2 {
    width: 95%;
}
#content {
    padding: 0;
    margin: 0;
    width: 100%;
}
#content_inner {
    top: 0px;
    padding: 20px 50px 0px 70px;
}

#teaser {
    background: transparent url("http://turnwheel.com/images/homepage_header_bg.jpg") no-repeat;
    height: 370px;
    width: 100%;
}
#teaser_inner {
    position: relative;
    height: 370px;
    width: 800px;
    margin-left: 120px;
}
#teaser_left,#teaser_right {
    float: left;
    width: 75px;
    height: 50px;
    margin: 170px auto;
    padding: 0;
    display: inline;
}
#teaser_left img,#teaser_right img {
    width: 50px;
    height: 50px;
}
#teaser_center {
    text-align: center;
    margin: 110px auto 0px auto;
    padding: 0px 15px 0px 10px;
    float: left;
    display: inline;
    width: 605px;
}
#catboxes {
    margin-bottom: 20px;
}
#catboxes div.catbox {
    display: inline;
    float: left;
    font-size: 1.25em;
    width: 200px;
    height: 170px;
    margin-top: 50px;
}
#cat-satisfaction {
    padding: 0 38px 0 38px;
    background: transparent url("http://turnwheel.com/images/notice_bg.png") 248px 0 no-repeat;
}
#cat-user {
    padding: 0 38px 0 0;
    background: transparent url("http://turnwheel.com/images/notice_bg.png") 200px 0 no-repeat;
}
#cat-design {
    padding: 0 38px 0 0;
    background: transparent url("http://turnwheel.com/images/notice_bg.png") 200px 0 no-repeat;
}
#cat-custom {
    padding: 0;
}

.teaser_entry {
    width: 605px;
    position: absolute;
    left: 75px; /* IE Fix */
}
.teaser_entry div {
    width: 605px;
    background: transparent url("http://turnwheel.com/images/portfolio_caption_bg.png") repeat-y;
    text-align: left;
    float: left;
}
.teaser_entry img {
    width: 605px;
    height: 191px;
}
.teaser_entry h4 {
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 2px 0 0 0;
}
.teaser_entry p {
    padding: 3px 10px 10px 10px;
}