﻿
/* PAGE PADDING */

* {
	padding: 0px; /* static */
	margin: 0px; /* static */
}

/* BODY */

body {
	background-color: #fff;
	background: url(../img/body-bg.gif);
	background-position: default;
	background-repeat: repeat-x;
}

/* PAGE WRAPPERS */

#contentWrapper {
	min-height: 950px; /* static */
	width: 1000px; 
}
#pageWrapper {
	margin: auto;
	width: 1000px;
	background-image: none;
	background-position: none;
	background-repeat: none;
	background-color: transparent;
	padding: 5px;
	margin-top: 0px;
}

/* H1 STYLES */

#mastHead h1 {
	float: left;
	width: 200;
	height: 56px;
	margin-top: 24px;
	border: none;
}
h1 a span {
	display: none;
}

/* H2 H3 H4 H5 STYLES */

h2 {
	font-family: "Century Gothic"; 
	font-size: 30px;
	color: #000; 
	font-style: normal; 
	font-weight: normal;
}
h2 a {
	font-family: "Century Gothic"; 
	font-size: 30px;
	color: #000; 
	font-style: normal; 
	font-weight: normal;
}
h2 a:hover, a:link:hover, a:visited:hover {
	color: #663399;
	text-decoration: none;
	border: none;
}
h3 {
	font-family: "Trebuchet MS"; 
	font-size: 14px;
	color: #1C86EE;
	font-style: normal; 
	font-weight: 100; 
	border-bottom: none;
	border-bottom-style: none;
	border-bottom-color: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;*/
	padding:5px;
	background-color: #333333;
	/*text-transform: uppercase;*/
}

/* LINK STYLES */

a {
	color: #663399; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
}
a:hover, a:link:hover, a:visited:hover {
	color: #663399;
	text-decoration: underline;
	border: none;
}
a:active {
	color: #668501;
	text-decoration: none;
}
a:visited {
	color: #111;
	text-decoration: none;
}

/* PARAGRAPH STYLES */

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 123%;
	padding-left: 0px;
	padding-top: 5px;
}

/* UL LI BULLET HELPERS */

ul li {
	list-style: none;
	list-style-image: none;
	list-style-position: inherit;
}
ul {
	margin-left: 20px;
}

/* LAYOUT HELPERS */

.clear {
	clear: both;
}

/* HORIZONTAL RULE */

.horizontalRule {
	color: #FBFBFB;
	margin-top: 15px;
}

/* HEADER */

#mastHead {
	height: 96px;
	width: 1000px;
	color: default;
	padding-top: 0px; 
	padding-bottom: 0px;
	background-color: fff;
    border: solid 1px #fff;
}

/* HEADER LOGIN */

#userPassWrapper {
	height: 45px;
	width: 260px;
	float: right;
	margin-top: 50px;
	margin-right: 10px;
	 
}

/* NAVIGATION */

#primaryNavigationWrapper {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/*background: url(../images/nav_bg.jp);*/
	background-position: center;
	background-repeat: no-repeat;
	height: 32px;
	margin-top: 54px;
	width: 420px;
	margin-left: 250px;
}
#primaryNavigationWrapper ul, #primaryNavigationWrapper ul ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
}
#primaryNavigationWrapper ul a {
	display: block;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#primaryNavigationWrapper ul li {
	float: left;
	list-style: none;
	padding-left: 0px; 
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	width: default;
}
#primaryNavigationWrapper ul li a {
	color: #888888;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
	background-color: transparent;
	font-family: "Century Gothic"; 
}
#primaryNavigationWrapper ul li a:hover {
	text-decoration: none;
	color: #000000;
}

/* DROP DOWN NAVIGATION */

#primaryNavigationWrapper ul li ul {
	position: absolute;
	margin: 0px;
	margin: 5px;
	margin-top: 2px;
	left: -999em;
	z-index: 10000;
	border-color: none;
	border-style: solid;
	border-width: 0px;
	background-color: transparent;
	border-top-color: #fff;
}
#primaryNavigationWrapper ul li ul li {
	clear: both;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 170px;
}
#primaryNavigationWrapper ul ul li a {
	display: block;
	color: #666666;
	text-decoration: none;
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left: 10px; 
	padding-right: 0px; 
	width: 100%;
	height: 20px;
	background-color: #fff;
    border-left: solid 1px #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#primaryNavigationWrapper ul li:hover ul, #primaryNavigationWrapper ul li.sfhover ul {
	left: auto;
	background: transparent;
}
#primaryNavigationWrapper ul li ul ul {
	margin-left: 10em;
	margin-top: -1em;
}
#primaryNavigationWrapper ul.navigation li:hover ul ul, #primaryNavigationWrapper ul.navigation li.sfhover ul ul {
	left: -999em;
}
#primaryNavigationWrapper ul li li:hover ul, #primaryNavigationWrapper ul li li.sfhover ul {
	left: auto;
}
#primaryNavigationWrapper ul ul li a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	height: 20px;
	background-color: #ffffff;
	background-image: none;
}

