/*------------------------------------------------
Main Style Sheet

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	06/10/06
------------------------------------------------*/

/*HTML TAGS*/

body {
  margin:0;
  padding:0;
  color:#000;
  font:70% Arial, Helvetica, sans-serif;
  background-color:#CCE6FF;
  text-align:center;
}

p {
	margin:0;
	padding:0;
	padding-top:1em;
}

html {
     overflow: -moz-scrollbars-vertical;
}

h1 {
	position: absolute;
	left: -999px;
	width: 990px;
	font-size:2px;
}

/*ACCESSIBILITY*/

.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

.hide {
	display: none;
	clear:both;
}

/* IDs */

#wrapper {
	width:778px;
	margin:0 auto;
	text-align:left;
	border:1px solid #0080FF;
	border-top:0;
	background-color:#FFF;
}

#topbar {
	background-image:url(../images/homepage/home_header.gif);
	width:778px;
	height:148px;
}

#remotecontrol {
	width:778px;
	height:148px;
}

#welcome {
	background-image:url(../images/homepage/home_under_flash.gif);
	width:778px;
	height:148px;
}

#zone {
	float:right;
	margin-right:189px;
	width:110px;
	display:inline;
}

#zone select {
	width:110px;
}

#application {
	float:right;
	padding-right:24px;
	width:140px;
	display:inline;
}

label {
	font-size:1.1em;
	padding:20px 0;
	display:block;
	color:#0080FF;
	font-weight:bold;
}

select {
	background-color:#CCE6FF;
}

.button {
	margin-top:20px;
	background-color:#0080FF;
	border:1px solid #005CB7;
	color:#FFF;
	font-weight:bold;
}

.buttonHover {
	margin-top:20px;
	background-color:#E5F3FE;
	border:1px solid #82A7C5;
	color:#0080FF;
	font-weight:bold;
}

#content {
	width:778px;
	height:148px;
}

#contentimage {
	float:left;
	padding-left:148px;
}

#mBody {
	padding:20px;
	padding-top:0;
	float:right;
	height:1%;
	font-size:1.1em;
	line-height:1.6;
	text-align:justify;
	color:#666;
	width:482px;
	voice-family: "\"}\""; voice-family:inherit;
	width:442px; /*box model hack for IE5*/
}

#copyright {
	clear:both;
	text-align:center;
	padding:10px 0;
	color:#A1A1A1;
	height:1%;
}

#copyright a {
	color:#A1A1A1;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}