﻿body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Trebuchet MS, Arial;
	font-size: 0.8em;
	min-width: 770px;
	background: #000101 url('../images/bck.png') repeat-x;

}
.partylinks
{
	 padding-left :30px;
	 padding-top :10px;
}
#r_wrapper {
	width: 750px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
}

#rplogo {
    width: 750px;
    height:156px;
	background: transparent url('../rp_images/RPlogo.png') no-repeat center top;
}

#slogan {
	width: 750px;
	height: 52px;
	margin-bottom: 10px;
	background: transparent url('../rp_images/slogan.gif') no-repeat center top;
	text-indent: -9999px;
}

#slideshow {
	width: 500px;
 margin-top:5px;
margin-bottom: 10px;
	/*margin: 10px 0 10px 0;
	border:1px orange solid;*/
background: transparent url('../rp_images/slideshowbck.png') no-repeat center top;
	
}
#maincontent {
	float: left;
	width: 500px;
	margin-bottom:10px;
	/*margin: 0 auto;
	border: 1px lime solid;*/
}

#rp_tabs {
  width:500px;
  height: 24px;
}


#rp_tabs a {
  display: block;
  float: left;
  height: 24px;
}
/*****************************************/
/*You have to change below text */
/*****************************************/
/*
a.rp_highlights:link, a.rp_highlights:visited {
  margin-right: 12px;
  width: 122px;
  background: transparent url('../rp_images/tab_high1.gif') no-repeat left top;
}

a.rp_highlights:hover, a.rp_highlights:active {
  background: transparent url('../rp_images/tab_high2.gif') no-repeat left top;
}

a.rp_about:visited {
  margin-right: 12px;
  width: 150px;
  background: transparent url('../rp_images/tab_palace.gif') no-repeat left top;
}

a.rp_about:link {
  margin-right: 12px;
  width: 150px;
  background: transparent url('../rp_images/tab_palace.gif') no-repeat left top;
}

a.rp_about:active {
  background: transparent url('../rp_images/tab_palace1.gif') no-repeat left top;
}

a.rp_about:hover {
  background: transparent url('../rp_images/tab_palace1.gif') no-repeat left top;
}

a.rp_party:link, a.rp_party:visited {
  margin-right: 12px;
  width: 164px;
  background: transparent url('../rp_images/tab_party.gif') no-repeat left top;
}

a.rp_party:hover, a.rp_party:active {
  background: transparent url('../rp_images/tab_party2.gif') no-repeat left top;
}

a.rp_rules:link, a.rp_rules:visited {
  width: 128px;
  background: transparent url('../rp_images/tab_rules.gif') no-repeat left top;
}

a.rp_rules:hover, a.rp_rules:active {
  background: transparent url('../rp_images/tab_rules2.gif') no-repeat left top;
}
*/
/***************************************************************************/

/*****************************************/
/*Use this inplace of above text */
/*****************************************/
a.rp_highlights:link, a.rp_highlights:visited {
  margin-right: 6px;
  width: 100px;
  background: transparent url('../rp_images/tab_high1.gif') no-repeat left top;
}
a.rp_highlights:hover, a.rp_highlights:active {
  background: transparent url('../rp_images/tab_high2.gif') no-repeat left top;
}
a.rp_palace:link, a.rp_palace:visited {
  margin-right: 6px;
  width: 132px;
  background: transparent url('../rp_images/tab_palace1.gif') no-repeat left top;
}
a.rp_palace:hover, a.rp_palace:active {
  background: transparent url('../rp_images/tab_palace2.gif') no-repeat left top;
}
a.rp_party:link, a.rp_party:visited {
  margin-right: 6px;
  width: 142px;
  background: transparent url('../rp_images/tab_party1.gif') no-repeat left top;
}
a.rp_party:hover, a.rp_party:active {
  background: transparent url('../rp_images/tab_party2.gif') no-repeat left top;
}
a.rp_rules:link, a.rp_rules:visited {
  width: 108px;
  background: transparent url('../rp_images/tab_rules1.gif') no-repeat left top;
}
a.rp_rules:hover, a.rp_rules:active {
  background: transparent url('../rp_images/tab_rules2.gif') no-repeat left top;
}

/******************************************/

#tab_party a {
	color: #F6FC57;
	font-weight: bold;
}
#r_content_pane_top {
    width: 500px;
    height: 6px;
    margin: 0;
    padding: 0;
    font-size: 0;
    color: #fff;
    background-image: url('../images/content_pane_top.gif');
}

#r_content_pane_bottom {
    width: 500px;
    height: 6px;
    font-size: 0;
    color: #fff;
    background-image: url('../rp_images/rp_content_pane_bottom.gif');
}

#r_content_pane {
	width: 500px;
	/*text-align:center;*/
	padding-bottom: 10px;
	padding-top: 10px;
	background: #c93 url('../rp_images/content_bck.gif') repeat-x;
}


#r_content_pane h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #a2214b;
    margin-top: 0;
    margin-left: 20px;
    padding-top: 10px;
    text-align: left;
}

#r_content_pane p {
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}

#r_content_pane ul li {
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}

#sidecontent {
	float: right;
	width: 240px;
	margin-bottom:10px;
	margin-top :5px;
	/*height: 240px;
	border: 1px lime solid;
	clear: both;*/
}
.clear
{
	clear :both ;
}

