@charset "UTF-8";

/******** general misc **********/

a {
	outline: none;
} /* stops border seen in clicked btns in FF */
img {
	border: none;
} /* no borders around images */

.clearing {
	height: 0;
	clear: both;
}
body {
	background-color:#000000;
	background:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align:center;/* correctly centers in IE */
	background-position:top center;
	background-attachment:fixed; /*creates a fixed BG so content slides over it */
}

/****** splash elements *********/

#logo a {
	background: url(../images/rhc_logo.jpg) no-repeat;
	width:388px;
height:150px;
margin:10px auto 0 auto;
display: block;
	text-indent:-9999px;
}

#valink a {
	background: url(../images/va_as_logo.png) no-repeat;
	width:231px;
height:46px;
margin:70px auto 15px auto;
display: block;
	text-indent:-9999px;
float:right;
padding-right:50px;
}

#episode {
	background: url(../images/episode.png) no-repeat;
	width:250px;
height:33px;
margin:89px 0px 0px 10px;
display: block;
	text-indent:-9999px;
float:left;

}

/*********** containers ***********/

#container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 1000px; /* Total width of inside site content needed*/
}

/** inside pages **/

#left_col {float:left; width:410px; margin-left:20px}

#divider {float:left; width:59px; height:436px; background:url(../images/vert_divider.png) no-repeat}

#right_col {float:left; width:410px; margin-top:40px}

.vid_row {float:left; width:940px; margin-left:20px; height:320px}
.vid_row2 {float:left; width:940px; margin-left:20px; height:270px;}


/************ navigations ********/

#navihold {
	background: url(../images/btn_bg.png) no-repeat;
	width:853px;
height:188px;
margin:35px auto 0 auto;
}

#crumbs {
	margin:20px 0px 20px 60px; font-family:Arial, Helvetica, sans-serif; color:#999999; font-size:11px
}

.crumbs:link {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif; color:#999999; font-size:11px;
}
.crumbs:visited {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif; color:#999999; font-size:11px;
}
.crumbs:hover {
	font-family:Arial, Helvetica, sans-serif; color:#999999; font-size:11px;
	border-bottom: 1px dotted #CC0099;
}

.crumbson {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:11px;
	text-decoration: none;
	font-weight:bold
}

.footer {
	font-family: Trebuchet MS, Verdane, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
}

.foot:link {
	text-decoration: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
.foot:visited {
	text-decoration: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
.foot:hover {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: underline;
}


/** splash navi **/

#splashnavi {
	width:853px;
	height:188px;
	display: block;
}
#splashnavi ul li {
	list-style:none;
	display:inline
}
#splashnavi ul li.hotel a {
	float: left;
	background: url(../images/navi/hotels.png) 0 0 no-repeat;
text-decoration: none;
	width: 98px;
	height: 139px;
	display: block;
	text-indent: -9999px;
	margin: 30px 0px 0px 15px;
}

#splashnavi ul li.hotel a:hover {
	background-position: 0px -140px;
}

#splashnavi ul li.transport a {
	float: left;
	background: url(../images/navi/transport.png) 0 0 no-repeat;
text-decoration: none;
	width: 98px;
	height: 139px;
	display: block;
	text-indent: -9999px;
	margin: 30px 0px 0px 30px;
}

#splashnavi ul li.transport a:hover {
	background-position: 0px -140px;
}

#splashnavi ul li.eats a {
	float: left;
	background: url(../images/navi/food.png) 0 0 no-repeat;
text-decoration: none;
	width: 98px;
	height: 139px;
	display: block;
	text-indent: -9999px;
	margin: 30px 0px 0px 30px;
}

#splashnavi ul li.eats a:hover {
	background-position: 0px -140px;
}

#splashnavi ul li.ent a {
	float: left;
	background: url(../images/navi/entertain.png) 0 0 no-repeat;
text-decoration: none;
	width: 98px;
	height: 139px;
	display: block;
	text-indent: -9999px;
	margin: 30px 0px 0px 30px;
}

#splashnavi ul li.ent a:hover {
	background-position: 0px -140px;
}

#splashnavi ul li.shop a {
	float: left;
	background: url(../images/navi/shop.png) 0 0 no-repeat;
text-decoration: none;
	width: 98px;
	height: 139px;
	display: block;
	text-indent: -9999px;
	margin: 30px 0px 0px 30px;
}

#splashnavi ul li.shop a:hover {
	background-position: 0px -140px;
}

