/*
 *	 Author		: Michael-Thor Bateman BSc(Hons)
 *	 Filename	: home.css
 *	 Modified	: 04th April 2007
 */

#content		{	padding				: 0;
					background			: url(../images/contentBackgroundHome.jpg) bottom left no-repeat #ffffff;
				}

#contentText	{	width				: 16px;
					height 				: 300px;
					padding				: 10px 5px;
					overflow-y			: auto;
					background			: #ffffff;
					border-top			: 1px solid #b5b4b0;
					border-right		: 1px solid #b5b4b0;
					border-bottom		: 1px solid #b5b4b0;
				}
#arrow			{
					float:right;
				}
#questionText   {
					overflow:hidden;
					width				: 16px;
					height 				: 300px;
					padding				: 10px 5px;
					background			: #ffffff;
					border-top			: 1px solid #b5b4b0;
					border-right		: 1px solid #b5b4b0;
					border-bottom		: 1px solid #b5b4b0;
					filter:alpha(opacity=85);
					-moz-opacity:.85;
					opacity:.85;
					float:left;
}
#questionText #titles {
	width:940px;
	height:40px;
}
#questionText h1 {
	font-weight:bold;
	color: #f9cb1d;
	margin-left:20px;
	font-family:"arial black", helvetica, sans-serif;
	font-size:3em;
	float:left;
}
#questionText div.step {
	padding-top:14px;
}
.step, .step_on {
	color: #d6d6d6;
	vertical-align:bottom;
	float:right;
	font-size:2.2em;
	font-weight:bold;
	padding:16px 30px 0 0;
	font-family:"arial black", helvetica, sans-serif;

}
.step_on {
	color:#f9cb1d;
	padding-top:14px;
}
div.product {
					float:left;
					color:#0e35c1;
					font-size:1.7em;
					font-weight:bold;
					width:130px;
					text-align:center;
					border:1px solid transparent;
}
div.product:hover {
	border:1px solid #d2d2d0;
}
div.product a, #questionText ul a {
					color:#0e35c1;
					text-decoration:none;
}
div.product a:hover, #questionText ul a:hover {
	color:#ec0307;
	text-decoration:none;
}
#content a		{	color				: #0033CC;
					text-decoration		: none;
				}
#content a:hover{	text-decoration		: none;
					color				: #ec0307;
				}
#row1, #row2, #clickZone {
	text-align:center;
	width:960px;
	margin:10px;
}
#clickZone {
	text-align:left;
}
#row2 {
	margin:0px;
	margin-left:15px;
}
#row2 div.product {
	width:150px;
}
#questionText ul {
	list-style-type:none;
}
#questionText ul li {
	margin:5px;
}
#questionText ul a:hover {
	background-image:url(../images/blSparesHover.gif);
	background-repeat:no-repeat;
	background-position: center left;
}
#questionText ul a {
	padding:3px 0 3px 40px;
	font-size:1.9em;
	height:24px;
	font-weight:bold;
}
#clickZone p {
	font-size:1.9em;
	font-weight:bold;
	margin:5px;
	margin-left:10px;
}
#clickZone p.blue {
	color:#0e35c1;
}
#clickZone b.red {
	color:#ec0307;
}
input.submit, button.submit {
	color:#0033CC;
	border:0;
	background-color:transparent;
	font-weight:bold;
	text-align:right;
	padding-top:5px;
	font-size:.8em;
}
input.submit:hover, button.submit:hover {
	text-decoration:underline;
	color:#df0000;
}