/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014-10-08, 11:25:11
    Author     : raf
*/

html, body{
    margin: 0px;
    padding: 0px;
    background-color: white;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #444;
}

div#topper{
    width: 100%;
    height: 25px;
    background-color: orange;
}

div#all{
    width: 1000px;
    margin: 0px auto;
    /*background-color: green;*/
}
div#head, div#menu, div#pagecontent{
    padding: 0px 5px;
}

div#head{
    /*height: 80px;*/
    padding: 25px 5px;
    /*background-color: blue;*/
    border-bottom: 2px solid #bbb;
    font-size: 20px;
    margin-bottom: 50px;
}
                
div#menu{
    /*background-color: yellowgreen;*/
    width: 290px;
    float: left;
    font-size: 13px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    margin-left: 25px;
}

div#pagecontent{
    /*background-color: #99ffff;*/
    width: 640px;
    float: left;
    line-height: 20px;
}
      
div#pagecontent p{
    margin: 0px;
    padding: 0px;
}

div#footerspacer{
    width: 100%;
    height: 100px;
    /*background-color: red;*/
    clear: both;
}

div.menuItemNonLink, div.menuItemLink, div.menuItemSelected{
    /*font-size: 16px;*/
    margin-bottom: 10px;
}
div.menuItemNonLink{
    
}
div.menuItemLink a{
    color: inherit;
    text-decoration: none;
}
div.menuItemSelected{
    color: #999;
}

div#imagegallery{
    width: 640px;
    height: 520px;
    /*background-color: orange;*/
    position: relative;
}

div#imagegalleryscreen{
    width: 640px;
    height: 480px;
    /*background-color: #006dcc;*/
    position: relative;
    overflow: hidden;
}

div#imagegallerycontainer{
    position: absolute;
    top: 0px;
    left: 0px;
}

img.imagegalleryphoto{
    position: absolute;
    left: 0px;
    top: 0px; 
    /*width: 640px;*/
    /*height: 480px;*/
}

div#imagegallerycontrol{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 640px;
    height: 20px;
    /*background-color: red;*/
    text-align: center;
    /*padding-top: 25px;*/
    margin-top: 15px;
}

/*p#imagegallerycouter{
    margin: 0px;
    margin: 5px 0px;
    text-align: center;
}*/
div#imagegalleryleft, div#imagegallerycouter, div#imagegalleryright, div#imagegalleryonoff{
    display: inline-block;
    color: #888;
}
div#imagegalleryleft:hover, div#imagegalleryright:hover, div#imagegalleryonoff:hover{
    cursor: pointer;
    /*font-weight: bold;*/
}

div.workDesc{
    margin-top: 40px;
}

div.tmp a{
    text-decoration: none;
    color: inherit;
}