@charset "utf-8";
/* CSS Document */

* { 
	margin: 0;
	padding: 0;
	outline: none;
	}
	
HTML {
	height: 100%;
	}

IMG { border: none; }		
	
#intro {
	background-color: #000;
	height: 100%;
	width: 100%;
	}
	
.introImages {
  width: 100%;
  height: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	}	
	
#introEnglish {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 1000;
	cursor: pointer;
	}
	
#introSkip {
	position: absolute;
	bottom: 29px;
	right: 95px;
	z-index: 1000;
	cursor: pointer;
	}	
	
.introImage { 
	color: #FFF; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	display: none; 
	cursor: pointer;
	}
	
.introText {
	position: absolute;
	z-index: 30;
	cursor: pointer;	
	display: none;
	margin: 30px;
	}

.introLogo {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1000;
	}
	
.introImages IMG {
	-ms-interpolation-mode: bicubic;
	}
	
#black {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 25;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; // first!
	filter: alpha(opacity=0.1);
	opacity: 10;
	display: none;
	cursor: pointer;
	}	
	
#black a {
	display: block;
	width: 100%;
	height: 100%;
	}
	
/* LAYOUT ----------------------------------------------------------------------- */		

#page {
	background-color: #000;
	color: #FFF;
	}
	
#logo {
	position: absolute;
	right: 30px;
	top: 30px;
	}	
	
#nav {
	color: #FFF;
	position: absolute;
	top: 24px;
	left: 30px;
	}
	
.nav A {
	margin-right: 15px;
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #8B8B8B ;
	line-height: 21px;
	font-weight: bold;
	}	
	
.nav A.active {
	color: #FFF;
	}	
	
#leftnav {
	float: left;
	overflow: hidden;
	position: absolute;
	top: 200px;
	left: 30px;
	width: 331px;	
	}	
	
#leftnavContent {
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	padding-bottom: 40px;
	}	
	
#navScrollButtons {
	position: absolute;
	bottom: 105px;
	left: 349px;
	width: 15px;
	height: 30px;
	z-index: 100000000;
	}	
	
#navScrollButtonsContent {
	position: relative;
	z-index: 10000000;
	}	
	
#scrollUp {
	background: url('../images/navScrollUp.gif') no-repeat 2px 2px;
	width: 15px;
	height: 10px;
	float: left;
	cursor: pointer;
	position: absolute;
	top: 190px;
	left: 348px;
	z-index: 100000000;
	}
	
#scrollDown {
	background: url('../images/navScrollDown.gif') no-repeat 2px 2px;
	width: 15px;
	height: 10px;
	float: right;
	cursor: pointer;
	position: absolute;
	bottom: 90px;
	left: 348px;
	z-index: 100000000;	
	}	
	
#leftnav_contentwrapper	{
	top: -90px;
	}
	
#sliderVertical {
	width: 9px;
	position: absolute;
	left: 352px;
	top: 209px;
	/* background-color: #111; */
	}	
	
#sliderTop {
	background-color: #111;
	width: 9px;
	height: 9px;
	margin-top: -9px;
	}	
	
.ui-slider-handle {
	background-color: #333333;
	width: 9px;
	height: 9px;
	display: block;
	position: absolute;
	margin-top: -5px;
	}	
	
.ui-state-hover {
	background-color: #444444;
	}
	
.ui-state-active {
	background-color: #fff;
	}			
	
.ui-slider-range {
	background-color: #fff;
	}
	
	
#subnav {
	overflow: hidden;
	}	
	
#subnav .year {
	color: #515151;
	font: 12px Arial;
	font-weight: bold;
	margin-top: 12px;
	float: left;
	clear: both;
	margin-bottom: 3px;
	}	
	
#subnav .competition {
	color: #8b8b8b !important;
	}	
	
#subnav .country_award {
	color: #515151 !important;
	font-weight: normal;
	}	
	
#subnav .active {
	color: #fff !important;
	}	
	
#subnav .first {
	margin-top: 0px;
	}	
	
#subnav A.competition {
	line-height: 14px !important;
	padding: 3px 0 !important;
	}	
	
#subnav A,
#subsubnav A {
	line-height: 25px;
	float: left;
	clear: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: -1px;
	width: 300px;
	}
	
#subnav A:hover,
#subsubnav A:hover {
	color: #aaa !important;
	}	
	
#subnav A.active:hover,
#subsubnav A.active:hover {
	color: #FFF !important;
	}	
	
