/* CSS Document */

/**
 * Default styles
 
 
 cnt w 1000
 left tree 170   rihgt 580 560 --380
 
 neiye w 770
 
 
 
 
 
 */
body
{
    margin: 0px;
    padding: 0px;
}

p
{
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    margin: 0px;
    padding: 0px;
}


/**
 * Tables
 */
table
{
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

th,
td
{
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}


/**
 * Form elements
 */
form,
input,
select,
textarea
{
    margin: 0px;
    padding: 0px;
}


/**
 * Images
 */

.block
{
    display: block;
}
img {
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ol, ul { list-style: none; }


/* 
index   */

body
{
	background-image: url(Images/img1/bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #eff1f3;
    font: normal 11px arial,sans-serif;
    color: #666666;
	text-align:left;
	z-index: -1;
	height: auto;
	width: auto;

}



/* left tress*/



#snv #nav4-on {color:#ff6600;}

#snv #nav4-on:hover {background-color:#ffffff;}

#snv a.navlink1 {padding:2px 2px 2px 20px; display:block;}

#snv a.navlink2 {padding:2px 2px 2px 30px; display:block;}

#snv a.navlink3 {padding:2px 2px 2px 40px; display:block;}

#snv a:hover {color:#ff6600;}

/**/

#cnt
{

	margin: 0px;
	padding: 0px;
	z-index: 1;
	height: auto;
	width: 1000px;

}

#ihead
{
	/* background: #000fff; */
    margin: 0px;
    padding: 0px;
	z-index: 2;
	height: 93px;
	width: 1000px;

}
#ilogo
{
	margin: 0px;
	padding: 0px;
	z-index: 3;
	height: 93px;
	width: 180px;
	position: relative;
	top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	float: left;
	
}





/*奇妙的透明png的使用方法，挺有意思的，有价值。*/

#ilogo h2 {float:left; width:180px; margin-left:0px; margin-top:0px; height:93px; background:url(Images/logo.png) no-repeat left top;z-index: 4;}
* html #ilogo h2 {background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/logo.png',sizingMethod='crop');}
#ilogo h2 img {width:180px;}



#imenu
{
text-align:right;
	z-index: 3;
	height: 23px;
	width: 780px;
	position: relative;
	top: 70px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
}

.menutop {

    font-size:10px;
	PADDING-LEFT: 120px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
.menutop LI {
  	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	FLOAT:LEFT;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	
}
.menutop A {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 4px; COLOR: #000000; PADDING-TOP: 5px; TEXT-DECORATION: none; display:block
}
.menutop A {
         float:left
}
.menutop A:hover {
       position: relative; 
	   right: 0px; 
	   top: 1px;
       COLOR: #FFFFFF
}


A {  TEXT-DECORATION: none;
}

 A:hover {
       position: relative; 
	   right: 0px; 
	   top: 1px;
       
}

A:link
{
	color: #000000;
}
A:visited
{
	color: #666666;
}















#ipics
{
	background: #eee000;
    margin: 0px;
    padding: 0px;
	z-index: 2;
	height: 500px;
	width: 1000px;


}
#inews
{
	/*background: #eeff00;*/
    padding: 0px;
	z-index: 3;
	height: 300px;
	width: 1000px;
	font-size:10px;

}

#ifoot
{
	/*background: #eeff00;*/
    padding: 0px;
	z-index: 3;
	height: 52px;
	width: 1000px;
	font-size:10px;

}


