html, body, table{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
    font-size: 13px;
    line-height: normal;
    color: #293a34;
}
table, td{
	border-collapse: collapse;
	padding: 0px;
}
p, form{
	margin: 0px;
	padding: 0px;
}
a{
	color: #7e918a;
	text-decoration: underline;
}
a:hover{
	color: #4176d8;
	text-decoration: underline;
}
img{
    border: 0px;
}
input, textarea{
	border: solid 1px #919191;
	background-color: #fff;
	color: #313131;
    font-size: 11px;
	margin-top: 2px;
	margin-bottom: 7px;
}
.index{
    width: 950px;
    height: 100%;
    background: url(/images/header.jpg) no-repeat;
}
.nav{
    padding: 0 70px 160px 0;
}
.nav a{
    margin: 0 10px;
}
.news{
    width: 295px;
}
.new{
    background: url(/images/line.gif) no-repeat;
    width: 270px;
    padding-left: 25px;
    margin: 15px 0;
}
.newsf{
    margin: 5px 0;
}
* html .new{
    width: 295px;
}
.new div{
    font-size: 13px;
    font-weight: bold;
    color: #dba115;
}
.tit{
    font-size: 13px;
    font-weight: bold;
    color: #dba115;
}
.ask{
    width: 90px;
    text-align: right;
}
.menu_top{
    padding-left: 60px;
    height: 60px;
}
.menu_top a{
    padding-right: 15px;
}
.menu{
    width: 227px;
    background: url(/images/menu.gif) no-repeat top #273832;
    vertical-align: top;
    padding-top: 10px;
}
.menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu li{
    margin: 3px 0;
}
.menu li a{
	color: #fff;
	text-decoration: none;
    display: block;
    width: 162px;
    padding: 5px 15px 5px 50px;
    background-image: url(/images/pin_in.gif);
    background-repeat: no-repeat;
    background-position: 31px 13px;
    background-color: #273832;
}
* html .menu li a{
    width: 227px;
}
.menu li a:hover{
	color: #273832;
	text-decoration: none;
    background-image: url(/images/pin_a.gif);
    background-repeat: no-repeat;
    background-position: 31px 10px;
    background-color: #d4d7d6;
}
.main{
    padding: 0 0 25px 60px;
}
.title{
    font-size: 24px;
    font-weight: normal;
    color: #dba115;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.copy{
    height: 45px;
    padding-left: 60px;
    color: #8d8d8d;
    vertical-align: top;
}
.galery{
    float: left;
    border: solid 0px #273832;
    background: #fff;
    width: 162px;
    height: 162px;
    #width: 174px;
    #height: 174px;
    margin: 2px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
}
.pmenu{
    float: right;
    border: solid 1px #dba115;
    background: #eee;
    width: 300px;
    margin: 5px;
    padding: 5px;
}

.pages{
  background-color: #fff;
  border: solid 1px #dba115;
  padding: 1px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 5px;
}