#testimonials {
	color: #fff;
	width: 240px;
	height: 152px;
	margin-bottom: 5px;
	text-indent: -9999px;
	/*border: 1px cyan solid;*/
	background: transparent url('../rp_images/ani_people.gif') no-repeat left top;
}

#showvideo {
	color: #fff;
	width: 240px;
	height: 83px;
	margin-bottom: 10px;
	/*text-indent: -9999px;
	border: 1px cyan solid;*/
	background: transparent url('../rp_images/showvideo.png') no-repeat center top;
}

#address {
	color: #fff;
	width: 230px;
	margin-bottom: 10px;
	text-align:center;
	/*text-indent: -9999px;
	border: 1px cyan solid;
	background: transparent url('../rp_images/showvideo.png') no-repeat center top;*/
}

/*#r_betnow {
	color: #fff;
	width: 240px;
}*/


a.r_betnow {
  display: block;
  /*float:right;
  padding: 1px 0 1px 0;
  /*margin-left:1px;*/
  width: 240px;
  height: 35px;
  margin-bottom: 5px;
  /*border: 1px #fff solid;*/
  text-indent: -9999px;
  background: transparent url('../rp_images/rp_betnow_button.png') no-repeat 50% 50%;
}

 
a.rlink_otb {
  display: block;
  color: #fff;
  /*float:right;
  padding: 1px 0 1px 0;
  /*margin-left:1px;*/
  width: 230px;
  height: 70px;
  margin-bottom: 5px;
  /*border: 1px #fff solid;*/
  text-indent: -9999px;
  background: transparent url('../rp_images/r_otb_button.gif') no-repeat;
}

a.rlink_ft {
  display: block;
  color: #fff;
  /*float:right;
  padding: 1px 0 1px 0;
  /*margin-left:1px;*/
  width: 230px;
  height: 70px;
  margin-bottom: 5px;
  /*border: 1px #fff solid;*/
  text-indent: -9999px;
  background: transparent url('../rp_images/r_ft_button.gif') no-repeat;
}


.bar_left {
  float:left; 
  width:8px; 
  height:32px; 
  background-image:url('../rp_images/rp_footer_bck_l.gif');
}

.bar_right_b {
  float:left; 
  width:8px; 
  height:32px; 
  background-image:url('../rp_images/rp_footer_bck_r.gif');
}
.banner240x60 {
	width: 240px;
	height: 60px;
	background: url('../images/banner240x60.png') no-repeat center top;
	margin: 5px 0 5px 0;
	/*border: 1px orange solid;*/
}

.banner240x90 {
	width: 240px;
	height: 90px;
	background: url('../images/banner240x90.png') no-repeat center top;
	margin: 5px 0 5px 0;
	/*border: 1px orange solid;*/
}
.banner560x60 {
	width: 560px;
	height: 60px;
	background: url('../images/banner560x60.png') no-repeat center top;
	margin: 5px 0 5px 20px;
}
#rp_highlights li {
	list-style-image: url('../rp_images/star_icon.gif');
	font-size: 14pt;
	font-weight: bold;
	color: #a2214b;
	margin-bottom: 5px;
}
#divPopupOTBLogoMenu {
	background:transparent url('../images/s_popup_bck.gif') no-repeat center top;
	width:240px;
	height:140px;
	margin-left: 0px;
	margin-top: -2px;
	border: none;
	text-align: left;
}

#divPopupOTBLogoMenu ul {
  margin: 10px;
  border:1px blue solid;
}


#divPopupOTBLogoMenu li {
  list-style-type: none;
  margin:0;
  border:1px lime solid;
  text-indent:0;
}

#divPopupOTBLogoMenu a {
  display:block;
  color: #093;
  font-weight: bold;
  font-size: 11pt;
  text-decoration: none;
  line-height: 25px;
}
#divPopupOTBLogoMenu a:hover {
  color: #0B5323;
}
.Contenttab
{
	width:250px;
	float:left;
}
.tabpalaceimg
{
 float:left;
 width:200px;
 height:200px;
 margin-left:20px; 
}
.tabpalaceborder
{
 border:2px maroon solid;
 margin-bottom: 10px;
}
#footer1
{
	padding-top :8px;
 color : #fff;
 font-family: Trebuchet MS, Arial;
 font-size: 0.8em;
 width: 750px;
 background :transparent url('../rp_images/maroon_footer_top.gif') no-repeat;
 background-color :	#9E224B;
 
}
#copyright {
  font-size :1.1em;
  width :800px;
  color :#fff;
  margin-left :20px;	
}
#promo_bck {
	width: 500px;
	height: 238px;
	 
	background: #000 url('../Redesignimages/slider_bck.png') no-repeat center top;
}

#promo_image {
	width: 500px;
	height: 238px;
	border: 1px #093 solid;
}
#tab_promo {
	width:500px;
	height:190px; 
	margin-top:3px; 
	margin-left:5px; 
	display:none;
}
 #ss_img_div_MC1 img
{
	 width:477px;
	 height:210px;
	 border: none; 
	 filter:progid:DXImageTransform.Microsoft.Spiral();
	 padding-right:10px;
	 padding-left :8px;
	 padding-top :13px;
	      
} 
#link_buttons {
  background-color: #000;
  padding-top :5px;
    
  
}
#link_buttons img
{
	 
	border :none;
	cursor :pointer;
	
}
