﻿html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	
	background-color: #000000;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
}

a
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
}

#Footer a
{
	color: #616161;
}

a:hover
{
	color: #DC7602;
	text-decoration: none;
}

strong
{
	color: #DC7602;
	font-weight: normal;
}

h1
{
	font-family: Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 21px;
	color: #dc7602;
}

h2
{
	font-family: Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 14px;
	color: #dc7602;
}

h5
{
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;

	margin: 0px 0px 0px 0px;
}

p
{
	margin: 4px 0px 16px 0px;
}

.TopBar
{
	background-image: url(topline.png);
	height: 10px;
	width: 100%;
}

#Site
{
	width: 954px;	
	margin: auto;
}

#Header
{
	height: 124px;
	width: 100%;
}

#SALogoPosition
{	
	height: 41px;
	width: 106px;
	
	position: relative;
	
	top: 18px;
	left: 0px;
}

#SALogo
{
	display:  block;
	
	height: 41px;
	width: 106px;
	
	background-image: url(SALogo.png);
	background-repeat: no-repeat;
}

#DKALogoPosition
{	
	height: 14px;
	width: 155px;
	
	position: relative;

	top: 0px;
	left: 800px;
}

#DKALogo
{
	display: block;
	
	height: 14px;
	width: 155px;
	
	background-image: url(DKALogo.png);
	background-repeat: no-repeat;
}

#Breadcrumbs
{
	position: relative;

	top: 31px;
}

.HeaderSeperator
{
	background-image: url(header_seperator.png);
	height: 7px;
	width: 100%;

	position: relative;

	top: 37px;
}

#Content
{
	width: 100%;
	margin-top: 16px;
	
	overflow: hidden;
}

.addthis_button
{
	display:block;
	
	margin-left: 828px;
}

#LeftContent
{
	margin-top: 16px;

	width: 469px;
	float: left;
}

#RightContent
{
	margin-top: 16px;
	margin-left: 16px;
	
	padding-top: 47px;
	
	width: 469px;
	float: left;
}

#ItemContectLeft
{
	width: 354px;
	float: left;
}

#ItemContectRight
{
	margin-left: 10px;
	width: 590px;
	float: left;
}

#Footer
{
	font-family: Verdana, Sans-Serif;
	font-size: 9px;
	color: #616161;
	
	margin-top: 32px;
	padding-top: 8px;
	
	border-top: solid 1px #3b3b39;
}

.AssetList
{
	list-style-type: none;
	padding-left: 0px;
}

#SubItem0
{
	padding: 5px;
	
	background-image: url(1stMenuItem.png);
	background-position: top left;
	
	border-bottom: solid 10px #DC7602;
	margin-bottom: 5px;
	
	min-height: 115px;
}

#SubItem1
{
	padding: 5px;
	
	background-image: url(2ndMenuItem.png);
	background-position: top left;
	
	border-bottom: solid 10px #DC7602;
	margin-bottom: 5px;
	
	min-height: 115px;
}

#SubItem2
{
	padding: 5px;
	
	background-image: url(3rdMenuItem.png);
	background-position: top left;
	
	border-bottom: solid 10px #DC7602;
	margin-bottom: 5px;
	
	min-height: 115px;
}

.AssetLink
{
	display: block;
}

.AssetLinkSelected
{
	display: block;
	
	color: #DC7602;
}


#PlayerWrapper
{
	border-bottom: solid 10px #DC7602;
	margin-bottom: 20px;
	
	width: 590px;
	height: 332px;
}

#NavigateBack
{
	display: block;
	
	background-image: url(Arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	
	margin-top: 20px;
	padding-left: 24px;
	
	color: #3D3D3D;
	font-size: 11px;
	line-height: 19px;
}

#NavigateBack:hover
{
	color: #DC7602;
}
