﻿body{
	background:#2a2a2a url("../images/bg.jpg");

	
}
.wrapper{
	width:900px;
	text-align:right;
}
a{
	color:green;
	text-decoration:none;
	font-size:14px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
}
.b{
	font-size:12px;
	
}
.b:hover{
	text-decoration:underline;
	color:blue;
}
#lang{
	vertical-align:top;
	font-size:12px;
	font-weight:bold;
}
.wrapper-head{
	width:100%;
	height:250px;
	vertical-align:bottom;
	background-image:url('../images/head.png');
}
.wrapper-center{
	width:100%;
	height:auto;
	text-align:center;
}
.wrapper-footer{
	width:100%;
	height:150px;
	background-image:url('../images/bg-foot.png');
	text-align:center;
}
#menu{
	position:inherit;
	height:60px;
	width:100%;
	background-image:url('../images/bg-menu-search.png');
	text-align:center;
}
.data-center{
	width:100%;
	height:400px;
	background-image:url('../images/bg-center.png');
}
.left{
	width:30%;
	text-align:center;
	vertical-align:top;
	border-right:2px green dotted;
}
.right{
	width:70%;
	text-align:left;
	vertical-align:top;

}
.child-left{
	width:250px;
	vertical-align:top;
	text-align:center;
}
.footer{
}
.child-menu,.a{
	font-size:14px;
	text-align:center;
	color:white;
	text-decoration:none;
	width:110px;
	background-image:url('../images/bg-menu.png');
}
.child-menu:hover,.a:hover{
	color:white;
	font-size:16px;
	background-image:url('../images/bg-menu1.png');
}
.sp{
	font-size:12px;
	color:blue;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
}
.sp1{
	font-size:16px;
	color:blue;
}
span{
	font-size:12px;
}
.span{
	font-size:12px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
}
.head-cols{
	background-image:url('../images/bg-left.png');
	background-repeat:no-repeat;
	height:30px;
	color:white;
	font-weight:bold;
	font-size:14px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
}
.center-cols{
	background-image:url('../images/bg-left-2.png');
	background-repeat:repeat-y;
	vertical-align:top;
	text-align:center;
	font-size:12px;
}
.center-cols1{
	height:20px;
	background-image:url('../images/bg-left-2.png');
	background-repeat:repeat-y;
	vertical-align:top;
	text-align:left;
	font-size:12px;
	padding:0px 0px 0px 12px;
}
.footer-cols{
	background-image:url('../images/bg-left-3.png');
	background-repeat:no-repeat;
	height:12px;
}
.ct{
	text-align:left;
	height:25px;
	border-bottom:1px silver dashed;
}
.floatboxwrapper {
	Z-INDEX: 100; POSITION: fixed; WIDTH: 100%; HEIGHT: 100%; TOP: 0px; LEFT: 0px;
	}

.floatbox-background {
	Z-INDEX: 125; POSITION: absolute; BACKGROUND-COLOR: #000; WIDTH: 100%; HEIGHT: 100%; TOP: 0px; LEFT: 0px; opacity: 0.75
}
*:first-child + HTML .floatbox-background {
	FILTER: alpha(opacity=75)
}
* HTML .floatbox-background {
	FILTER: alpha(opacity=75); MARGIN-TOP: -1500px; HEIGHT: 1000%
}
.floatbox-background {
	FILTER: progid:DXImageTransform.Microsoft.Alpha(Opacity=75)
}
.floatbox {
	Z-INDEX: 150; BORDER-BOTTOM: #ffffff 5px solid; POSITION: relative; BORDER-LEFT: #ffffff 5px solid; PADDING-BOTTOM: 15px; BACKGROUND-COLOR: #f2f4f8; MARGIN: 0px auto; PADDING-LEFT: 15px; WIDTH: 600px; PADDING-RIGHT: 15px; HEIGHT: 85%; OVERFLOW: auto; BORDER-TOP: #ffffff 5px solid; TOP: 30px; BORDER-RIGHT: #ffffff 5px solid; PADDING-TOP: 15px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-box-shadow: 0 0 50px #222; -webkit-box-shadow: 0 0 50px #222
}
* HTML .floatbox {
	HEIGHT: auto
}
div.bigGallPic{     
    position:fixed;     
    margin:auto;     
    top:150px;     
    left:150px;     
    padding:3px;     
    text-align:center;     
    background-color:#FFFFFF;     
    border:5px solid #666666;     
    display:none;     
    cursor:pointer;    
	}