@import url("reset.css");
/*
 * Client: 
 * Site Name: 
 * URL: 
 *
 * Author: 
 * URL: http://www.whitespace-creative.com/
 *
 * Created: 
 *
 * --------------------------------------------------------------- */

/* Basic Structure */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	background: url(../../elements/skin/bg-left.jpg) no-repeat left top;
	background-color: #d3ec34;
}
#wrapper{
	width: 1092px;
	height: 785px;
	background: transparent url(../../elements/skin/bg-right.jpg) no-repeat right top;
	position: relative;
}
#logo{
	position: absolute;
	top: 0px;
	left: 50px;
}
#quiz{
	position: absolute;
	top: 126px;
	left: 75px;
	width: 650px;
	height: 475px;
	z-index: 1;
	/*border: solid 1px red*/;
}
#tips{
	position: absolute;
	top: 126px;
	left: 775px;
	width: 250px;
	height: 475px;
	/*border: solid 1px red;*/
}
#footer{
	position: absolute;
	bottom: 0px;
	left: 50px;
	width: 996px;
	border-top: solid 1px #52b84a;
	font-size: 1.1em;
	color: #3c9747;
	
	padding-top: 6px;
}
#footer a{
	text-decoration: none;
	color: #3c9747;
}
#footer .content{
	position: relative;
	line-height: 1.8em;
}
#footer .content .cantire{
	position: absolute;
	top: 0px;
	left: 385px;
}
#footer .content .dorel{
	position: absolute;
	top: 0px;
	left: 609px;
}
h2{
	font-size: 2.6em;
	color: #d3ed34;
	line-height: 1em;
	margin: 0 0 0 0;
	padding-bottom: 20px;
	font-weight: bold;
}
ol{
	color: #fec422;
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 28px;
	list-style-type: decimal;
}
ol li{
	margin-bottom: 12px;
}
ol li span{
	font-weight: normal;
	color: #fff;
}
strong{ font-weight: bold; }
/* -------------
 * Custom Alert Box
 * ------------- */
.myAlert{
	background:#DFDFDF;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	border: 2px solid #333;
	width: 300px;
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
}
.myAlert .dialog_message{background: transparent url(file:///W|/DOC_Dorel%20Canada/08DOC003_My%20First%20Bike%20Quiz%20/elements/icon_error.gif) left top no-repeat; padding-left: 20px;}

/* -------------
 * Misc.
 * ------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */ 


/* Remove the outline in FF */
*|*:-moz-any-link:focus { outline: none !important; }


.hide { display: none; }
.invisible { visibility: hidden; }
.right { float: right; }
.left { float: left; }

