body {
	margin: 0;
	padding: 0;
	text-align: center;
	color:#4e4e4e;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:1.5;
	border-top: 2px solid #efede7;
}

@media only screen and (max-device-width: 480px) {
    body {
        background-image:none;
    }
}

body.home {
	/*background: #FFFFFF url("../images/guest-home/bg.png") repeat-x;*/
}

#wrapper {
	margin:0 auto;
	padding:0 10px;
	position:relative;
	width:970px;
	text-align: left;
}

#container {
	padding:0;
}

a {
	outline:0;
	text-decoration:none;
	color:#336699;
}

a:hover {
	text-decoration:underline;
	color:#336699;
}

a:visited {
	color:#336699;
}

img {
	border:0;
}

.clear {
	clear:both;
}

hr {
	margin:0;
	padding:0;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:dotted 1px #D9D9D9;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}

.cat-hr {
	border-bottom:dotted 1px #AAAAAA;
	clear:left;
}

.dashed {
	border-bottom:dashed 1px #CCCCCC;
	margin:20px 0 20px 0;
}

#main-left {
	width:670px;
	margin-right:300px;
}

#main-right {
	float:right;
	width:295px;
	padding: 0 5px 0 0;
}

/* BEGIN HEADER */

#header {
	z-index: 12;
	position: relative;
}

#top-bar {
	background: #f7f7f5;
	margin: 0;
	padding: 5px 0;
	height: 16px;
}

#top-bar a {
	color: #888888;
	font: 400 12px/12px "open sans";
}

#wrapper-top-bar {
	margin:0 auto;
	padding:0 10px 0 20px;
	position:relative;
	width:970px;
	text-align: left;
}

#top-bar .top_nav {
	position: absolute;
	z-index: 50;
	top: 0;
	right: 10px;
	font-size: 12px;
}

#top-bar .top_nav li {
	float: left;
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #e4dfd4;
}

#top-bar .top_nav li:last-child {
	border: 0;
}

#main-header {
	margin: 0;
	padding: 0;
	height: 90px;
	border-bottom: 1px solid #eeede3;
}

#wrapper-main-header {
	margin: 0 auto;
	padding: 0;
	position:relative;
	width:970px;
	text-align: left;
}

.logo {
	float: left;
	position: relative;
	margin-right: 20px;
	padding: 20px 0 0 10px;
	width: 290px;
}

.logo img {
	width: 250px;
}

#main-nav {
	background: #99c0c3;
	margin: 6px 0 10px 0;
	padding: 5px 0;
	height: 37px;
	color: #888888;
	border-bottom: 2px solid #ffaf00;
}

#wrapper-main-nav {
	margin:0 auto;
	padding:0 10px 0 20px;
	position:relative;
	width:970px;
	text-align: left;
}


#main-menu ul, #main-menu li, #main-menu span, #main-menu a {
    margin: 0;
    padding: 0;
    position: relative;
}

#main-menu {
    height: 37px;
}

#main-menu:after, #main-menu ul:after {
    clear: both;
    content: "";
    display: block;
}

#main-menu a {
    color: #FFFFFF;
    display: inline-block;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font: 600 12px/12px "open sans";
    line-height: 42px;
    padding: 0 14px;
    text-decoration: none;
}

#main-menu ul {
    list-style: none outside none;
}

#main-menu > ul {
    float: left;
}

#main-menu > ul > li {
    float: left;
}
#main-menu > ul > li:hover:after {
    border-bottom: 10px solid #ffaf00;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}

#main-menu .has-sub {
    z-index: 1;
}

#main-menu .has-sub:hover > ul {
    display: block;
}

#main-menu .has-sub ul {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 200px;
}

#main-menu .last-sub ul {
    /*left: -80px;*/
}

#main-menu .has-sub ul li a {
    background: none repeat scroll 0 0 #ffaf00;
    border-bottom: 1px dotted #EC6F73;
    display: block;
    filter: none;
    font: 400 12px/12px "open sans";
    line-height: 120%;
    padding: 10px;
}

