/***  Layout  ***/


/*  Note:

In the best of worlds, this layout file should not
contain any text properties, but only layout (div).

All text properties should be placed in the styles.css
file.

*/

div.page-container {
    position: relative;
    top: 0px;
    /* background-color: transparent; */
    /* background-color: lightgrey; */
    /* outline: 1px solid #bbb; */
    /* background-image: url("../images/Radial_gradient_1.png"); */
    /* background-repeat: repeat-y; */
    /* background-color: #aaa; */
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px auto;
    overflow: scroll;
}



/**********************************
 *           Top of page          *
 **********************************/

div.top-header {
    position: relative;
    top: 0px;
    /* background-color: transparent; */
    /* background-color: lightgrey; */
    /* outline: 1px solid #bbb; */
    /* background-image: url("../images/Radial_gradient_1.png"); */
    /* background-repeat: repeat-y; */
    /* background-color: #aaa; */
    /* outline: 1px solid #fbb; */
    /* overflow: hidden; */
    width: 100%;
    /* min-height: 150px; */
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px auto;
}



/********************************
 *            Header            *
 ********************************/ 

div.header {
    position: relative;
    top: 0;
    background-image: url("../images/Radial_gradient_1.png");
    background-repeat: repeat-y;
    /* background-color: #aaa; */
    /* outline: 1px solid #fbb; */
    /* overflow: hidden; */
    width: 1200px;
    margin: 0px auto;
    padding: 0px;
    padding-top: 25px;
    padding-bottom: 15px;
}



/********************************
 *        Page Wrapper          *
 ********************************/ 

/***  Wrapper to set width of the page, and minimum height  ***/
/***  It extents down to, but does not include, bottom/footer  ***/

div.wrapper {
    position: relative;
    top: 0px;
    /* background-color: transparent; */
    /* outline: 1px solid #bbb; */
    width: 1200px;
    min-height: 700px;
    padding: 0px;
    margin: 0px auto;
}




/*********************************
 *           Top Menu            *
 *********************************/ 

div.top-menu-wrapper {
    background-color: #ddd;
    /* outline: 1px solid #bbb; */
    /* border-style: none none solid none; */
    /* border-top: 1px solid #444; */
    border: 1px solid #444;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 40px;
}

div.top-menu-item {
    /* background-color: #fff; */
    /* outline: 1px solid #999; */
    float: left;
    /* height: 100%; */
    margin: 0;
    padding: 0;
    /* width: 140px; */
    /* text-align: center; */
}


div.top-menu-path {
    /* background-color: #eee; */
    /* outline: 1px solid #bbb; */
    /* border-style: none none solid none; */
    /* border-top: 1px solid #444; */
    float: left;
    padding: 20px 20px;
    margin: 0px;
    margin-top: 0px;
    /* width: 96%; */
}

div.top-menu-path-item {
    /* background-color: #fff; */
    /* outline: 1px solid #999; */
    float: left;
    margin: 0px;
    padding: 0px;
    /* width: 140px; */
    /* text-align: center; */
}



/********************************
 *           Main area          *
 ********************************/ 

div.main-area-wrapper {
    /* background-color: #eee; */
    /* outline: 1px solid #bfb; */
    float: left;
    padding-left: 80px;
    margin-top: 30px;
    width: 1120px;
}

div.content-main {
    /* outline: 1px solid #bbb; */
    float: left;
    width: 40%;
    min-height: 300px;
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 5px;
    text-align: middle;
}

div.content-main-top {
    /* outline: 1px solid #bbb; */
    border-top: 3px solid #aaa;
    border-bottom: 3px solid #aaa;
    float: left;
    width: 90%;
    margin: 0;
    padding: 0;
}

div.content-main-top-left {
    /* outline: 1px solid #bbb; */
    float: left;
    width: 48%;
    margin: 0;
    padding: 0;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    text-align: left;
}

div.content-main-top-right {
    /* outline: 1px solid #bbb; */
    float: right;
    width: 48%;
    margin: 0;
    padding: 0;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-right: 1%;
    text-align: right;
}

div.content-main-datasheet {
    /* outline: 1px solid #bbb; */
    float: left;
    width: 80%;
    margin: 0;
    padding: 0;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
}

div.content-main-right {
    /* outline: 1px solid #bbb; */
    float: left;
    /* width: 10%; */
    margin: 0;
    /* min-height: 300px; */
    margin-top: 20px;
    padding: 0;
    padding-top: 90px;
    padding-right: 0px;
    padding-left: 0px;
}

div.content-main-right-lower {
    /* outline: 1px solid #bbf; */
    float: left;
    width: 100%;
    margin: 0;
    /* min-height: 300px; */
    margin-top: 0px;
    padding: 0;
    padding-top: 10px;
    text-align: center;
}


/***   Right area (various links, or other stuff)  ***/ 

div.links-right-wrapper {
    background-image: url("../images/Radial_gradient_3.png");
    background-repeat: repeat-y;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    /* background-color: #eee; */
    /* outline: 1px solid #bbf; */
    float: right;
    width: 20%;
    min-height: 300px;
    margin-top: 20px;
    text-align: center;
}

div.links-right-upper {
    /* background-color: #ccddff; */
    /* outline: 1px solid #bbb; */
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}

div.links-right-lower {
    /* background-color: #ddd; */
    /* outline: 1px solid #bbb; */
    /* border-top: 1px solid #444; */
    /* border-bottom: 1px solid #444; */
    /* width: 95%; */
    /* height: 36px; */
    margin: 0px auto;
    padding: 0px;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    text-align: center;
}




/*******************************
 *        Bottom of page       *
 *******************************/ 

/***   Bottom wrapper   ***/ 

div.bottom-wrapper {
    position: relative;
    top: 30px;
    bottom: 0;
    /* float: left; */
    padding: 0;
    margin: 0 auto;
    /* background-color: #eee; */
    /* outline: 1px solid #fbb; */
    width: 100%;
}


/***   Upper portion of the bottom   ***/

div.footer-upper-wrapper {
    background-color: #eee;
    /* outline: 1px solid #bbb; */
    /* border-top: 1px solid #444; */
    border: 1px solid #444;
    height: 35px;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

div.footer-upper-left {
    /* outline: 1px solid #bbb; */
    float: left;
    height: 35px;
    width: 22%;
    margin: 0;
    padding-left: 1%;
    line-height: 35px;
    text-align: left;
}

div.footer-upper-middle {
    /* outline: 1px solid #bbb; */
    float: left;
    height: 35px;
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 35px;
    text-align: center;
}

div.footer-upper-right {
    /* outline: 1px solid #bbb; */
    float: right;
    height: 35px;
    width: 22%;
    margin: 0;
    padding-right: 1%;
    line-height: 35px;
    text-align: right;
}


/***   Bottom   ***/

div.footer-lower-wrapper {
    /* outline: 1px solid #fbb; */
    /* border-top: 1px solid #444; */
    /* background-color: #dde; */
    height: 100px;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

div.footer-lower-left {
    /* outline: 1px solid #bbb; */
    float: left;
    height: 50%;
    width: 46%;
    margin: 0;
    padding: 1%;
    text-align: left;
}

div.footer-lower-right {
    /* outline: 1px solid #bbb; */
    float: right;
    height: 50%;
    width: 46%;
    margin: 0;
    padding: 1%;
    text-align: right;
}