/* MAIN HOME CONTENT */

.promo {
	width: 1000px;
	height: 198px;
	float: left;
	margin-top: 14px;
}
.whattoutone {
	width: 650px;
	height: 250px;
	float: left;
	margin-top: 50px;
	
}
.whattoutDiscountone {
	width: 450px;
	height: 250px;
	float: left;
	margin-top: 50px;
	
}
.touttwo {
	width: 275px;
	height: 280px;
	float: right;
	margin-top: 102px;
	margin-left: 20px;
	
}
.toutDiscounttwo {
	width: 275px;
	height: 280px;
	float: right;
	margin-top: 50px;
	margin-left: 20px;
	
}
.featuredToutTwo {
	width: 300px;
	height: 200px;
	float: left;
	margin-left: 20px;
    margin-top: 80px;	
}
.featuredDiscountCountText {
	width: 350px;
	height: 200px;
	float: left;
	margin-left: 0px;
	margin-right: 40px;
	margin-top: 20px;
	
}
.featuredWhatTout {
	width: 650px;
	height: 200px;
	float: left;
	margin-left: 0px;
	margin-right: 40px;
	margin-top: 20px;
	
}
.featuredWhatTout img {
	float: left;
	margin-right: 20px;
}
.toutone {
	width: 1000px;
	height: 400px;
	float: left;
	margin-top: 50px;
}
.toutone img {
	margin-bottom: 10px;
	margin-top: 5px;
}
.featuredMainTout {
	width: 300px;
	height: 300px;
	float: left;
	margin-left: 0px;
	margin-right: 40px;
	margin-top: 20px;
}
.featured {
	width: 150px;
	height: 310px;
	float: left;
	margin-top: 20px;
	margin-right: 15px;
}
.featuredText {
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
}
.featuredTextBlack {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	float: left;
	margin-bottom: 0px;
}
.featuredTout {
	width: 474px;
	height: 170px;
	float: left;
	margin-top: 20px;
	margin-right: 18px;
	margin-bottom: 80px;
}
.featuredTout img {
	margin-bottom: 10px;
	margin-top: 5px;
	float: left;
}
.featuredTout p {
	margin-bottom: 10px;
	margin-top: 5px;
}


/* HOW IT WORKS */

.template {
	width: 220px;
	height: 210px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
.howitworkstoutone {
	width: 1000px;
	height: 200px;
	float: left;
	margin-top: 30px;
	padding: 0px;
}
.howitworksText {
	color: #EC009B; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}
.requestTout {
	width: 474px;
	height: 370px;
	float: left;
	margin-top: 20px;
	margin-right: 18px;
}
.requestTout p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 123%;
	padding-left: 0px;
	padding-bottom: 40px;
	float: left;
}

/* SERVICES */

.servicestoutone {
	width: 1000px;
	height: 200px;
	float: left;
	margin-top: 30px;
	padding: 0px;
}
.services {
	width: 440px;
	height: 120px;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
}
.services p {
	float: left;
	width: 280px;
	margin-bottom: 10px;
	margin-right: 30px;
}
.services img {
	float: right;
	margin-top: 0px;
}
.services a {
	float: left;
}
/* ABOUT US */

.aboutusWrapper {
	width: 1000px;
	height: 720px;
	float: left;
	margin-top: 30px;
	padding: 0px;
}
.aboutus {
	width: 550px;
	height: 600px;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
}
.aboutus p {
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
}
.aboutus img {
	float: right;
	clear: right;
	margin-top: 0px;
}
.dateText {
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	width: 550px;
}
.featuredTextAbout {
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	float: left;
	margin-bottom: 0px;
}
.mediaContactWrapper {
	width: 300px;
	height: 600px;
	float: right;
	margin-top: 30px;
	padding: 0px;
}

/* GET LISTED */

#getlistedWrapperOne {
	width: 1000px;
	height: 150px;
	float: left;
	margin-top: 30px;
	padding: 0px;

}
#getlistedWrapperTwo {
	width: 1000px;
	height: 150px;
	float: left;
	margin-top: 30px;
	padding: 0px;

}
.getlistedToutTwo {
	width: 300px;
	height: 150px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 30px;

}
#getlistedWrapperThree {
	width: 1000px;
	height: 500px;
	float: left;
	margin-top: 30px;
	padding: 0px;

}
.getlistedToutThree {
	width: 570px;
	height: 400px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 20px;

}
.getlistedToutThree img {
	float: left;
	margin-top: 0px;
	margin-right: 30px;
}
.getlistedToutFour {
	width: 325px;
	height: 405px;
	float: right;

}
.getlistedTextBlack {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	float: left;
}
.getlistedTout {
	width: 474px;
	height: 370px;
	float: left;
	margin-top: 20px;
	margin-right: 18px;
}


