/* COLOURS:
Dodger Blue: #1E90FF
*/

#logo{
	position: absolute;
	top: 20px;
	left: 20px;
	height: 160px;
	width: 160px;
}

img
{
	border: none;
}

/*
***************
******************
WRAPPER
******************
***************
*/

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 100;
	src: local('Raleway Thin'), local('Raleway-Thin'), url(../fonts/raleway.woff) format('woff');
}

#wrapper{
	background-color: #1E90FF;
	font-size: 20px;
	font-family: Raleway, helvetica, arial, sans-serif;
	width: 1024px;
	height: 768px;
	margin: auto;
	color: white;
	text-align: center;
	overflow: hidden;
	font-weight: lighter;
}

a, a:visited{
	text-decoration: none;
	color: white;
}


/*
***************
******************
NAVIGATION
******************
***************
*/

nav a{
	text-decoration: none;
	color: white;
	padding: 10px;
	margin: auto 50px;
}

nav a:hover{
	color: #1E90FF;
	background-color: white;
}


/*
***************
******************
CONTENT
******************
***************
*/
#content{
	height: 630px;
}


/*
***************
******************
HEADINGS
******************
***************
*/
h2{
	font-weight: bolder;
	font-size: 50px;
}


/*
***************
******************
PIC CHOICES
******************
***************
*/
.choices6,.choices8,.choices12{
	margin-top: -30px;
}
.choices6 img{
	width: 250px;
}

.choices6 figure{
	display: inline;
	float: left;
	margin: 0px 45px;
	width: 250px;
	height: 270px;
	cursor: pointer;
}

.choices6 figcaption{
	height: auto;
	text-align: center;
	margin-top: -15px;
}

.choices8 img{
	width: 250px;
}

.choices8 figure{
	display: inline;
	float: left;
	margin: 0px 3px;
	width: 250px;
	height: 270px;
}

.choices8 figcaption{
	height: auto;
	text-align: center;
	margin-top: -15px;
}

.choices10{
	margin-left: 10px;
}

.choices10 img{
	width: 198px;
}

.choices10 figure{
	display: inline;
	float: left;
	margin: 0px 2px;
	width: 198px;
	height: 230px;
}

.choices10 figure.active
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}
.choices10 figcaption{
	height: auto;
	text-align: center;
	margin-top: -15px;
	font-size: 15px;
}
