body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	/*background: url(/images/site/bg3.jpg) repeat-x top;*/
	background-color:#EBEBEB;
	height: 100%;
	padding:0;
	margin:0;
}
h1, h2 {
	font-size: 17px;	
}
h2, h3 {
	color: #333333;
}

a {
	text-decoration:none;
	color:#ffa504;
	font-weight:bold;
}

a img {
	border: 1px solid #000;
}

#cage {
	top: 0px;
	bottom:0px;
	width: 990px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-box-shadow: 0 0 8px #AAA; 
    -moz-box-shadow: 0 0 8px #AAA;
	-ms-filter: "filter:progid:DXImageTransform.Microsoft.Glow(Color='#AAAAAA',Strength=5)";
	filter:progid:DXImageTransform.Microsoft.Glow(Color='#AAAAAA',Strength=5);
	background:url("/images/site/bg_trans.png");
}
#top {
	margin: 0px;
	width: 990px;
	height: 119px;
	background:url("/images/site/head.jpg") no-repeat center;
	border:0;
		-moz-box-shadow: 2px 2px 3px #DDD;
	-webkit-box-shadow: 2px 2px 3px #DDD;
	box-shadow: 2px 2px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#DDDDDD')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#DDDDDD');
}
.bottom {
	margin: 0px;
	width: 990px;
	height: 40px;
	margin-top:40px;
	clear:both;
	float:left;
}
#video {
	width: 616px;
	margin: 20px;
	margin-top:10px;
	float: left;
}
#infobox {
	width: 640px;
	margin: 20px;
	/*margin-top:5px;*/
	margin-top:0;
	float: left;
}
#skysc {
	width: 265px;
	margin: 10px;
	margin-right:25px;
	padding-top:0px;
	float:right;
}
#login {
	width: 78px;
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: 152px;
	border: 1px solid #999;
}
#loginbox2 {
	width: 60px;
	position: absolute;
	top: 38px;
	left: 50%;
	margin-left: 160px;
}
#loggedin {
	padding: 0px;
	padding-left:12px;
	font-size:12px;
	font-weight:bold;
	color:#CCC !important;
	padding-bottom: 15px;
	margin-top:10px;
}
input {
	border: 1px solid #AAA;
	margin:1px;
	font-size:11px;
	padding:2px;
	-moz-box-shadow:inset 1px 1px 2px #CCC;
    -webkit-box-shadow:inset 1px 1px 2px #CCC;
	box-shadow:inset 1px 1px 2px #CCC;
	/* IE Fails... */
	color: #333;
	height: 14px;
}
input[type="button"] {
	height: 20px;	
}
input[type="submit"] {
	height: 20px;	
}
#login, #button {
	padding: 1px;
}
#button {
	margin-top:1px;		
}

#hmenu {
/*	position: absolute;
	top: 55px;
	left: 50%;*/
	margin-left: 7px;
}

#hmenu ul {
	list-style: none;
	margin: 0;
	padding:0;
	width: 650px;
	height: 30px;
	padding-top: 82px;
	vertical-align:middle;
}
#hmenu li a {
	color: #333;	
}

.grid {
	padding: 5px;
	margin-bottom:5px;	
	margin-right:0;
	height:160px;
	min-height: 130px;
}
.grid img {
	margin-right: 20px;	
}

.socialbookmarks ul li img {
	border: 0;
}

.socialbookmarks ul {
	list-style: none;
	margin: 0;
	padding:0;
	height: 30px;
	vertical-align:middle;
}

.socialbookmarks ul li {
	display: block;	
	float: left;
	padding-left: 8px;
	padding-right: 8px;
}


#search {
	position: absolute;
	top: 51px;
	left: 50%;
	margin-left: 255px;
	padding-top: 40px;
	height: 30px;
	vertical-align:middle;
}
#notes {
	padding-bottom: 10px;
	padding-left:0px;
	padding-top:10px;
	padding-right:0px;
	width: 616px;
}
#infobox {
	margin: 0px;
	padding: 0px;
}
.comment {
	border-bottom:#CCCCCC 1px solid;
	margin-top: 10px;
	padding-bottom: 10px;
}

