html, body { 	
	background: #000 url(img/bodybg.png) repeat-x;
	margin: 0;
	padding 0;
	height:100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#pm_content {
	min-height: 400px;
	background: #000;
	color: #FFF;
}

#main { /* Holds the page items in place */
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #000 url(img/mainbg.jpg) repeat-y;
}

#header {
	height:254px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
* html #header {clear:both;height:70px;} /* ie6 misbehaves again */

#pageheader {margin:0px 120px 0 280px;}
#pageheader strong {	
	font-size: 16px;
}

#breadcrumbs {
	padding:10px 60px;
	background: #fff url(img/breadcrumbsbg.jpg) repeat-x;
	clear:both;
	color: #fff;	
}
#breadcrumbs span {
	background: transparent url(img/link.gif) no-repeat; 
	padding: 6px 2px 0px 12px; font-weight: bold; }
	
#breadcrumbs a {
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}
#breadcrumbs a:hover {
	border-bottom: 1px solid #fff;
}
	
#breadcrumbs .menu-current a{
	color: #fff;
}

#loginmaske {
	position: relative;
	float: right;
	padding-right: 50px;
	padding-top: 5px;
	color: #fff;
	font-weight: bold;
}

#loginmaske input{
	border: 1px solid #da6f46;
	background: #521c07;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;	
}

#loginmaske a{
	color: #fff;
}

#infobox { /* Currently holds the login box */
	float: left;
	width: 180px;	
}

.slideUp {
	width: 99%;
	padding: 0px
}


#content { /* main content from the WYSIWYG goes in here */
	margin: 0;	
	padding: 30px 65px 30px 65px;	
	clear: right;
	background: url(img/contentbg.jpg) no-repeat;
	color: #fff;
	min-height: 280px;
}
* html #contentbox #content {text-align:left;} /* ie6 misbehaves */
* html #contentbox #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

.clearcontent {height:60px; clear:both}

#footerbox {margin: auto; height:82px; width: 1000px; background: #ffffff url(img/footerbg.jpg);}
#footer { 	
	font-size: 90%;
	text-align: center;
	color: #FFFFFF;	
	margin: 0;
	padding-top: 60px;		
}

#footer a{ 	
	color: #da6f46;
	text-decoration: underline;			
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #7a2a0e;
	background-color: #000;
	padding: 0px;
	opacity: 0.95;
}
#tooltip h3 { 
	font-size: 100%;
	color: #FFFFFF;
	background-color: #da6f46;
	padding: 2px;
	margin: 0px;
	font-size: 80%;
}

#tooltip div { 
	padding: 5px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 80%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in header */
#search_box {
	color: #fff;
	text-align: right;
}
#search_box {
	float: left;
	clear: left;
	width: 150px;
	padding:10px 0 0 0;
}

#search_box .searchstring { width:100px;
	border: 1px solid #333;
}

#prevnext {
	float:right;
	margin-top:0px;
	margin-right:5px;
	color: #fff;
	font-weight: bold;
}
#prevnext a {color: #fff;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {height:30px; padding-left: 261px; padding-top:207px; display:block;clear:both;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	float:left;	
	height: 40px;	
	border: 0;	
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0;	
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}

/* Root Level Link Formatting */
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal; }
#nav ul li a {display: block; padding: 11px 12px 10px 12px; color: #fff; text-decoration: none; font-weight: bold; }
/* Root Level link hover */
#nav ul li a:hover, #nav li a:focus, #nav li a:active, #nav ul li a.active, #nav a.menu-current {background: url(img/navhover.jpg); color: #da6f46;}
#nav a.menu-parent {background: url(img/navbgl0parent.gif); color: #fff;}


/*Current page Customisations*/
#nav a.menu-current		{font-weight: bold; color: #fff;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 11em; margin: 0; display: none; text-transform: none; border: 2px solid #7a2a0e; font-size: 100%; border-top: 0px solid #fff; background: #833316 url(img/pulldownbg.jpg) repeat-x;}
#nav .menu li ul li {width: 11em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul li a {width: 10.5em; padding: .3em .1em .3em .4em; color: #fff; font-weight: normal;  background: none;}

/* 2nd Child link hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current { background: #350e05 url(img/navhover.jpg); color:#da6f46;}
#nav .menu li ul a.menu-parent {background: #da6f46 url(img/navhover.jpg); color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover>ul, #nav .menu li li:hover>ul, #nav .menu li.subMenu>ul, #nav .menu li li.subMenu>ul {display: block;  z-index: 1000;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul	{ margin: 5px 0 0 -10%; z-index: 9999;  background: #833316 url(img/pulldownbg.jpg) repeat-x; border: 2px solid #7a2a0e;}
#nav .menu li ul li ul li	{width: 11em;}
#nav .menu li ul li ul li a 	{ width: 10.5em;}

/* 4rd Child Menu Appreances */
#nav .menu li ul li ul li ul	{  width: 9em; background: #833316 url(img/pulldownbg.jpg) repeat-x;}
#nav .menu li ul li ul li ul li	{  width: 9em; }
#nav .menu li ul li ul li ul li a 	{ width: 8.5em;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

#nav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Inbox */
.inbox {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-right: 50px;
	display: block;
	width: 109px;
	float:right; 
	color: #FFF;
}
.inbox a {
	padding: 11px 15px 10px 15px;
	color: #FFF;
	font-weight: bold;
}
.inbox a:hover {
	background: #350e05 url(img/navhover.jpg);
	color:#da6f46;
	text-decoration: none;
}


/* Customise the Login Box */


#login-box { background: #eee; text-align: center;	line-height: 120%; margin: 1em 5px 0.3em 5px; border: 1px solid #ddd;}
#login-box fieldset {border:0; text-align:center;}
#login-box legend		{
	font-size: 90%;	
	color: #333;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	display:block;	
	font-size: 10px;
	margin: 2px auto 1px auto;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Pretty Photo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.gallery {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
ul.gallery li {
	display: block;
	float: left;
	margin: 3px;
}
		
ul.gallery li a {
	padding: 2px;
	display: block;
	border: 2px #da6f46 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
}
			
ul.gallery li a:hover { border: 2px #313739 solid; }

p.gallery {
	display: block;
	float: left;
	margin: 3px;
}

p.gallery a {
	padding: 2px;
	display: block;
	border: 2px #da6f46 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
}

p.gallery a:hover { border: 2px #313739 solid; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Tables Liga
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.tablediv {
	width:640px;
	border: 0;	
	padding:0;
	margin: auto;
}

.tra {
	padding: 3px;
	min-height:18px;
	background: #000;
}

.trb {
	padding: 3px;
	min-height:18px;
	background: #310F06;
}

.trhead {
	background: #000 url(img/navhover.jpg);
	border: 1px solid #333;
	min-height: 32px;
	vertical-align: middle; 
	font-weight: bold;
	width: 100%; 
	padding: 3px;
	text-shadow: #DA6F46 0px 0px 8px;
}

.slideUp {
	display: none;
	padding-left: 5px;
	margin-left:50px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.trhead ul li{
	text-align: left;
	float: left;
	list-style-type: none; 
}

.tra ul li{
	float: left;
	list-style-type: none; 
}

.trb ul li {
	float: left;
	list-style-type: none; 
}

.link {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 3px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(img/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 80px;
	float: left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */






