@charset "UTF-8";

.hiddenPic {display:none;}



/* General Layout */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000; /* font color */
	/*background: url(back_sky.jpg) top left repeat-x;*/
	text-align: center; /* added by Alex King for compatibility with IE 5 */
	font-size:13px;
	line-height:175%;
}

#FBMLrap {
	margin: 0 auto 0 auto;
	width: 550px;
	overflow: hidden;
	text-align: left; /* added by Alex King for compatibility with IE 5 */
}



#eventheader {
	margin: 0 auto 0 auto;
	width:726px;
	background: url(../img/julbo-header.gif) top left no-repeat;
	height: 199px;
}





	



/* menu */
.indexList{
margin-left:10px;
font-size:14px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


.x{
padding-bottom:3px;
}

.steps{
padding-left:10px;
padding-top:3px;
padding-bottom:3px;
}

#stepspace{
margin-left:70px;

}

#steplist{
list-style-type:square; 
margin-left:70px;
}




.specialList
{

margin-left:85px;
padding:0px;

}
#listColor
{

}

#customBR{
clear:both;
height:11px;
}

/* indent */

#indentContainer{
margin-left:15px;
width:420px;
	/*overflow: auto;*/
	text-align: left; /* added by Alex King for compatibility with IE 5 */

}

#indentLeft {
	width: 15px;
	padding-right: 0px;
	text-align: left;
	float: left;
	background-color: transparent;

/*	border-right: 1px dotted #000000; */
	
}

#indentRight {
	padding:0;
	width: 405px;
	background: transparent;
	float: right;
	overflow: hidden;
}

