﻿@import url(reset.css);
@import url(headernav/layout.css);
@import url(mainnav/layout.css);
@import url(footernav/layout.css);
@import url(subnav/layout.css);
@import url(text.css);
@import url(snippets.css);
@import url(../search/search.css);
@import url(../register/register.css);

form {
	padding: 0;
	margin: 0;
	}
body {
	background: url(../library/bg-html.jpg) no-repeat 50% 109px #d84519;
	text-align: center;
	height: 100%;
	}	
.frame {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}			
.con-header {
	background: url(../library/bg-header-bg.png) repeat-x bottom left #e9e9e9;
	width: 100%;
	padding: 0;
	margin: 0;
	}
.inner-header {
	margin: 0 auto;
	width: 970px;
	height: 109px;
	position: relative;
	z-index: 99;
	text-align: left;
	/*background: url(../library/bg-header.png) no-repeat 0 0 #fff; */
	background: url(../library/bg-header-nouser.png) no-repeat 0 0 #fff; /* Subscription section deactivated - alternate header bg*/
	}		
.con-wrapper {
	width: 960px;
	z-index: 1;
	}
						
.con-footer {
	margin: 0 auto;
	width: 960px;
	position: relative;
	text-align: left;
	}		
.mod-sitelogo {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 15px;
	}
.mod-headernav {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 0px;
	display: none; /* Subscription section deactivated - hidden menu */
	}	
.mod-mainnav {
	position: absolute;
	z-index: 1;
	top: 79px;
	left: 166px;
	width: 800px;
	}
.mod-footernav {
	background-color: #d84519;
	border-top: 4px solid #fff;
	}

/* Clear child floats */
.clear:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
}
	
.mediaplayer {
	width: 356px;
	height: 200px;
	
	border: 5px solid #E9E9E9;
	}		