#main-menu .has-sub ul li:last-child a {
	border-bottom: 0;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

#main-menu .has-sub ul li:hover a {
    background: none repeat scroll 0 0 #f88600;
}

#main-menu .has-sub .has-sub:hover > ul {
    display: block;
}

#main-menu .has-sub .has-sub ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
}

#main-menu .has-sub .has-sub ul li a {
    background: none repeat scroll 0 0 #f88600;
    border-bottom: 1px dotted #D06D70;
}

#main-menu .has-sub .has-sub ul li a:hover {
    background: none repeat scroll 0 0 #80090D;
}

/* END HEADER */

/* START SEARCH BOX */

#searchwrapper {
	width:324px; /*follow your image's size*/
	height:41px;/*follow your image's size*/
	background-image:url('../images/header/searchbox.gif');
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	position:absolute;
	top:25px;
	right:0px;
	z-index:999;
}
 
.searchbox {
	border:0px;
	background-color: transparent;
	position:absolute;
	top:7px;
	left:12px;
	width:270px;
	height:24px;
	z-index:999;
	color:#a5a5a5;
	font-size:12px;
}

#results {
	position:relative;
	z-index:999;
	top:20px;
	left:6px;
}

#resultsbox {	
	position: absolute;
	z-index: 999;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:310px;
	font-size:12px;
}

.resultsboxhead {	
	background-color: #6e6e6e;
	color: #fff;
	padding: 12px 8px;
	font: 400 14px/14px "gentium book basic";
	font-style: italic;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#resultsbox a {
	text-decoration: none;
	color: #666;
}

#resultsbox a div:hover {
	background: #f5f5f5;
}

#resultsbox a span {
	font-size: 10px;
	color: #aaa;
}

.resultsmain {
	padding: 8px;
	border-bottom: 1px dotted #ccc;
}

/* END SEARCH BOX */

/* BEGIN FOOTER */

#footer-press {
	background: #3e3e3e;
	padding:40px 0;
	margin:40px 0 0 0;
	color: #FDF9DC;
}

#wrapper-footer-press {
	margin:0 auto;
	padding:0 10px 0 20px;
	position:relative;
	width:970px;
	text-align: left;
}

#wrapper-footer-press .press-column {
	float: left;
	width: 195px;
	padding-right: 70px;
}

#wrapper-footer-press .press-column-last {
	float: right;
	width: auto;
	padding: 0;
}

#wrapper-footer-press .press-column-logo {
	position: relative;
	margin-bottom: 16px;
	width: 100%;
	height: 43px;
}

#wrapper-footer-press .press-column-logo img {
	position: absolute;
	bottom: 0;
	left: 0;
}

#wrapper-footer-press .press-column-quote {
	font-size: 13px;
	line-height: 16px;
}

#wrapper-footer-press .press-column-quote-last {
	width: 160px;
}

#wrapper-footer-press .press-footer-quote {
	position: relative;
	width: 0;
}

#wrapper-footer-press .press-quote-left {
	position: absolute;
	top: -5px;
	left: -19px;
	width: 15px;
	height: 12px;
	background: url(../../images/footer/quote_left.png) no-repeat;
}

#wrapper-footer-press .press-quote-right {
	position: absolute;
	top: 7px;
	left: 4px;
	width: 15px;
	height: 12px;
	background: url(../../images/footer/quote_right.png) no-repeat;
}

#footer
{
	background: #ccc;
	padding:20px 0 50px 0;
	margin:0;
	color: #FDF9DC;
}

#wrapper-footer-links {
	margin:0 auto;
	padding:0 10px;
	position:relative;
	width:970px;
	text-align: left;
}

#wrapper-footer-links .links-column {
	float: left;
	margin-right: 37px;
}

#wrapper-footer-links .links-column h4 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 14px;
	font-family: "helvetica";
	color: #5D5239;
}

#wrapper-footer-links .links-column ul a {
	color: #4e4e4e;
}

#wrapper-footer-links .facebook {
	padding: 0 2px 0 0;
}

#wrapper-footer-links .twitter {
	padding: 0 2px 0 2px;
}

