@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:url(../images/system/body-bg.png) repeat left top;
}

a:link {
	color: white;
}
a:visited {
	color: white;
}
a:active {
	color: white;
}
a:hover {
	text-decoration: none;
}
a {
	text-decoration: none;
}

#main {
	width:915px;
	margin:0 auto;
	display:block;
}

#main:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

#header {
	clear:both;
	display:block;
	width:100%;
	margin-top:80px;
}

#header .logo {
	margin-bottom:2px;
}

#navbar {
	clear:both;
	display: block;
	width:100%;
	height:16px;
	overflow: visible;
	background:#546276 url(../images/system/head-bg.png) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
	color:#FFFFFF;
}

#navbar #menu {
	float:right;
	display: inline;
}
#navbar #menu li {
	line-height: 16px;
	padding:0 10px;
	text-transform: uppercase;
	overflow: visible;
}
#navbar #menu li.current {
	background-image: url(../images/bird.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: -16px;
	padding-top: 16px;
}

#navbar #menu li ul {
	background-color: #333c47;
	/*background:transparent url(../images/system/sub-menu-bg.png);*/
	margin-left: 20px;
	display: none;/* *** */
	top: 16px;
	left: 0px;
}

#navbar #menu li.current ul {
	top: 32px;
}
#navbar #menu li.current ul li ul {
	top: 0px;
	left: 0px;
}
#navbar #menu li.current ul li > ul {
	top: auto;
	left: auto;
}
#navbar #menu li:hover ul,
#navbar #menu li.over ul {
	display: block;
}

/* MENU */
#navbar ul li {
	float: left;
	position: relative;
}
#navbar ul li ul {
	top: 0px;
	left: 0px;
	clear: both;
	padding: 0 10px;
}
#navbar #menu li ul {
	position: absolute;
	padding: 5px 0px;
}
#navbar #menu li ul li {
	width: 140px;
	clear: left;
	margin: 0px;
	padding: 0 10px;
	position: relative;
	text-transform: none;
	font-size: 10px;

}
#navbar #menu li ul li ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	top: 0px;
	left: 0px;
}

#contents {
	clear:both;
	display:block;
	width:100%;
	height:480px;
	background:url(../images/user/bg/folkinat.jpg) repeat;
}

#contents .imagebox {
	float:left;
	display:block;
	width:170px;
	height:480px;
	overflow:hidden;
	background:url(../images/system/imagebox-bg.png) left top;
}

#contents .imagebox li {
	list-style-type:none;
	margin-left:15px;
	margin-top:15px;
}

#contents .imagebox img {
	max-width:140px;
	max-height:75px;
}

#contents .box {
	background-image: url(../images/system/box-bg.png);
	background-repeat: repeat;
	float: right;
	margin-right: 20px;
	width: 250px;
	height: 480px;
	display: inline;
	color: black;
}
#contents .box .wrapper {
	margin:0 15px 0 15px;
	padding-top:30px;
	height: 450px;
	overflow-x: hidden;
	overflow-y: auto;
}

    #contents .box .wrapper ul {
	list-style-type:disc;
	font-family:Arial;
	font-size:x-small;
	margin-bottom:10px;
	margin-top:10px;
    }

    #contents .box .wrapper ul li {
	margin-left:14px;
    }

#contents .box h1{
	font-size:medium;
	font-weight: bold;
	/*color:#330066;*/
        color:#000000;
	margin-bottom: 15px;
	margin-top:15px;
}

#contents .box h2 {
	/*font-size: 16px;*/
	font-size:x-small;
	font-weight: bold;
	color:#333366;
	margin-bottom: 15px;
	margin-top:15px;
}

#contents .box p {
	margin-bottom: 10px;
	font-family:Arial;
	font-size:x-small;
}

#footer {
	clear:both;
	display:block;
	width:100%;
	height:46px;
	color:#FFFFFF;
	font-size:12px;
}

#footer .left{
	float:left;
	padding-top: 3px;
}

#footer .left a {
	text-decoration:underline;
}

#footer .right{
	float:right;
	padding-top: 3px;
}

#footer .right li{
	display:inline;
	padding: 0  0 0 16px;
}

/* gallery page css*/
#contents-gallery {
	clear:both;
	display:block;
	width:100%;
	height:480px;
	background:#666666;
}

#contents-gallery .container {
	padding: 0;
	width: 915px;
	background:url(../images/system/imagebox-bg.png);
}

#contents-gallery ul{
	clear:both;
	display:block;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
	height: 480px;
	margin-right:-16px;
}

#contents-gallery li{
	clear:both;
	display:inline;
}

#contents-gallery li div {
	display:inline;
	margin:0px 28px 0px 15px;
}

#contents-gallery li div img{
	margin-top:15px;
        max-width:140px;
        max-height:75px;
}

/*form page css*/
#contents-form {
	clear:both;
	display:block;
	width:100%;
	height:480px;
	background:#666666;
}

#contents-form .container {
	
	width: 290px;
	background:url(../images/system/imagebox-bg.png);
	height: 480px;
	float: right;
	margin-right:20px;
}

#contents-form .container .wrapper{
	
	padding-left:20px;
	padding-top:20px;
	color:#FFFFFF;
}

#contents-form .container .wrapper h1{
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
}

#contents-form .container input.text, #contents-form .container label {
	height:15px;
	margin-bottom:3px;
}

#contents-form .container label {
	float:left;
	font-size:10px;
	width:100px;
}

#contents-form .container textarea, #contents-form .container input.text {
	border:0 none;
	width:150px;
}

#contents-form .container textarea{
		height:50px;
		width:146px;
	}

@-moz-document url-prefix() {
	#contents-form .container textarea{
		height:50px;
		width:150px;
	}
}

#contents-form .container input.button {
	background-color:white;
	border:0 none;
	clear:both;
	font-size:10px;
	height:20px;
	width:80px;
	margin-left:170px;
	margin-top:3px;
	margin-bottom:20px;
}