body {
    background: #414042 url("../image/background.gif") repeat-x top;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#172034;
	font-size:100%;
    line-height:1.25em;
    margin:0;
}

#container{
    width: 942px;
    margin: 0 auto;
}

#main{
    background: url("../image/middle-repeat.gif") repeat-y;
}

#content{
    background: url("../image/middle-top.gif") no-repeat;
    min-height: 116px;
}

#meat{padding:0 30px;}

/* HEADER */
/* ========================================================================== */
#header {
    background: url("../image/header.gif") no-repeat bottom;
    height: 82px;
    overflow: hidden;
}


    #header h1{
        float: left;
        padding: 13px 0 0 22px;
        margin: 0;
        border: 0;
    }

        #header h1 a{
            display: block;
            width: 128px;
            height: 48px;
            background: url("../image/logo.gif") no-repeat;
        }

	#header a span{
	    display: none;
	}

    #header ul{
	list-style: none;
    }

    #header li{
	float:left;
	padding-top: 13px;
    }

	#header li a{
	    display:block;
	    height: 32px;
	    width: 106px;
	    background: url("../image/tabs.gif") no-repeat;
	}

	#header li a:hover{
	    background-position: 0px -32px;
	}

    #topProducts{
	padding-left: 340px;
    }

    #header #topServices a{
	background-position: -106px 0;
    }

    #header #topServices a:hover{
	background-position: -106px -32px;
    }

    #header #topProjects a{
	background-position: -212px 0;
    }

    #header #topProjects a:hover{
	background-position: -212px -32px;
    }

    #header #topContact a{
	background-position: -318px 0;
    }

    #header #topContact a:hover{
	background-position: -318px -32px;
    }

/* right side */
/* ========================================================================== */

    #rightSide {
        float: right;
        width: 223px;
        overflow: hidden;
        font-size: 0.8em;
        padding-bottom:25px;
    }

    #sectionNav{
        background: url("../image/right-navbottom.png") no-repeat bottom;
        padding-bottom:10px;
    }

        #sectionNav ul{
            margin:0;
            padding: 30px 0 0 0;
            list-style-type: none;
            background: url("../image/right-navback.png") no-repeat top;
        }
            #sectionNav ul li:first-child, .redBox ul li:first-child {
                border: none;
            }

            #sectionNav ul li {
                border-top: 1px solid #b2b2b2;
            }

                #sectionNav ul li a, .redBox ul li a{
                    display:block;
                    text-decoration: none;
                    color: #777777;
                    padding: 6px 10px;
                }

                    #sectionNav ul li a:hover{
                        background: #666666;
                        color: white;
                    }

    .redBox{
        background: #f50703 url("../image/right-redbottom.png") no-repeat bottom;
        padding-bottom: 7px;
        color: white;
    }

        .redBox ul, .redBox form{
            margin:0;
            padding: 0 0 0 0;
            list-style-type: none;
            background: url("../image/right-redback.png") no-repeat top;
        }
            .redBox form p {

                margin: 0px 0 7px;
                padding: 0 7px;
                line-height: 1.2em;
                font-size: 0.9em;

            }

            .redBox ul li{
                border-top: 1px solid #7A1311;
            }

                .redBox ul li a{
                    color:white;
                }

                    .redBox ul li a:hover{
                        background: #DE6462;
                    }

    .rightRedTitles{
        margin: 25px 0 0;
        padding: 0;
        height: 30px;
        background: #f50703;
    }

        .rightRedTitles span{
            display: none;
        }

    #whatWould{
        background: url("../image/right-whatwould.png");
    }

    #relatedSections{
        background: url("../image/right-relatedsections.png");
    }

/* Modal */
/* ========================================================================== */
#modalMask{
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
	background-color: #666666;
}

#modalBox {
	border:1px solid #ABB1B1;
    background: white;
	padding:0px;
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
}

