@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: Oug 4, 2008
++++++++++++++++++++++++++++++++++++++++++++++
*/
/*----------------------------------
 .subNav
------------------------------------*/
ul.subNav {
	margin: 20px 0 0;
}
ul.subNav li {
	width: 250px;
}
ul.subNav li a:visited {
	color: #000;
}
ul.subNav li a:hover {
	text-decoration: none;
	color: #f90;
	background: url(../../images/common/bg_arrow_orange_r.gif) no-repeat 200px .7em;
}

ul.subNav li strong a,
ul.subNav li strong a:visited {
	color: #f90;
	background: url(../../images/common/bg_arrow_orange_r.gif) no-repeat 200px .7em;
}
ul.subNav li strong a:hover {
	font-weight: normal;
	color: #000;
	background: url(../../images/common/bg_arrow_gray_r.gif) no-repeat 200px .7em;
}


#body #contents .column h3 {
	margin: 0 0 20px;
}
#body #contents .column h4 {
/*	padding: 30px 0 5px;*/
}



/*----------------------------------
 #slider
------------------------------------*/
#slider {
    width: 660px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width: 660px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 0;
    height: auto;
    width: 660px;
}


p.photo {
	width: 430px;
	float: left;
}
.summary {
	width: 230px;
	float: right;
}
#jFlowSlide h4 {
	padding: 0 0 5px !important;
}

#navigation {
	width: 660px;
	position: relative;
	margin: -40px 0 0 0;
}
ul.navigation {
	width: 660px;
	height: 54px;
	overflow: hidden;
	margin: 0 0 20px 0 !important;
}
ul.navigation li {
	float: left;
	display: block;
}
ul.navigation li a {
	line-height: normal;
	text-indent: -9999px;
	height: 54px;
	float: left;
	display: block;
}
ul.navigation a:focus {
    outline: none;
}
/* navStep1 */
ul.navigation li.step1 a {
	width: 73px;
	background: url(../../images/howto/nav.gif) no-repeat left top;
}
ul.navigation li.step1 a.selected  {
	width: 73px;
	background-position: left -53px;
}
/* navStep2 */
ul.navigation li.step2 a {
	width: 134px;
	background: url(../../images/howto/nav.gif) no-repeat -73px top;
}
ul.navigation li.step2 a.selected  {
	background-position: -73px -53px;
}
/* navStep3 */
ul.navigation li.step3 a {
	width: 123px;
	background: url(../../images/howto/nav.gif) no-repeat -207px top;
}
ul.navigation li.step3 a.selected  {
	background-position: -207px -53px;
}
/* navStep4 */
ul.navigation li.step4 a {
	width: 134px;
	background: url(../../images/howto/nav.gif) no-repeat -330px top;
}
ul.navigation li.step4 a.selected  {
	background-position: -330px -53px;
}
/* navStep5 */
ul.navigation li.step5 a {
	width: 124px;
	background: url(../../images/howto/nav.gif) no-repeat -464px top;
}
ul.navigation li.step5 a.selected  {
	background-position: -464px -53px;
}
/* navStep6 */
ul.navigation li.step6 a {
	width: 72px;
	background: url(../../images/howto/nav.gif) no-repeat -588px top;
}
ul.navigation li.step6 a.selected  {
	background-position: -588px -53px;
}




/*
#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
*/
.hide {
    display: none;
}

