body {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

img { border: 0; }
p { margin: 0; padding:0; }
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #000000;
}

a:link, a:visited {
	color: #3333FF;
	outline: none;
	text-decoration: none;
}
a:hover, a:active {
	color: #33CCFF;
	outline: none;
	text-decoration: none;
}
#header {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}
#container {
	width: 800px;
	margin-left:auto;
	margin-right:auto;

}
#bot_nav {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	height: 108px;
}

#footer p {
	font-size:9px;
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}
#menu {
		position:relative;
		list-style-type:none;
		margin:1em 0 2em 0; padding:0;
		width:100%; height:1.4em;
		font:100%/1 sans-serif;
		width:800px;
		
		}
	.menuitem {
	position:absolute;
	top:-30px;
	width:200px;
	height:1.4em;
	overflow:hidden;

		}
	#mi01 {
	left:0px;
}
	#mi02 {
	left:200px;
}
	#mi03 {
	left:400px;
}
	#mi04{
	left:600px;
}

	.menuitem ul {
		display:block;
		margin: 0; padding:0;
		list-style-type:none;
		}
	.menuitem li { margin:0; padding:0 }
	.submenu li { position:relative }

	/* 2-class selector to have higher weight than ".menuitem ul" */
	.submenu .subsubmenu {
		position:absolute; top:0; left:10em;
		width:10em;
		display:none;
		}

	.menuitem:hover {
		height:10em;
		overflow:visible;
		}
	.submenu li:hover > .subsubmenu {
		display:block;
		}

	#menu a {
		display:block;
		margin:0; padding: 0.2em 0.5em;
		text-align:center;
		text-decoration:none;
		color:white;
		border-top:1px solid white;
		border-left:1px solid white;
		}
	#menu a:hover { background:black }
	.menuitem a { background:gray }
	.menuitem ul a {background-color:gray;}
	.menuitem ul ul a { background:blue }
	.menuitem ul ul ul a { background:violet }
	.menuitem ul ul ul ul a { background:orange }
	
	#news
{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	text-align:center;
	}
	
.news_left {
width: 49%;
float: left;
  }
  
.news_right {
width: 49%;
float: right;
  }


.news_box {
   background: #CCCCCC;
}
.news_box_top div {
   background: url(images/box/box_tl.png) no-repeat top left;
}
.news_box_top {
   background: url(images/box/box_tr.png) no-repeat top right;
}
.news_box_bottom div {
   background: url(images/box/box_bl.png) no-repeat bottom left;
}
.news_box_bottom {
   background: url(images/box/box_br.png) no-repeat bottom right;
}

.news_box_top div, .news_box_top, 
.news_box_bottom div, .news_box_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.news_box_content{ margin: 0 10px; height: 150px;}

#box_long
{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	text-align:left;
	background: url(images/box/long_box.png) no-repeat center;
	}
	
.box_long_content{ 
 margin: 0 10px; height: 320px;}
 
 h1{ font-family:Verdana, Geneva, sans-serif; font-size:19px; text-align:center; color:#333;}
a img{border:0px;}
#splash {
	height:200px;
	overflow:hidden;
	width:800px;
	margin:auto;
	background: #CCCCCC;
}
#slider-list {
	margin:0;
	padding:0;
	width:4000px;
}
#slider-list li {
	width:400px;
	float:left;
	list-style:none;
	margin:0;
	text-align:center;
}
#wrapper{
  margin-top:80px;
  display:none;
  margin:auto;
  /*width:1000px;*/
}
#myScroll{
/*display:none;*/
    width: 800px;
	margin-left:auto;
	margin-right:auto;
}


#myScroll .scrollEl{
margin-left:auto;
	margin-right:auto;
  display: none;
  background:url("../elements/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  font-family:Arial, Helvetica, sans-serif;
  font-size:100%;
  color:black;
  height:160px;
  width:370px;
  padding:10px;
  padding-top:10px;
  /*text-shadow:#999 1px 1px 1px;*/
  text-align:center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  
}
#myScroll1 .scrollEl{
  display:none;
  background:url("../elements/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  font-family:sans-serif;
  font-size:180%;
  padding:10px;
  padding-top:40%;
  color:white;
  height:100%;
  text-shadow:#999 1px 1px 1px;
  text-align:center;
  /*CSS3 properties*/
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}


#controls div, #controls1 div{
  font-family:sans-serif;
  margin-top:10px;
  background:#fff;
  display: inline-block;
  padding:6px;
  cursor:pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow:#999 2px 2px 2px;
  -webkit-box-shadow:#999 2px 2px 2px;
}

#controls div.positiondisplay{

	background:#000;
	color:#fff;
	cursor:default;
}


#myScroll1{
  float:left;
  margin-right:20px;
}

#controls .sel, #controls1 .sel{
  color:black !important;
  font-weight:bold;

}
#controls .disabled, #controls1 .disabled{
  color:gray;
}
#controls .page, #controls1 .page{
  padding:5px;
  color:gray;
}

