* {
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	border: 0;
}

html, body {
	height:100%;
	width: 100%;
}


/* BEGIN thumbnails */

.contactSheet {
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}

.thumbnail {
	text-align: center; 
	vertical-align: middle;
	border: thin solid #ccc;
	float: left;
}
/* END thumbnails */


/* BEGIN menus: v.kray, about ... */

.menu {
	width: 50px;
	padding: 3px;
	font-size: 10px;
}

.menu a {
	color: #000;
}

.menu a:hover {
	text-decoration: none;
	color: #777;
}

/* v.krey */
#topLeftMenu {
	text-align: right;
}

/* portfolio */
#topRightMenu {
	text-align: left;
}

/* about */
#bottomLeftMenu {
	text-align: right;
}

/* contact */
#bottomRightMenu {
	text-align: left;
}

#contact {
	color: #000;
}

/* END menus */


/* BEGIN arrow buttons */
.button {
	width: 80px;
	height: 24px; 
}

.button a {
	text-decoration: none;
}

#prevButton {
	float: left;  
	text-align: right;
}

#nextButton {
	float: right;
	text-align: left;
}

/* END arrow buttons */



/* 

*******************************************
DON'T CHANGE THE SETTINGS BELOW !!!!
*******************************************

*/


#outer {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#outer[id] {
	display: table;
	position: static;
}

#container {
	top: 50%;
	text-align: center;
} 

#container[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#inner {
	position: relative;
	top: -50%;
	margin: 0 auto;
	border: #fff thin solid;
}

#leftNavigation {
	width: 67px;
	display: block;
	float: left;

}

#rightNavigation {
	width: 67px;
	display: block;
	float: right;
	
}

img.arrow {
	width: 24px;
	height: 24px;
	border: none;
}


/* Superfish */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu {
	float:			left;
}

.sf-menu a {
	padding: 		5px;
	text-decoration: none;
	cursor: default;
}

.topLeft {
	border-right:	1px solid #000;
	border-bottom:	1px solid #000;
	width: 60px;
}

.topRight {
	border-left:	1px solid #000;
	border-bottom:	1px solid #000;
	width: 60px;

}


.bottomLeft {
	border-right:	1px solid #000;
	border-top:	1px solid #000;
	width: 60px;
}

.bottomRight {
	border-left:	1px solid #000;
	border-top:	1px solid #000;
	padding: 3px;
	margin-left: 5px;
	width: 55px;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li {
	background:		#fff;
}

li.topLeft {
	text-align: right;
	float: right;
}

.sf-menu li li {
	background:		#fff;
}

.sf-menu li li a {
	cursor: pointer;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.sf-menu li li li {
	background:		#777;
	color: #fff;
}

.sf-menu li li li a {
	color: #fff;
}
.sf-menu li li li a:hover {
	background: #333;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}

.sf-menu li li:hover {
	background:	#777;
	color: #fff;
}

.sf-menu li li a:hover {
	color: #fff;
	background:	#777;
}

div.topRightDropDown {
	position: relative;
	left: -40px;
	top: -20px;
}

div.bottomRightPopUp {
	position: relative;
	left: -40px;
	top: -125px;
}

div.bottomLeftPopUp {
	position: relative;
	top: -215px;
}

div.portfolioPubric {
	padding: 4px;
	color: #777;
	font-style: italic;
	background: #fff;
	border-left: thin solid #ccc;
	border-right: thin solid #ccc;
	border-bottom: thin dotted #ccc;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 0em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	display: none;
}


/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}
