@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style-type:none;
}


body {
	color:#fff;
	background:url(images/bg1.jpg) #000019;
	background-position:center top;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
margin 0px auto auto auto;
}

a {
	outline:none;
}

a:link {
	color:#059;
}

a:visited {
	color:#059;
}

a:hover {
	color:#09f;
}

img {
	border:none;
}




#wrapper {
	width:900px;
	margin:0px auto auto auto;
	position:relative;
text-align:center;
}

#logo {
	margin-top:76px;
	position:absolute;
	left:50%;
	margin-left:-390px;
}

#boss {
	margin-top:35px;
	position:absolute;
	right:0px;
	z-index:1;
}

#menu {
	width:187px;
	position:absolute;
	top:216px;
	left:50%;
	margin-left:-450px;
	line-height:0;
}

*:first-child+html #menu {
	width:187px;
	position:absolute;
	top:216px;
	left:50%;
	margin-left:-449px;
	line-height:0;
}

*:first-child+html #menu li{
	margin-bottom:-3px;
}


#menu2 {
	width:187px;
	height:256px;
	background:url(images/menu/menu_bg.jpg);
	background-repeat:no-repeat;
	line-height:0;
}

#menu ul li, #menu2 ul li{
	cursor:pointer;
}





#main {
	width:620px;
	height:600px;
	position:absolute;
	top:216px;
	left:50%;
	margin-left:-231px;
text-align:left;
}


#s3slider1 {
	position:absolute;
	top:-337px;
	left:50.9%;
}

#s3slider2 {
	position:absolute;
	top:-343px;
	left:50.9%;
}	

*:first-child+html #s3slider1, *:first-child+html #s3slider2 {
	left:50.8%;
}

#s3slider3 {
	position:absolute;
	top:-349px;
	left:67.1%;
}

*:first-child+html #s3slider3 {
	left:67%;
}

html:not([lang*=""]) #s3slider3 {
	position:absolute;
	top:331px;
	left:67%;
}


#news {
	position:absolute;
	top:344px;
	background:#000;
	color:#ccc;
	width:399px;
	height:193px;
	padding:12px;
text-align:left;
}

#news h2 {
	margin-bottom:7px;
	font-weight:normal;
	font-size:16px;
text-align:left;
}

/*
#news_cont {
	font-size:12px;
	padding-right:12px;
	padding-top:3px;
	height:165px;
	overflow:auto;
	line-height:1.6;
	border-top:1px solid #ccc;
	text-align:left;
}

#news_cont span{
	font-size:14px;
}

#news_cont .copy {
	font-size:9px;
	line-height:1.6;
	margin-bottom:0.3em;
}

#news_cont li{
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px dotted #ccc;
}
*/

#bottom {
	position:absolute;
	top:828px;
	left:50%;
	margin-left:-388px;
}


#bottom .box1 {
	font-size:9px;
	line-height:normal;
	float:left;
	width:148px;
	height:194px;
	margin-top:7px;
	margin-right:7px;
	background:#000;
	color:#ccc;
	padding:1px;
	position:relative;
text-align:left;
}

#bottom .box1 span {
	position: absolute; /* important */
	left: 0;
	font: 11px/15px Arial, Helvetica, sans-serif;
	padding: 6px 0 6px 9px;
	width: 140px;
	background-color: #000;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #fff;
	bottom: 0;
}

.copy {
	font-size:9px;
	margin-top:3px;
}


.footer {
	text-align:left;
	margin-top:60px;
	padding-bottom:10px;
	color:#999;
	font-size:10px;
	font-weight:bold;
	line-height:1.4em;
}

.footer a{
	color:#999;
}

.footer a:hover{
	color:#333;
}

address {
	font-size:9px;
	margin-top:5px;
	margin-bottom:40px;
	font-style:normal;
}