#broad {
	padding: 20px;
	padding-top:10px;
	width:630px;
}
#broads {
	padding: 0px;
	width:970px;
}
.Description {
	padding: 0;
}
#splash {
	width: 990px;
	height:320px;
	padding:0;
}
#splash img {
	position:absolute;
	height:320px;
	width: 990px;
	border: 0;
	z-index:1;
}

#splash img.toplay {
	z-index:3;
}

#splash img.midlay {
	z-index:2;
}
#splashstrip {
	width: 990px;
	color:#FFF;
	background-image:url(/images/site/web_black.jpg);
	background-repeat:repeat-x;
	background-position:bottom;		
}
.blase {
	/*background-image:url(/images/site/blase.jpg);*/
	background-repeat:no-repeat;
	padding: 0px 20px 0px 20px;
}
#leftcol {
	width: 350px;
	float: left;
}

#rightcol {
	width: 350px;
	float: right;
}
#username {
	width: 115px;
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: 29px;
	border: 1px solid #999;
}
#userpass {
	width: 115px;
	position: absolute;
	top: 34px;
	left: 50%;
	margin-left: 29px;
	border: 1px solid #999;
}
.smily {
	vertical-align:middle;
	width: 13px;
	height: 13px;
		
}
#s {
	width: 141px;	
}
.star li {
	list-style-image:none;
	list-style-type:none;
}
.star ul li {
	list-style-image:none;
	list-style-type:none;
}
.star {
	list-style-image:none;
	list-style-type:none;
}
.star ul {
	list-style-image:none;
	list-style-type:none;
}
.videop {
	color:#FFF;
	background-image:url(/images/site/web_black.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width: 616px;
}
.videop td {
	color:#FFF;
}
.arrow {
	background-image:url(/images/site/arrow.jpg);
	background-position:left;	
	background-repeat:no-repeat;
}
#slider {
	float:left;
	margin-left: 40px;
}
#slider img {
	margin-right: 20px;	
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:520px;
	height:150px;
	overflow:hidden; 
	}
#prevBtn{ 
	display:block;
	width:40px;
	height:100px;
	float:left;
	clear:left;
	margin-top:-150px;
	}	
#nextBtn{ 
	display:block;
	width:40px;
	height:110px;
	float:right;
	margin-top:-150px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:40px;
	height:110px;
	outline:none;
	background:url(/images/site/scroll_left.png) no-repeat 0 15px;	
	}	
#nextBtn a{ 
	background:url(/images/site/scroll_right.png) no-repeat 0 15px;	
	}
.sliderdiv {
	padding: 3px;
	width: 607px; 
	height:130px;
}
.com {
	padding:10px; 
	width: 593px;
}
#pages {
	font-size: 13px;
}
#pages a {
	width: 10px;
	height:10px;
}

.message {
	color:#900;
	background-color:#FF9;
	border: 1px solid #900;
	padding-top: 5px;
	padding-bottom:5px;
	width: 100%;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	margin-bottom:5px;
	margin-top: 10px;
}
.messageok {
	color:#090;
	background-color:#FF9;
	border: 1px solid #090;
	padding-top: 5px;
	padding-bottom:5px;
	width: 100%;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	margin-bottom:5px;
	margin-top: 10px;
}
.chatbox {
	overflow:auto;
	overflow-x: hidden;
	width: 621px;
	height: 400px;
	border: 1px solid #ccc;	
}
#chatmsg {
	width: 578px;	
}
#chatmsgo {
	width: 618px;
	line-height:18px;
	padding-left: 5px;
	border-bottom: 1px solid #FFF;
	background-color:#F0F0F0;

}

#language {
	position: absolute;;
	top: 96px;
	height: 30px;
	left: 50%;
	margin-left: 205px;
}
#language img {
	border: 0;	
}

#datac {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: 228px;
}
#RodeoVideo {
 width: 616px;
 height: 227px;
 background-color:#000;
 padding-top:120px;
}
.chanview a {
	color:#666;
	text-decoration:none;
		font-weight:bold;
}
.chanview img {
	margin: 3px;
	
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	width:			100px !important;
	top:			-999em;
	padding-top: -2px;
}
.sf-menu ul li {
	width:			100px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#666666;
}
.sf-menu li {
}
.sf-menu li li {
	background-color:#E6E6E6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*#hmenu ul li {
	display: block;	
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
#hmenu ul li a {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#666666;
	line-height: 28px;
}
#hmenu {
	width: 400px;
}*/
