/*
#
# Site:		 nfe	
#
# File:		 site.css
#
# Author:	   Paul Wilkins / Evergreen Computing Ltd
#
# Date:		 January 2010
#
# Copyright:	(c) 2010 Evergreen Computing Ltd
#
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 900px;
	font-family: Helvetica,Arial,Garuda,sans-serif;
	font-size: 15px;
	color: #929292;
}

h3 {
	color:#8b8b8b;
}

img {
	border: none;
}

a {
	color: #929292;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color: #000000;
}

hr {
	border: none 0; 
	border-top: 2px solid #929292;
	width: 100%;
	height: 2px;
}

#container {
	position: absolute;
	width: 900px;
	min-height: 500px;
	left: 50%;
	margin-left: -450px;
	margin-top: 12px;
	float: left;
}

#header {
	background: url("gfx/page_header.png") no-repeat;
	position:relative;
	width:888px;
	height:120px;
	left: 0px;
	float: left;
	font-size: 0px;
}

	#logo {
		position:relative;
		width:238px;
		height:87px;
		left: 20px;
		top: 15px;
		float: left;
		font-size: 0px;
	}


	#basket {
		border-color: #bebebe;
		border-style:solid;
		border-width:1px;
		position:relative;
		width:205px;
		height:100px;
		left: 436px;
		top: 7px;
		float: left;
		font-size: 0px;
	}

#header #basket a {
	text-decoration:none;
	color:#8b8b8b;	
}

#header #basket a:hover {
	text-decoration:underline;
	color:#1f6171;	
}


.little { font-size: 85% }
/* --------------------------------------------------------------- */
/****************** CSS Driven Menu ***************/

#menu {
background: url(gfx/bar1.jpg) repeat-x;
height: 30px;
z-index: 100;
margin-top: 3px;
padding-right: 20px;
}

#menu_items {
float: left;
}

#menu_items li {
	background:url('gfx/menu_divider.png') 0 52% no-repeat;
}

#menu_list #first {
	background: none;
}

/* hack to correct IE5.5 faulty box model */
* html #menu_list {
float: left;
height: 34px;
z-index: 100;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu_list ul {
padding: 0;
margin: 0;
list-style-type: none;
z-index: 100;
}

#menu_list ul ul {
width:150px;
z-index: 100;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu_list li {
float:left;
position:relative;
z-index: 100;
}

#menu_list li a.top_parent_current {
z-index: 100;
}

/* style the links for the top level */
#menu_list a, #menu_list a:visited {
display:block;
font-size:12px;
text-decoration:none;
text-align: left;
/*font-family: Verdana;*/
font-weight: normal;
color:#929292;
font-weight: bold;
padding-left: 5px;
padding-right: 5px;
height:30px;
line-height:30px;
z-index: 100;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu_list a, * html #menu_list a:visited {
float: left;
z-index: 100;
}

/* style the second level background */
#menu_list ul ul a.drop, #menu_list ul ul a.drop:visited {
background:#929292;
z-index: 100;
}

/* style the third level background */
#menu_list ul ul ul a, #menu_list ul ul ul a:visited {
background:#2390cb;
z-index: 100;
}

/* style the third level hover */
#menu_list ul ul ul a:hover {
background:#034b8b;
z-index: 100;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu_list ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left: 0;
width:105px;
z-index: 100;
}

/* another hack for IE5.5 */
* html #menu_list ul ul {
top:30px;
t\op:30;
z-index: 100;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu_list ul ul ul {
visibility:hidden;
display: none;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu_list table {
position:absolute;
top:0;
left:0;
border-collapse:collapse;
z-index: 100;
}

/* style the second level links */
#menu_list ul ul a, #menu_list ul ul a:visited {
background: #dfdfdf;
font-size: 13px;
/*font-family: Verdana;*/
font-weight: normal;
color:#929292;
height:auto;
line-height:1em;
width:145px;
text-align: left;
padding-left: 9px;
padding-top: 6px;
padding-bottom: 6px;
border-width:0 1px 1px 1px;
z-index: 100;
}

/* yet another hack for IE5.5 */
* html #menu_list ul ul a, * html #menu_list ul ul a:visited {
width:145px;
z-index: 100;
}

/* style the top level hover */
#menu_list a:hover, #menu_list ul ul a:hover {
color: #ffffff;
background:#cacaca;
z-index: 100;
}
#menu_list :hover > a, #menu_list ul ul :hover > a {
color: #ffffff;
background: #cacaca;
z-index: 100;
}

/* make the second level visible when hover on first level list OR link */
#menu_list ul li:hover ul,
#menu_list ul a:hover ul{
visibility:visible;
z-index: 100;
}
/* keep the third level hidden when you hover on first level list OR link */
#menu_list ul :hover ul ul{
visibility:hidden;
z-index: 100;
}
/* keep the forth level hidden when you hover on first level list OR link */
#menu_list ul :hover ul :hover ul ul{
visibility:hidden;
z-index: 100;
}
/* make the third level visible when you hover over second level list OR link */
#menu_list ul :hover ul :hover ul{
visibility:visible;
z-index: 100;
}
/* make the forth level visible when you hover over second level list OR link */
#menu_list ul :hover ul :hover ul :hover ul{
visibility:visible;
z-index: 100;
}

