﻿#main
{
	padding-top: 20px;
	background-image: none;
}

.intro
{
	border-bottom: solid 2px #ccc;
	padding-bottom: 10px;
	font-size: 11pt;
	font-weight: bold;
}

.slideshow
{
	clear: left;
	border-top: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	padding: 20px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 100px;
}
.slideshow blockquote
{
	font-style: italic;
	color: #888;
	font-size: 12pt;
	padding-right: 10px;
}
.photos
{
	float: right;
	height: 100px;
	overflow: hidden;
	border: solid 1px #444;
}
.photos img
{
	min-height: 100px;
	max-height: 100px;
	display: block
}

.hint
{
	text-align: center;
	color: #999;
}

.wheel-container
{
	position: relative;
	height: 400px;
	width: 400px;
	float: left;
}

.wheel
{
	position: absolute;
	width: 400px;
	height: 400px;
	cursor: pointer;
}

.wheel img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.hovers
{
	font-size: 12pt;
	margin-left: 405px;
	margin-top: 50px;
}

#main .hovers li
{
	margin: 0;
	list-style-type: none;
}

.segment
{
	padding: 10px;
}

.gather-organise
{
	border: solid 1px #FF862B;
	border-top-width: 4px;
	background-color: #FFF9F5;
}

.identify
{
	border: solid 1px #FEE413;
	border-top-width: 4px;
	background-color: #FFFFF5;
}

.generate 
{
	border: solid 1px #79D550;
	border-top-width: 4px;
	background-color: #F8FFF5;
}

.decide
{
	border: solid 1px #04C2FF;
	border-top-width: 4px;
	background-color: #F5FDFF;
}

.implement
{
	border: solid 1px #118BD8;
	border-top-width: 4px;
	background-color: #F5FBFF;
}

.evaluate
{
	border: solid 1px #8750AE;
	border-top-width: 4px;
	background-color: #FAF5FF;
}

.communicate
{
	border: solid 1px #CF52AD;
	border-top-width: 4px;
	background-color: #FFF5FC;
}

.learn-from-experience
{
	border: solid 1px #F32D2C;
	border-top-width: 4px;
	background-color: #FFF5F5;
}
