html {
	background-color:#141210;
	background-image: url("../Images/resources/main_text_window.png");
	background-repeat:repeat-x;
	height: 100%;
}

/* LOGO BOX etc */

.wrapper {
	left: 0px;
	right: 0px;
}

#everything {
	position:absolute;
	top: 25px;
	min-width: 985px;
}

#topbar {
	background-color:#000;
	width: 100%;
	min-width: 990px;
	position: absolute;
	top: 0px;
}

.topgradient {
	width: 100%;
	z-index: 2;
	position: relative;
	float: left;
}

.topgradient#upper {
	height: 36px;
	background-image: url("../Images/resources/topmenugrad_down.png");
}

.topgradient#lower {
	height: 22px;
	background-image: url("../Images/resources/topmenugrad_up.png");	
	bottom: -45px;
}

.orangegradient {
	min-width: 100%;
	position: relative;
	bottom: 19px;
	z-index: -1;
	background-repeat: repeat-x;
}

.orangegradient.subupper {
	height: 22px;
	background-image: url("../Images/resources/submenugrad_up.png");
	clear:right;
}

.orangegradient.sublower {
	height: 19px;
	background-image: url("../Images/resources/submenugrad_down.png");
	margin-top:10px;
}

.clearbar {
	width: 100%;
	clear: both;
}

/* CUSTOMIZEABLE MENUS */

.menu {
	padding: 5px;
	text-decoration: none !important;
	display: block;
}

.menu img{
	border: 0;
	float: left;
}

.menu:hover {
	background-image: url("../Images/resources/backpanel.png");
    cursor: pointer;
	cursor: hand; /*back compat. */
}

.menu_text {
	width: 236px; 
	float: left; 
	text-align:center;
	text-decoration: underline;
	padding-top: 20px;	
}

.pic-menu {
	width: 100px; 
	float: left;
}

.pic-menu-title {
	clear: left; 
	width: 100%; 
	padding-top: 10px;
}

/* TABS */

.btn {
	text-align:center;	
	float: right;
	color: #666;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	text-decoration:none;
	cursor: pointer;
	cursor: hand; /*back compat. */
}

.orange {
	background-color:#F17B00; 	
	color: #FFF;
}

.btn:hover {
	background-image: url("../Images/resources/backpanel.png");
	background-repeat: repeat;
	color: #fff;
}

.orange:hover {
	background-color:#F17B00 ! important;
	background-image:none ! important;
}

/* PAGE STYLES */

.title {
	height: 30px; 
	padding-bottom: 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:30px; 
	color: #CCC;
}

.subtitle {
	height: 16px;  
	font-weight: bold; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color: #999; 
}

.subtitle a {
	color: #999;
}

.text {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-top:-5px;
	padding-bottom:20px;
	vertical-align:top;
}

.text a {
	text-decoration: underline;
	color: #FFF;
}

.clear-underline a
{
	text-decoration: none;
}

/* BIG BUTTONS */
a.button {
	display: block;
	float: right;
	margin-left: -5px;
	margin-top: 5px;
	background-position: 0px 0px;
}

a#commercials {
	height: 90px;
	width: 115px;
	background-image: url(../Images/resources/btn_commercials.jpg);
	margin-right: 5px;
}

a#commercials:hover, a.selected#commercials {
	background-position: 115px 0px;
}

a#news {
	height: 90px;
	width: 90px;
	background-image: url(../Images/resources/btn_news.jpg);
}

a#news:hover, a.selected#news {
	background-position: 90px 0px;
}

a#musicvids {
	height: 90px;
	width: 90px;
	background-image: url(../Images/resources/btn_musicvids.jpg);
	margin-right: 15px;
}

a#musicvids:hover, a.selected#musicvids {
	background-position: 90px 0px;
}

a#filmschool {
	height: 90px;
	width: 90px;
	background-image: url(../Images/resources/btn_filmschool.jpg);
}

a#filmschool:hover, a.selected#filmschool {
	background-position: 90px 0px;
}

a#contact {
	height: 90px;
	width: 90px;
	background-image: url(../Images/resources/btn_contact.jpg);
		margin-right: 15px;
}

a#contact:hover, a.selected#contact {
	background-position: 90px 0px;
}

a#films {
	height: 90px;
	width: 90px;
	background-image: url(../Images/resources/btn_film.jpg);
	margin-right: 15px;
}

a#films:hover, a.selected#films {
	background-position:90px 0px;
}

a#filmography {
	height: 90px;
	width: 90px;
	background-image: url(../Images/resources/btn_filmography.jpg);
	margin-right: 15px;
	margin-left: -1px;
}

a#filmography:hover, a.selected#filmography {
	background-position:90px 0px;
}

/* COPYRIGHT BOX */

.footer {
	background-image: url(../Images/resources/copyrightnotice.gif);
	width: 448px;
	height: 22px;
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	bottom: 15px;
}

/* GLOBAL TEXT HELPERS */

.centered {
	text-align: center;
}

.underlined {
	text-decoration: underline;
}

.centered_underlined {
	text-align: center;
	text-decoration: underline;
}

.regular {
	text-align: left;
	text-decoration: none;
}
