html, body
{
    background-image: url(/assets/public/about_page_bg.gif);
}
/*** banner ***/
#header
{
    height: 120px
}
#banner
{
    position: relative;
    width: 100%;
    height: 168px;
    margin: 0 auto;
}

/*
#wrapper-h, #wrapper-v
{
    min-width: 900px;
}
*/
#step-row
{
    width: 100%;
    min-width: 845px;
    height: 76px;   
    position: absolute;
    top: 20px;
    /* border: 1px solid green; */
}
#step-row span
{
    position: absolute;
    width: 165px;
    height: 70px;
    /* border: 1px solid red; */
}
#step-row img
{
    display: block;
    position: relative;
    margin: 0 auto;
}
#step-row .step-1
{
    left: 0;
    width: 118px;
}
#step-row .step-1 img
{
    float: left;
}
#step-row .step-2
{
    left: 25%;
    width: 143px;
    margin-left: -60px;
}
#step-row .step-3
{
    left: 50%;
    width: 144px;
    margin-left: -96px;
}
#step-row .step-4
{
    left: 75%;
    width: 148px;
    margin-left: -134px;
}
#step-row .step-5
{
    right: 0;
    width: 164px;
}

#step-row .step-5 img
{
    float: right;
}
#inset
{
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -353px;
    width: 706px;
    height: 56px;
    background: url(/assets/public/about_inset.gif) center bottom no-repeat;
}
.b-signup
{
    display: block;
    position: absolute;
    top: 15px;
    left: 380px;
    width: 194px;
    height: 33px;
    line-height: 32px;
    background: transparent url(b_signup.gif) top center no-repeat;
    text-align: center;
    font-size: 16px;
    /* font-weight: bold; */
    color: #36480c;
    text-decoration: none;
}
.b-signup:hover, .b-signup:focus
{
    background-image: url(b_signup_s.gif);
    /* color: #fff; */
    /* color: #37372d; */
    color: #36480c;
}
/*** main copy ***/
#left-col
{
    position: relative;
    width: 49%;
    float: left;
    margin-top: 10px;
    margin-left: 1px;
    /* border: 1px solid blue; */
}
#left-col ul
{
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 85%;
}
#cm-ie7 #left-col ul, #cm-ie6 #left-col ul
{
    padding-left: 1em;
    text-indent: -1em;
	list-style-position: inside;
	width: 400px;
	margin-left: 0px;
}
#left-col ul li
{
    color: #698609;   
    font-size: 14px;
    margin-bottom: 10px;
}
#left-col ul span
/* required for different bullet / text colours */
{
    color: #52524e;
}
#left-col ul span.darkgreen
{
    color: #526907;
    color: #698609;
}
#right-col
{
    position: relative;
    width: 49%;
    float: right;
    margin-top: 10px;

    /* border: 1px solid yellow; */

}
#right-col ul
{
    list-style-type: disc;
    margin-top: 16px;
    margin-bottom: 20px;
}
#right-col ul li
{
    color: #698609;   
    font-size: 14px;
    margin-bottom: 10px;
}
#right-col ul span
/* required for different bullet / text colours */
{
    color: #52524e;
}
#featured
{
    display: block;
    width: 440px;
    height: 400px;
    margin: 0 auto;
}
#tour
{
    display: block;
    width: 421px;
    height: 321px;
    margin: 20px auto;
}
.push
{
    clear: both;
}

/*** column styles ***/

#left-col h2 img
{
    float: left;
    vertical-align: top;
    margin-top: -8px;
    margin-right: 6px;
}
#content h2
{
    background: none;
    color: #52524e;
    font-size: 20px;
    line-height: 20px;
    clear: both;
    padding-top: 8px;
    margin-bottom: 10px;
}
#content h2 span.darkgreen, #right-col h2
{
    color: #698609;
    color: #526907;

}
#right-col h2
{
    display: block;
    width: 416px;
    padding-left: 0;
    margin: 0 auto;
}
#right-col img
{
    vertical-align: middle;
    margin-top: -8px;
    margin-right: 6px;
}
#livedemo {

	margin: 8px 2px 16px 28px;
		
}
#livedemo div, #livedemo a, #livedemo img {
	
	display: block;
		
}
#livedemo a {

	margin-top: 24px;
	
}