#LogoTitle {
}
#Banner {
	//background-color: #B4CDCD;
	background-image: url(images/banner_yellow_stars.jpg);
	background-repeat: repeat;
	margin-top: -7px;
}
#PopDownTitle{
	font-family: "Tempus Sans ITC", Arial, sans-serif;
	font-size: 30px;
	color: black;
	margin-top: 5px;
}
#PopDownLogo {
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align:bottom;
}
#CardsTransform {
	float: left;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align:bottom;
}
#PaypalButton {	/* Index New and Textit */
	position: relative;
	float: right;
	display: inline;
	font-family: Tempus Sans ITC, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#663300;
	margin-top: 20px;
	margin-right: 20px;
}
#FreeShippingSign {
	display: inline;
}
@media only screen and (max-width: 750px) {
    #CardsTransform {
		margin-top: 0px;
    }
    #PopDownLogo {
		width: 100px;
    }
    #CardsTransform {
		display: none;
    }
    #FreeShippingSign {
		display: none;
    }
}