#splashnavi ul li.event a {
	float: left;
	background: url(../images/navi/events.png) 0 0 no-repeat;
text-decoration: none;
	width: 98px;
	height: 139px;
	display: block;
	text-indent: -9999px;
	margin: 30px 0px 0px 30px;
}

#splashnavi ul li.event a:hover {
	background-position: 0px -140px;
}

/******** headers inside *************/

#header_hotels a {
	background: url(../images/headers/hotels.png) no-repeat;
	width:1000px;
height:95px;
display: block;
	text-indent:-9999px;
	margin-top:10px;
}

#header_transport a {
	background: url(../images/headers/transport.png) no-repeat;
	width:1000px;
height:95px;
display: block;
	text-indent:-9999px;
	margin-top:10px;
}

#header_food a {
	background: url(../images/headers/food.png) no-repeat;
	width:1000px;
height:95px;
display: block;
	text-indent:-9999px;
	margin-top:10px;
}

#header_entertain a {
	background: url(../images/headers/entertain.png) no-repeat;
	width:1000px;
height:95px;
display: block;
	text-indent:-9999px;
	margin-top:10px;
}

#header_shop a {
	background: url(../images/headers/shop.png) no-repeat;
	width:1000px;
height:95px;
display: block;
	text-indent:-9999px;
	margin-top:10px;
}

#header_events a {
	background: url(../images/headers/events.png) no-repeat;
	width:1000px;
height:95px;
display: block;
	text-indent:-9999px;
	margin-top:10px;
}

#header_friend a {
	background: url(../images/headers/friend.png) no-repeat;
	width:1000px;
height:95px;
display: block;
	text-indent:-9999px;
	margin-top:10px;
}

#header_sponsor a {
	background: url(../images/headers/sponsors.png) no-repeat;
	width:1000px;
height:95px;
display: block;
	text-indent:-9999px;
	margin-top:10px;
}

#header_contact a {
	background: url(../images/headers/contact.png) no-repeat;
	width:1000px;
height:95px;
display: block;
	text-indent:-9999px;
	margin-top:10px;
}


/***** footer area ********/

#footerhold {
	background: url(../images/footer_bg.png) repeat-x;
	width:1000px;
height:184px;
margin:0px 0px 0px 0px;
clear:both;
padding-top:2px;
}

#foothold {
	margin-top:50px;
	/margin-top:-40px;/* for IE */
	height: 0px;
	clear: both;
}

#subcolumn {
	width: 1000px;
margin-top:10px
}
#subcolumn_reel {
background:url(../images/footer/b1_bg.jpg) no-repeat;
	width: 330px;
height:150px;
	float:left;
margin-left:10px;
padding-top:10px;
}
#subcolumn_sponsor {
	background:url(../images/footer/b2_bg.jpg) no-repeat;
	width: 330px;
height:140px;
	float:left;
padding-top:5px;
}
#subcolumn_friend {
	background:url(../images/footer/b3_bg.jpg) no-repeat;
	width: 330px;
height:150px;
	float:left;
padding-top:10px;
}

.btns li {
	list-style:none;
}

.btntext {
	color:#FFFFFF;
width:180px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin-top:5px;
}

#sizzle {background: url(../images/footer/title_sizzle.png) no-repeat;
width:98px;
height:23px;
text-indent: -9999px;
display:block;
/margin-top:25px; /* for IE */
}

#friend {background: url(../images/footer/title_friend.png) no-repeat;
width:170px;
height:27px;
text-indent: -9999px;
display:block;
/margin-top:25px; /* for IE */
}

#btnreel a {
	background: url(../images/footer/btn_reel.png) no-repeat;
	width:129px;
height:32px;
margin:12px 0px 0px 0px;
display: block;
	text-indent:-9999px;
}

#btnfriend a {
	background: url(../images/footer/btn_friend.png) no-repeat;
	width:129px;
height:32px;
margin:10px 0px 0px 0px;
display: block;
	text-indent:-9999px;
}

#sponsor_anim {
width:330px;
height:140px;
overflow:hidden;
list-style:none;/margin-top:20px; /* for IE */}

#sponsor1 a {background: url(../images/footer/sponsor1.png) no-repeat; width: 279px; height: 135px; display: block;text-indent: -9999px;}	

#sponsor2 a {background: url(../images/footer/sponsor2.png) no-repeat; width: 279px; height: 135px; display: block;text-indent: -9999px;}

