html 
{
    height: 100%;
    font-size: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /*background: url('../images/grid.jpg');*/
}
body
{
    margin: 0;
	padding: 0;
    font-size: 16px;
    line-height: 1.231;
    height: 100%;
}
body, button, input, select, textarea 
{
    font-family: 'Lucida Console', Lucida, Verdana, Arial;
    color: #939598;
    /*overflow: hidden;*/
}
h1,h2,h3{margin:0;padding:0}
div{margin:0;padding:0}
p{margin:0;padding:0}
img{border:none;margin: 0;padding: 0;}
figure{display:block;margin: 0; padding: 0;}
section{display:block; margin: 0; padding: 0;}
article{display:block;margin: 0; padding: 0;}
nav{display:block;margin: 0; padding: 0;}
footer{display:block;margin: 0; padding: 0;}
a {color: #939598;text-decoration: none;margin: 0;padding: 0;}
a:visited {color: #939598;}
a:active {color: #939598;}
a:hover {color: #00A651;text-decoration: none;}

#main-container
{
    position: relative;
    width: 1024px;
    margin: 30px auto;
    height: auto;
    min-height: 744px;
    /*border: solid 1px red; */
}
#gate-background
{
    position: absolute;
    margin: -30px 0 0 -40px;
    width: 100%;
    min-height: 710px;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: -1;
}
.background-images
{
    position: absolute;
    display: block;
    margin-left: 40px;    
}
#navigation-container
{
    margin-left: 319px;
    height: 31px;    
    /*position: fixed;*/
}
#navigation-container ul
{
    list-style-type: none;
	margin: 0;
	padding: 0;    
}
#navigation-container ul li
{
    float: left;
    font-size: 12px;
    margin: 0 0 0 8px;
    padding: 0;
    letter-spacing: 0px;
}
#left-container
{
    margin-top: 31px;
    float: left; 
    width: 285px;
}
#right-container
{
    margin: 31px 0 0 40px;
    padding-top: 2px;
    float: left;
    width: 656px;
}
#navigation-container-2
{
    width: 285px;  
    margin: 0 0 0 40px;    
}
#navigation-container-2 ul
{
    list-style-type: none;
	margin: 0;
	padding: 0;    
}
#navigation-container-2 ul li
{
    font-size: 12px;
    height: 31px;
    margin: 0px 0 0 0;
    padding: 0;
}
#navigation-container-3
{
    width: 285px;  
    margin: 0 0 0 40px;    
}
#navigation-container-3 ul
{
    list-style-type: none;
	margin: 0;
	padding: 0;    
}
#navigation-container-3 ul li
{
    font-size: 12px;
    height: 31px;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}
#content-container
{
    width: 656px;
    height: 510px;
    padding-top: 16px;
    border-top: dotted 1px #939598;
    border-bottom: dotted 1px #939598;
    color: #000000;
    font-size: 12px; 
    line-height: 20px;
}
#content-container .content-text
{
    font-size: 11px;
    width: 480px;
    height: 480px;
    line-height: 20.5px;
}
#content-wrapper
{
    
}
#content-wrapper .content-container-element
{
    position: absolute;
    width: 656px;
    text-align: center;
 	border: solid 1px #FFFFFF;
}
#content-wrapper .content-container-element h3
, #content-wrapper .content-container-element h2
, #content-wrapper .content-container-element a
{ display: none;}
#content-info
{
    margin-top: 13px;
    float: left;
    line-height: 15px;    
}
#content-info h3
{
    font-size: 10px;
    color: #000000; 
    font-weight: normal; 
    letter-spacing: 2px;   
}
#content-info h2
{
    font-size: 10px;
    color: #939598;
    font-weight: normal;
    letter-spacing: 2px;
}
#navigation-controls
{
    margin-top: 15px;
    float: right;
    width: 57px;
    height: 15px;
    cursor: pointer;  
}
#navigation-controls .controls
{
    width: 18px;
    height: 15px;
    background-color: #939598;
    color: #FFFFFF;
    line-height: 12px;
    text-align: center;
    font-size: 24px;
}
#navigation-controls #full-view
{
    float: left;
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    margin-right: 2px;   
}
#navigation-controls .controls:hover
{
    background-color: #00A651;    
}
#navigation-controls #left-nav
{
    float: left;    
}
#navigation-controls #right-nav
{
    float: right;    
}
#navigation-controls #page-nav
{
    text-align: right;
    padding-top: 15px;
    clear: both;
    font-size: 10px;    
    letter-spacing: 2px;
}
footer
{
    position: absolute;
    right: 42px;
    /*margin-left: 40px;*/
    bottom: 0;
    font-size: 10px; 
}
/* Classes */
.site-name
{
    display: block;
    position: absolute;
    top: 0;
    left: 41px;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
.site-name span
{
    font-size: 14px; 
    font-family: Courier New;  
}
.main-work-item
{
    margin: 0 0 0 40px;
    font-size: 12px;
    font-weight: normal;
    color: #00A651;
    height: 62px;
}
.selected-item-1
, .selected-item-1 a
{
     color: #00A651; 
}
.selected-item-2
,.selected-item-2 a
{
    color: #000000 !important;
}
.clear
{
	clear: both;
	height: 30px;	
}