ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}
#container-moo {
	width: 500px;
	border: 1px solid #666666;
	height: 600px;
	position: relative;

}

#content{
	position: relative;
	display:block;
	width:510px;
	left:0px;
	top:0px;
	height:290px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}


.scroll{
	position:relative;
	display:block;
	height:245px;
	overflow:scroll;
	background:#fff;
	width: 140px;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
	left: 0;
	top: 0;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	float: left;
	
}

#box1{
	left:0px;
	top:0px;
	overflow-x:hidden;
}

#box2{
	left:17px;
	top:0px;
}

#box3{
	left:35px;
	top:0px;
}

#box4{
	left:0px;
	top:0px;
}
#box5{
	left:17px;
	top:0px;
}
#box6{
	left:35px;
	top:0px;
}

#box7{
	left:0px;
	top:0px;
}
#box8{
	left:17px;
	top:0px;
}
#box9{
	left:35px;
	top:0px;
}
#minicase {
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/bg-minicase.gif);
	background-repeat: repeat-x;
	color: #FFFF00;
}
#data-txt {
	position:absolute;
	left:0px;
	top:260px;
	width:156px;
	height:17px;
	background-color: #FFFFFF;
	padding-top: 5px;
	font-weight: bold;
	border: 1px solid #660066;
}
#voice-txt {
	position:absolute;
	left:174px;
	top:260px;
	width:156px;
	height:17px;
	background-color: #FFFFFF;
	padding-top: 5px;
	font-weight: bold;
	border: 1px solid #660066;
}
#voice-data-txt {
	position:absolute;
	left:351px;
	top:260px;
	width:156px;
	height:17px;
	background-color: #FFFFFF;
	padding-top: 5px;
	font-weight: bold;
	border: 1px solid #660066;
}
#voice-data-txt a{
	color: #660066;
}
.head {
	height: 18px;
	text-transform: uppercase;
	color: #660066;
	font-weight: bold;
	padding-left: 10px;
	background-color: #FFFF00;
	padding-top: 3px;
	width: 125px;
}
.solution {
	color: #FFFF00;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #660066;
	padding-top: 3px;
	width: 125px;
	padding-bottom: 3px;
}
#case-study {
	background-color: #FFFF00;
	padding: 5px;
	margin-bottom: 10px;
	width: 500px;
}
#pri-require {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #660066;
	width: 498px;
}