/* PARTNERS */

.partner {
	width: 230px;
	height: 220px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
.partnertoutone {
	width: 1000px;
	height: 230px;
	float: left;
	margin-top: 30px;
	padding: 0px;
}
.partnerText {
	color: #EC009B; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}
.requestTout {
	width: 474px;
	height: 370px;
	float: left;
	margin-top: 20px;
	margin-right: 18px;
}
.requestTout p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 123%;
	padding-left: 0px;
	padding-bottom: 40px;
}

/* MEMBERSHIP */

.membershipWrapper {
	width: 1000px;
	height: 160px;
	float: left;
	margin-top: 30px;
	padding: 0px;
}


/* MEMBERSHIP - TRYOUT */

.membershipText {
	color: #5f5f5f; 
	font-family: "Century Gothic"; 
	font-size: 15px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}
.tryout p, .personal p, .corporate p {
	color: #5f5f5f; 
	font-family: "Century Gothic"; 
	font-size: 15px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}


.tryoutWrapper {
	width: 1000px;
	height: 140px;
	float: left;
	margin-top: 30px;
	padding: 0px;
}
.tryout {
	width: 200px;
	height: 120px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	border-right: solid 1px #ebebeb;
}



/* MEMBERSHIP - PERSONAL */
.personalWrapper {
	width: 1000px;
	height: 210px;
	float: left;
	margin-top: 30px;
	padding: 0px;
}
.personal {
	width: 200px;
	height: 190px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	border-right: solid 1px #ebebeb;
}
.personalText {
	color: #EC009B; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}


/* MEMBERSHIP - CORPORATE */
.corporateWrapper {
	width: 1000px;
	height: 225px;
	float: left;
	margin-top: 30px;
	margin-bottom: 60px;
	padding: 0px;
}
.corporate {
	width: 200px;
	height: 190px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	border-right: solid 1px #ebebeb;
}
.corporateText {
	color: #EC009B; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}

/* COMPANY */

.companytout {
	width: 1000px;
	height: 250px;
	float: left;
	margin-top: 30px;
	padding: 0px;
}
.company {
	width: 230px;
	height: 150px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}

/* BUY THE CARD */

.buythecardtout {
	width: 1000px;
	height: 400px;
	float: left;
	margin-top: 30px;
	padding: 0px;
}
.buythecard {
	width: 1000px;
	height: 110px;
	float: left;
	margin-top: 30px;
	margin-left: 0px;
}
.buythecard img {
	float: left;
	margin-right: 75px;
}

/* CASE STUDIES */

.casestudiestout {
	width: 1000px;
	height: 500px;
	float: left;
	margin-top: 30px;
	padding: 0px;
}
.casestudies {
	width: 1000px;
	height: 110px;
	float: left;
	margin-top: 30px;
	margin-left: 0px;
}
.casestudies img {
	float: left;
	margin-right: 75px;
}

/* PROGRAM TYPES */

.programtypestout {
	width: 1000px;
	height: 500px;
	float: left;
	margin-top: 30px;
	padding: 0px;
}
.programtypes {
	width: 1000px;
	height: 110px;
	float: left;
	margin-top: 30px;
	margin-left: 0px;
}
.programtypes img {
	float: right;
	margin-left: 75px;
}

/* RESTAURANT */

#restaurantWrapper {
	width: 1000px;
	height: auto;
	float: left;
	margin-top: 30px;
	padding: 0px;

}
#restaurantPic {
	width: 200px;
	height: auto;
	float: left;
	padding: 0px;

}



#restaurantTags {
	width: 193px;
	height: auto;
	float: left;
	padding: 0px;
}
#restaurantTags p {
	font-family: "Century Gothic";
	color: #000;
	font-size: 14px;
	line-height: 123%;
	padding-left: 0px;
	padding-top: 5px;
}



