body{
	background:#fff;
	margin:0; 
	padding:0; 
	font-family:Arial, Helvetica, sans-serif; 
}

.pds{
	position: relative;
	margin:auto; 
	width:960px; 
	font-size: 12px;
	z-index: 10;
	color: #868E93;
}

.bg1,.bg2{
	height: 500px; 
	width: 50%; 
	position: absolute;
}
.bg1{	
	left: 0px;
	background: url(../images/bg1.gif) repeat-x;
}
.bg2{	
	
	right: 0px; 
	background: url(../images/bg2.gif) repeat-x;
}

.t1{
	position: relative;
}
.menu{
	position: absolute; 
	bottom: 50px; 
	left: 150px;
}
.menu li{
	display: inline-block; 
	padding-right: 5px; 
	background: url(../images/dot.gif) no-repeat center right;
}
.menu li:last-child{ background: none; }
.menu a{
	font-size: 15px; 
	display: inline-block; 
	padding: 10px 20px;
	color: #18B9D6 ;
	text-decoration: none;
}

.menu a:hover{
	color: #F71500;
}

.menu2{
	padding: 5px 15px 5px 20px; 
}
.menu2 a{
	background: url(../images/ma1.gif) no-repeat left center; 
	display: block; 
	padding: 5px 5px 5px 30px;
	text-decoration: none;
	color: #18B9D6 ;
	border-bottom: 1px dotted #CFCFCF;
}
.menu2 a:hover{
	background: url(../images/ma2.gif) no-repeat left center;
	text-decoration: underline;
}

.mtxt{
	padding: 10px 20px;
}
.mtxt p{
	margin: 0; 
	padding-bottom: 10px;
}

.mng{
	background: url(../images/mng.gif) no-repeat center left;
	text-transform: uppercase; 
	padding: 10px 10px 10px 50px;
}

h1{
	font-family: Armata, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 15px; 
	color: #18B9D6 ;
	text-transform: uppercase;
}

.s{
	padding: 10px 0px;
	line-height: 18px;
}
.s-1{
	width: 290px;
	float: left;
}
.s-2{
	width: 600px;
	padding-right:10px;
	float: right;
}

.box-blue{
	padding: 10px; 
	border-radius: 6px; 
	border: 2px solid #18B9D6;
}

.f{
	background: url(../images/fbg.gif) repeat-x top;
}
.f1{
	width: 960px; 
	margin: auto;
}
.center{
	text-align: center;
}
.both{ clear:both; } 
img{ border:0;}
ul{ margin:0; padding:0; list-style:none; } 
.bold{
	font-weight: bold;
}


#gallery {
	padding: 5px;
}
#gallery ul {
	list-style: none;
	margin:0;
	padding:0;
}
#gallery ul li {
	display: inline-block;
	padding: 8px 15px;
}
#gallery ul li a {
	padding:4px;
	background:#fff;
	text-decoration:none;
	display:inline-block;
	box-shadow: 0px 0px 4px #ccc;
	
}
#gallery ul li a:hover{
	background: #18B9D6;
	
}
a{
	color: #18B9D6;
}
a:hover{
	text-decoration: none;
}



.tab1{
	width:100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #EBEBEB;
	padding:3px;
}
.tab1 thead th{
	color:#fff;
	padding:4px 6px;
	background:#18B9D6;
}
.tab1 thead tr:first-child th:first-child{
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}
.tab1 thead tr:last-child th:last-child{
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}
.tab1 tbody td{	
	padding:4px 6px;
	border-bottom:1px solid #EBEBEB;
}
.tab1 tbody tr:last-child td{
	border-bottom: none;
}
.tab1 tbody tr td:first-child{ text-align:center; }
.tab1 tbody tr:nth-child(even){ background:#F8F8F8; }
