* { margin: 0; outline: 0; }
ul, ol { padding:  0; }
a, img { border: 0; }

div.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	background: #fff; color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 16px;
	text-align: center;
	margin: 0; border: 0; padding: 0;
}

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

a:hover {
	text-decoration: underline;
}


#container {
	width: 950px;
	margin: 24px auto 0 auto;
	text-align: left;
	position: relative;
}


h1 {
	position: absolute;
	left: -2px; top: 0;
}

h1, h1 a {
	display: block;
	width: 90px; height: 103px;
	background: url(../img/bwmp.gif) 0 0 no-repeat;
	text-indent: -9999em;
}

/* language switcher */

#switcher {
	position: absolute;
	left: 50%; top: 4px;
	width: 475px; height: 12px;
	text-align: right;
}

#switcher a { font-size: 11px; font-weight: bold; color: #a6a6a6; }
#switcher a:hover { text-decoration: none; color: #000; }

/* menu */

ul#menu {
	position: absolute;
	left: 155px; top: -1px;
	width: 85px;
	list-style: none;
}

#menu li {
	line-height: 18px;
	height: 18px;
}

#menu li a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #a6a6a6;
}

ul.news li { margin: 0 0 9px 0; }
ul.news li a { font-weight: normal; }

#menu li.active a,
#menu li:hover a,
#menu.homepage_menu li.active:hover a {
	color: #000;
	text-decoration: none;
}

#menu.homepage_menu li.active a { color: #a6a6a6; }

/* submenu */

#submenu {
	position: absolute;
	left: 280px; top: -20px;
	padding: 20px 5px 0 5px;
	width: 385px; height: 516px;
	z-index: 20;
	background: url(../img/bg75.png) 0 0 repeat;
}

#submenu ul { 
	list-style: none; 
	font-weight: bold;
}

#submenu ul ul { 
	margin-left: 16px; 
	font-weight: normal;
	display: none;
}

#submenu ul.open {
	display: block;
}

#submenu ul li ul li a:visited { color: #666; }
#submenu li.active a { text-decoration: underline; color: #000 !important; }


#submenu li.spc { margin-top: 16px; }
#submenu li.spc32 { margin-top: 32px; }

#submenu li h3 {
	font-size: 12px;
	font-weight: bold;
}

#submenu #archive,
#uploads {
	position: absolute;
	bottom: 16px;
}

/* content above image */

#content {
	position: absolute;
	left: 280px; top: 0;
	width: 385px; height: 516px;
	padding: 0 5px;
	background: url(../img/bg75.png) 0 0 repeat;
	z-index: 10;
}

#content img {
	display: block;
	margin: 0 0 5px -5px;
}

#content h2 {
	font-size: 12px; line-height: 16px;
	margin: 0 0 16px 0;
}

/* image */

#image {
	position: absolute;
	left: 245px; top: 0;
	width: 705px; height: 516px;
	/* overflow: hidden; */
	z-index: 5;
	background: #eef0f0;
}

#image div.project_images {
	cursor: pointer;
}

#image img {
	width: auto; height: auto;
	display: block;
	background: #eef0f0;
}

#image #caption {
	position: absolute;
	right: 0; bottom: 2px;
	font-size: 11px;
	margin-top: 3px;
}

#arrow_prev,
#arrow_next {
	display: block; 
	width: 60px; height: 60px;
	position: absolute; 
	bottom: 0;
	background: url(../img/image_arrows.png) 0 0 no-repeat;
	text-indent: -9999em;
}

#arrow_next {
	right: 0;
	background-position: -60px 0;
}

#arrow_next:hover,
#arrow_next.active {
	background-position: -60px -60px;
}

#arrow_prev:hover,
#arrow_prev.active {
	background-position: 0 -60px;
}


/* image navigation */

#navigation {
	position: absolute;
	left: 245px; top: 517px;
	width: 705px; height: 20px;
}

#navigation ul { 
	list-style: none; 
	font-size: 15px; line-height: 20px;	
}
#navigation ul li { float: left; margin: 0 10px 0 0; }

#navigation a { color: #a6a6a6; }

