/* @override http://epicenterone.com/~woodwise/css/process.css */

/*
 *  Wood Wise
 *  Site by New Media Campaigns
 */

#content {
	padding-bottom: 0;
	background: #f6e1a6;
	}

#body {
    width: 100%;
    background: url(../images/process-bg.png) repeat-y center top;
    }

#body h1 {
    margin-left: -30px;
    text-align: center;
    background: #ad1833;
    color: #fe9000;
    font-size: 22px;
    line-height: 44px;
    letter-spacing: 12px;
    }

#body ul {
	float: left;
	width: 870px;
    margin-left: -30px;
    list-style-image: none;
    background: url(../images/process-bottom.png) no-repeat right bottom;
    font-size: 14px;
    }
#body ul li {
    float: left;
    width: 19%;
    padding: 22px 3% 100px;
    background: none;
    text-indent: 0;
    }
#body ul li h4 {
	text-align: center;
	font-weight: bold;
	padding-bottom: 1.47em;
	}
#body ul li ol li {
    width: 100%;
    padding: 0 0 0.74em;
    }