html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, font, img, ins, kbd, q, s, samp, tt, var, dd, dl, dt, li, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead{margin:0; padding:0; border:0; font-weight:normal; font-style:inherit; font-size:100%; font-family:inherit; text-align:left; vertical-align:top}
a img, :link img, :visited img{border:0}
table{border-collapse:collapse; border-spacing:0}
ol, ul{list-style:none}
acronym{border-bottom:1px dotted #000}
q:before, q:after, blockquote:before, blockquote:after{content:""}
:focus{-moz-outline-style:none; outline:0}


/* -
============================================================================== */
body{
	background: #333333 url('../images/bck.gif') repeat-y top center;
	font:14px Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	color:#333;
	margin: 0;
	
	}

hr{
	border:0;
	border-top:1px solid #000;
	margin:10px 0;
	clear:both;
	height:1px
	}

input[type="submit"]{
	background:#2a2a2a;
	border:1px solid #fff;	
	cursor:pointer;
	color: #fff;
	font: bold 11px Arial Black, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -.01em;
	padding: 2px 10px;
	}
input[type="submit"]:hover{color:#f47321}

input[type="text"], input[type="select"] {
	padding: 3px;
	}

/* -
============================================================= */
h1, h2, h3, h4, h5, h6, h7, h8{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:600;
	line-height:120%;
	text-transform: uppercase;
	}
h1{font-size:24px; margin:0 0 .5em 0;  color: #000; letter-spacing: -.05em}
h1 p { margin: 0; font-size: 24px; font-weight: bold; }
h2{font-size:16px; margin:30px 0 .6em 0;  color: #000;}
h3{font-size:14px; margin:0 0 .5em 0;  color: #000;}
h4{font-size:14px; margin:0 0 .2em 0;  color: #333;}
h5, h6, h7, h8{font-size:14px; margin:0 0 .2em 0; border-bottom:1px solid #000; color: #333}

p{margin:0 0 1em 0}
small { font-size: 11px; }
a{color:#000; text-decoration:underline}
a:hover{color:#f47321}
li, dl {margin-bottom:0.6em}
font {font:14px Arial,Helvetica,sans-serif; line-height:1.5em; color:#333}
u {	text-decoration: none; }


/* - BUTTONS
======================================================================== */



.btn {
	width: 100%;
	overflow: auto;
	margin: 15px 0;
	}
.btn a  {
    /* Sliding right image */	
    background: url('../images/btn_right.png') no-repeat top right; 
	display: block;
	float: left;	
	height: 33px;
	margin-right: 5px;
	padding-right: 26px;
	text-decoration: none;
	color: #fff;
	font: bold 11px Arial Black, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -.01em;
	}
	
.btn a span {
	/* Background left image */ 
	background: url('../images/btn_left.png') no-repeat; 
	display: block;
	line-height: 33px;
	padding: 0 5px 0px 32px;
	font-weight: bold;
} 
.btn a:hover span{
	text-decoration: none;
	color: #f47321;
}



/*** GENERIC POPUP ***/

body {
  background: url(../images/bck_light.jpg) repeat 0 0;
}

#popup-wrapper {
  margin: 0 auto;
  width: 640px;
  background: url(../images/bck_light.jpg) repeat 0 0;
}

#popup-content {
  margin: 0 auto;
  padding: 10px 0;
  width: 600px;
}

input.btn_submit {
  border: none;
  width:140px;	
  padding: 4px 0;
  background: url('../images/bck_tab.gif') no-repeat top center;
  display: block;
  text-align: center;	
  color: #fff;
  font: bold 11px Arial Black, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: -.01em;
  text-decoration: none;
  cursor: pointer;
}

/*** COUPON POPUP ***/

@media screen {

/* COUPON WRAPPER */

#coupon_wrapper {
  margin: 4px auto 10px;
  padding: 10px;
  width: 830px;
  /*background: url(../images/bck_light.jpg) repeat 0 0;*/
  clear: both;
}

#coupon_middle {
  margin: 0 auto;
  width: 838px;
  clear: both;
}

#coupon_content {
  margin: 0 auto;
  width: 800px;
  background: url(../images/logo_footer.png) no-repeat bottom left;
  overflow: hidden;
}


/* COUPON CONTENT */

#coupon_left {
  padding: 0 0 60px 0;
  width: 300px;
  float: left;
}

#coupon_right {
  width: 480px;
  float: right;
}

span.rscva-print-logo {
  height: 0px;
  display: none;
}

span.rscva-print-logo img {
  width: 0px;
  height: 0px;
  display: none;
}

#print_button {
  margin: 10px 0 0 0;
  width: 480px;
  height: 40px;
  text-align: right;
}

#coupon_legal p {
  margin: 0;
  font: 9px/12px Arial, Verdana, sans-serif;
}

#close_wrapper {
  margin: 10px 0;
  padding: 10px 0;
  clear: both;
overflow: hidden;
}

#close_wrapper p {
  text-align: right;
}

}

