body,html {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

.stretch {
    width:100%;
    height:100%;
}

#companyAndContainer {
	width:455px;
	height:570px;
	right:0px;
	display: block;
	margin-left: auto;
 	margin-right: auto;
}

#box {
	padding: 40px;
	background-color: white;
	z-index: 100;
	max-height: 460px;
	width:375px;
}


#nav ul {
	max-height: 330px;
	overflow-y: auto;
	list-style: none;
	margin: 10px;
	padding: 0;
}

#nav li + li {
	border-top: 2px solid #e6e6e6;
}

#nav li {
	clear: both;
}

#nav a {
	display: block;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
}

#nav a:hover > img.arrow {
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

#nav .item {
	display: block;
	overflow: hidden;
	margin-right: 30px;
}

#nav .icon {
    float: left;
    width: 60px;
    padding-right: 15px;
    padding-bottom: 20px;
}

#nav .arrow {
	display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 312px;
    opacity : 0.5;
    filter: alpha(opacity = 50);
    padding-left: 15px;
}

#nav .label {
	font-size: 18px;
	color: #000000;
}

#nav .desc {
	display: block;
	font-size: 12px;
	color: #919191;
}

#nav .noInstances {
	display: block;
	font-size: 18px;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}

#title{
	font-weight: bold;
	font-size:20pt;
	padding-bottom:20px;
}
