* { margin: 0; padding: 0; font-size:11px; }
li { list-style-type: none }
h1, h2 { text-indent: -1000px; }
ul { margin-top: 20px }
li { margin-top: 9px }
a { outline: none }
a:hover, a:focus, a.active { hborder-bottom: 0px dotted #333 }
a.present { background: url(/img/fonts/present.png) no-repeat right top; }
a.past { background: url(/img/fonts/past.png) no-repeat right top; }
a.tense { background: url(/img/fonts/tense.png) no-repeat right top; }

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

h1
{
	background: url(/img/fonts/h1.png) no-repeat;
	height: 60px;
}

h1 a:hover
{
	border: none;
}

h2
{
	background: url(/img/fonts/h2.png) no-repeat;
	height: 20px;
}



#navigationWrapper
{
	position: absolute;
	z-index: 100;
	left: 30px;
	width: 232px;
	min-height: 520px;
	top: 0;
	bottom: 0;
	padding: 60px 20px 0 0;
}

#navigationWrapper.shaded
{
	background: url(/img/dropshadow.png) repeat-y right top;	
}

ul.subMenu
{
	margin: 5px 0 20px 0;
	padding-left:48px;
}

ul.subMenu li
{
	margin-right: 25px;
	margin-top: 3px;
	text-align: right;
}

ul.subMenu a
{
	text-indent: 0;
	height: 16px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

ul.subMenu a:hover,
ul.subMenu a:active,
ul.subMenu a.active
{
	color: #999;
	border: none;
}

ul.subMenu a:hover
{
	border: none
}


/*** Left aligned menu ***/

#navigationWrapper.left ul.subMenu li
{
	text-align: left;
}

#navigationWrapper.left a.present,
#navigationWrapper.left a.past,
#navigationWrapper.left a.tense
{
	background-position: left top;
}

/*** Left aligned menu ***/


#credits
{
	position: absolute;
	bottom: 60px;
	width: 188px;
}

#credits span
{
	display: block;
	letter-spacing: 1px;
	font-size:11px;
	line-height: 18px;
	text-transform: uppercase;
}

.sizes
{
	position: absolute;
	bottom: 20px;
	padding-left:48px;
	
}

.sizes span
{
	display: block;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	padding: 0 2px;
	float: left;
	letter-spacing: 1px;
}

#contact a
{
	display: inline;
	color: #000;
	text-decoration: none;
	margin-right: 10px;
}

#contact a:hover
{
	border: none;
	color: #999;
}

#slideshowWrapper
{
	position: absolute;
	z-index: 99;
	top: 60px;
	left: 280px;
	right: 0;
	min-width: 850px;
	height: 650px;
	overflow: hidden;
}

#slider
{
	position: absolute;
	width: 99000px;
	height: 650px;
}

#slider .slide
{
	float: left;
	margin: 0 20px;
	position: relative;
}

.slide img
{
	cursor: pointer;
	cursor: hand;
}

body.small
{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body.small #slideshowWrapper
{
	overflow: auto;
	height: auto;
	bottom: 0;
}

body.small #slider
{
	height: 100%;
	width: auto;
}

body.small #slider .slide
{
	margin: 5px !important;
	width: 320px !important;
	height: 220px !important;
	overflow: hidden !important;
	padding: 0 !important;
}

body.small #slider .slide img
{
	margin: 5px;
}

body.small .slide img:hover
{
	margin: 4px;
	border: 1px solid #fff;
}

.overlay
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	cursor: pointer;
	cursor: hand;
	z-index: 150;
}

#slider.small .overlay { background-color: transparent; }

.index
{
	position: relative;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 14px;
	text-align: center;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

.slide.active div.overlay,
#slider div.overlay:hover
{
	background-color: transparent;
}

.slide img.spinner
{
	cursor: default;
	top: 5px;
	left: 5px;
	position: absolute;
}

/*#slider div.active img
{
	cursor: default;
}*/


a
{
	display: block;
	height: 20px;
	width: 188px;
	text-indent: -1000px;
	cursor: pointer;
	cursor: hand;
}