*{
/* Resetting the default styles of the page
 */	padding:0px 0px;}


.sponsorListHolder{
	margin-bottom:10px;


}

.sponsor{
	width:140px;
	height:198px;
	float:left;
	margin:6px;


	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:99%;
	background-color:#ffffff;
	border:0px solid #ddd;	
	
	
}

.sponsorFlip:hover{
	
	background-color:#ffffff;
	
}

.sponsorData{	/* Hiding the .sponsorData div */
	display:none;
	background-color:#ffffff;
	
}

.sponsorDescription{
	color:#484848;
	font-size:12px;
	line-height:18px;
	background-color:#efefef;
	padding:12px 20px 0px 20px;
	
	
	font-family: Arial, Helvetica, sans-serif;
	
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */

	position:absolute;
	top:50%;
	left:50%;
	margin:-98px 0 0 -70px;
}

.sponsorURL{	font-size:12px;
	
	text-align: right;
	padding:15px 10px 28px 10px;
	background-color:#efefef;
	
}

.clear{	/* This class clears the floats */	clear:both;
}

/* The styles below are only necessary for the styling of the demo page: */
#flip{
	
	margin:0px auto;
	width:950px;
	
}


.menu_main {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: normal; text-decoration: none; text-transform: uppercase; letter-spacing: 2px}
a.menu_main:hover {  color: #000000}
.pg_link1 {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none}
a.pg_link1:hover {  color: #FFFFFF; text-decoration: none}
.pg_link2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0076AE; text-decoration: none }
a.pg_link2:hover { color: #008BB9; text-decoration: underline}
.pg_link3 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #008BB9; text-decoration: none }
a.pg_link3:hover { color: #008BB9; text-decoration: underline}