#subsubnav {
	margin-top: 93px;
	}
	
*:first-child+html #subsubnav {  } * html #subsubnav {  } /* ie7 and below */	
	
#content {
	position: absolute;
	top: 200px;
	left: 425px;
	width: 710px;
	height: 300px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #515151;
	line-height: 20px;
	position: relative;
	overflow: hidden;
	}		
	
.frontend #content {
	visibility: hidden;
	}	
	
#content.clickable {
	cursor: pointer;
	}
	
#content_mcontentwrapper {
	z-index: 1000;
	}	
	
#contentText {
	width: 710px;
	height: 300px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #515151;
	line-height: 20px;
	}		
	
#content_scrollwrapper { margin-bottom: 40px !important; }

#newsItems {
	padding-bottom: 250px;
	}
	
.newsItem {
	display: block;
	padding-bottom: 35px;
	}	
	
#content A {
	color: #FFF;
	text-decoration: none;
	}
	
#content P {
	margin: 0 0 18px 0;
	width: 710px;
	}		
	
.textSmall {
	font-size: 11px;
	}	
	
#content A:hover {
	text-decoration: underline;
	}	
	
#fadingBottomNav {
	position: absolute;
	background: url('../images/contentFadingBottom.png') repeat-x bottom left;
	height: 50px;
	width: 320px;
	bottom: 100px;
	left: 0px;
	z-index: 10000;
	}	
	
#fadingBottomContent {
	position: absolute;
	background: url('../images/contentFadingBottom.png') repeat-x bottom left;
	height: 50px;
	width: 500px;
	bottom: 100px;
	left: 420px;
	z-index: 10000;
	}	
	
#projectpicsHover {
	position: absolute;
	top: 200px;
	left: 425px;
	width: 710px;
	height: 400px;
	z-index: 1000;
	display: none;
	}		
	
#projectpicsHover .projectPic {
	display: none;
	}	
		
#projectPicsNav {
	position: absolute;
	top: 610px;
	left: 425px;
	z-index: 100;
	}	
	
#projectPicsNav A {
	display: block;
	float: left;
	width: 9px;
	height: 9px;
	background-color: #2f2f31;
	margin-right: 8px;
	}	
	
#projectPicsNav A.active {
	background-color: #fff;
	}		
		
.contentProjectPic {
	cursor: pointer;
	position: absolute;
	top: 200px;
	left: 425px;
	z-index: 10;
	position: absolute;
	display: none;
	}	

#contentProjectPic1 { 
	display: block;
	z-index: 10; 
	}		

#cover {
	background-color: #000;
	position: absolute;
	top: 200px;
	left: 425px;
	width: 50px;
	height: 1000px;
	z-index: 5;
	}
	
#footer {
	position: absolute;
	bottom: 25px;
	left: 30px;
	z-index: 10;
	}	

/* TYPO ------------------------------------------------------------------------- */		

h1, h2 {
	display: block;
	float: left;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	}

/* CMS -------------------------------------------------------------------------- */	

#cmsNav {
	position: absolute;
	top: 90px;
	left: 30px;
	font: 11px Arial, Helvetica, sans-serif;
	}
	
#cmsNav {
	color: #fff;
	}
	
#cmsNav .line {
	color: #444;
	font-size: 12px;
	margin: 0 5px 0 3px;
	}	
	
#cmsNav .logout {
	color: #646464;
	text-decoration: none;
	}	
	
#cmsNav .logout:hover {
	color: #fff;
	}	
	
A.cms {
	background-color: #333;
	color: #FFF;
	padding: 3px 8px 3px 8px;
	float: left;
	text-decoration: none;
	margin-right: 5px;
	border-top: 1px solid #444;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #444;	
	font-size: 11px;		
	}
	
A.cms:hover {
	background-color: #444;
	}
	
A.cms:active {
	background-color: #222;
	}			
	
#editContentLink {
	position: absolute;
	top: 40px;
	left: 395px;
	width: 400px;
	}
	
#editNavLink {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 300px;
	}
	
#languageSwitcher {
	position: absolute;
	left: 230px;
	top: 0px;
	width: 300px;
	color: #444;
	font-size: 12px;
	}	
	
#languageSwitcher A {
	line-height: 16px;
	color: #646464;
	font-size: 11px;
	text-decoration: none;
	}	
	
#languageSwitcher A:hover {
	color: #FFF;
	}	
	
#languageSwitcher A.active {
	color: #FFF;
	}		
	
