* {
	/* Resetting the default styles of the page */
	margin:0;
	padding:0;
}
.sponsorListHolder {
	margin-bottom:30px;
	width:710px;
}
.sponsor {
	width:222px;
	height:222px;
	float:left;
	margin:5.5px;
	/* 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:100%;
	border:1px solid #ddd;
	background:url("http://411travelbuys.ca/enquiries/img/background.jpg") no-repeat center center #f9f9f9;
}
.sponsorFlip:hover {
	border:1px solid #2778c9;
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #2778c9 inset;
	-webkit-box-shadow:0 0 30px #2778c9 inset;
	box-shadow:0 0 30px #2778c9 inset;
}
.sponsorFlip img {
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}
.sponsorData {
	/* Hiding the .sponsorData div */
	display:none;
}
.sponsorDescription {
	font-size:11px;
	padding:10px 20px 10px 20px;
	font-style:normal;
	font-family:century gothic;
}
.sponsorURL {
	font-size:12px;
	font-weight:bold;
	font-family:century gothic;
	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:700px;
}
h1 {
	padding:20px 0;
	text-align:center;
	text-shadow:0 1px 1px white;
	margin-bottom:10px;
	background:url("http://411travelbuys.ca/411/enquiries/img/page_bg.gif") repeat-x bottom #f8f8f8;
}
h1 {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:bold;
	text-align:center;
}/*
.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;
}
