/* ==================================================== */
/* Header
/* ==================================================== */

#header
{
	background: #000000;
	left: 0px;
	min-height: 40px;
	position: relative;
	top: 0px;
	width: 100%;
}

#v2l-logo
{
    float: left;
    padding-bottom: 12px;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 12px;
}

#profile
{
    color: #FFFFFF;
    float: right;
    font-size: 90%;
    padding-bottom: 12px;
    padding-left: 27px;
    padding-right: 153px;
    padding-top: 12px;
}

#profile ul
{
    list-style: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}

#profile li
{
    display: inline;
    margin-left: 10px;
}

#profile img
{
    border: 0px;
    padding-right: 4px;
    vertical-align: middle;
}

#profile a:link
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#profile a:visited
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#profile a:active
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#profile a:hover
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

#branding
{
	background: url(/channels/img/branding-0.png) no-repeat;
	height: 162px;
	right: 0px;
	position: absolute;
	top: 0px;
	width: 200px;
}

#tagline
{
	background: #3692C0;
	width: 100%;
	left: 0px;
	min-height: 25px;
	position: relative;
	top: 0px;
}

#v2l-tagline
{
    float: left;
    padding-bottom: 5px;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 6px;
}