#content .button,
.intro .button {
	border-top: 1px solid #444;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #444;		
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #333;
	color: #FFF;
	padding: 3px 8px 3px 8px;
	margin: 5px 0 0 0px;
	}	
	
.inputBlock {
	clear: both;
	margin: 5px 0 10px 0;
	}

FORM  LABEL {
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 18px;
	}	
	
FORM .left {
	clear: both;
	float: left;
	width: 380px;
	}
	
FORM .right {
	float: left;
	}	
	
FORM {
	clear: both;
	}
	
FORM .input {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 270px;
	border: 1px solid #333;
	}	
	
FORM SELECT {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 1px;
	width: 277px;
	}
	
#pageoptions h1 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	}
	
#pageoptions .right LABEL {
	margin-bottom: 5px;
	}		
	
#pageoptions #navItems DIV {
	
	}	
	
#pageoptions .button {
	margin-top: 20px;
	}	
	
#pageoptions .delete {
	border-top: 1px solid #d21e00;
	border-left: 1px solid #d21e00;
	border-right: 1px solid #5b0d00;
	border-bottom: 1px solid #5b0d00;		
	background-color: #9a1600;
	margin-left: 10px;
	}		
	
.urlPreview { font-size: 11px; }

#navItems DIV { cursor: pointer; }
#navItems .thisItem {
	color: #fff;
	}	
	
INPUT.checkbox {
	float: left;
	width: 16px;
	height: 16px;
	outline: none;
	}	
	
.labelCheckbox {
	float: left;
	line-height: 15px;
	margin: 0 0 20px 5px;
	display: block;
	}	
	
#projectPicture,
#myfile {
	width: 300px;
	margin-bottom: 15px;
	background-color: #FFF;
	font: 13px Arial, Helvetica, sans-serif;
	}	
	
.projectImg {
	margin-bottom: 15px;
	}
	
.projectPic {
	position: absolute;
	top: 0px;
	z-index: 100000;
	}
	
#projectThumbnails {
	width: 500px;
	padding-bottom: 20px;
	}	
	
.projectThumb { float: left; cursor: default; height: 105px; position: relative; }	
	
.projectThumb IMG {
	margin: 0 5px 5px 0;
	}	
	
.ui-sortable-helper,
.ui-selected {
	float: left !important;
	height: 105px;
	}
	
.iconDelete {
	background: url('../images/iconDelete.gif') no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	display: none;
	}
	
#introImages {
	margin: 30px 0 10px 30px;
	width: 80%;
	clear: both;
	}		
	
#introUpload {
	margin: 0px 30px 30px 30px;
	}
	
#f1_upload_process {
  display: none;
	padding-top: 20px;
	float: left;
	}
	
#f1_upload_process IMG {
	margin-left: -6px;
	}
	
#introImages .ui-sortable-helper,
#introImages .ui-selected {
	float: left !important;
	height: 155px;
	}	
	
.msg {
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#introImages .projectThumb { float: left; cursor: default; height: 155px; position: relative; }	
	
#introImages .projectThumb IMG {
	margin: 0px 5px 5px 0;
	}			
	
.intro h1 {
	margin: 30px;
	display: block;
	}	
	
#introUpload .save, #introUpload .cancel {
	display: none;
	}	
	
#competitionSpecial {


	}	
	
#competitionSpecial .inputBlock {
	clear: none !important;
	float: left;
	margin-right: 5px;
	}	
	
#competitionSpecial .year INPUT {
	width: 70px;
	}	
	
#competitionSpecial .country INPUT {
	width: 30px;
	}	
	
#competitionSpecial .award INPUT {
	width: 144px;
	}			
		

/* MISC ------------------------------------------------------------------------- */	
	
.left { float: left; }
.right { float: right; }
.clear { clear: both; }	
.mt10 { margin-top: 10px; }

/* FLEXCROLL -------------------------------------------------------------------- */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #1c1c1c;
}
.vscrollerbar {
width: 10px;
background-color: #333333;
cursor: pointer;
}

#leftnav .vscrollerbar {
	height: 9px !important;
	width: 9px !important;
	}
	
.hscrollerbase {
height: 10px;
background-color: #333;
display: none;
}

.hscrollerbar {
height: 10px;
background-color: black;
display: none;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

#leftnav_vscrollerbase {
	background-color: #000 !important;
	}

/* sIFR -----------------------------------------------------------------------------	
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 18px;
}





