@charset "UTF-8";
/* CSS Document */
/* Insideout wales - How Welsh are you? */

body{
	font-size:76%;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
line-height:1.3;
}

#wrapperWelsh{
	/* margin:0 auto; */
	position:relative;	
	width:800px;
	overflow:hidden;
}

#qContainer{
	position:relative;
	width:16000px;
	height:500px;	
}

.slide{
	float:left;
	width:760px;
	height:460px;
	padding:20px;
}

.slide a img{
	border:none;
}

.start{
	background:url(../images/slide01.jpg) top center;
}

.qs{
	background:url(../images/slide_qs.jpg) top center;
}
.res{
	background:url(../images/slide_res.jpg) top center;
}

.slideContentContainer{
	margin-left:220px;
}

h3.question{
	font-size:24px;
}

br{
	line-height:30px;
}

label{
	font-size:18px;
	
}

.uline{
	text-decoration:underline;
}

.rLeft{
	float:left;
}

rRight{
	float:right;
}

.left{
	float:left;
}

.res img{
	padding:3px;
}

.res a, .res a:link, .res a:visited{
	color:#FFF;
	font-weight:bold;
}

.rew a:hover, .res a:active, .res a.visited:active{
	color:#F90;
	font-weight:bold;
	text-decoration:underline;
}


.startButton{
 	position:absolute;
	left:590px;
	bottom:40px;
}