#wrapper-footer-links .google {
	padding: 0 0 0 2px;
}

#wrapper-footer-links .footer-logo {
	float: right;
	margin-right: 20px;
	text-align: center;
}

#wrapper-footer-links .footer-logo img {
	width: 64px;
	height: 52px;
	padding: 0 0 5px 0;
}

#wrapper-footer-links .footer-logo span {
	font-size: 11px;
	text-align: center;
	color: #4e4e4e;
	text-shadow: none;
}

#wrapper-footer-links .footer-cats {
	clear: both;
	padding-top: 30px;
}

#wrapper-footer-links .footer-cats h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-family: "helvetica";
	color: #5D5239;
}

#wrapper-footer-links .footer-cats p {
	padding: 0;
	margin: 0;
	font-size: 10px;
}

#wrapper-footer-links .footer-cats a {
	color: #4e4e4e;
	padding: 0 6px 0 0;
	font-size: 10px;
}

/* END FOOTER */

/* BEGIN GUEST HOME */

#top-banner {
	height: 435px;
	position: relative;
	top: -2px;
	background: #7ac2f0;
}

#top-banner-container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 25px;
	width: 970px;
	text-align: left;
	height: 250px;
	background: #7ac2f0;
}

#top-banner-container .headlines {
	width: 500px;
	position: absolute;
	left: 10px;
	top: 0;
}

#top-banner-container .headlines a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: #84bc66;
	position: relative;
	top: 30px;
	padding: 10px 20px;
	font: 600 24px/24px "open sans";
	text-decoration: none;
	cursor: pointer;
}

#testimonials {
	margin:0 auto;
	padding: 30px 0 0 0;
	width:970px;
	text-align: left;
	height: 410px;
}

#testimonials-container {
	position: relative;
	padding-top: 275px;
	text-align: center;
}

#testimonials-container .testimonials-button {
	display: block;
	height: 35px;
	margin-bottom: 35px;
}

#testimonials-container .testimonials-button a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: #84bc66;
	position: relative;
	top: 30px;
	padding: 10px 20px;
	font: 600 18px/18px "open sans";
	text-decoration: none;
	cursor: pointer;
}

#join-banner {
	position: relative;
	background: #f1f4f7;
	border-top: 1px dashed #e1e4e6;
	border-bottom: 1px dashed #e1e4e6;
}

#join-banner-container {
	margin:0 auto;
	padding: 25px 0;
	position: relative;
	width:970px;
	text-align: center;
}

#join-banner-container .join-banner-button {
	display: block;
	height: 35px;
	margin-bottom: 35px;
}

#join-banner-container .join-banner-button a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: #84bc66;
	position: relative;
	top: 30px;
	padding: 10px 20px;
	font: 600 18px/18px "open sans";
	text-decoration: none;
	cursor: pointer;
}

/* END GUEST HOME */

#member-left {
  width:250px;
  margin-right:720px;
  margin-left:1px;
}

#member-right {
  /*float:right;
  width:700px;*/
}

#cat-left {
  width:235px;
  float:left;
}

#cat-right {
  /*float:left;*/
  width:620px;
  /*margin-left:20px;*/
}

/* BEGIN MEMBER HOMEPAGE */

ul.account-tabs  {
  border-bottom:1px solid #598A2C;
  height:25px;
  margin-bottom:15px;
}

ol, ul {
  list-style:none;
  margin:0;
  padding:0;
}

ul.account-tabs li {
  display:inline;
  float:left;
}

ul.account-tabs li a {
  -moz-border-radius:5px 5px 0 0;
  -moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.2) inset;
  background:none repeat scroll 0 0 #888888;
  border:1px solid #598A2C;
  display:block;
  float:left;
  font-weight:bold;
  height:19px;
  margin:0 5px 0 0;
  padding:4px 12px 1px 10px;
  color:#FFFFFF;
  text-decoration:none;
}

ul.account-tabs li.active a {
  background:none repeat scroll 0 0 #FFFFFF;
  border-color:#598A2C #598A2C #FFFFFF #598A2C;
  border-style:solid;
  border-width:1px;
  color:#000000;
  font-weight:bold;
  text-decoration:none;
}

