@charset "ISO-8859-1";

html {
	height: 100%;
	background-color: #000;
	}   
	
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 83%;
	color: #ffffff;
	line-height: 1.40em;
	margin: 0;
	background-color: #000;
}

p {margin: 0 0 0.90em 0;}

img {border: none;}

#container {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 531px;
	margin-left: -400px;  /* half of width */
	margin-top: -265px;   /* half of height */
      }
	  
#menu {
	height: 40px;
	width: 600px;
	position: absolute;
}

#menu img {padding-right: 16px;}

#logo  {
	height: 23px;
	width: 263px;
	position: absolute;
	top: 508px;
}

/*TEXT PAGES*/

#feature-image {
	height: 439px;
	position: absolute;
	top: 48px;
}

#content-text {
	height: 439px;
	width: 325px;
	position: absolute;
	top: 48px;
	margin-left: 444px;
}

tr {
	line-height: 1.3em;
}

tr, td {
	margin: 0;
	padding: 0;
}

a {
	color:#fff;
	text-decoration: none;
}

a:hover {text-decoration: underline;}


/*PROJECT PAGES*/

#projectsmenu {
	width: 139px;
	position: absolute;
	top: 52px;
}

#projectinfo {
	height: 60px;
	width: 139px;
	position: absolute;
	top: 401px;
}

/*IMAGE PANELS*/

#project-images {
	height: 439px;
	position: absolute;
	top: 48px;
	margin-left: 155px;
}

.SliderPanels {
	top: 0;
	width: 645px;
	height: 413px;
	position: absolute;
}

.SliderPanelsContainer {
	position: relative;
	width: 1000em;
	min-height:0;
	border: none;
}

.SliderPanelsPanel {
	width: 645px;
	height: 413px;
	float: left;
	overflow: hidden;
	border: none;
}

.SliderPanelsImage {
	width: 645px;
	height: 413px;
	position: absolute;
	overflow: hidden;
	text-align: center;
}

/*IMAGE PANEL CONTROL*/

#panel-control {
	position: absolute;
	top: 419px;
	margin-left: 255px;
	width: 445px;
	background-image: url(../images/template/slide-control/image-icon-selected.gif);
}

/*PROJECT PAGE CONTROL */

#prev-page {
	position: absolute;
	top: 419px;
}

#next-page {
	position: absolute;
	top: 419px;
	margin-left: 540px;
}

/*PROJECT INFO STACKED FADING PANELS*/

.StackedFadingPanel {
	position:absolute;
	top: 0px;
	left: 0px;
	background-color: #000; /* Set background to get around IE rendering bug */
	padding: 0;
}