/* - - - - - - - - - - - - - - - - - - - - -

Title : Freedman Rembel
Author : Jarrod Strachan
URL : http://www.sitesuite.com.au

Created : 25/07/05
Modified : 28/11/05

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

html, body {
	overflow: hidden;
	}

body {
	font: 0.7em/160% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #000;
	color: #FFF;
	text-align: center;
	}
	
img {
	border: 0;
	margin: 0;
	padding: 0;
	}

h1,h2,h3,h4,h5 {
	font: 1.5em/160% Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

.clear {
	clear: both;
	position: relative;
	font-size: 0;
	height: 0;
	line-height: 0
	}
	
a, a:visited, a:active {
	outline:none;
	color: #CCC;
	}
a:hover, a:focus {
	color: #FFF;
	}


/*
----------------------------------------------------------------------------- 
LAYOUTS
-----------------------------------------------------------------------------*/


#wrapper{
	/*background: #FFCC66;*/
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: none;
	min-height: 587px;
	}

#main {
	/*background: #009900;*/
	float: right;
	margin-top: 15px;
	min-height: 569px;
	max-height: 569px;
	min-width: 528px;
	max-width: 528px;
	padding-right: 0;
	overflow: auto;
	}
	
#sidebar {
	/*background: #663333;*/
	float: left;
	margin-top: 15px;
	width: 272px;
	font: 1.5em/160% Arial, Helvetica, sans-serif;
	}
	
#logo {
	position: absolute;
	top: 543px;
	}
	
#pageThumbs {
	/*background: #000099;*/
	width: 528px;
	text-align: center;
	}
	
	
/*
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
	
ul#navigation {
	margin-top: 10px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: captilize;
	font-weight: lighter;
	}

ul#navigation li {
	margin-left: 10px;
	}

ul#navigation a:visited, ul#navigation a:link {
	color: #FFF;
	text-decoration: none;
	}

ul#navigation a:hover {
	color: #CCC;
	}
	
ul#subNav {
	list-style-type: none;
	margin-left: 30px;
	padding-left: 0;
	}

ul#subNav li {
	margin-left: 0;
	}

ul#subNav a:visited, ul#subNav a:link {
	color: #999;
	text-decoration: none;
	}

ul#subNav a:hover {
	color: #CCC;
	}
	
ul#subNav a.selected:visited, ul#subNav a.selected:link {
	color: #FFF;
	text-decoration: none;
	}

ul#subNav a.selected:hover {
	color: #CCC;
	}

/*
----------------------------------------------------------------------------- 
CONTENT
-----------------------------------------------------------------------------*/

.bgTimeline {
	background: #000 url(/persistent/siteImgs/timeline.gif) repeat-y;
	}

#main td {
	font: 0.7em/160% Arial, Helvetica, sans-serif;
	}

/* - Showcase -*/

.loading {
	background: #FFF url(/persistent/siteImgs/bgLoading.gif) no-repeat 50% 50%;
	}
	
#lightbox{
	padding: 0;
	margin-left: 156px;
	}

#overlay{ background-image: url(/persistent/siteImgs/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/persistent/siteImgs/spacer.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/persistent/siteImgs/overlay.png", sizingMethod="scale");
	}


