/*	===============================================================
	© Strategic Film Partners
	global.rte.ie
	Type:				Print Styles
	Author:				Nigel Morris
	Creation Date:		26 April 2011
	---------------------------------------------------------------
	Version no:			1.0
	Last edited:		n/a still in development
	============================================================ */


/* ----------------------------------- */
/*                                     */
/*           SITE STRUCTURE            */
/*                                     */
/*           1.header                  */
/*             h1,h2                   */
/*           2.nav-container           */
/*           2.1 nav                   */
/*             ul,li                   */
/*           3.languages               */
/*             form                    */
/*           4.cart                    */
/*             p                       */
/*           5.content                 */
/*             h1, h2 (pagename)       */
/*           6.sub-menu-container      */
/* 			   h2 (pagename)           */
/*           6.1 sub-menu              */
/*             h3,ul,li                */
/*           7.footer                  */
/*             p                       */
/*                                     */
/* ----------------------------------- */


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff none !important;
}

h1, h2, h3, h4, h5, h6, p{
	margin:0 0 6pt 0;
	padding:0;
	line-height:120%;
}

#header h2,
#searchLinks,
#languages,
.breadcrumbs,
#nav-container,
#languages,
#form,
#cart,
#sub-menu-container,
#panelRight h2
{
	display: none !important
}

#header h1{                              
	display: list-item !important;
	list-style-image: url(../images/strategicfilmpartners_logo.jpg);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
	line-height:normal;
}


#searchholder{
	display: none !important
}

#content, #footer {
	width: auto !important;
	padding: 0pt;
	margin: auto;
	background: #fff none !important
}
#content {
	margin: 10pt 16pt !important;
	padding: 0pt !important;
	width: auto !important;
}



#content img {
	border:0px;
}

#content div {
	width: auto !important;
	float: none !important;
	padding: 0 !important
}
#content a[href^="/"]:after {
	content: " (http://global.rte.ie" attr(href) ") ";
	font-size: xx-small
}

#footer {
	margin: 24pt 16pt 8pt;
	width: auto !important
}

#footer p
{
	display: none !important
}

#footer,
#footer a {
	color: #000 !important
}

table {
	width: auto !important
}

.skiplist {
	display: none !important
}

/*	Miscellaneous rules used for clearing/floating and items. */
.clear			{ clear:both; height:0px; }
.clear-left		{ clear:left; height:0px; }
.clear-right	{ clear:right; height:0px; }
.hide			{ display:none; }
.float-left		{ float: left; }
.float-right	{ float: right; }