/* CSS Document */
 

/********************************************
wide1920
*********************************************/ 

.wide1920 .layout  {  
	position:relative;
	left:400px;
	top:90px;
	padding: 0px;
}  
 

/** Image Menu **/ 


.wide1920 .mood, pda_v .mood {
    visibility:visible;
}

.wide1920 .image-menu    {
    top:6px; 
}

.wide1920 .image-menu .mood  {
    visibility:visible;
}

.wide1920 .mood .image-link {
    visibility:visible;
}

.wide1920 div.image-menu  div.mood div.image-link a {  
	font-family:  "Helvetica 55 Roman", Arial, "MS Sans Serif", sans-serif; 
	font-size:100%;
    text-decoration:none;
    clear:left;  
	top:0px;
	margin-right:8px;
	visibility:visible;
}

.wide1920 span#currentImageNum, .wide1920 span#imageNumSep { 
	font-family:  "Helvetica 55 Roman", Arial, "MS Sans Serif", sans-serif; 
    font-size:10px;
	clear:left;
	top:0px;
	margin-left :-4px; 
	margin-right:7px; 
}
 

 
/********************************************
Image  
*********************************************/  
  
 
/* ADJUST height to define image height */
/* ADJUST left to be -left of imagearea */
.wide1920 .image {  
	padding-top:15px;
	height:600px;
	width:801px;
	left:400px;
	position:relative;
	overflow:hidden; 
 /*filter: alpha( opacity = 100 );
 opacity:1;*/ 
}
  

/********************************************
Imagearea  
*********************************************/ 
.wide1920 div.imagearea { 
    top:90px;
	position:relative;
 	clear:left;  
	left: 0px;
	width:100%;
	height:630px;
	border-top-color:#D1D1D1;
	border-top-width:1px;
	border-top-style:solid; 
	border-bottom-color:#D1D1D1;
	border-bottom-width:1px;
	border-bottom-style:solid;
} 


.wide1920  .image-description, .wide1920  .image-description-separator{
    top:90px;
    float:left;
    left:400px;
}
  
.wide1920 .copyright {
    top:90px;
	position:relative; float:left;
    left:400px;
}

.wide1920 .contactcopyright { 
    font :normal 80% Helvetica; 
	position:relative; float:left; 
    top:0px;  
	left:400px;
}

/********************************************
Text content area offset left against 
*********************************************/  
  
.wide1920 div.imagearea div#textcontent  {
 top:90px;
 padding-top:70px;
 left:400px;  
 height:340px;
 position:relative;
 overflow:hidden;
} 

  
/********************************************
PageArea (Full Page, infinite length)
*********************************************/ 
div.pageline { 
	position:relative; 
	clear:left;
	left:-400px;
	width:100%; 
	border-top-color:#D1D1D1;
	border-top-width:1px;
	border-top-style:solid;  
}

.wide1920 div.pagearea { 
	position:relative; 
	clear:left;
	left:-2px;
	width:1100px;  
}

.wide1920 div.pagearea .pagecontent  {
	position:relative; 
 	padding-top:6px; 
	width:1100px; 
	position:relative;  
}

.wide1920 div#pagelinetop {  
    clear:both;
    display: block;
	position:relative;  
	left:-400px;
	width:100%; 
	border-top-color:#D1D1D1;
	border-top-width:1px;
	border-top-style:solid;  
}

.wide1920 div#pagelinebottom {  
    clear:both;
    display: block;
	position:relative;  
	left:-0px;
	width:100%; 
	border-top-color:#D1D1D1;
	border-top-width:1px;
	border-top-style:solid;  
}

div.contactbottomspacer{
 	height:100px;
}



 
