﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
}

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

h1 {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	left: 156px;
	top: 49px;
}
h2 {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
	color: #666;
}

#container {
	width: 100%;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.wideslider {
	width: 100%;
	height: 300px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
#header {
	height: 130px;
	width: 100%;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#header #logo {
	position: absolute;
	left: 40px;
	top: 25px;
}
#header #menu {
	position: relative;
	padding: 0px;
	list-style-type: none;
	width: 480px;
	float: right;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #menu li {
	float: left;
	font-size: 13px;
	background-image: url(../img/arrow47_003.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 0px;
	margin-right: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
}
#news {
	margin: 0px;
	padding: 0px;
	width: 780px;
}
#news dt {
	font-size: 12px;
	text-align: left;
}
#news dd {
	font-size: 13px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin: 0px;
	padding-bottom: 5px;
}
.content-area {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.content-area dl {
	padding: 0px;
	float: left;
	width: 284px;
	border: 1px solid #333;
	height: 260px;
}
.content-area dl dd {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0px;
	padding: 10px;
}
.title1 {
	font-size: 15px;
	color: #333;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
}
.table-lay tr td{
	font-size: 14px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: left;
}
.clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}