#restaurantMember {
	width: 680px;
	height: 75px;
	float: right;
	padding: 0px;
	margin-bottom: 20px;

}
.restaurantDropDown {
	width: 300px;
	height: 50px;
	float: right;

}

#restaurantMember p {
	font-family: "Century Gothic";
	color: #000;
	font-size: 13px;
	line-height: 123%;
	padding-left: 0px;
	padding-top: 5px;
}



#restaurantDescription {
	width: 680px;
	height: auto;
	float: right;
	padding: 0px;
	margin-bottom: 10px;

}
#restaurantDescription p {
	font-family: "Century Gothic";
	color: #000;
	font-size: 17px;
	line-height: 123%;
	padding-left: 0px;
	padding-top: 5px;
}


#restaurantNotes {
	width: 680px;
	height: auto;
	float: right;
	padding: 0px;
	margin-bottom: 10px;

}
#restaurantNotes p {
	font-family: "Century Gothic";
	color: #000;
	font-size: 13px;
	line-height: 123%;
	padding-left: 0px;
	padding-top: 5px;
}

#searchResults p {
	color:#000000;
	font-family:"Century Gothic";
	font-size:11px;
	line-height:123%;
	padding-left:0;
	padding-top:5px;
	clear:both;
}

#searchResults p a {
	color: #663399;
	text-decoration: none;
	border: none;
	font-size:125%;
}

.notes {
	width: 175px;
	height: auto;
	float: left;
	padding: 0px;
	margin-right: 10px;

}
.notes p {
	font-family: "Century Gothic";
	color: #000;
	font-size: 13px;
	line-height: 123%;
	padding-left: 0px;
	padding-top: 5px;
}
.rules {
	width: 175px;
	height: auto;
	float: left;
	padding: 0px;
	margin-right: 10px;

}
.rules p {
	font-family: "Century Gothic";
	color: #000;
	font-size: 13px;
	line-height: 123%;
	padding-left: 0px;
	padding-top: 5px;
}
.minimum {
	width: 175px;
	height: auto;
	float: left;
	padding: 0px;
	margin-right: 10px;

}
.minimum p {
	font-family: "Century Gothic";
	color: #000;
	font-size: 13px;
	line-height: 123%;
	padding-left: 0px;
	padding-top: 5px;
}
.verified {
	width: 85px;
	height: auto;
	float: left;
	padding: 0px;

}

#restaurantWrapperBottom {
	width: 1000px;
	height: 300px;
	float: left;
	margin-top: 30px;
	padding: 0px;

}
.restaurantMap {
	width: 275px;
	height: 205px;
	float: left;
	padding: 0px;
	margin-right: 40px;
	margin-top: 24px;
	border: solid 1px #999999;

}
.restaurantNoMap {
	width: 275px;
	height: 205px;
	float: left;
	padding: 0px;
	margin-right: 40px;
	margin-top: 24px;


}
.restaurantButler {
	background: url(../img/how-it-works-wrapper-pic.jpg) no-repeat;
	width: 380px;
	height: 265px;
	float: left;
	padding: 0px;
	margin-right: 20px;

}
.restaurantButler p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 123%;
	padding-left: 0px;
	padding-top: 5px;
}
#restaurantHello {
	width: 275px;
	height: 205px;
	float: left;
	padding: 0px;
	margin-top: 24px;

}
.restaurantHelloRow1 {
	width: 200px;
	height: 16px;
	float: left;
	padding: 0px;
	margin-top: 24px;
	margin-left: 55px;
}
.restaurantHelloRow2 {
	width: 200px;
	height: 16px;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-left: 55px;

}
.restaurantHelloRow3 {
	width: 200px;
	height: 16px;
	float: left;
	padding: 0px;
	margin-top: 25px;
	margin-left: 55px;
}
.restaurantHelloRow4 {
	width: 200px;
	height: 25px;
	float: left;
	padding: 0px;
	margin-top: 35px;
	margin-left: 55px;
}



/* SEO TEXT */

