
.admin h1 {
	height:60px;
	padding-left:40px;
	font: normal 30px/60px Tahoma;
	background: #000;
	color: #fff;
}

body {
	margin:0px;
	padding:0px;
	background:#ffffff;
	font: normal 12px Arial;
}

#wrapper {
	background:url(../images/layout_mainContentBackground.jpg) repeat-y center;
}

.imageReplacement {
	text-indent:-7000px;
	overflow:hidden;
	display:block;
	cursor:pointer;
}

.imageNonReplacement {
	overflow:hidden;
	display:block;
	cursor:pointer;
}

/****************************
*Homepage Header
****************************/

#headerWrapper {
	background:url(../images/layout_background.jpg) repeat-x;
}

#header {
	width:1000px;
	height:180px;
	margin:auto;
	position:relative;
}

#headerBanner.default {
	background:url(../images/layout_headerBackground.jpg) no-repeat;
	height:170px;
}

#headerBanner .homeHeader,  #headerBanner .homeHeader a {
	height:100%;
	width:400px;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	text-indent:-7000px;
	overflow:hidden;
}

#headerBanner.members {
	background:url(../images/layout_memberHeaderBackground.jpg) no-repeat;
	height:170px;
}

/****************************
            *Homepage Header login Box
            ****************************/
			#loginBox {
	background:url(../images/layout_blackLoginBox.gif) no-repeat;
	width:190px;
	height:114px;
	padding:8px 0px 0px 8px;
	position:absolute;
	right:0px;
	top:20px;
}

#loginFields {
	width:152px;
	height:50px;
	float:left;
}

.loginField {
	width:152px;
	height:21px;
	margin:0px 0px 4px 0px;
	overflow:hidden;
}

.loginUsername {
	background:url(../images/layout_usernameBackground.gif) no-repeat;
}

.loginPassword {
	background:url(../images/layout_passwordBackground.gif) no-repeat;
}

.loginField input {
	width:120px;
	height:19px;
	padding:0;
	margin:2px 0 0 26px;
	border:none;
	background:transparent;
}

#loginGo {
	width:22px;
	height:45px;
	float:left;
	margin-left:5px;
	padding:0;
}

#loginForgotPassword {
	margin-bottom:4px;
}

#loginRegNewAccount {
}

/************************
*Homepage content
***********************/
		
#contentWrapper {
	margin:auto;
	width:1000px;
	position:relative;
}

#mainContent {
	float:left;
	width: 740px;
	margin: 10px 0px 0px 10px;
}

#mainNav {
	width:740px;
	height:40px;
	margin:0px 0 0px 0;
	background:url(../images/layout_mainNav_background.jpg) no-repeat;
	color:#fff;
}

#mainNav li {
	float:left;
	background:url(../images/layout_mainNav_separator.gif) no-repeat top right;
	padding-right:2px;
}

#mainNav li.lastLink {
	background:none;
}

#mainNav .navLink {
	/*background:url(../images/layout_mainNav_buttonText.gif) no-repeat;			*/
			text-decoration:none;
	font-weight:bold;
	height:30px;
	line-height:30px;
	color:#f0f0f0;
	font-family:Arial;
	font-size: 14px;
	text-indent: 20px;
}

#mainNav .navLink.home {
	background-position:center 0px;
	width:90px;
}

#mainNav .navLink.home:hover {
	background-position:center -30px;
}

#mainNav .navLink.aboutUs {
	background-position:center -60px;
	width:120px;
}

#mainNav .navLink.aboutUs:hover {
	background-position:center -90px;
}

#mainNav .navLink.faq {
	background-position:center -120px;
	width:80px;
}

#mainNav .navLink.faq:hover {
	background-position:center -150px;
}

#mainNav .navLink.promotions {
	background-position:center -180px;
	width:140px;
}

#mainNav .navLink.promotions:hover {
	background-position:center -210px;
}

#mainNav .navLink.refer {
	background-position:center -240px;
	width:160px;
}

#mainNav .navLink.refer:hover {
	background-position:center -270px;
}

#mainNav .navLink.contact {
	background-position:center -300px;
	width:130px;
}

#mainNav .navLink.contact:hover {
	background-position:center -330px;
}

/************************
* Updated Primary Navigation Styles
***********************/

