@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #74C5F0;
	/*
	background-image: url(../img/system/bg_2015.jpg);
	*/
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}

#wrapper {
	width: 1140px;
	margin: 0px auto;
	overflow: hidden;
	background-color: #FFF;
	/*box-shadow: 5px 5px 5px #30A8E9;*/
	box-shadow: 5px 5px 5px #333;
	min-height: 900px;
	/*border: 1px solid #30A8E9;*/
	/*border-radius: 3px;*/
}


#Header{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	display:block!important;
	
	height: auto;
	/*
	min-height: calc(100% / 3)!important;
	*/
}

#slides {
	display: none;
}

#hor_menu{
	float: left;
	width: 100%;
	min-height: 30px;
	height: auto;
	position: relative;
	z-index: 5;
	background-color: #74C5F0;	/*display: block;*/
}

#hor_menu a {
	color: #FFFFFF;
}


#main {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	min-height: 600px;
}


#main_left {
	float: left;
	left: 5px;
	overflow: hidden;
	position: relative;
	width: 220px;
	/*min-width: 200px;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	/*border: 1px solid #999999;*/
}

#main_center {
	float: left;
	left: 12px;
	overflow: hidden;
	position: relative;
	width: calc(100% - 240px);
	min-width: 220px;
	/*min-width: 280px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	/*
	margin-left: 2%;
	margin-right: 2%;
	*/
	/*background-color: #33FFCC;*/
	/*min-height: 600px;
	box-shadow:0px 0px 10px 5px #DDD;*/
	/*border: 1px solid #999999;*/
}

#right {
	float: right;
	overflow: hidden;
	position: relative;
	width: 155px;
	right: 5px;
	text-align: center;
	/*background-color: #CC3333;*/
	padding-left: 5px;
	/*border-left: solid 1px #DDD;*/
}

#LeftNewsBox {
	display: block;
}

#LeftNewsBoxLink {
	display: none;
}

#LeftAlbumBox {
	display: block;
}



/* ***************** */

.FullWidth {
	float: left;
	position: relative;
	width: 100%;
	/*background-color: #99FF99;*/
}

.FullWidth {
	float: left;
	position: relative;
	width: 100%;
	/*background-color: #99FF99;*/
}

.FullWidthSep {
	float: left;
	position: relative;
	width: 100%;
	height: 7px;
	overflow: hidden;
	background-image: url(../@img/sep_bg.png);
	background-repeat: repeat-x;
}

#foot{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 6px;
	margin-top: 10px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	/*
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
}

.Left {
	float: left;
	position: relative;
	text-align: left;
	width: 50%;
}

.Right {
	float: right;
	position: relative;
	text-align: right;
	width: 50%;
}

#loading {
    position:absolute;
    top:50%;
    left:50%;
    width:100px;
    height:100px;
    margin-top:-50px;
    margin-left:-50px;
    position:fixed;
    z-index:9999;
    overflow:hidden;
    background-image:url(../@img/loading.png);
    background-repeat:no-repeat;
    background-position: center;
    cursor:wait; 
}
