﻿/*public style*/
body {
	background:#95999f url('../images/ind_bg2.jpg') no-repeat center 0;
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e6e7e8;
	height: 100%;
	overflow-x:hidden;
}
img {
	border: 0;
}
p {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
/*top head style*/
#body {
	margin: 15px auto;
	width: 1005px;
}
.head_top {
	background:url('/images/top_bg.jpg') no-repeat 0 0;
	height: 95px;
}

/*print design navigation style*/
#nav1 ul {
	font-weight: bold;
	list-style: none;
}
#nav1 ul li {
	float: left;
	display: block;
}
#nav1 ul li a {
    padding:8px 40px;
	display:inline-block;
	color:#fff;
	background:url('../images/menu_bg05.jpg') no-repeat 0 0;
	text-decoration:none;
}
#nav1 ul li a:hover {
	display:inline-block;
	background:url('../images/menu_bg055.jpg') no-repeat 0 0;
	color:#ddd;
	text-decoration:none;
}

/*home page sub txt styles*/
.txt{
	height:210px;
	margin:10px 0 0 0;
}
.txt div{
	float:left;
	width:250px;
	height:100%;
	border-right:1px whitesmoke dashed;
}
.txt h4{
	padding:5px 0 0 10px;
	color:#f9f9f9;
	margin-bottom:10px;
}
.txt p{
	padding:0 10px 0 10px;
	color:#e6e7e8;
}
.txt ul li{
	list-style:none;
	background:url('../images/dot.gif') no-repeat 5px 6px;
	padding-left:15px;
}
.txt ul li a{
	text-decoration:none;
	color:#e6e7e8;
}
.txt ul li a:hover{
color:#FdFdFd;
}
.more{
	text-align:right;
	vertical-align:bottom;
	
}
.more a{
	text-decoration:underline;
	color:#e6e7e8;
}
.more a:hover{
	text-decoration:none;
	color:#FdFdFd;
}

.Plink{
	text-align:left;
	vertical-align:bottom;
	
}
.Plink a{
	text-decoration:underline;
	color:#e6e7e8;
}
.Plink a:hover{
	text-decoration:none;
	color:#FdFdFd;
}

/*copy right style*/
.copy_right{
	background:url('../images/copy_bg.jpg') repeat-x 0 0 ;
	height:65px;
	color:#58595b;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:12px;
	text-align:center;
	padding:10px 0 0 0;
}
.copy_right a{
	color:#58595b;
	text-decoration:underline;
}
.copy_right a:hover{
	color:#828282;
	text-decoration:none;
}
.copy_print{
	background-color:black;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	color:white;
	font-size:12px;
	text-align:center;
	padding:10px 0 0 0;
}
.copy_print a{
	color:#fff;
	text-decoration:none;
}
.copy_print a:hover{
	color:#ccc;
	text-decoration:underline;
}