#recent-transactions table {
  border:solid 1px #CCCCCC;
  padding:5px;
  margin:0;
  width:100%;
  font-size:14px;
}

.rt10 {
  border-bottom:solid 1px #CCCCCC;
  width:10%;
}

.rt15 {
  border-bottom:solid 1px #CCCCCC;
  width:15%;
}

.rt20 {
  border-bottom:solid 1px #CCCCCC;
  width:20%;
}

.rt25 {
  border-bottom:solid 1px #CCCCCC;
  width:25%;
}

.rt30 {
  border-bottom:solid 1px #CCCCCC;
  width:30%;
}

.rt35 {
  border-bottom:solid 1px #CCCCCC;
  width:35%;
}

.rt40 {
  border-bottom:solid 1px #CCCCCC;
  width:40%;
}

.rt45 {
  border-bottom:solid 1px #CCCCCC;
  width:45%;
}

.rt50 {
  border-bottom:solid 1px #CCCCCC;
  width:50%;
}

.rt60 {
  border-bottom:solid 1px #CCCCCC;
  width:60%;
}

.al {
  text-align:left;
}

.ac {
  text-align:center;
}

#recent-transactions hr {
  margin:0;
  padding:0;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom:dotted 1px #CCCCCC;
  color: #FFFFFF;
  background-color: #FFFFFF;
  height: 1px;
}

#deal-day {
  padding:5px;
  margin:0;
  background:#1BC1F2;
  -moz-border-radius:5px 5px 0 0;
}

#deal-day h4 {
  color:#FCFCFC;
  margin:2px 0 0 2px; 
  padding: 0pt; 
  font-size: 15px; 
  font-weight: normal;
}

#deal-day-content {
  margin: 0;
  padding: 0;
  border:solid 1px #CCCCCC;
  height:225px;
}

#mini-deal-day-content {
  margin: 20px 0 0 0;
  padding: 0;
  border:solid 1px #CCCCCC;
  height:73px;
}

#member-left-content {
  border:solid 1px #CCCCCC;
  -moz-border-radius:5px;
  padding:7px;
}

#member-facebook {
  margin: 20px 0 0 0;
  border: solid 1px #CCCCCC;
  background:url(../images/member-home/facebook.jpg) no-repeat;
  height:225px;
  -moz-border-radius:5px;
}

#member-facebook-content {
  margin:145px 10px 10px 10px;
  background:#FFFFFF;
  padding-bottom:5px;
}

#member-referrals {
  margin: 20px 0 0 0;
  border: solid 1px #CCCCCC;
  background:url(../images/member-home/referrals.jpg) no-repeat;
  height:225px;
  -moz-border-radius:5px;
}

#member-referrals-content {
  margin:75px 10px 10px 10px;
  background:#FFFFFF;
  padding:5px;
}

#member-referrals-content P {
  margin:0;
  padding:0 0 5px 0;
}

#member-offers-header {
  background:#CA222C;
  -moz-border-radius:5px;
  height:25px;
  margin-top:20px;
  padding:5px;
}

#member-offers-header-selected {
  float:left;
  background:#F92C38;
  -moz-border-radius:5px;
  padding:2px 8px 2px 8px;
  margin:0 10px 0 0;
}

#member-offers-header-selected span {
  font-weight:bold;
  margin:0;
  padding:0;
  font-size:14px;
  color:#FFFFFF
}

#member-offers-header-tab {
  float:left;
  padding:2px 8px 2px 8px;
  margin:0 10px 0 0;
}

#member-offers-header-tab a {
  font-weight:bold;
  margin:0;
  padding:0;
  font-size:14px;
  color:#FFFFFF;
  text-decoration:none;
}

#category-offers-content {
  /*margin:15px 0 15px 0;*/
  border:solid 1px #FFFFFF;
  padding:8px;
}

#category-offers-content:hover {
  border:solid 1px #FFB83E;
  padding:8px;
}

