@charset "utf-8";
/* CSS Document */


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding: 0;
	font-weight:normal;
	list-style:none;	
} 

fieldset, img {border:0;}

a img { border:0;  outline:none;}

.hidden {display:none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#container {
	width: 100%;
	background: url(images/bg.jpg) center top no-repeat;
	overflow: hidden;
	_overflow: none;
	line-height:1.8em;
	font-size:15px;
    color:#333;
}

 
#container2 {
	width: 960px;
	margin:0 auto;
	position:relative;
	top:0;
	left:0;	
}

/*----------header---------*/

#header {
	position: relative;
	top:0;
	left:0;
	height: 209px;
}

#header h1 {
	background:url(images/header01.jpg) ;
	height:209px;
	position: relative;
	text-indent:-3000px;
	margin:0;
}

/*----------main-layout--------*/

#main {
	position: relative;
	overflow:hidden;
	margin:0 auto;
	width:960px;
	background:url(images/main-bg.jpg) center top no-repeat;
	min-height:909px;
}

#main2 {
	position: relative;
	overflow:hidden;
	margin:0 auto;
	width:960px;	
}

#leftcolum {
	width: 540px;
	float: left;
	height:600px;
}

#rightcolum {
	width: 400px;
	float: right;
}



/*------tabs--------------*/

	.abgne_tab {
		clear: left;
		width: 350px;
		margin: 30px 0 0px 30px;
		
	}
	ul.tabs {
		height: 71px;
		width:280px;
		margin: 0px 0 0px 20px;
		background-image:url(images/btn.jpg);
	}
	
	ul.tabs li {
	    display:block;
	    height:71px;
	    float:left;
	    text-indent:-9999px;

	}
	ul.tabs li a {
		display: block;
		height:71px;
		width:280px;
	}
	ul.tabs li#b1 {width:93px;}		
    ul.tabs li#b2 {width:93px;}
    ul.tabs li#b3 {width:93px;}
	
	ul.tabs li#b1.active , ul.tabs li#b1 a:hover { background:url(images/btn_.jpg) no-repeat -0px -0px;}
	ul.tabs li#b2.active , ul.tabs li#b2 a:hover { background:url(images/btn_.jpg) no-repeat -93px -0px; }
	ul.tabs li#b3.active , ul.tabs li#b3 a:hover { background:url(images/btn_.jpg) no-repeat -186px -0px; }

	div.tab_container {
		clear: left;
		width: 100%;
	}
	div.tab_container .tab_content {
		padding: 10px;
	}

	
/*---------*/ 
h5{
	font:15px bold Arial, Helvetica, sans-serif; color:#093;
	margin:20px 0px 0px 0px ; font-weight:bold;
	/*border-bottom:1px solid #ccc; */
}
#tour-list li { line-height:1.8em; _line-height:0.8em; }

#tour-list li em {font:13px bold Arial, Helvetica, sans-serif;color:#960;}
	
#tour-list li a { 
	display:block; font:13px bold Arial, Helvetica, sans-serif; 
	color:#333; text-decoration:none;line-height:1.8em;_line-height:0.8em; 
	padding-bottom:2px; border-bottom:1px #999 dashed;}

#tour-list li a:hover { color:#F00; text-decoration:none;}


/*-------------leftcolum-----------------*/ 

#leftcolum{
	width:540px;
	overflow:hidden;}

#leftcolum li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	color:#333;
}

#leftcolum li strong {
	color: #9e0909;
	font-weight: normal;
}

#pic01-1, #pic01-2, #pic01-3, #pic01-4, #pic01-5, #pic01-6, #pic01-7, #pic01-8, #pic01-9, #pic01-10, #pic01-11 {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 66px;
}
#pic01-1 {width: 461px;left: 75px;top: 35px;}
#pic01-2 {width: 462px;left: 74px;top: 129px;}
#pic01-3 {
	width: 383px;
	left: 157px;
	top: 299px;
}
#pic01-4 {
	width: 362px;
	height:178px;
	left: 178px;
	top: 427px;
}



.hide {display: none;}


