/*Pop-up and Coupon*/

#popup {
	z-index:201;
	display:block;
	position:fixed;
	left:30%;
	padding:5px;
	background-color:#049;
	color:#fff;
	border:2px #2560aa solid;
	}
	
#popup.coupon-popup {
	top:30px;
	width:460px;
	}

#popup.contact-popup {
	top:120px;	
	width:400px;
	}

.close-window {
	margin:10px;
	}
	
	.close-window a:link, .close-window a:visited, 
	.close-window a:active {
	color:#fff;
	font-size:12px;
	font-weight:bolder;
	text-decoration:none;
	padding:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}
	
	.close-window a:hover{
	background-color:#2560aa;
	}

#popup-content {
	padding:15px;
	background:#ddd url(../images/site_images/box-grad2.jpg) repeat-x;
	border:1px solid #ccc;
	border-top: 1px solid #fff;
	border-bottom:1px solid #999;
	color:#222;
	}

#popup.contact-popup p {
	margin-bottom:20px;
	font-size:12px;
	line-height:17px;
	}
	
#popup.coupon-popup p{
	margin:0;
	margin-bottom:10px;
	font-size:13px;
	line-height:17px;
	}

#popup a.contact:link, #popup a.contact:visited, 
#popup a.contact:active {
	padding:5px;
	background-color:#049;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-decoration:underline;
	}

	#popup a.contact:hover {
	background-color:#2560aa;
	}

#coupon-border p {
	margin:5px;
	}

.coupon-banner {
	padding:5px;
	margin:10px;
	color:#00297e;
	font-weight:bolder;
	font-family:"Enter Sansman", Arial, Helvetica, sans-serif;
	font-size:25px;
	background-color:#ccc;
	text-align:center;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:2px solid #fff;
	}

#popup h1 {
	font-size:24px;
	padding:5px;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
	}

.coupon-body {
	padding:10px;
	}

.coupon-amount {
	font-family:Arial, Helvetica, sans-serif;
	font-size:50px;
	font-weight:bold;
	margin:10px;
	}

#legal {
	margin-top:10px;
	font-size:13px;
	padding:15px;
	color:#000;
	border:1px solid tan;
	background-color:#feffab;
	}

.coupon-print p a {
	padding:5px;
	}

input {
	margin:7px;
	}

.coupon-print {
	margin-top:15px;
	font-size:12px;
	}

.coupon-expiration {
	font-size:18px;
	font-weight:bolder;
	background-color:#fff;
	color:#000;
	width:200px;
	padding:5px;
	margin-left:5px;
	border: 1px solid #ccc;
	}
	
.coupon-valid {
	display:none;
	}

/*Ticker*/

#ticker-container {
	line-height:20px;
	width:100%;
	height:40px;
	background-color:#049;
	position:fixed;
	bottom:0;
	margin:0;
	border-top:2px solid #fff;
	}
	
	#ticker-container a:link, #ticker-container a:visited,
	#ticker-container a:active {
	color:#ccc;
	}
	
	#ticker-container a:hover {
	color:#fff;	
	font-weight:bold;
	}
	
#ticker-container h5 {
	padding:10px;
	width:auto;
	background:#003;
	float:left;
	clear:both;
	font-size:19px;
	text-transform:uppercase;
	color:#fff;
	border-right:#fff solid 3px;
	font-weight:bold;
	font-style:italic;
	}	

#ticker {
	/* enter any styles for the ticker below */
	padding:10px;
	float:left;
	font-size:13px;
}

#ticker * /*this will hide all children tags */
{
	font-size: 1em;
	margin:0px;
	padding:0px;
	display:none;
}
#ticker a  /* add more tags to this list if you wish to display them inside the children */
{
	display:inline;
}

/*Photogallery*/

.gallerycontainer{
position: relative;
height:85px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 3px solid #aaa;
margin-right:5px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
text-decoration:none;
position: absolute;
background-color: #ccc;
padding: 10px;
left:0;
visibility: hidden;
color: black;
}

.thumbnail span img{ /*CSS for enlarged image*/
margin:0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top:95px;
left:0; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#large-photo {
	font-size:12px;
	font-family:arial, helvetica, sans-serif;
	padding:10px;
	color:#888;
	font-style:italic;
	}