* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
html {
	font-size:100%;
	overflow-y:scroll;
	overflow-x:hidden;
}
body,div,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin:0;
	padding:0;
}
body {
	font-family:'Cronos W01 Cap', Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#102a4c;
	background:#feedcf url(../img/bg.jpg) center top repeat-x;
	background-size:100% auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg',sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg',sizingMethod='scale')";
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a,
a:hover,
a:visited {
	text-decoration:none;
}
a img {
	border:0;
}
#wrapper {
	padding:48px 0 0;
	margin:0 auto;
	width:1012px;
	position:relative;
	overflow:hidden;
}
#home-link {
	margin: 12px auto;
text-align: center;
clear: both;
position: absolute;
bottom: 0px;
left: 50%;
margin-left: -90px;
}
#home-link a {
	color:#170f86;
}

/* === RESULTS === */
#results {
	float:right;
	width:820px;
	height:691px;
	padding-top:42px;
	position:relative;
	overflow:hidden;
	margin:0 0 12px;
}
#results section {
	position:absolute;
	background:#fff;
	width:800px;
	*width:700px !important;
	height:609px;
	overflow:hidden;
	padding:30px 40px 20px;
	right:100%;
	margin-left:20px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	text-align:center;
	z-index:2;
}
/*
#results section:after {
	content:'';
	display:block;
	width:157px;
	height:125px;
	background:url(../img/compare.png);
	float:right;
}
*/
#results section h2 {
	margin:0 0 32px;
	height:36px;
	line-height:36px;
	padding:0 0 0 46px;
	background-image:url(../img/item-sprite.png);
	background-repeat:no-repeat;
	text-align:center;
	display:inline;
	display:inline-block;
	color:#00aee1;
	font-family:'Cronos W01 Bd Cap', Helvetica, Arial, sans-serif;
	font-size:40px;
	font-weight:normal;
}
#results section h2 small {
	font-size:17px;
	color:#102a4c;
	text-transform:uppercase;
}
#results section table,
.graph {
	width:720px;
	height:420px;
	text-align:left;

}
.bar .graph {
*width:800px;
*margin-left:-50px;
}
.bar .references {
*margin-left:50px;
}
/* === INTRO === */
#intro {
	text-align:center;
	position:absolute;
	width:800px;
	right:0%;
	z-index:2;
}
#intro h1 {
	font-size:77px;
	color:#170f86;
	font-family:'Cronos W01 Bd Cap', Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin:0 0 40px;
	letter-spacing: -3px;
}
#intro h1 i {
	font-size:61px;
	display:block;
	font-style:normal;
}
#intro-text {
	font-family:Helvetica, Arial, sans-serif;
	color:#170f86;
	background:#fff;
	border:6px solid #00aee1;
	padding:24px;
	margin:0 auto;
	width:580px;
	text-align:center;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
}
#intro-text p {
	margin:0 0 1em;
	line-height:1.333em;
}
#intro-text p:last-child {
	margin:0;
}
/*
#start {
	font-size:17px;
	background:#00aee1 url(../img/start.png) 12px center no-repeat;
	padding:12px 16px 12px 75px;
	display:inline;
	display:inline-block;
	margin:-24px 280px 0;
	width:240px;
	height:65px;
	line-height:20px;
	color:#fff;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
	cursor:default;
}
#intro:after {
	content:'';
	display:block;
	width:157px;
	height:125px;
	background:url(../img/welcome.png);
	float:right;
	margin:120px 0 0;
}
*/
/* === SELECT === */
#select {
	width:192px;
	float:left;
	clear:left;
	z-index:8;
	position:relative;
	font-family:'Cronos W01 Bd Cap', Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin:0 0 12px;
}
#select h4 {
	font-size:17px;
	background:#00aee1;
	color:#170f86;
	padding:8px 12px 4px;
	-webkit-border-radius:12px;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius:12px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	border-radius:12px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	margin:0 48px;
	text-align:center;
	line-height:15px;
}
#select ul {
	margin:0;
	padding:0;
	*padding-bottom:19px !important;
	list-style:none;
	background:#00aee1;
	padding:14px 12px 1px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}
