body {
	background-color: #F3EDDD;
	font-size: 12px;
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
}

a img {
	border-width: 0px;
}

.clear {
	clear: both;
}

div.clear {
	height: 1px;
	overflow: hidden;
}

/* Content */

.wrapper {
	width: 766px;
	margin: 0px auto;
}

.mainNav {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
	margin: 1px 0px 7px 10px;
}

.mainNav li {
	float: left;
	border-left: 1px solid #542801;
	padding: 0px 5px;
}

.mainNav li.first {
	border-left-width: 0px;
}

.mainNav a {
	color: #542801;
	font-weight: bold;
	text-decoration: none;
}

#splashImage {
	display: block;
}

/* Steps */

#stepContainer {
	background: #FFFFFF url('../img/full-back.png') repeat-y;
	font-size: 1.1em;
	color: #542801;
}

.stepLeftCol {
	float: left;
	width: 379px;
	margin-left: 28px;
	/* Reduce the chance of the button moving when viewing the differnt text blocks on RHS */
	padding-bottom: 20px;
}

.stepRightCol {
	float: left;
	width: 336px;
	background: #FFEFE5 url('../img/step-tr-corner.gif') no-repeat top right;
	/* for button */
	padding-bottom: 60px;
}

#step1Title, #step2Title, #step3Title {
	background: transparent url('../img/step-bl-corner.gif') no-repeat bottom left;
	cursor: pointer;
}

.stepIcon {
	float: left;
	padding: 15px 15px;
	background: transparent url('../img/step-tl-corner.gif') no-repeat top left;
}

#step0Detail, #step1Detail, #step2Detail, #step3Detail {
	display: none;
}

#step0Detail {
	background: transparent url('../img/step-tl-corner.gif') no-repeat top left;
}

#stepContainer.step0 #step0Title, 
#stepContainer.step1 #step1Title,
#stepContainer.step2 #step2Title,
#stepContainer.step3 #step3Title {
	background-color: #FFEFE5;
}

#stepContainer.step0 #step0Detail, 
#stepContainer.step1 #step1Detail,
#stepContainer.step2 #step2Detail,
#stepContainer.step3 #step3Detail {
	display: block;
}

.stepLeftCol h2 {
	margin: 0px;
	padding: 12px 0px 5px 0px;
	color: #FF6600;
	font-size: 1.6em;
	font-family: 'arial rounded';
}

span.question {
	font-weight: bold;
}

span.likeALink {
	text-decoration: underline;
}

#step0Title:hover span.likeALink,
#step1Title:hover span.likeALink,
#step2Title:hover span.likeALink,
#step3Title:hover span.likeALink {
	color: #FF6600;
}

#stepContainer a {
	color: #FF6600;
}

.prominent {
	font-size: 1.1em;
	font-weight: bold;
}

.stepRightCol h2 {
	color: #FF6600;
	padding: 20px 0px 2px 0px;
	margin: 0px 25px;
	font-size: 1.9em;
	font-family: 'budhand';
}

.stepRightCol p {
	margin: 10px 25px;
	line-height: 1.3em;
}

.footer {
	position: relative;
}

#tryButton {
	position: absolute;
	display: block;
	top: -40px;
	right: 75px;
	width: 235px;
	height: 78px;
	background: transparent url('../img/try-button.png') no-repeat;
	text-decoration: none;
}

#tryButton:hover {
	background: transparent url('../img/try-button-hover.png') no-repeat;
}

