
/* - - - - - - - - - - - - - - - - - - - - - */
/*      P R I N T - S T Y L E S H E E T      */
/* - - - - - - - - - - - - - - - - - - - - - */

body {
   background: #fff;
   color: #111;
   font-size: 12pt;
   }

html body #container { background: none; }

/* Print these elements */
.print { display: inline !important; }

/* Hide these elements */
.screen,
 .tagline,
  .nav { display:none !important; }

/* Unfloat your  layout */
body,
 #container,
  #header,
   #content,
    #footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	}

/* Link Modifiers */
a img, :link img, :visited img { border: 0; }


/* DELETE ALL FORMS */
form { display: none; }

/* DETAILS FOR PRINT */
p#tagline { float: right; }

#logo img { float: left; margin: 0 0 20px 0; }

#content, #sub-content {clear: both;}

ul.coupons, ul.coupons li { margin: 0; list-style: none; }

ul.coupons li { float: left; margin: 0 10px 10px 0; }

.column {
	float: left;
	width: 30%;
	margin-right: 3%;
}