#primaryNav {
	margin:0;
	padding:0;
	clear:both;
	background:transparent url(../images/layout_mainNav_background.jpg) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	height:40px;
	margin:0 0;
	width:740px;
}

#primaryNav a:hover {
	color:#FFCC66;
}

#primaryNav ul {
	width:730px;
	height:30px;
	margin:0;
	padding:0;
	position:relative;
}

#primaryNav li {
	float: left;
	padding:0 36px 0 0;
	line-height:15px;
	margin: 0;
	list-style: none;
	position:relative;
	background:transparent url(../images/layout_mainNav_separator.gif) no-repeat scroll right top;
}

#primaryNav ul a {
	display: block;
	padding:7px 0 8px 32px;
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	font-size:1.2em;
	margin:0;
	font-family:Trebuchet MS;
	font-weight:bold;
}

#primaryNav ul a:hover {
	color:#FFCC66;
}

#primaryNav ul .current a {
	background-position:right -199px;
	color:#FFF;
}

.lastLink {
	background:none !important;
}

.introBox {
	/*background:url(../images/homepage_splash.jpg);
	height:260px;*/
	width:740px;
}

.introBox .welcome {
	width:708px;
	color:#000;
	padding:10px;
}

.introBox .welcome h1 {
	font:bold 16px/18px "Arial";
	padding-bottom:2px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCC;
}

.introBox .welcome p {
	line-height:18px;
}

/************************
*BannerSwapper
***********************/

a {
	outline:none;
}

.frame {
	background:transparent url(../images/bannerswapper-interface/frame.png) no-repeat;
	width:740px;
	height:212px;
	position:relative;
}

.topl {
	background:transparent url(../images/bannerswapper-interface/upper-left-corner.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:10px;
	height:10px;
	z-index:1000;
}

.topr {
	background:transparent url(../images/bannerswapper-interface/upper-right-corner.png) no-repeat;
	position:absolute;
	top:0;
	right:0;
	width:9px;
	height:10px;
	z-index:1000;
}

.botr {
	background:transparent url(../images/bannerswapper-interface/lower-right-corner.png) no-repeat;
	position:absolute;
	bottom:0px;
	right:0px;
	width:10px;
	height:12px;
	z-index:1000;
}

.botl {
	background:transparent url(../images/bannerswapper-interface/lower-left-corner.png) no-repeat;
	position:absolute;
	bottom:0px;
	left:0px;
	width:11px;
	height:12px;
	z-index:1000;
}

#slider {
	width:728px;
	height:197px;
	position:relative;
	overflow:hidden;	
	padding:7px 0 0 6px;
}

#mask-gallery {
	overflow:hidden;
}

#gallery {
	list-style:none;
	z-index:0;
	overflow:hidden;
	margin:0;
	padding:0;
}

#gallery li {
	float:left;
}

#mask-excerpt {
	position:absolute;
	top:170px;
	left:6px;
	z-index:2;
	width:728px;
	overflow:hidden;
	height:35px;
}

#excerpt {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	list-style:none;
	position:absolute;
	left:0;
	width:728px;
	background:transparent url(../images/bannerswapper-interface/semi_transparant.png) repeat;
	overflow:hidden;
	font-family:arial;
	font-weight:700;
	text-transform:uppercase;
	font-size:11px;
	color:#fff;
}

#excerpt li {
	padding:11px 10px 9px 10px;
}

#buttons {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	color:#000;
	z-index:3;
	position:absolute;
	top:165px;
	right:5px;
}

#buttons img {
	border:none;
	margin:0; 
	float:left;
}

.clear {
	clear:both;
}

/************************
*Intro Box
***********************/

.boxHeaderTitle {
	padding:3px 0px 0px 10px;
	margin:0px;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	font-family:Arial;
}

/************************
*Left Column Offers
***********************/
	
	#leftColumn {
	width:240px;
	overflow:hidden;
	border:1px solid #000;
	float:left;
}

.offerHeader {
	display:block;
	padding:0px;
	margin:0px;
	overflow:hidden;
	/*text-indent:-7000em;*/
	height:30px;
	border-bottom:1px solid #000;
	font: bold 14px/30px Arial;
	text-indent:11px;
	color:#f0f0f0;
}

.offerHeader#rakebackOffers {
	background:url(../images/layout_feature_bg.jpg) no-repeat;
}

