/*	STRUCTURES
=============================== */

html { min-height: 100%; margin-bottom: 1px; }
	
body {
	background: #fff url(/images/backgrounds/popup.gif) top repeat-x;
	margin: 0;
	}
table, tr, th, td {
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	}

#button {
	text-align: right;
	margin: 13px 0 0 0;
	}
#photos, #coupon, #video {
	text-align: center;
	margin: 10px 0;
	}
	
dfn { display: none; }
.floatRight { float: right; }
.floatLeft { float: left; }
.clear { clear: both; }
.right { text-align: right; }
.center { text-align: center; }
.print { display: none; }
.nodisplay { display: none; }

/*	FONTS
=============================== */

body, table, tr, th, td {
	font: 14px/1.3 tahoma, arial, helvetica, sans-serif;
	color: #343434;
	}
	
p, h1, h2, h3, h4, h5, h6 { margin-top: 0; }


/*	LINKS
=============================== */

a:link, a:active, a:visited {
	color: #be0200;
	text-decoration: underline;
	}
a:hover { color: #eb5100; }


/*	IMAGES
=============================== */

img { border: none; }

