a
{
	text-decoration: none;
	color: #000000;
}
.Navigation {
	height: 22px;	
	line-height: 22px;
	font-size: 12px;
}
.Button {
	width: 79px;
	height: 22px;
	font-size: 14px;
	background-image: url(http://points4rewards.shiftcode.com/images/points4rewards-rollover.png);
	color: #000000;
	text-align: center;
	float: left;
}
.Button:hover {
	background-position: 0px -22px;
	color: #FFFFFF;


}
.OfferButton {
	display: block;
	width: 63px;
	height: 64px;
	font-size: 14px;
	background-image: url(/images/offers_button.gif);
	color: #000000;
	text-align: center;
	float: left;
}
.OfferButton:hover {
	background-position: 0px -64px;
	color: #FFFFFF;
}
body
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #FFFFFF;
}



img
{
	border:0px
}

.content, .content a
{
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

.table
{
	border-collapse:collapse;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.table TH
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position:relative;
	font-weight: bold;
	text-align: left;
}
.table TD
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position:relative;
}
.none
{
	border-collapse: separate;
}
.none TD, .none TH
{
	font-weight: none;
	border: 0px;
}
.terms, .terms a
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.title, .title a
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.login, .login a
{
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}









@charset "utf-8";
/* CSS Document */

/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
background: #990000;
width: 425px;
padding-left: 22px;
height: 0px;
background: url();
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin: 0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/	
#nav-container a{	
padding:26px 0px 0px 0px;
color: #FFFFFF;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
text-align: center;
text-decoration:none;
font-weight: bold;
background: url(/templates/6/hovermenu.png);
background-repeat: no-repeat;
background-position: top;
display: block;
height: 35px;
width: 70px;

}

#nav-container a:hover{
color: #ffffff;
font-size:140%;
background: url(/templates/6/hovermenu.png);
background-repeat: no-repeat;
	background-position: 0px -60px;
}

/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{	
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
background: url();
background-repeat: repeat-x;
background-color: #f88e24;
border-bottom: 1px solid #f88e24;
}

/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{	
padding:6px 3px 3px 6px;
background-color: #FFFFFF;
background: url();
background-repeat: no-repeat;
background-position: 0px 0px;
font-size:11px;
text-align: left;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
height: 200%;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover{	
background-color: #FFFFFF;
background: url();
background-repeat: no-repeat;
font-size:110%;
color:#FFFFFF;
}

/*^'^ Secondary Item Titles ^'^*/	
#nav-container .item-secondary-title{	
cursor:default;
padding:4px 0px 3px 3px;
color: #FFFFFF;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:11px;
/* background: url(); */
background-repeat: no-repeat;
font-weight:bold;
}

/*^'^ Horizontal Dividers ^'^*/	
#nav-container .divider-horiz{	
border-top-width:0px;
margin:0px 0px;
border-color: #FFFFFF;
}

/*^'^ Vertical Dividers ^'^*/	
#nav-container .divider-vert{	
border-left-width:0px;
height:0px;
margin:0px 2px 0px 2px;
border-color:#AAAAAA;
}