#navigation li.active a,
#navigation a:hover { 
	color: #000; 
	text-decoration: none;	
}

#navigation a.prev,
#navigation a.next {
	margin: 4px 2px 0 0;
	display: block;
	width: 15px; height: 11px;
	line-height: 11px;	
	text-indent: -999em;
	float: left;
}

#navigation a.prev { background: url(../img/p_prev.gif) 0 0 no-repeat; }
#navigation a.next { background: url(../img/p_next.gif) 0 0 no-repeat; }

#navigation a.prev:hover,
#navigation a.next:hover {
	color: #000;
	background-position: 0 -11px;
}

#navigation p.tag {
	font-size: 11px;
	margin-top: 3px;
	float: right;
}

/* text */

.q {
	text-indent: -0.5em;
}

#text {
	position: absolute;
	left: 0px; top: 380px;
	width: 230px;
	padding-bottom: 32px;
}

#text h2 {
	font-size: 14px; line-height: 16px;
	margin: 8px 0;
}

#text h3,
#text h3 a,
#text h4,
#desc h4 {
	text-transform: uppercase;
	color: #a6a6a6;
	font-size: 12px; line-height: 16px;
}

#text p+h4 { margin-top: 8px; }

#text p.spc { margin-top: 8px; }
#text p.spc16 { margin-top: 16px; }

#page_back { display: block; font-weight: bold; margin-top: 16px;}



#desc h4 a.toggleDesc {
	color: #a6a6a6;
}

#desc {
	position: absolute;
	left: 0px; top: 520px;
	width: 258px;
}

#desc_text_scroll {
	height: 112px; width: 228px;
	padding-right: 10px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}


/* project navigation */

#project_nav {
	position: absolute;
	left: 0px; top: 360px;
	font-size: 10px; line-height: 11px;
}

#project_nav a {
	display: block;
	height: 11px; width: auto;
	text-decoration: none;
	float: left;
	margin: 0 12px 0 0;
	padding: 0 0 0 15px;
	color: #999;
}

#project_nav a.prev { background: url(../img/p_prev.gif) 0 0 no-repeat; }
#project_nav a.next { background: url(../img/p_next.gif) 0 0 no-repeat; }

#project_nav a:hover {
	color: #000;
	background-position: 0 -11px;
}

/* Team */

#text.team_list { top: 160px; }
#text.team_list ul { list-style: none; }
#text.team_list li, 
#text.team_list li a { color: #999; text-decoration: none; }
#text.team_list li.active,
#text.team_list li.active a,
#text.team_list li:hover, 
#text.team_list li a:hover { color: #000; }

#image.team_images img {
	display: block;
	float: left;
}
#image.team_images {
	background: none;
	overflow: visible;
	background: #fff;
	height: auto;
}

/* Search */

#submenu.search {
	background: none;
}

#search {
	margin-top: 30px; width: 365px;
}

div.dropdown {
	margin: 5px 0;	
}

div.dropdown a,
div.go a,
div.results,
#id_q {
	display: block;
	width: 307px; 
	background: #fff;
	height: 30px; line-height: 30px;
	padding: 0 10px 0 3px;
	text-decoration: none;
	font-weight: normal;
	overflow: hidden;
}

#id_q {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 0 5px 0;
	vertical-align: middle;
}

div.go a {
	width: 30px; 
	padding: 0 5px;
	text-align: center;
	font-weight: bold;
}

div.results {
	height: auto;
	line-height: 18px;
	margin: 20px 0 0 0;
	padding: 5px 10px 10px 10px;
}

div.results ul { margin-top: 8px; }
div.results p { margin: 0; }

div.dropdown ul {
	position: absolute;
	display: none;
/*
	max-height: 150px;
	overflow: auto;
*/
}

div.go a:active,
div.dropdown ul li.active a,
div.dropdown ul li a:hover {
	background: #eee;
	text-decoration: none;
	font-weight: normal !important;
}

.hidden { display: none !important; }

div.dropdown ul li,
div.dropdown ul li a {
	height: 18px; line-height: 18px;
}

div.dropdown ul {
	max-height: 300px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

div.dropdown a.first { font-weight: bold; }

div.go { float: right; margin-top: -35px; }