*{
	/* Resetting the default styles of the page */
	margin:0;
	padding: 0;
}

body{
	/* Setting default text color, background and a font stack */
	font-size:0.825em;
	color:#000;
	background-color:#f8f8f8;
	font-family:Arial, Helvetica, sans-serif;
}

.sponsorListHolder{
	margin-bottom:30px;
}

.sponsor{
	width:790px;
	height:500px;
	float:left;
	margin:4px;
	left:110px;
	
	/* 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:auto;
	top:auto;
	width:790px;
	height:400px;
	border:1px solid #ddd;	
	background:#f9f9f9;
	background:url(img/bckforhlder.png) no-repeat;
	
	}

.sponsorFlip:hover{
	border:1px solid #999;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	
	margin: 11px  17px;
	
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
	
}

.sponsorDescription{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:16px;
	padding:100px 10px 20px 100px;
	
	color:#333;
	
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
	
	
}

.clear{
	/* This class clears the floats */
	clear:both;
}


/* The styles below are only necessary for the styling of the demo page: */

#main{
	position:relative;
	margin:0 auto;
	width:960px;
	
}

#im12{
	background:#011921;
	color:#767676;
	padding:30px 0;
	height:20px;
	width:75px;
	left:50px;
	top:-2px;
	position:relative;
	text-align:center;
	font-size:24px;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	margin-bottom:30px;
	
	
}


h1,h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

h2{
	font-size:14px;
	font-weight:normal;
	text-align:center;
	
	position:absolute;
	right:40px;
	top:40px;
}

.note{
	
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:none;
}

a img{
	border:none;
}
