@charset "utf-8";
/* CSS Document */
body{
	background:#283741 url(img/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

.pds{
	width:969px;
	position:relative;
	margin:0 auto;
	font-size:12px;
}

.htab a{
	color: #fff;
	text-decoration: none;	
}
.htab a:hover{
	color: #eee;
	text-decoration: underline;
}
.htab .big{
	font-size: 20px;
	font-style: italic;
	font-family: "Trebuchet MS";
}
.htab .small{
	font-size: 10px;
	font-style: italic;
}

.menu{ background:url(img/menu.jpg) no-repeat; height:55px; padding:0px 30px;}
.menu ul{ margin:0px; padding:0; list-style:none;}
.menu li{ float:left;  }
.menu a{ font-weight:bold; color:#000; text-decoration:none; background:url(img/mn.jpg) no-repeat right top; padding:19px 30px 20px 30px; display:inline-block; }
.menu a:hover{ color:#fff; background:url(img/m-h.jpg) ; } 

.s{
	background:url(img/s2.jpg) ; height:100%;
}

.m{ list-style:none; padding:0; margin:0;}
.m li{ padding:0; margin:0; float:left;}
.m a{ display:block;  padding:7px 5px 7px 35px; background:url(img/m-a.gif) no-repeat bottom left; width:180px; text-decoration:none; color:#725450;}
.m a:hover{ font-weight:bold; }

.stlo{ background:url(img/s-tlo.jpg) no-repeat top ; height:100%; padding:20px 30px; }
.left{
	width:225px;
	float:left;
}
.mtxt{
	padding:10px 6px 10px 0px; 
	color:#999999;
}
.ng{
	font-size:16px; 
	font-style:italic; 
	margin:0px;
	margin-bottom:10px;
	padding:10px 5px 5px 5px; 
	border-bottom:1px solid #CC3300;
}

.right{
	width:640px;
	float:left;
	padding-left:40px;
	line-height: 140%;
	font-size: 11px;
}

/* s3Slider */
#slider {
    width: 630px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider img
{
	border: 0px;	
}
#sliderContent {
    width: 630px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0px;
	list-style-type: none;
	padding: 5px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 11px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 630px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 18px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}


#slider1 {
    width: 630px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider1 img
{
	border: 0px;	
}
#slider1Content {
    width: 630px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	list-style-type: none;
	padding: 5px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 11px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 630px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.slider1Image span strong {
    font-size: 18px;
}
.left1 {
	top: 0;
    left: 0;
	width: 170px !important;
	height: 306px;
}
.right1 {
	right: 0;
	bottom: 0;
	width: 170px !important;
	height: 306px;
}

