body {
	margin: 10px 0;
	padding: 0;
	background: #959595 url(/assets/page_tile.jpg) 0 0 repeat-x;
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	color: #131313;
	line-height: 1.5em;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	background: #fff;
	border: 8px solid #ccc;
	padding: 20px;
}

#brand {
	
}

#mainNavigation {
	background: #959595 url(/assets/nav_tile.jpg) 0 0 repeat-x;
	padding: 10px;
}

#mainNavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNavigation li {
	margin: 0;
	padding: 0;
	display: inline;
}

#mainNavigation a {
	color: #383838;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#mainNavigation a:hover {
	color: #fff;
}

#mainNavigation a.noBorder {
	border-right: 0;
}

#technicalPage #content, #testimonialPage #content, #streamingPage #content, #broadcastPage #content, #newsPage #content, #budgetsPage #content {
	width: 540px;
}


.sideBox a, #content a {
	color: #900;
}

.sideBox a:hover, #content a:hover {
	color: #333;
	text-decoration: none;
}

.sideBox {
	float: right;
	width: 200px;
	padding: 0;
	margin-top: 20px;
	border: 4px solid #949494;
	background: #c2c2c2;
	
}

.sideBox p{
	margin: 10px;	
}



#movie {
	position: relative;
	height: 290px;
	margin-top: 20px;
}

#moviePlay {
	position: absolute;
	top: 0;
	left: 0;
	border: 4px solid #ccc;
	padding: 5px;
}

#movieInfo {
	width: 240px;
	position: absolute;
	top: 0;
	left: 520px;
}

#infoContact {
	position: absolute;
	left: 520px;
	bottom: 5px;
}

#movieThumbs {
	padding: 10px 0;
}

#movieThumbs a img  {
	padding: 5px;
	border: 4px solid #ccc;
	margin-right: 28px;
}

#movieThumbs a:hover img  {
		border: 4px solid #666;
}

#siteInformation {
	background: #444444;
	height: 70px;
	position: relative;
	color: #fff;
	font-size: 11px;
	line-height: 1.2em;
}

#siteInfoAddress {
	position: absolute;
	left: 10px;
	top: 30px;
}

#siteInfoEmail {
	position: absolute;
	left: 10px;
	top: 5px;
}

#siteInfoTelephone {
	position: absolute;
	left: 230px;
	top: 5px;
	
}

#siteInfoMobile {
	position: absolute;
	left: 490px;
	top: 5px;
	
}

#siteInfoRegistered {
	position: absolute;
	left: 490px;
	top: 30px;
	
}



#copy {
	width: 780px;
	margin: 0 auto;
	padding: 5px 20px;
	color: #ccc;
	text-align: right;
}

#copy a{
	color: #ccc;
}

.picFloatRight {
	float: right;
	border: 4px solid #ccc;
	margin: 0 27px 10px 10px;
	padding: 5px;
}

.picBorder {
	border: 4px solid #ccc;
	padding: 5px;
}
.clearBoth {
	clear: both;
}

th {
	text-align: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 10px 0;
	padding: 0;

}

#contactPage table {
	margin-bottom: 10px;
}