.offerHeader#featuredOffer {
	background:url(../images/layout_feature_bg.jpg) no-repeat;
}

.offerHeader#latestNews {
	background:url(../images/layout_feature_bg.jpg) no-repeat;
}

.offerHeader#newsLetter {
	background:url(../images/layout_feature_bg.jpg) no-repeat;
}

.offerRoomHeader {
	display:block;
	overflow:hidden;
	height:20px;
	border-bottom:1px solid #000;
	background:#1a224c;
	color:#177bba;
	font-size:10px;
	line-height:20px;
	font-family:Arial;
	font-weight: bold;
	text-transform:uppercase;
	text-indent:10px;
}

#offers div.room {
	background:#2f2f2f;
	height:31px;
	border-bottom:1px solid #000;
	position:relative;
}

#offers .roomIcon {
	position:absolute;
	top:0px;
	left:10px;
	width:35px;
	height:31px;
}

#offers .roomName {
	position:absolute;
	top:3px;
	left:55px;
	width:110px;
}

#offers .roomName a {
	color:#fff;
	font:bold 11px/13px arial;
	text-decoration:none;
}

#offers .roomName a:hover {
	color:#ffcc66;
}

#offers .roomDescription {
	position:absolute;
	top:16px;
	left:55px;
	width:110px;
	color:#fff;
	font-size:10px;
	font-family:Verdana;
	color:#9c9c9c;
	font-weight:bold;
}

#offers .roomCountry {
	position:absolute;
	top:4px;
	left:180px;
	width:16px;
	height:11px;
}

#offers .percentBox {
	color:#FFF;
	font-size:14px;
	width:38px;
	height:23px;
	padding-top:4px;
	text-align:center;
	background:url(../images/offers_percentBox.gif) no-repeat;
	position:absolute;
	left:202px;
	top:2px;
}

/* Offers Table */                    
                    
                    
                #offersTable div.room {
	height:190px;
	width: 160px;
	float:left;
	position:relative;
	background: #ccc;
}

#offersTable .roomIcon {
	position:absolute;
	top:0px;
	left:10px;
	width:35px;
	height:31px;
}

#offersTable .roomName {
	position:absolute;
	top:3px;
	left:55px;
	width:110px;
}

#offersTable .roomName a {
	color:#fff;
	font:bold 11px/13px arial;
	text-decoration:none;
}

#offersTable .roomName a:hover {
	color:#ffcc66;
}

#offersTable .roomDescription {
	position:absolute;
	top:16px;
	left:55px;
	width:110px;
	color:#fff;
	font-size:10px;
	font-family:Verdana;
	color:#9c9c9c;
	font-weight:bold;
}

#offersTable .roomCountry {
	position:absolute;
	top:4px;
	left:180px;
	width:16px;
	height:11px;
}

#offersTable .percentBox {
	color:#FFF;
	font-size:14px;
	width:38px;
	height:23px;
	padding-top:4px;
	text-align:center;
	position:absolute;
	left:202px;
	top:2px;
}

.featureBox {
	border-bottom:1px solid #000;
}

.navFooter {
	background:url(../images/layout_featuredOfferFooterBackground.jpg) repeat-x;
	height:20px;
}

/***************************            
News Signup Letter Box
****************************/

#newsletter {
	background:url(../images/layout_newsLetterBackground.jpg);
}

#newsletter fieldset {
	padding:10px 0 10px 10px;
}

#newsletter label span {
	font-size: 12px;
	color:#ccc;
	font-weight:bold;
}

#newsletter label input {
	margin-bottom:5px;
	background:#fff;
	width:210px;
	border:1px solid #666;
	font-size:14px;
}

#newsletter .subscribe {
	border:1px solid black;
	height:30px;
	font:normal 12px "Verdana";
	color:#333;
	margin-top:5px;
}

/***************************            
Front Page Latest News List
****************************/

#frontpageNews {
}

#frontpageNews li {
	padding:10px;
	background-color:#eee;
	border-bottom:1px solid #999;
}

#frontpageNews li.odd {
	background-color:#ccc;
	padding:10px;
}

#frontpageNews li h2 {
	margin: 10px 0 10px 0;
	font-size:13px;
	font-weight:bold;
	border-bottom: dotted 1px #000;
}

#frontpageNews ul {
}

