/*HMTL ELEMENTS*/
.main{
    width:860px;
    position:relative;
    margin:auto;
    margin-top:0;
   
}

body{
    margin:0;
    
}

/* DIV ELEMENTS*/
.header-top-div{
    background-color:#5c9fc0;
    height:140px;
    width:100%;
    
}

.header-link{
    text-align:center;
    background-color:#224466;
    height:36px;
    width:100%;
}

.header-link-div{    
    position:relative;
    width:860px;
    height:36px;
}

.site-bottom-div{
    background-color:#5c9fc0;
    width:100%;
    height:auto;
}
a.recomended{
		font-family:verdana;
		font-size:16px;
		color:navy;
		text-decoration:underline;		
}

a.recomended:hover{
		font-family:verdana;
		font-size:16px;
		color:red;
		text-decoration:underline;	
		
}
a.recomended_link{
		font-family:verdana;
		color:gray;
		text-decoration:underline;
		font-size:12px;
		
}
a.recomended_link:hover{
		font-family:verdana;
		color:red;
		text-decoration:underline;
		font-size:12px;		
}
.recomended_desc{
		font-family:verdana;
		color:black;
		text-decoration:none;
		font-size:12px;
}
/**/
/*BUTTON ELEMENTS*/
a.download-button{
    color:#000000;
    font-family:Arial,Verdana, Helvetica, sans-serif;
    font-weight:bold;
    width:auto;
    height:36px;
    line-height:36px;
    text-align:center;
    text-decoration:none;
}
a.download-button:hover{
    color:#000000;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-weight:bold;
    width:auto;
    height:36px;
    line-height:36px;
    text-align:center;
    text-decoration:underline;    
}

/**/
/* TEXT ELEMENTS*/
.layout-header{
    font-weight:bold;
    font-size:14px;
    color:#3E3E3E;
}
.title-slogan{
    color:#99D9EA;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
}
a.footer-link{
    color:#4477bb;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:11px;
    text-decoration:none;
    margin-right:10px;
}
a.footer-link:hover{
    color:#4477bb;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:11px;
    text-decoration:underline;
    margin-right:10px;
}
a.company-link{
    color:#666666;
    font-family:Arial,Verdana, Helvetica, sans-serif;
    font-size:11px;
    margin-right:30px;
    text-decoration:none;
}
a.company-link:hover{
    color:#4477bb;
    font-family:Arial,Verdana, Helvetica, sans-serif;
    font-size:11px;
    margin-right:30px;  
    text-decoration:underline;    
}
/**/

/*MENU ELEMENTS*/
.header-button{
    padding-left:20px;
    padding-right:20px;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:16px;
    text-decoration:none;
    font-weight:bold;
    float:left;
    background-color:#224466;
    color:#5c9fc0;
    cursor: pointer;
    height:36px;
    line-height:36px;
}
a.header-button:hover{
    background-color:#5c9fc0;
    color:#FFFFFF;
}
.header-button-active{
    padding-left:20px;
    padding-right:20px;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:16px;
    text-decoration:none;
    font-weight:bold;
    float:left;
    cursor: pointer;
    height:36px;
    line-height:36px;
    background-color:#5c9fc0;
    color:#FFFFFF;
}
/**/
/*Lightbox 2.04*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