#contact a {
	background: url(../images/btn_contact.png) no-repeat;
	width:124px;
height:31px;
display: block;
	text-indent:-9999px;
	margin-top:-120px;
	margin-left:150px;
}


/************ newsletter stuff **********/

#nlhold {
	background: url(../images/newsletter_bg.jpg) repeat-x;
	width:1000px;
height:98px;
margin:0px 0px 0px 0px;
clear:both;
padding-top:15px;
}

#newsletterbox {
	height:31px;
width:850px; /* 660 */
	display: block;
margin-left:290px;
/margin-top:30px; /* for IE */
}
#newsletterbox ul li {
	list-style:none;
	display:inline;
}

#newsletterbox ul li.facebook a {
float: left;
	background: url(../images/icon_fb.png) top left no-repeat;
	width:58px;
height:58px;
display: block;
	text-indent:-9999px;
	margin: -10px 40px 0px 0px;
}


#newsletterbox ul li.title {
	float: left;
	background: url(../images/title_nl.png) top left no-repeat;
	width: 340px; /* 308 */
	height: 31px;
	display: block;
	text-indent: -9999px;
	margin: 0px 10px 0px 0px;
	padding: 6px 0px 0px 14px;
}

#newsletterbox ul li.nl {
	float: left;
	background: url(../images/nl_bg.png) top left no-repeat;
	width: 296px;
	height: 31px;
	display: block;
	margin: 0px 0px 0px -10px;
	padding: 6px 0px 0px 14px;
}


/** newsletter form **/

input, select, button { vertical-align:middle; }

.formframe {
	border: 1px solid #666666;
	background-color: #ffffff;
	color: #CC0033;
	font-family: arial;
	font-size: 12px;
	margin:0px 10px 0px 0px;
}

.needsfilled {
	background-color:#FF0000;
	color:#ffffff;
}

/******** show category page layout details *********/

.show_layout {
		list-style:none;
}

.show_title {
	color:#FF0000; /* cc0099 */
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
margin-bottom:10px;
/*text-align:center;*/
}

.show_title2 {
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;/*text-align:center;*/
}


.sub_title {
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
margin-bottom:5px;
/*text-align:center;*/
}

.loca_title {
color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
margin-bottom:5px;
/*text-align:center;*/
}

.show_details {
color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
width:300px;
/*text-align:center;*/
}

.vid_pop a {
	background: url(../images/btn_video2.png) no-repeat;
	width:142px;
height:109px;
display: block;
	text-indent:-9999px;
	margin-top:20px;
}

.vid_pop a:hover {
	background-position: 0px -112px;
}

.website a {
	background: url(../images/btn_website.png) no-repeat;
	width:90px;
height:44px;
display: block;
	text-indent:-9999px;
	/* margin: 20px 0px 40px 70px;*/
	margin: 10px 0px 0px 25px;
	position:absolute;
	}

.website a:hover {
	background-position: 0px -46px;
}

/** hot list links **/
.hotlist_layout {
		list-style:none;
		margin-top:20px;
}

.hotlist_layout li {
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:5px;
	list-style-position: outside; 
list-style-image: url(../images/hot2.gif); 
	padding-left: 0px;
}

.hotlist:link {
	text-decoration: none;
	color: #FF0000;
}
.hotlist:visited {
	text-decoration: none;
	color: #FF0000;
}
.hotlist:hover {
	color: #FF0000;
	text-decoration: none;border-bottom: 1px dotted #FF0000;
}

/********* sponsor page *************/

.sponsor_logo1 {
	background: url(../images/sponsor_logo1.png) no-repeat;
	width:150px;
height:150px;
display: block;
	text-indent:-9999px;
	margin-bottom:10px;
}

.sponsor_logo2 {
background: url(../images/sponsor_logo2.png) no-repeat;
	width:150px;
height:150px;
display: block;
	text-indent:-9999px;
	margin-bottom:10px;
}

#textlink {
	color:#FF0000;
}

.textlink:link {
	text-decoration: none;
	color:#FF0000;
}
.textlink:visited {
	text-decoration: none;
	color:#FF0000;
}
.textlink:hover {
	text-decoration: none;
	color:#FF0000;
	border-bottom: 1px dotted #FF0000;
}

/********* tooltip *************/

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid #fff;
	padding: 2px;
	/*background-color: #990000;*/
	background-image:url(../images/tt_bg.png);
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
