html { }
	body 
	{ 

		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 8pt;
		overflow: hidden;
		}

	#slideshow {
		position:relative;
		height: 100%;
	}

	#slideshow IMG {
		position:absolute;
		opacity:0.0;
		width: 100%; 
		height: auto;
		z-index: -1;
		border: none;
	}

	#slideshow IMG.active {
		z-index:10;
		opacity:1.0;
	}

		#slideshow IMG.last-active {
		z-index:9;
	}

	
div#main_content_gradient img.proImgs
{
	float: left;
}

div#main_content_gradient embed, div#main_content_gradient object
{
	float: left;
}	

div#main_content_gradient
{
	position: absolute;
	top: 0px;
	width: 9000px;
}	

div#imgMid
{
	position: absolute;
	top: 200px;
	background: yellow;
	opacity: 0.0;
	filter: alpha(opacity = 0);
	z-index: 1;
	cursor: pointer;
}

div#imgLeft
{
	width: 80px;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 200px;
	background: yellow;
	opacity: 0.0;
	filter: alpha(opacity = 0);
	z-index: 1;
	cursor: pointer;
}

div#imgRight
{
	width: 80px;
	height: 400px;
	position: absolute;
	right: 0px;
	top: 200px;
	background: yellow;
	opacity: 0.0;
	filter: alpha(opacity = 0);
	z-index: 1;
	cursor: pointer;
}

/* commented backslash hack \*/ 
html, body{ height: 100%;} 
/* end hack */
html,body {margin:0;padding:0}




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

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

ul, ol { list-style: none; }
ul, li { margin: 0; padding: 0; }

hr { clear: both; }





div#lastest
{
	width: 585px;
	height: 95%;
	position: absolute;
	left: 148px;
	background: #f3f3f4;
	color: #404545;
	z-index: 9999;
	padding-bottom: 10px;
	top: -3000px;
	overflow: auto;
	padding-left: 5px;
	padding-top: 19px;
}

#numDiv
{
	position: absolute;
	top: 0px;
	left: 240px;
}

div#lastestImg
{
	float:left;
	margin-right: 5px;
	padding-bottom: 10px;
}
div#lastestText
{
	float:left;
	width: 138px;
}


a.links
{
	text-decoration: none;
}

a.links:hover
{
	color: #f7b9cf;
}

a.newsLink
{
	text-decoration: none;
}

a.newsLink:hover
{
	color: #f7b9cf;
}

body {
	
	margin:0px;
	background: #ccc url(_img/bg.gif) no-repeat top left;
	border-bottom: 3px solid #000;
	padding: 0;
}

#sidebar {position: fixed; top: 0px; left: 15px; z-index: 9999; padding: 15px; padding-top: 30px; background: transparent url(_img/white.png) }

a#logo { width: 220px; height: 85px; background: transparent url(_img/logo.png)  no-repeat top left; display: block; text-indent: -9999px; }

#copy {position: fixed; bottom: 30px; left: 30px; font: arial; font-size: 9px; color: #999; }
#copy a {color: #999; }

span.news_header { font-family: Helvetica Neue, Helvetica, Arial; font-weight: bold; color: #000; font-size: 17.35px;}

#news {margin-top:-10px; width: 200px; text-align: normal; line-height: 150%; font-size: 10px; color: #000;}

a.bigwhite {font-size: 17.35px; color: #fff;  font-weight: bold; margin-top: 10px; text-decoration:  none; line-height: 140%; }



/* GALLERY */



a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}



/* main vertical scroll */
#main {
	position:relative;
	
	height: 450px;
}

/* root element for pages */
#pages {
	position:absolute;
	
}

/* single page */
.page {
	
	}

/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	left: 0px ;

	height: 615px;
}

/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.item {
	float:left;
	cursor:pointer;
	margin-right: 0px;
	
}

.item img {height: 600px; -moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}

/* main navigator */
#main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
}

.items { margin-left: 268px;}

#main_navi li {
	background-color:#333;
	border-top:1px solid #666;
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	height:75px;
	list-style-type:none;
	
	width:190px;

}

#main_navi li:hover {
	background-color:#444;
}

#main_navi li.active {
	background-color:#555;
}

#main_navi img {
	float:left;
	
}

#main_navi strong {
	display:block;
}

#main div.navi {
	
	
}






/* MENU */



a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	width: 200px;
	color: #000;
	}

#accordion p {color: #000; font-size: 10px; line-height: 150%;}


#accordion h2 {
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 17.35px;
	color: #fff;
	padding: 0;
	margin: 0;
	margin-top: 3px;
	cursor: pointer;
	
}

/* currently active header */
#accordion h2.current {
	
	background: transparent;
	
	
}

/* accordion pane */
#accordion div.pane {
	
	border-width:0 2px;
	display:none;
	padding: 10px 0px 10px 0px;
	color:#000;
	font-size:10px;
	line-height: 140%;
}

/* a title inside pane */
#accordion div.pane ul, #accordion div.pane ul li {padding: 0; margin: 0; list-style: none !important; font-size: 11px; font-weight: bold; line-height: 130%;}
#accordion div.pane ul li a  {text-decoration: none; color: #000;}





#nav_buttons {position: fixed; left: 268px; top: 601px; z-index: 999999 !important;  }

#nav_buttons a.next {background: transparent url(_img/next_btn.png) no-repeat; width: 15px; height: 15px; display: block; text-indent: -9999px; float: left;}
#nav_buttons a.prev {background: transparent url(_img/prev_btn.png) no-repeat; width: 15px; height: 15px; display: block; text-indent: -9999px; float: left; margin-right: 1px;}

