/* CSS Document */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 10px;
}

h1 {
	font-size: 14px;
}

img {
	border: 0;
}

.content {
	margin: 10px;
}


.image_side_developer {
background-image: url(images/background_brown.gif);
}

.image_side_grey {
background-image: url(images/background_grey.gif);
}

.image_side_vision {
background-image: url(images/background_vision.gif);
}

.image_side_red {
background-image: url(images/background_red.gif);
}

#mssHolder {
	margin-left: 10px;
}

#menu {
	width: 170px;
	padding: 0 0 1em 0;
	margin-top: 50px;
	margin-left: 3px;
	margin-bottom: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 11px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
                
#menu li {
	margin-bottom: 6px;
}
				
#menu li a {
	display: block;
	padding: 3px 0px 5px 0.5em;
	border-left: 10px solid #8A1D04;
	border-right: 10px solid #B97768;
	background-color: #ADAFB2;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
}

html>body #menu li a {
	width: auto;
}	

#menu li a:hover {
	border-left: 10px solid #B97768;
	border-right: 10px solid #ADAFB2;
	background-color: #8A1D04;
	color: #FFFFFF;
}

#display_open {
	position: absolute;
	top: 12px;
	right: 11px;
}

.footer {
	font-size: 10px;
	text-align: center;
}

.stage_title {
	background-color: #8A1D04;
	font-weight: 700;
	color: #FFFFFF;
	padding: 5px 5px;
	margin-bottom: 10px;
}

#footer {
	border-top: 2px solid #8A1D04;
	clear: both;
	color: #333333;
	font-size: 9px;
	margin: 0px 0px;
	padding: 5px 0px;
	text-align: center;
}

#footer a {
	color: #8A1D04;
	text-decoration: none;
}

#pop_header {
	margin-bottom: 10px;
}