/*** .sectionItem.section1 ***/
.sectionItem.section1 h1
{
	margin-bottom: 10px;
}

.sectionItem.section1 h2
{
	color: #fbf8f3;
	margin-bottom: 10px;
}

/*** whatIs330Step1 ***/
.whatIs330Step1 .step1Intro
{
	margin-bottom: 60px;
}

.whatIs330Step1 .step1Intro h1
{
	color: #674c3e;
}

.whatIs330Step1 .btnWrapper.aLeft
{
	text-align: left;
}

.whatIs330Step1 .btnStyle.s3 
{
	background-image: none;
	width: 130px;
	margin-right: 10px;
}

.whatIs330Step1 .btnStyle.s3 span.text
{
	color: #a08d80;
	padding: 5px 0px;
	border-bottom: 2px solid #a08d80;
}

.whatIs330Step1 .btnStyle.s3:hover span.text
{
	border-bottom: 2px solid transparent;
}

/********** whatIs330Step2 **********/
.whatIs330Step2 .sectionTitleWrapper
{
	margin-bottom: 50px;
}

.whatIs330Step2 .commonCircleItem
{
	margin: 0px 30px;
}

.whatIs330Step2 .circleItemContent
{
	min-height: 140px;
	padding: 0px;
}

.whatIs330Step2 .commonCircleItem .leftIndicator
{
	position: absolute;
	display: block;
	width: 40px;
}

.whatIs330Step2 .commonCircleItem .rightMessage
{
	position: relative;
	display: block;
	margin-left: 55px;
	text-align: left;
}

.whatIs330Step2 .commonCircleItem .rightMessage h2
{
	color: #563f2f;
	font-size: 25px;
	font-weight: bold;
	line-height: 1em;
}

/********** whatIs330Step3 **********/
.whatIs330Step3 .imgThumbWrapper
{
	position: absolute;
	width: 340px;
	height: 420px;
	top: -30px;
	left: 50%;
	margin-left: -170px;
}

.whatIs330Step3 .sectionColumnItem.w50.fLeft
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;

	padding-right: 60px;
}

/********** whatIs330Step4 **********/
.whatIs330Step4 .step4BorderTable
{
	position: relative;
	width: 100%;
}

.whatIs330Step4 .step4BorderTable .borderRow
{
	position: relative;
	width: 100%;
	padding: 10px 0px;
	border-top: 2px solid #FBF8F3;
	margin-bottom: 10px;
}

.whatIs330Step4 .step4BorderTable .borderRow .leftNumTitle
{
	position: absolute;
	width: 40px;
	top: 10px;
	left: 0px;
	text-align: left;

	font-weight: bold;
	font-size: 38px;
	color: #76542F;
}

.whatIs330Step4 .step4BorderTable .borderRow .rightContent
{
	position: relative;
	margin-left: 45px;
}

.whatIs330Step4 .imgThumbWrapper
{
	position: absolute;
	width: 340px;
	height: 420px;
	top: 0px;
	right: 0px;
}


/********** videoThumb **********/
.videoThumb
{
	position: absolute;
	width: 345px;
	height: 255px;
	top: 0px;
	right: 0px;
	border: 10px solid #E1B64A;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.videoThumbCover
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #A08C80;
	opacity: 0.8;

	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-ms-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.videoThumb:hover .videoThumbCover
{
	opacity: 0.5;
}

.btnPlayVideoIco
{
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background-image: url('../images/common/btnVideoPlay.png');
}