#select li {
	font-size:20px;
	height:36px;
	padding:0 0 0 46px;
	margin:0 0 18px;
	background-image:url(../img/item-sprite.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#select li:hover,
#select li.current {
	background-image:url(../img/item-sprite-hover.png);
}
#select li:hover a,
#select li.current a {
	color:#170f86;
}
#select li a {
	color:#fff;
	height:36px;
	line-height:36px;
}
#water,
#water-results h2 {
	background-position:0 0;
}
#nappies,
#nappies-results h2 {
	background-position:0 -36px;
}
#car-hire,
#car-hire-results h2 {
	background-position:0 -72px;
}
#fast-food,
#fast-food-results h2 {
	background-position:0 -108px;
}
#sun-cream,
#sun-cream-results h2 {
	background-position:0 -144px;
}
#coca-cola,
#coca-cola-results h2 {
	background-position:0 -180px;
}
#theme-park,
#theme-park-results h2 {
	background-position:0 -216px;
}
#wine,
#wine-results h2 {
	background-position:0 -252px;
}
#lager,
#lager-results h2 {
	background-position:0 -288px;
}
#meal-for-four,
#meal-for-four-results h2 {
	background-position:0 -324px;
}
#total,
#total-results h2 {
	background-position:0 -360px;
}
#current-arrow {
	width:63px;
	height:69px;
	background:url(../img/current-arrow.png);
	position:absolute;
	margin:34px 0 0 128px;
	z-index:4;
	left:0px;
}
/* === BAR GRAPHS === */
.bar-container {
	float:left;
	width:50%;

	height:28px;
}
.bar-label {
	float:left;
	width:48%;
	*width:43%;
	margin-right:2%;
	*margin-right:3px;
	text-align:right;
	color:#102a4c;
	line-height:30px;
}
.bar-label.max {
	color:#d92749;
}
.bar-label.min {
	color:#aace3c;
}
.bar-data {
	float: left;
	width: 0%;
	margin:3px 2% 3px 0;
	height:22px;
	line-height:24px;
	padding:0;
	color:#5ecff0;
	overflow:hidden;
	background:url(../img/bar-bg.png);
	font-family:'Cronos W01 Bd Cap', Helvetica, Arial, sans-serif;
}
.bar-data.max {
	background:url(../img/bar-bg-max.png);
	color:#102a4c;
}
.bar-data.min {
	background:url(../img/bar-bg-min.png);
	color:#102a4c;
}
/* === RING/CIRCLE GRAPHS === */
.ring-container,
.circle-container {
	float: left;
	text-align:center;
	width:8%;
	height:100px;
	margin:5px 1% 35px;
	position:relative;
}
.ring-data,
.circle-data {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.ring-data {
	border:2px solid #5ecff0;
	height:0px;
	width:0px;
	margin:29px;
}
.ring-data.max {
	border-color:#d92749;
}
.ring-data.min {
	border-color:#aace3c;
}
.circle-data {
	background-color:#5ecff0;
	height:2px;
	width:2px;
	margin:28px;
}
.circle-data.max {
	background-color:#d92749;
}
.circle-data.min {
	background-color:#aace3c;
}
.ring-label,
.circle-label {
	margin:6px 0 0;
	font-size:14px;
	position:absolute;
	text-align:center;
	width:auto;
	min-width:58px;
	left:0;
	top:58px;
}
.ring-label small,
.circle-label small {
	color:#5ecff0;
	display:block;
	font-size:14px;
	font-family:'Cronos W01 Bd Cap', Helvetica, Arial, sans-serif;
}
.ring-label.max,
.ring-label.max small,
.circle-label.max,
.circle-label.max small {
	color:#d92749;
}
.ring-label.min,
.ring-label.min small,
.circle-label.min,
.circle-label.min small {
	color:#aace3c;
}
/* === REFERENCES === */
.references {
	position:absolute;
	bottom:16px;
	width:auto;
	text-align:left;
}
.references p {
	margin:0 0 8px;
}
.references span {
	border-left:1px solid #5ecff0;
	border-right:1px solid #5ecff0;
	padding:0 12px;
	margin:0 12px;
}
.references span strong {
	font-family:'Cronos W01 Bd Cap', Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:22px;
}
.references .min {
	color:#aace3c;
	border-right:0;
	padding-right:0;
	margin-right:0;
}
.references .max {
	color:#d92749;
}
/* === TOP TITLE === */
#top-title {
	position:absolute;
	right:12px;
	top:64px;
	margin:0;
	font-size:19px;
	font-family:'Cronos W01 Bd Cap', Helvetica, Arial, sans-serif;
	font-weight:normal;
}
#top-title a {
	color:#feedcf;
	text-shadow:1px 1px 0 #170f86;
}
#top-title b {
	color:#00aee1;
	font-weight:normal;
}
/* === SOCIAL === */
#social {
	position:absolute;
	top:48px;
	*top:20px;
	left:212px;
	height:26px;

}
#social a {
	display:inline;
	display:inline-block;
	width:26px;
	height:26px;
	margin-right:2px;
	background-image:url(../img/social-sprite.png);
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#googleplus {
	background-position:0 0;
}
#twitter {
	background-position:-26px 0;
}
#facebook {
	background-position:-52px 0;
}
#youtube {
	background-position:-78px 0;
}
#social #download {
	background: #00aee1;
	border-radius: 4px;
	width: auto;
	text-indent: 0;
	color: #fff;
	padding: 4px 12px;
	height: 26px;
	line-height: 21px;
	vertical-align: top;
	font-family:'Cronos W01 Bd Cap', Helvetica, Arial, sans-serif;
}
/* === TABLET === */
@media (min-width: 481px) and (max-width: 752px) {
}
/* === MOBILE === */
@media (max-width: 480px) {
}
