/**
 * @author [Cassette]
 * @copyright [2010] 
 * Software on this site is copyright 2010
 * Cassette Pty Ltd.
 * All Rights Reserved. Copying, Editing or
 * Distributing this software is strictly
 * forbidden without permission from
 * Cassette Pty Ltd.
 * for more information please contact
 * Cassette www.cassette.cc 
 */
 
 @charset "utf-8";
 
 
html
{
	height:100%;
    width: 100%;
    }
 
body {
	/*height:100%;*/
    width: 100%;
	margin:0 0 20px 0;
	padding:0;
    text-align: center;
	font-family:Arial, sans-serif;
    font-size: 10pt;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url('../images/gui/bg.jpg');
}

img{
	padding:0;
	margin:0;
    border: 0;
}
 
/* global */

#footer, #main-top, #main-bottom, #header
{
    width: 856px;
    margin: 0 auto;
}
 
.title {
    color:#fff;
	font-family: Arial, sans-serif;
    font-size: 10pt;
	letter-spacing: 1px;
	height: 18px;
	padding-left:10px;	
    text-align: left;
	text-transform:uppercase;
}
 
/* header */

#header, #signin, #signup
{
    height: 67px;    
}

#header{
    height: 67px;
    padding: 10px 0px 0px 0px;
    border-bottom:1px solid rgb(0, 149, 191);
    margin-bottom: 10px;
    color:white;

}


#resustv-logo
{
    float: left;   
}

#signin
{
    position: relative;
    width: 343px;    
    text-align: right;
    float: left;
	margin-top:2px;
}


#signin input
{
    background-color: transparent;
    border: 1px solid rgb(0,167, 212);
	color:#fff;
    height: 22px;
    line-height: 22px;
	margin:0px 3px 8px 0px;
    font-size: 12px;
	width: 125px;
    vertical-align: middle;
}


#signin input#login {
	background-color: transparent;
    border: 1px solid rgb(0,167, 212);
	font-family: Arial, sans-serif;
	font-size:9px;
	font-weight:700;
	height: 26px;
	margin:0 0 8px;
	text-transform:uppercase;
	width: 57px;
}


#signin td
{
  
    
}

#signin div
{
    width: 13px;
    text-align: center;
     border: 0px solid rgb(0,167, 212);
}

#signin a {
	color:rgb(0,167, 212);
	font-size:11px;
	text-decoration:none;
}

#signin a:hover {
	text-decoration:underline;
}

#signup
{
    position: relative;
    width: 356px;
    float: left;
    text-align: right;
    vertical-align: middle;
	margin-top:9px;
}

#signup-button
{
    background-image: url('../images/gui/signup.jpg');
    background-repeat: no-repeat;
	cursor:pointer;
	height: 38px;  
	position: absolute;
    right:0px;
    top:14px;
    width: 93px;
}

#signup-text
{
    top:25px;
    position: absolute;
    right:95px;
    width: 261px;
 
    text-align: right;

}




/* main */ 

/* top part (blue background) */

#main-top 
{
    position: relative;
}

#main-video-box, #menu {
	display:block;
	height:320px;
	position:relative;
	top:0px;
}

#events, #latest-video {
	bottom:0px;
	margin-top:34px;
	text-align:left;
}

* html #events, * html #latest-video {
	margin-top:25px;
}

/** html div#events {bottom:0px;position: absolute; top:347px; text-align:left;}*/

/** html div#latest-video {bottom:0px;position: absolute; top:347px; text-align:left;}*/

#main-video-box /* left */
{
    left: 0px;
    border:1px solid white;
    background-color: black;
	float:left;
    width: 512px;
}

#latest-video
{
	display:block;
	float:left;
    left: 0px;
	width: 513px;
}

#events
{
	display:block;
	float:left;
	margin-left:27px;
	width: 306px;
}


#menu /* right */
{
	float:right;
	width: 316px; 
}

#menu-bar
{
    width: 316px;
    height: 22px;
   
}

#menu-bar ul
{
    width: 316px;
    height: 20px;
    float: left;
    list-style: none;
    margin:0px;
    padding:0px;
    
}

#menu-bar ul li
{

   float: left;  
   color:white;
   text-align: center;
   border-top: 1px solid rgb(0,167, 212);
   border-bottom: 1px solid rgb(0,167, 212);
   font-size: 9px;
   vertical-align: middle;
   cursor:pointer;
   height:22px;
   text-transform:uppercase;
}

#menu-bar ul li div.menuItem {
	height:17px;
	padding-top:5px;
}

#menu-bar ul li div#m_search_data div {
	padding:10px;
	padding-bottom:0;
}

#menu-bar ul li div#m_search_data div input[type="text"]{
	background-color:transparent;
	border:1px solid #0077bb;
	color:#0077bb;
	width:226px;
}

/*ie6 hack*/
* html #menu-bar ul li div#m_search_data div input[type="text"]{
	background-color:#ffcc00;
	border:5px solid #c00;
}

#menu-bar ul li div#m_search_data div input[type="submit"]{
	background-image:url(../images/gui/titlebar.jpg);
	border:1px solid #0077bb;
	color:#fff;
}

.menu-item
{
    border-right: 1px solid rgb(0,167, 212);
    width: 78px;
}

.menu-item-left
{
    border-left: 1px solid rgb(0,167, 212);
    border-right: 1px solid rgb(0,167, 212);
    width: 77px;
}

.menu-item-right
{
        border-right: 1px solid rgb(0,167, 212);
        width: 78px;
}



/* bottom part (white background) */

#main-bottom
{
    
    
}

/* footer */

#footer {
	clear:both;
	color:#0077bb;
	display:block;
	font-size:11px;
}

#footer div#fLft {
	display:block;
	float:left;
	text-align:left;
}

#footer div#fRt {
	display:block;
	float:right;
	font-size:10px;
	letter-spacing:0px;
	text-align:right;
	
}





