/* Start of CMSMS style sheet 'holding' */
/* Layout */

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

div#wrapper {
	width: 954px;
	text-align: left;
	margin: 0;
	padding: 0;	
}

div#menu {
	width: 485px;
	height:60px;
	text-align: center;
}
div#menu img {
	margin-top: -15px;
	margin-bottom: 0;
	#margin-top:0;
}

div#box {
	border: 1px solid #ccc;
	width: 950px;
	height: 514px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: center;
}

div#strip {
	/*height:100%;*/
	width:20000px;
	white-space:nowrap;
	margin:0;
	padding:0;
}

iframe.inline {
	position: relative;
	float: left;
	width: 952px;
	height: 514px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

/*Menu*/


div#menu img {
	border: none;
}

div#menu div#m_list {
	display:inline-table;
	background: #fff;
}

div#menu div.m_title {
	display:table-cell;
	padding-left:2px;
	padding-right:2px;
	#display:inline;
}

div#menu div.m_s_list {
	position:absolute;
	margin-top:-4px;
	display:none;
}

div#menu div.m_sub {
	display:inline;
	margin-right:2px;
}

div#menu a {
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	color: #000;
	border: none;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	outline: none;

}

div#menu a:hover, #menu a:active, #menu a:focus {
	color:#060;
}


/* End of 'holding' */

