/* CSS Document */

* { 
    padding: 0; 
    margin: 0; 
    border: none;
}

html {
    height:100%;
    padding: 0;
    margin: 0; 
}

body {
    height:100%;
    padding: 0;
    margin: 0;
	background-color:#ffffff;
    overflow: hidden;
	
	font-family:geneva, sans-serif;
	
	font-size:75%;
	
	color:#666666;
	
	font-weight:lighter;
}

a{
	color:#999999;
	text-decoration:none;
	border:none;
	outline:none;
}

a:link{
	color:#999999;
	text-decoration:none;
	border:none;
	
}

a:visited{
	color:#999999;
	text-decoration:none;
	border:none;
	
}

a:hover{
    color:#61b8fb;
    text-decoration:none;
    border:none;
    
}

ul{
	list-style-type:none;
}

li{
}

ol{
	margin:0;
}



.color{
	color:#61b8fb
}

.color a{
	color:#00adec
}

.color a:link{
	color:#00adec
}

.color a:hover{
	color:#00adec
}

.color a:visited{
	color:#00adec
}


#pageWrap{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

#pageContainer{
	width:100%;
	height:100%;
}

#leftColumn{
	float:left;
	width:145px;
	height:100%;
	min-height:500px;
	margin: 18px 0 0 20px;
}

#leftColumn  ul{
	display:block;
	margin:0;
	padding:0;
	
}



#header{
	margin-top:1px;
	width:145px;
	margin-bottom:15px;
}

#nav{
    width:145px;
    font-size: 180%; 
    margin: 7px 0 0 0; 
    font-family:Helvetica, sans-serif;
    letter-spacing:0px;
    color:#61b8fb; 
}

#nav img{
    padding:1px 0 1px 0;
}

#nav a{
    color:#999999;
    
}

#nav a:link{
    color:#999999;  
}

#nav a:hover{
    color:#61b8fb;    
}

#nav ul{
    margin:0;
}

#nav li{
    margin-top:3px;
    margin-bottom:3px;
}


#navSub{
    width:145px;
    position:absolute;
    margin-left:3px;
    bottom:215px;
    overflow: hidden;
    font-size: 180%;
    font-family:Helvetica, sans-serif;
    letter-spacing:0px;
    color:#61b8fb; 
    
}

#navSub img{
}



#navSub ul{
}


#navSub ul li{
    margin: 3px 0 3px 0;
   
}

#navSubSub{
     color:#333333;
    font-size:90%;
}

#navSubSub a{
    color:#999999;
    
}

#navSubSub a:link{
    color:#999999;
    
   
}

#navSubSub a:hover{
         color:#61b8fb; 

    
}



#navSubSub ul{
    margin-left:1px; 
    padding-left:2px;
    border-left:solid;
    border-left-color:#61b8fb;
    border-left-width:1px;   
}

#navSubSub li{
    padding-left:4px;
    
    
}








#contact{
    position: absolute;
    bottom:0px;
    margin-bottom: 40px;
    width: 145px;
    font-size: 0.79em;
    height: 200px;   
}

#contact_holder{
    position: absolute;
    bottom:0px;   
}


.cliwrap{
margin-top:4.2em; 
margin-left:100px;
min-width:800px;
}


.cli1{
    float: left;
    width:30%;
}
.cli2{
    float: left;
    width:30%;
}
.cli3{
    float: left;
    width:30%;
}


#image{
    position: absolute;
	margin: 20px 20px 40px 155px;
    top: 0px;
    bottom: 0px;
    left:0px;
    right:0px;
    

    
/*	border: red;
    border-style: solid;
    border-width:thin;   */
}

#image img{

}

#load_holder{
    position: absolute;
    margin: 0;
    top: 0px;
    bottom: 0px;
    left:0px;
    right:0px;
    background:  url(images/shutter.gif) no-repeat center center;

}



#about_text{
    position:absolute;
    top:4.1em;
    left:0px;
    width:17%;
    min-width:230px;
    padding-right:5px; 
    min-height:540px;
    height:100%;
    background-color: white;
    
}

#about_image{
    position: absolute;
    margin: 0;
    top: 0px;
    bottom: 0px;
    left:250px;
    right:0px;
    

    
/*    border: green;
    border-style: solid;
    border-width:thin;   
                           */
}



#caption{
    position: absolute;
    margin: 0px 20px 0px 155px;
	padding-top:5px;
    bottom: -5px;
    left:0px;
    right:0px;
    height: 40px;
	color:#999999;
    
	/*border: red;
    border-style: solid;
    border-width:thin; */
	
	text-align:right;
	font-size:90%;

}

.captionDark{
    color:#333333;
}

.captionDark a{
    color:#111111;  
}

.captionDark a:link{
    color:#111111;  
}

.captionDark a:visited{
    color:#111111;  
}

.captionDark a:hover{
    color:#61b8fb;  
}

.captionLight {
	color:#CCCCCC;
}

#captionText{
	float:right;
	margin: 3px 0 3px 0;
}

#tearsheet a{
	color:#00adec;
}

#tearsheet a:link{
	color:#00adec;
}
#tearsheet a:hover{
color:#666666;
}

.thumbToggle{
	position:absolute;
	bottom: 0;
	margin-bottom:103px;
	text-align:center;
	height:103px;
}


#container{
width:800px;
height:100%;
background-color: grey;
margin-left: auto;
margin-right: auto;
}

/* viewport for scrollable items */

#scrollControls{
	width:145px;	
} 

.scrollable{
width:145px;
height:180px;
background-color: white;
margin-left: 0px;
margin-bottom: 30px;
bottom: 0px;
position:absolute;
overflow:hidden;
}



.prev{
margin-left: 3px;
margin-bottom: 215px;
margin-top:4px;

bottom: 0px;
position:absolute;
cursor: pointer;
font-size:170%;
font-weight:lighter;
}

.next{
margin-left: 99px;
margin-bottom: 215px;
margin-top:4px;
bottom: 0px;
position:absolute;
cursor: pointer;
font-size:170%;
font-weight:lighter;
}

#main_prev{
margin-left: 3px;
margin-top:-1px;
margin-bottom: 18px;
bottom:0;

position:absolute;
cursor: pointer;
font-size:170%;
font-weight:lighter;


}

#main_next{
margin-left: 100px;
margin-top:-1px;
margin-bottom: 18px;
bottom:0;
position:absolute;
cursor: pointer; 
font-size:170%;
font-weight:lighter;

}

#thumb_counter{
margin-left: 33px;
margin-top: -2px;
margin-bottom: 18px;
bottom:0;
position:absolute;
font-size:80%;
font-weight:lighter;
}

#page_counter{
margin-left: 41px;
margin-bottom: 215px;
margin-top:5px;

bottom: 0px;
position:absolute;
font-size:80%;
font-weight:lighter;
}

.scrollable a{
	color:#61b8fb; 
}

.scrollable a:link{
	color:#61b8fb; 
}

.scrollable a:hover{
	color:#666666; 
}








.controls a{
	color:#61b8fb; 
}

.controls a:link{
	color:#61b8fb; 
}

.controls a:hover{
	color:#666666; 
}

.scrollable img{
}



div.scrollable div.items {    
    /* this cannot be too large */
    width:20000em;    
    position:absolute;
    clear:both;        
    margin-left:0px;
    margin-top: 0px;
        padding:0;
}

/* single scrollable item */
div.scrollable div.items div {
    float:left;
    text-align:center;
    width:145px;
    padding:0;
    
/*	
	border: red;
    border-style: solid;
    border-width:thin;
*/
    
}


