@charset "utf-8";
/* CSS Document */
a:visited {text-decoration: none; text-transform:none;}
a:link {text-decoration: none; text-transform:none;}
a:active {text-decoration: none;}

/*-------------divisions are here------------*/
div#main_body { 
z-index:2;
margin:auto;
/*margin-top:-8px;*/
position: relative; 
width:1258px;
height:525px;
/*border-style: solid;
border-width:thin;
border-color: #CCCCCC;*/}
/**/
div#body_1 { 
z-index:2;
left:168px;/* 1240 from above - 902 from width here/2*/
top:1px;
position:absolute;
width:902px;
height:514px;
border-style: solid;
border-width:thin;
border-color:#CCCCCC;}
div#header1 { 
z-index:2;
/*left:170px;/* 1240 from above - 900 from width here/2*/
/*top:1px;*/
position: relative;
width:902px;
height:120px;
background:url(../png/h1.png) no-repeat;}
/**/
div#nav { 
z-index:100;
position: relative;
/*left:170px;/* 1240 from above - 900 from width here/2*/
/*top:1px;*/
width:902px;
height:22px;
background:#5970B2;
}

div#movie { 
z-index:-1;
position: absolute;
width:902px;
height:350px;/*579 - 120 = 459*/
background-color:#999999;
}
/**/
/*li#msds { width:150px;}*/
/*div#m1 { width:200px;}only with of the drop down menu*/
div#bot_bar {
	text-align:center;
z-index:100;
position: relative;
color:#FFFFFF;
font-family:Arial;
font-weight:600;
font-size:11px;
/*left:170px;/* 1240 from above - 900 from width here/2*/
top:350px;
width:902px;
height:22px;
background:#5970B2;
}
/*-------------------------------------------*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 80px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{ position: absolute;
	visibility: hidden;
	width:140px;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{ 
		position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
		/**/
		

