@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h3 {
	margin: 0px;
	padding: 0px;
}

p {
	text-align: justify;
	line-height: 18px;
}

#main {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.theme{
	min-height:100%;
	min-width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../image/home-bg.jpg);
	background-attachment:fixed;
	background-size:cover;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
	
	z-index: -1;
}
#enter {
	height: auto;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

.enter-site {
	display:block;
	padding:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.enter-site:hover {
	text-decoration: underline;
}
#bk15{
	padding-left:0%;
	padding-top:347px;
	padding-right:54.0625%;
	padding-bottom:0px;
	z-index: 1;
}

#bk15,#bk15 .widget-image-image{
	width:400px;
	height:100px;
	z-index: 1;
}


#bk16{
	padding-left:3.6440976461%;
	padding-top:8px;
	padding-right:76.6684023539%;
	padding-bottom:0px;
	z-index: 1;
}
#content-area {
	float: left;
	height: auto;
	width: 100%;
	background-image: url(../image/transpBlack50.png);
	background-repeat: repeat;
	background-position: left top;
}
#header {
	float: left;
	height: 150px;
	width: 100%;
}
#left_header {
	float: left;
	height: auto;
	width: 200px;
}
#middle_header {
	float: left;
	width: 350px;
	height: auto;
}
#menu {
	float: left;
	height: 60px;
	width: 100%;
	text-align: center;
	line-height: 60px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
}
#menu ul {
	padding:0px;
	margin: 0px;
}
#menu li {
	list-style:none;
	float:left;
}
#menu a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	padding-right: 50px;
	padding-left: 50px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #BF330D;
}
#menu a:hover {
	color: #BF330D;
}
#menu a.right {
	border-right-style: none;
}
#flash {
	float: left;
	height: 330px;
	width: 100%;
}

#content {
	float: left;
	height: auto;
	width: 100%;
}
#content-left {
	float: left;
	height: auto;
	width: 580px;
	padding-right: 5px;
	padding-left: 5px;
}
#content-right {
	float: right;
	height: auto;
	width: 230px;
	padding-right: 5px;
	padding-left: 5px;
}
/* address */
.adress dd{text-align:left;}
.adress a{ 
    color:#e35845; 
	display:inline-block;
	font-size: 12px;
	margin-left: 2px; 
}
.adress a:hover{
	color:#000 ; 
	text-decoration:underline;
}
.adress span{
	display:inline-block;
	width:130px;
	height:30px;
	line-height:30px;
}
.adress strong{
	display:inline-block;
	font-weight:bold;
}
/* address */
