#maincol{
	background-image:url(../Images/cans.jpg);
	background-repeat: no-repeat;
	height:550px;
	background-position: bottom;
		
	}
/*DIV holds alternative html text to be read if images do not load
background image is rolodex background*/	
#rolodex{
	position:relative;
	width:600px;
	background-image:url(../Images/rolodex-back.gif);
	background-repeat: no-repeat;
	height:265px;
	background-position: top left;	
	margin-top:-35px;
	margin-left:40px;
	z-index:10;
/*border-top:thin red solid;*/	
	}
#rolodex ul{
	margin-left:-2000px;
	/*margin-top:40px;*/
	}
/*DIV holds current rolodex page image - changes when tabs are clicked*/	
#rolodex-current{
	position:relative;
	margin-top:-265px;
	margin-left:40px;
	z-index:20;
/*border:thin green solid;*/	
	}
	
#rolodex-current img{
	padding-top:8px;
	padding-left:9px;
	
/*border:thin solid #FF0000;*/
	}
	
#maincol h1{
	margin-left:-40px;
	padding-top:15px;
}

#wrapper{
	border-top-color:#ffffcc;
	border-top-style: solid;
	border-top-width: thin;
	}/*remove border for IE67*/
	

/*DIV holds three links for tabs*/	
#rolo-nav{
	/*display:inline;*/
	position:relative;
	
	/*margin-top:35px;*/
	padding-top:32px;
	padding-left:10px;
	margin-left:42px;
	z-index:25;
	/*border:thin solid blue;*/
	}
#rolo-nav a{
	/*position:absolute;*/
	/*display:block;*/
	/*top:10;*/
	/*border:thin dotted green;*/
	padding-top:7px;
	/*width:100px;*/
	
	}
	
/*Change apearance of tabs on hover*/	
/*#addresslink:hover{
	background-image:url(../Images/rolodex-addressover.gif);
	background-position:1px 1px;
	background-repeat:no-repeat;
	}*/
/*#phonelink:hover{
	background-image:url(../Images/rolodex-phoneover.gif);
	background-position:21px 1px;
	background-repeat:no-repeat;
	}	*/
/*#emaillink:hover{
	background-image:url(../Images/rolodex-emailover.gif);
	background-position:21px 1px;
	background-repeat:no-repeat;
	}*/
	
/*image ids for tabs - - images are transparent except for current page*/
/*transparent image = addresslink.gif	current page image = [page name]tab.gif*/
#addresslink{
	padding-left:1px;
	margin-bottom:-1px;
	/*border:dashed thin black !important;*/
	}	
	
#phonelink{
	padding-left:20px;
	}
	
#emaillink{
	padding-left:19px;
	}	
	
#rolodex-email-send{
	position:relative;
	margin-top: -130px;
	margin-left:67px;
	/*border:solid thin red;*/
	z-index:30;
	/*visibility:hidden;*/
	}
#rolodex-email-send a{
	padding-top:46px;
	
	/*border:thin dashed green;*/	
	}
/*#emailsend{
	/*visibility:hidden;
	}*/

	
/*#emailsend:hover{
	background-image:url(../Images/rolodex-emailsendover.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	}*/

/*whatever:hover*/	
.address {}
.address:hover{
	background-image:url(../Images/rolodex-addressover.gif);
	background-position:1px 0px;
	background-repeat:no-repeat;
    }

.phone {}
.phone:hover{
	background-image:url(../Images/rolodex-phoneover.gif);
	background-position:20px 0px;
	background-repeat:no-repeat;
    }	
	
.email {}
.email:hover{
	background-image:url(../Images/rolodex-emailover.gif);
	background-position:19px 0px;
	background-repeat:no-repeat;
    }
	
.emailsend{}	
.emailsend:hover{
	background-image:url(../Images/rolodex-emailsendover.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	}	