/*	===============================================================
	© Strategic Film Partners
	global.rte.ie 
	Type:				Handheld Styles
	Author:				Nigel Morris
	Creation Date:		13 January 2010
	---------------------------------------------------------------
	Version no:			1.0
	Last edited:		26 April 2011
	============================================================ */
	

	body {
	margin:0;
	padding:0;
	color:#FFF;
	background:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
	h1, h2, h3 ,h4 ,h5, h6, p {
	display: block;
	margin:0;
	padding:0.3em;
	}
	
	a{
	color:#F00;
	text-decoration:none;
	}
	
	a:hover{
	color: #900;
	text-decoration: underline;
	}
	
	#header {
	width:auto;
	height:auto;
	}
	
	#header h1 {
	width:100%;
	height:50px;
	background-color:#000;
	text-indent:-9999px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/strategicfilmpartners_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-9999px;
	}
		
	#header h3 {
	display:none; 
	}
	
	#nav ul {
	margin:0;
	padding:0;
	font-weight: bold;
	}
	
	#nav ul li {
	background-color: #333;
	width: 100%;
	list-style-type: none;
	}
	
	#nav ul li a{
	padding:0.6em;
	display:block;
	width: 100%;
	border-top:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;
	
	}
	
	#nav ul li a.section {
	background-color: #666;
	border-top:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	}
	
	#content {
	margin:0;
	padding:0.6em;
	width:auto;
	}
	
	#sub-menu ul{
	margin:0;
	padding:0;
	width:100%;
	list-style:url(../images/subbullet.gif) inside square;
	}
	
	#sub-menu ul li{
	padding:0.6em;
	background-color: #F4F4F4;
	width: 100%;

	margin-bottom: 1px;
	}
	
	#content img {
	max-width: 165px;
	}
	
	#panelright ul{
	list-style:url(../images/subbullet.gif) inside square;
	}
	
	#player{
	display:none;	
	}
	
	#footer {
	margin:0;
	padding:0.6em;
	width:auto;
	}

	
	img {
	max-width: 165px;
	border:0;
	}
	
	form p{
	padding:0.3em;
	}
	
	fieldset{
	border: 3px solid #A8AFD6;
	padding:1em;
	}
	
	
	legend {
	display: block;
	padding:0 1em;
	color: #A8AFD6;
	background-color: #FFFFFF;
	font-weight: bold;
	}
	
	label{
	display: block;
	width:50%;
	}
	
	
	.actionItem{
	font-weight: bold;
	color: #FF0000;	
	}
	
	
	ul.list li{
		display:inline;	
	}