#logo a {
	width: 238px;
	height: 87px;
	display:block;
	background: url("/gfx/logo2.png") no-repeat;
}
#logo a:hover {
	background: url('/gfx/logo2blueygreen.png')  no-repeat;
}

#gbp {
	background-color: #e3e3e3;
}

#gbp:hover {
	color: #1f6171;
	font-weight:bold;
	cursor:pointer;
}

#euro {
	background-color: #e3e3e3;
}
#euro:hover {
	color: #1f6171;
	font-weight:bold;
	cursor:pointer;
}

#dollar {
	background-color: #e3e3e3;
}
#dollar:hover {
	color: #1f6171;
	font-weight:bold;	
	cursor:pointer;
}

#content {
	position: relative;
	width: 900px;
	min-height: 550px;
	float: left;
	margin-top: 16px;
}

#home_text {
	width: 530px;
	height: 503px;
	overflow:hidden;
	float: left;
	margin-right: 10px;
}

#home_side {
	width: 335px;
	height: 200px;
	float: left;
	margin-left: 10px;
	
}

#home_side li {
	list-style-position: outside;
	list-style-image: url('gfx/posh_li.png');
	text-decoration:none;	
	margin-left:21px;
}


#home_image {
	border: #000000 0px solid;
	width: 335px;
	height: 300px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}

.home_image_image {
	width:335px; 
	height:400px; 
	float: right;
	position: absolute;
	overflow:hidden;
	text-align:center;
	margin-top: 2px;
	left: 0px;
}

#main_text {
	min-height: 503px;
	float: left;
}


#gallery_list {
	width: 245px;
	min-height: 503px;
	float: left;
}

#gallery_list li {
	list-style-position:inside;
	list-style-image: url('gfx/posh_li.png');
	text-decoration:none;	
}

#gallery_list a {
	color: #929292;
	text-decoration:none;
}

#gallery_list a:hover {
	text-decoration:none;
	color: #000000;
}


#gallery_detail {
	width: 631px;
	min-height: 503px;
	float: left;
	margin-left: 6px;

}

#bookshelf_list {
	width: 245px;
	min-height: 503px;
	float: left;
}

#bookshelf_list li {
	list-style-position:inside;
	list-style-image: url('gfx/posh_li.png');
	text-decoration:none;	
}

#bookshelf_list a {
	color: #929292;
	text-decoration:none;
}

#bookshelf_list a:hover {
	text-decoration:none;
	color: #000000;
}

#bookshelf_detail {
	width: 877px;
	min-height: 503px;
	float: left;
	margin-left: 6px;

}

#film_library_list {
	width: 150px;
	min-height: 503px;
	float: left;
	font-size: small;
}

#film_library_list li {
	list-style-position:inside;
	list-style-image: url('gfx/posh_li.png');
	text-decoration:none;	
}

#film_library_list a {
	color: #929292;
	text-decoration:none;
}

#film_library_list a:hover {
	text-decoration:none;
	color: #000000;
}



#film_library_detail {
	width: 730px;
	min-height: 503px;
	float: left;
	margin-left: 10px;
	font-size: small;
	
}

#content_text {
	width: 888px;
	height: 100px;
	overflow: hidden;
	float: left;
}

#news_items {
	width: 880px;
	min-height: 503px;
	float: left;
	margin-top:-0px;
}

#event_items {
	width: 540px;
	min-height: 503px;
	float: left;
	margin-top:-200px;
}

.button {
	border: 1px solid #e1e2e3;
	background: #f2f2f2;
	margin-top: 10px;
	padding: 6px;
	text-transform: uppercase;
	font-size: 10px;
	color: #929292;
	cursor: pointer;
	text-decoration: none;
}
.button:hover {
	color: #444;
	border: 1px solid #afafaf;
}

.nfebutton {
	border: 1px solid #e1e2e3;
	background: #1f6171;
	margin-top: 10px;
	padding: 6px;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
.nfebutton:hover {
	color: ##929292;
	border: 1px solid #afafaf;
}


a.button {
	padding:7px;
}


.align_middle {
	vertical-align:middle;
}


#footer_container {
	width: 100%;
	float: left;
}
#footer {
	left: 50%;
	margin-left: -444px;
	margin-top: 0px;
	width: 888px;
	height: 120px;
	position: relative;
	font-size: 12px;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	color: #929292;
	float:none;
}

#ColorPickerDiv 
{
    display: block;
    display: none;
    position: relative;
    border: 1px solid #777;
    background: #fff
}

#ColorPickerDiv TD.color
{
	cursor: pointer;
	font-size: xx-small;
	font-family: 'Arial' , 'Microsoft Sans Serif';
}
#ColorPickerDiv TD.color label
{
	cursor: pointer;
}

.ColorPickerDivSample
{
	margin: 0px 0px 0px 4px;
	border: solid 1px #000;
	padding: 0px 10px;	
	position: relative;
	cursor: pointer;
}
