*{
	margin: 0;
	padding: 0;
}

img{
	border: none;
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

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

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

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

p{
	margin-bottom: 1em;
}

#info{
	width: 640px;
}

.selected{
	color: #00BBFF;
}

/******************************************************* common */
#header{
	margin: 20px 0 20px 0;
	position: relative;
}

/*#header h1{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}
*/
#header h2{
	font-size: 10px;
	color: #a0a0a0;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}

#header h2 a{
	color: #a0a0a0;
	text-decoration: none;
}

#header h2 a:hover{
	color: #a0a0a0;
	text-decoration: underline;
}

#gestures_nav{
	width: 150px;
	float: left;
	margin-left: 20px;
	float: left;
}

#gestures_nav #nav{
	text-align: left;
	list-style-type: none;
	z-index: -1;
	overflow: auto;
	width: 150px;
	height: 520px;
}

#gestures_nav #nav a{
	text-decoration: none;
}

#gestures_nav #nav a:hover{
	color: #00BBFF;
	text-decoration: none;
}

#gestures_content{
	width: 810px;
	float: left;
}

#gestures_content #img{
	width: 693px;
	height: 520px;
}

#gestures_content #slideshow, #references_content #slideshow{
	text-align: right;
	margin-top: 10px;
}

#gestures_content #page{
	width: 693px;
}

#gestures_content #page, #references_content #page{
	margin-top: 10px;
	text-align: center;
}

#prevNext{
	margin-right: 2em;
}

/************************************** references */
#references_content{
	width: 570px;
	float: left;
}

#references_content #img{
	height: 427px;
	width: 569px;
	text-align: center;
}

#references_content #page{
	width: 569px;
}

#references_nav{
	width: 400px;
	float: left;
	margin-left: 20px;
}

#selection{
	text-align: right;
}

form select option{
	padding: 0 5px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

form select{
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.rotate{
	text-align: center;
	margin-top: 1em;
}

#caption{
	margin-top: 10px;
	color: #777;
}

/**************************************** speculations */
#speculations{
	text-align: left;	
	width: 9000px;
}

#speculations #header{
	width: 980px;
	position: absolute;
}

#timeline{
	height: 100px;
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	position: relative;
	top: 506px;
}

#timeline .dot{
	position: absolute;
	text-align: center;
}

#timeline .dot a:hover{
	cursor: pointer;
}

#present{
	position: absolute;
	height: 30px;
	background-image: url(../img/marker.gif);
	background-repeat: no-repeat;
	background-position: center 0;
}

.highest{
	z-index: 1;
}

a:active{
	outline: none;
}

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

#image{
	height: 400px;
	position: absolute;
	top: 83px;
	margin-bottom: 83px;
}

#pager{
	position: absolute;
	top: 493px;
	width: 100%;
}

/**************************************** home */
#headerHome{
	margin: 20px 0 60px 0;
	width: 400px;
}

#headerHomeTitles{
	float: left;
}

#header h1{
	font-size: 22px;
	margin-bottom: 5px;
}

#header h1 a{
	text-decoration: none;
}

#header h1 a:hover;{
	text-decoration: underline;
}

#headerHome h2{
	font-size: 10px;
	color: #a0a0a0;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;
}

#headerHome h2 a{
	color: #a0a0a0;
	text-decoration: none;
}

#header h2 a.selected{
	color: #000;
	text-decoration: none;
}

#headerHome h2 a:hover{
	color: #a0a0a0;
	text-decoration: underline;
}

#containerHome .columns{
	float: left;
	width: 300px;
	padding-right: 40px;
}

#containerHome .columns.last{
	padding-right: 0px;
}

#containerHome .columns h1{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}

#containerHome .columns h1 a{
	text-decoration: none;
}

#containerHome .columns h1 a:hover{
	text-decoration: underline;
}

#containerHome .columns p{
	font-size: 12px;
	line-height: 17px;
	margin-top: 1em;
}

#footer{
	text-align: center;
	margin-top: 100px;
	color: #999;
	font-size: 11px;
	clear: both;
}

#footer a{
	color: #999;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

.center{
	text-align: center;
}

/******************************************** clearfix */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