#category-offers-content h4 {
  margin:0;
  padding:0px;
  font-size:16px;
  text-decoration:none;
  color:#666666;
}

#category-offers-content a p {
  text-decoration:underline;
}

#category-offers-content a:hover {
  text-decoration:none;
}

.category-offers-img {
  width:90px;
  margin-right:330px;
}

.category-offers-copy {
  width:330px;
  float:right;
}


#member-offers-content {
  height:115px;
  margin:15px 0 15px 0;
  border-bottom:solid 1px #CCCCCC;
}

#member-offers-content h4 {
  margin:0;
  padding:0px;
}

#member-offers-content h4 a {
  font-size:16px;
  text-decoration:none;
  color:#666666;
}

#member-offers-content a {
  text-decoration:none;
  color:#666666;
}

.member-offers-img {
  float:left;
  width:110px;
  margin-right:10px;
}

.member-offers-copy {
  float:left;
  width:830px;
}

#member-vouchers-content {
  height:115px;
  margin:15px 0 15px 0;
  border-bottom:solid 1px #CCCCCC;
}

#member-vouchers-content h4 {
  margin:0;
  padding:0px;
}

#member-vouchers-content h4 a {
  font-size:16px;
  text-decoration:none;
  color:#666666;
}

#member-vouchers-content a {
  text-decoration:none;
  color:#666666;
}

.member-vouchers-img {
  float:left;
  width:110px;
  margin-right:10px;
}

.member-vouchers-copy {
  float:left;
  width:830px;
}

.member-offers-cashback {
  background:url(../images/member-home/cashback-box.gif) no-repeat;
  float:left;
  width:60px;
  height:60px;
  margin-right:10px;
  font-size:18px;
}

/* END MEMBER HOMEPAGE */

/* BEGIN ADS */

#ad {
	width: 250px;
	margin: 0 0 0 23px;
	padding: 0;
}

#ad div {
	border: 1px solid #ccc;
}

#ad p {
	padding: 0;
	margin: 0 0 5px 0;
	text-align: center;
	font: 400 12px/12px "open sans";
	color: #ccc;
}

#ad300 {
	width: 300px;
	margin: 30px 0 0 23px;
	padding: 0;
}

#ad300 div {
	border: 1px solid #ccc;
}

#ad300 p {
	padding: 0;
	margin: 0 0 5px 0;
	text-align: center;
	font: 400 12px/12px "open sans";
	color: #ccc;
}

/* END ADS */

/* BEGIN ABOUT US */

#about-us p {
  margin-top: 15px;
  font-size: 14px;
}

#about-us img {
  height: 388px;
  width: 282px;
  margin: -3 0 0 10;
}

#about-us a {
  font-weight: bold;
}

/* END ABOUT US */




















.home-voucher-content2 {
  height: 55px;
  margin:20px 0 10px 0;
  padding:10px;
  border:dashed 2px #D9D9D9;
  -moz-border-radius:5px;
}

.home-voucher-content2 img {
  position: relative; 
  bottom: 24px; 
  left: 5px;
}

.home-voucher-content2 h4 {
  margin:0;
  padding:0;
}

.home-voucher-content2 h4 a {
  font-size:14px;
  text-decoration:none;
  color:#D9144D;
  position: relative; 
  bottom: 26px; 
}

.home-voucher-content2 a {
  text-decoration:none;
  color:#666666;
  position: relative; 
  bottom: 26px;
  margin: 0pt; 
  padding: 0pt;
}

.home-voucher-content2 a span {
  color:#3366CC;
}




.home-cashback-content {
  border:solid 1px #D9D9D9;
  -moz-border-radius:5px;
  padding:10px;
  margin:20px 0 10px 0;
  background:url(../images/guest-home/euro.gif) no-repeat;
}

.home-cashback-content h4 {
  margin:0;
  padding:0;
}

.home-cashback-content h4 a {
  font-size:14px;
  text-decoration:none;
  color:#D9144D;
}

.home-cashback-content a {
  text-decoration:none;
  color:#666666;
}

.home-cashback-content a span {
  color:#3366CC;
}