body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
body{
	padding:10px 0 0;
}
#nav{
	background:#921A1C;
	height:25px;
	width:800px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size:12px;
	line-height:24px;
	margin:0 auto;
}
#nav li{
	display:inline;
}

#nav a{
	padding:0 8px 0 7px;
	color:#FFF;
	text-decoration:none;
	background-image:url('../images/navSplit.gif');
	background-position:right -7px;
	background-repeat:no-repeat;
}

#nav li.last a{
	background-image:none;
}
#nav a:hover{
	color:#F8E300;
}
#footer{
	width:750px;
	margin:0 auto;
	background-color:#fef5d4;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px 25px;
	height:18px;
}
#footnav{
	width:300px;
	float:left;
	text-align:right;
}
#footnav a{
	color:#666;
	text-decoration:none;
}
#footnav a:hover{
	color:#0020BD;
}
#copyright{
	width:300px;
	float:right;
}

.textBack a, .textBackCard a{
	color:#000;
	text-decoration:none;
	display:block;
}

.textBack:hover a, .textBackCard:hover a{
	color:#0020BD;
	text-decoration:underline;
}

#couponDownload{
    font-family:Tahoma;
    font-size:22px;
    color:#525258;
    text-align:center;
    font-weight:bold;
    margin-top: 100px;
    line-height:32px;
}

#pulser{
	background-image:url('../images/pulser.gif');
	width:32px;
	height:32px;
	margin:60px auto 0;
	display:none;
}
