/* General */
            body {
                font-family: Arial, sans-serif;
                font-size: .8em;
                line-height: 1.4em;
                background: #F1F1F1;
		margin: 0px;

            }
            a {
                cursor: pointer;
                color: #990000;
                text-decoration: none;
            }
            a:hover {
                text-decoration: underline;
            }

            h1 {
                font-size: 1.4em;
                font-weight: bold;
            }
            h2 {
                font-size: 1.3em;
                font-weight: bold;
                
            }
            h3 {
                font-size: 1.2em;
                font-weight: bold;
            }

            #bodyWrapper {
                min-height: 100%;
                position: relative;

            }

            #body {
                height: auto;
                margin: 0 auto;
                width: 985px;

            }


            #contentWrapper {
                height: auto;
                width: inherit;
            }

            #content{
                float: left;
                height: auto;
                width: inherit;
            }

            #promo {
                float: left;
                width: inherit;
                height: 370px;
            }

            #promoTop {
                float: left;
                width: inherit;
                height: 260px;
                margin-top: 1px;
                background-image: url('../images/promo.jpg');
		background-repeat:no-repeat;
            }

            #tagLine {
                float: left;
                margin-right: 700px;
                width: 400px;
                height: 133px;
                font-size: 36px;
                color: white;
                line-height: 1em;
                margin-top: 21px;
                margin-left: 31px;

            }

            #descLine {
                float: left;
                width: 400px;
                height: 150px;
                color: white;
                font-size: 16px;
                margin-left: 31px;
            }

            #promoBottom{
                float: left;
                width: 954px;
                height: 102px;
                background-image: url(../images/promobottom.jpg);
                padding-left: 31px;

            }
            #siteSearch {
                width: 245px;
                height: 35px;
                float: left;
                font-size: 24px;
                margin-top: 31px;
                color: #404040;
            }
            #searchSubmit {
                float: left;
                margin-top: 28px;
                margin-left: 15px;
                cursor: pointer;


            }
            #sellPoints {
                float: left;
                width: 942px;
                height: auto;
                margin-left: 11px;
                background: white;
                border-left: 1px solid #e1e1e1;
                border-right: 1px solid #e1e1e1;
                padding-left: 16px;

            }
            .sellPoint {
                float: left;
                width: 942px;
                height: auto;
                margin-right: 23px;
                color: #494949;
                margin-bottom: 20px;
            }
            .sellPointTop {
                float: left;
                height: auto;
                width: inherit;
                line-height: 1.4em;
                color: #990000;
                margin-bottom: 5px;
            }
            .sellPointTop img {
                float: left;
                margin-right: 10px;

            }
            .sellPointTop h2 {
                margin: 8px;
                line-height: 1.3em;

            }
            #clientLogos {
                float: left;
                height: 60px;
                width: inherit;
                display: none;
            }
            #screenshot {
             
                width: 429px;
                height: 286px;
                position: absolute;
                margin-left: 487px;
                border: 1px solid #e1e1e1;
                background: url("../images/papers.jpg");
		top: 62px;
		left: 207px;
                margin-top: 40px;

            }
            #experts {
                display:none;
            }
            .boxTop {
                float: left;
                height: 16px;
                width: 961px;
                float: left;
                margin-left: 8px;
                background-image: url('../images/box-top.jpg');
                margin-top: -5px;
            }
            .boxBottom {
                float: left;
                height: 16px;
                width: 961px;
                float: left;
                margin-left: 8px;
                background-image: url('../images/box-bottom.jpg');

            }
            #blog {
                float: right;
                margin-right: 13px;
                width: 336px;
                height: 140px;
                background: white;
                margin-top: -139px;
                padding-left: 15px;
                border-right: 1px solid #e1e1e1;
                border-left: 1px solid #e1e1e1;
                padding-right: 15px;
                

            }
            .boxBottomSmall {
                background-image: url('../images/box-bottom-small.jpg');
                height: 13px;
                width: 368px;
                float: right;
                margin-right: 13px;

            }
            .boxTopSmall {
                background-image: url('../images/box-top-small.jpg');
                height: 13px;
                width: 368px;
                float: right;
                margin-right: 13px;
            }
            #blog h2, #news h2 {
                color: #990000;
                font-size: 1.3em;
                margin-top: -2px;
            }
            #blog li, #news li {
                display: block;
                margin-left: -37px;
                margin-bottom: 10px;
                color: #494949;
            }
            #news {
                float: right;
                width: 336px;
                height: 140px;
                margin-right: 13px;
                padding-left: 15px;
                background-color: white;
                margin-top: -312px;
                border-right: 1px solid #e1e1e1;
                border-left: 1px solid #e1e1e1;
                padding-right: 15px;
                
            }
