/*
 * Header Stylesheet for the Aleluya website.
 *
 * Author: Justin Sickles
 * Company: EDI Technology
 * Website: http://www.editechnology.com
 *
*/

/* HOME PAGE HEADER */

#header
{
	background: none;
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 290px;
}

#tvlogo{
    z-index: 1000;
    position: absolute;
    top:0;
    right:0;
    top: 100px;
    right: 180px;
    width: 110px;
    height: 71px;
    background-image: url('../images/tvlogo.jpg');
}
#tvlogoa
{
    z-index: 1001;
    position: absolute;
    top:0;
    right:0;
    display: block;
    top: 100px;
    right: 180px;
    width: 110px;
    height: 71px;
}
#header #bird_key
{
	background: none;
	background-image: url('../images/bird_key_home.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 404px;
	height: 348px;
}

#header #aleluya
{
	background: none;
	background-image: url('../images/aleluya.gif');
	background-repeat: no-repeat;
	position: absolute;
	top: 150px;
	left: 240px;
	width: 254px;
	height: 99px;
}

#header #bird_hand
{
	background: none;
	background-image: url('../images/bird_hand.gif');
	background-repeat: no-repeat;
	position: absolute;
	top: 140px;
	right: 20px;
	width: 100px;
	height: 100px;
}

#header #logo
{
	background: none;
	display: block;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	font-size: 0px;
	text-decoration: none;
}

/* NON-HOME PAGE HEADER */
#nontvlogo{
    z-index: 1000;
    position: absolute;
    top:0;
    right:0;
    top: 15px;
    right: 228px;
    width: 110px;
    height: 71px;
    background-image: url('../images/tvlogo.jpg');
}
#nontvlogoa
{
    z-index: 1001;
     position: absolute;
    top:0;
    right:0;
    top: 15px;
    right: 228px;
    width: 110px;
    height: 71px;
}
#header_content
{
	background: none;
	background-color: #9AB4DC;
	position: relative;
	top: 0px;
	left: 0px;
	width: 650px;
	height: 177px;
	padding-right: 35px;
}

#header_content #bird_key
{
	background: none;
	background-image: url('../images/bird_key_content.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 361px;
	height: 177px;
}

#header_content #aleluya
{
	background: none;
	background-image: url('../images/aleluya.gif');
	background-repeat: no-repeat;
	position: absolute;
	top: 60px;
	left: 150px;
	width: 254px;
	height: 99px;
}

#header_content #bird_hand
{
	background: none;
	background-image: url('../images/bird_hand.gif');
	background-repeat: no-repeat;
	position: absolute;
	top: 50px;
	right: 20px;
	width: 100px;
	height: 100px;
}

#header_content #logo
{
	background: none;
	display: block;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	text-decoration: none;
}

/* LANGUAGE STYLES */
#language
{
	background: none;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 105;
	height: 16px;
	line-height: 16px;
	padding: 5px;
	color: #CED5F3;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;

}

#language a
{
	background: none;
	color: #DFE6F4;
	text-decoration: underline;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	vertical-align: bottom;
}