/************************
*Flash Slideshow
************************/
#flashBox {
	margin-left:10px;
	width:440px;
	float:left;
}

#flashSlideShow {
	height:268px;
	background:#999;
	margin:10px 0px 20px 0px;
}

/************************
*Footer
***********************/
#footer {
	background:url(../images/layout_footerCap.jpg) no-repeat top;
	height:50px;
	padding-top:30px;
}

#footerLinks {
	text-align:center;
	font-size:10px;
}

#footerLinks a {
	font-size:10px;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	border-right: solid 1px #000;
	color: #000;
	text-decoration: none;
}

#footerLinks a.last {
	border:none;
}

/************************
*Extras
***********************/
                
                             
#breadcrumbs {
	margin-bottom: 10px;
}

#breadcrumbs ul {
}

#breadcrumbs ul li {
	display:inline;
}

#breadcrumbs ul li:after {
	content:'    \00bb';
}

#breadcrumbs ul li.last:after {
	content:'';
}

#adminNav {
	width:250px;
	float:left;
	margin: 0 20px 0 20px;
}

#adminNav ul {
}

#adminNav ul li {
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 10px 20px;
}

#adminNav ul li ul {
}

#adminNav ul li ul li {
	font-size: 0.9em;
	font-weight: normal;
}

.pagination {
	margin: 10px auto 10px auto;
	width:360px;
}

/************************
*Registration Page
***********************/
#register .roomImage {
	width:240px;
	float:left;
	text-align:center;
	height:280px;
}

#roomDescription {
	width:480px;
	float:right;
}

.roomStats {
	font-size:16px;
	border-bottom:1px dotted #ccc;
	padding:10px 0 10px 10px;
	width:220px;
	text-transform:uppercase;
}

.roomStats label {
	font-weight:bold;
}

.roomStats span {
}

img.usaImage {
}

div.signupButton {
	text-align:center;
	margin:20px 0 0 10px;
	width:250px;
}

div.signupButton a {
	text-indent:-7000px;
	overflow:hidden;
	border:none;
	margin:0px;
	padding:0px;
	display:block;
	background:url(../images/signupButton.jpg) no-repeat;
	width:220px;
	height:50px;
	cursor:pointer;
}

#roomDescription .details {
}

#registrationNotice {
}

#registrationNotice h3 {
	background:url(../images/boxHeaders.jpg) 0 -50px;
	display:block;
	height:30px;
	line-height:30px;
	text-indent:10px;
	font:bold 14px/30px "Arial";
	color:#fff;
}

#registrationNotice p {
	padding:10px;
}

div.signupFields {
	line-height:16px;
}

fieldset.registrationFields {
	float:left;
	width:250px;
}

fieldset.registrationFields span {
	font-size:11px;
}

fieldset.registrationFields input,  fieldset.registrationFields textarea,  fieldset.registrationFields select {
	margin-bottom:10px;
	background:#ffffff;
}

.registrationDetails {
	width:380px;
	float:right;
	margin:10px;
	line-height:22px;
}

.registrationFields {
	float:right;
	width:300px;
}

.additionalDetails div.detailBlock {
	padding:20px;
	background:#eee;
	margin:10px 0 10px 0;
	border:1px solid #bbb;
}

.clear {
	clear:both;
}

/***********************
Grey Box 
***********************/

.greyBox {
	padding:20px;
	margin-bottom:20px;
	background-color: #eaeaea;
	border-bottom:1px solid #ccc;
}

/************************
Info Pages
************************/

.infoPage {
	padding:10px;
}

.infoPage h1 {
	margin-bottom:20px;
}

.infoPage h2 {
	font:normal 16px/20px "Arial";
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}

.infoPage p {
	margin-bottom:20px;
	line-height:18px;
}

.infoPage .rightColumn {
	width:290px;
	float:right;
}

.infoPage .leftColumn {
	width:400px;
	float:left;
}

.infoPage.faq .faqAnchors a {
	display:block;
	margin-bottom:10px;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.infoPage.faq .faqAnchors ul {
	padding:10px 0 0 20px;
}

.infoPage.faq .faqAnchors ul li {
	list-style-image:url(../images/orangeBullet.gif);
	list-style-position:outside;
}

.infoPage.faq .faqItems h2 {
	font-weight: bold;
}