.seo {
    color: #CCCCCC; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}

/* FOOTER */

#footer {
    width: 1000px;
	height: 300px;
	clear: both;
	color: #000;
	background-color: #fff;
}
#footer img {
	border: none;
}
#footer h4 {
	color: #fff;
	font-size: 20px;
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
}
.footerLinksWrapper {
	background-color: white;
	height: 200px;
	margin-top: 35px;
}
.footerLinks {
	width: 155px;
	height: 100px;
	float: left;
	padding: 0px;
	border-right-color: #eeeeee;
	border-right-style: solid;
	border-right-width: 1px;
}
.footerLinks a {
    color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}
.footerLinks a:hover {
	color: #000000;
	text-decoration: none;
}
.footerLinks div ul {
	padding-bottom: 5px;
	margin-left: 0px;
}
.footerLinks div ul li {
	float: left;
	margin: 0px;
	padding-left: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	margin-left: 0px;
}
.footerLinksLast {
	width: 155px;
	height: 100px;
	float: left;
	padding: 0px;
	border-right-color: none;
	border-right-style: none;
	border-right-width: none;
}
.footerLinks a {
    color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}
.footerLinks a:hover {
	color: #000000;
	text-decoration: none;
}
.footerLinks div ul {
	padding-bottom: 5px;
	margin-left: 0px;
}
.footerLinks div ul li {
	float: left;
	margin: 0px;
	padding-left: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	margin-left: 0px;
}

/* JUST LUXE CONTENT AREA*/
.discountcontent {
	width: 1000px;
	/*height: 200px;*/
	float: left;
	/*margin-top: 30px;*/
	padding: 0px;
	margin-bottom: 30px;
	border: 1px #000;
}

#discountListings tr { padding-top:20px;padding-bottom: 20px; }

.discount-navigation {
	font-family: "Century Gothic"; 
	font-size: 14px;
	color: #000000;
	font-style: normal; 
	font-weight: normal; 
	border-bottom: none;
	border-bottom-style: none;
	border-bottom-color: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left:0px;
	background-color: #FFFFFF;
	text-transform: lowercase;
}

.discount-navigation-lnk {
	font-family: "Century Gothic"; 
	font-size: 14px;
	color: #000000;
	font-style: normal; 
	font-weight: normal; 
	border-bottom: none;
	border-bottom-style: none;
	border-bottom-color: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left:0px;
	background-color: #FFFFFF;
	text-transform: lowercase;
}

.discount-header {

	font-family: "Century Gothic"; 
	font-size: 14px;
	color: #000000;
	font-style: normal; 
	font-weight: normal; 
	border-bottom: none;
	border-bottom-style: none;
	border-bottom-color: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left:0px;
	background-color: #FFFFFF;
	text-transform: lowercase;

}
.rules ul li {
	color:#000000;
	font-family:"Century Gothic";
	font-size:13px;
	line-height:123%;
	margin-left:-20px;
	padding-top:5px;
	
}

ul li a.rightnav {
	font-family: "Century Gothic"; 
	font-size:11px;
	text-transform: lowercase;
}
ul li a.rightnav:hover {
	font-family: "Century Gothic"; 
	font-size:11px;
	text-transform: lowercase;
	text-decoration:underline;
}

.discount-text {

	font-family: "Century Gothic"; 
	font-size: 11px;
	color: #000000;
	font-style: normal; 
	font-weight: normal; 
}

.discount-text-lnk{

	font-family: "Century Gothic"; 
	font-size: 11px;
	color: #000000;
	font-style: normal; 
	font-weight: normal;
	text-decoration: underline;
}
.discount-text-lnk:hover {

	font-family: "Century Gothic"; 
	font-size: 11px;
	color: #333333;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}

/* copied from old style sheet for making the div tables */
.tr {
 /*height:25px;*/
 width: 100%;
  padding:0px;
  margin:0px;
 /* border:solid 1px red*//* use to check the borders of the elements*/
}
.tr:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    
    /* use to clear the rows so they flow properly for mozilla*/
}
.td {
 float: left;
 width: 60px;
 padding-left:5px;
  padding:1px;
 /*border:solid 1px red use to check the borders of the elements*/
}
.tdb {
 float: left;
 width: 60px;
 padding-left:5px;
 font-weight:bold;
  padding:1px;
/* border:solid 1px red*//* use to check the borders of the elements*/
}
.tdbh {
 float: left;
 width: 80px;
 margin-left: 5px;
 font-weight:bold;
 color: #036;
 font-size: 120%;
 padding:1px;
}