#modalTitle{
	font-weight: bold;
	font-size:14px;
	padding: 4px;
	padding-left:4px;
	background-color:#4e5fab;
	border-bottom:1px solid #ABB1B1;
	color:white;
}

#modalContent{
	padding:10px;
}

    #modalContent ul{
        margin: 5px 0;
        padding: 0 0 0 20px;
    }

    #modalContent li{
        font-size: 0.85em;
        margin: 0;
        padding: 0 0 5px;
    }
/* left side */
/* ========================================================================== */

    #leftSide {
        float: left;
        width: 687px;
        overflow: hidden;
        padding-bottom:25px;
    }

/* main */
/* ========================================================================== */

#breadcrumbs{
    font-size: 0.65em;
}

    #breadcrumbs a {
        text-decoration: none;
    }

        #breadcrumbs a:hover {
            text-decoration: underline;
        }

h1,h2,h3{
	font-family: "Bitstream Vera Sans", Arial, Helvitica, sans-serif;
	letter-spacing:-3px;
	font-weight:bold;
	color:#7F0F12;
}

#main h1{
    margin-top:0;
    margin-right:12px;
    font-size: 32px;
    background: url("../image/h1.gif") repeat-x;
    height: 63px;
    padding: 37px 0 0 30px;
}

h2{
    margin-top: 2.25em;
}

h3{
    color:#666666;
    letter-spacing:-1px;
    margin: 1.75em 0 0;
}

a {
    color: #4e5fab;
}

    tr:hover{
        background: #BBBBBB;
    }

    td, th {
        padding: 10px 15px;
    }

    th{
        background: #4e5fab;
        color: white;
        text-align: left;
    }

    .odd{
        background: #eeeeee;
    }


    .yes, .no{
        background: url("../image/yes.png") no-repeat;
        display: block;
        height: 19px;
        width: 20px;
        margin: 0 auto;
    }

    .no {
        background-image: url("../image/no.png");
    }

    .yes span, .no span{
        display:none;
    }

.pics {
    float: left;
    padding: 0 25px 20px 0;
}

.notes{
    font-size: 0.85em;
    color: #AAAAAA;
    margin: 5px;
}

/* Footer */
/* ========================================================================== */
#footer {
    color: #fff;
    font-size: 0.75em;
    line-height: 1em;
    margin-bottom:20px;
    background: url("../image/footer.gif") no-repeat;
    height: 99px;
    padding: 0 15px;
}

    #footer p{
	margin-top:5px;
    }

#bottomLinks{
    text-align: center;
    padding-top: 15px;
}
    #footer a{
        text-decoration: none;
        color: #777777;
    }

        #footer a:hover{
            text-decoration: underline;

        }


/* FORMS */
/* ========================================================================== */

INPUT,TEXTAREA,.dhtmlSelect,SELECT{
	border: 1px #AAAAAA solid;
	background: white url("../image/inputback.png") top right no-repeat;
	padding:2px;
}

    INPUT:hover,TEXTAREA:hover,.dhtmlSelect:hover{
        border: 1px #666666 solid;
    }

    INPUT:Focus,TEXTAREA:Focus,.dhtmlSelect:Focus{
        border: 1px #000 solid;
    }

.noformatinput, .noformatinput:hover, .noformatinput:focus{
    border: 0;
    background: none;
}

fieldset{
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding:0 25px 10px;
}

legend{
    color: #999999;
    font-weight:bold;
}

button{
    background:transparent url(../image/button.png) repeat scroll 0 0;
    border-style:none;
    color:#000000;
    cursor:pointer;
    font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
    font-size:12px;
    font-weight:bold;
    height:43px;
    line-height:40px;
    text-align:center;
    width:128px;
}


button:hover {
    background-position:0 -43px;
}


/* Pictures */
/* ========================================================================== */

.picture, .pictureRight, .pictureLeft{
    border:1px solid black;
    margin: 5px 20px 20px;
}

.pictureRight{

    border: 0;
    float: right;

}

