/*  
	name:tibet tour style index sheet  
	date:2011.7.15
	author:chen
	email:itechen@gmail.com
*/

/*
	全局通用css
*/
*{
margin:0;
padding:0;
}
.red{
color:red;
}
#wrapper{
width:695px;
margin:10px auto;
color:#000;
font:13px  Arial, Helvetica, sans-serif;
}
#wrapper ul{
list-style-type:none;
}
#wrapper a{
text-decoration:none;
color:#2368C7;
font-size:14px;
display:block;
cursor:pointer;
}
#wrapper img{
border:none;
display:block;
}
#wrapper p{
line-height:180%;
padding:0px 5px 10px 5px;
float:left;
width:680px;
margin-bottom:0px;
}
#wrapper h1,#wrapper h2{
font-size:18px;
color:#990100;
clear:left;
margin-bottom:10px;
}
#wrapper h2{
margin-top:20px;
float:left;
width:695px;
}
#wrapper h1+p+h2{
margin-top:0px;
}
#wrapper dl dt{ 
padding-left:14px;
background:url(../images/tibet_tour_index/ico_h2title.gif) no-repeat left center;
margin-bottom:10px;
}
#wrapper dl dt a:hover{
text-decoration:underline;
}

/* dl */
#wrapper dl{
width:217px;
height:174px;
float:left;
margin:0px 21px 15px 0px;
position:relative;
}
#wrapper>dl>a>dd:first-child{
	background:url(../images/tibet_tour_style_index/family-tour-with-kids320.jpg) no-repeat left top;
	width:217px;
	height:150px;
}
#wrapper>dl>a>dd:first-child:hover{
	background-position:left bottom;
}
#wrapper>dl+dl>a>dd:first-child{
	background:url(../images/tibet_tour_style_index/student-tour320.jpg) no-repeat left top;
}
#wrapper>dl+dl+dl>a>dd:first-child{
	background:url(../images/tibet_tour_style_index/youth-tour320.jpg) no-repeat left top;
}
#wrapper>dl+dl+dl+dl>a>dd:first-child{
	background:url(../images/tibet_tour_style_index/seniros-tour1320.jpg) no-repeat left top;
}



#wrapper>dl.second>a>dd:first-child{
	background:url(../images/tibet_tour_style_index/hiking-tour-mountains320.jpg) no-repeat left top;
	width:217px;
	height:150px;
}
#wrapper>dl.second>a>dd:first-child:hover{
	background-position:left bottom;
}
#wrapper>dl.second+dl>a>dd:first-child{
	background:url(../images/tibet_tour_style_index/biking-tour320.jpg) no-repeat left top;
}
#wrapper>dl.second+dl>a>dd:first-child:hover{
	background-position:left bottom;
}
#wrapper>dl.second+dl+dl a dd:first-child{
	background:url(../images/tibet_tour_style_index/natural-landscape1320.jpg) no-repeat left top;
}
#wrapper>dl.second+dl+dl>a>dd:first-child:hover{
	background-position:left bottom;
}
#wrapper>dl.second+dl+dl+dl>a>dd:first-child{
	background:url(../images/tibet_tour_style_index/tibetan-culture320.jpg) no-repeat left top;
}
#wrapper>dl.second+dl+dl+dl>a>dd:first-child:hover{
	background-position:left bottom;
}
#wrapper>dl.second+dl+dl+dl+dl>a>dd:first-child{
	background:url(../images/tibet_tour_style_index/train-tour320.jpg) no-repeat left top;
}
#wrapper>dl.second+dl+dl+dl+dl>a>dd:first-child:hover{
	background-position:left bottom;
}



#wrapper p+dl+dl+dl{
margin-right:0px;
}
#wrapper dl a dd{ 
position:absolute;
color:#fff;
bottom:0px;
}
#wrapper dl a dd:first-child img{
filter: Alpha(opacity=100); /* IE */
-moz-opacity:1; /* FF 主要是为了兼容老版本的FF */
opacity:1; /* FF */
}
#wrapper dl a:hover dd:first-child img{
filter: Alpha(opacity=70); /* IE */
-moz-opacity:0.7; /* FF 主要是为了兼容老版本的FF */
opacity:0.7; /* FF */
}
#wrapper dl a dd:first-child+dd{
background:url(../images/tibet_tour_index/firstContentBg.png) no-repeat left bottom;
width:217px;
height:54px;
filter: Alpha(opacity=40); /* IE */
-moz-opacity:0.9; /* FF 主要是为了兼容老版本的FF */
opacity:0.9; /* FF */
}
#wrapper dl a dd:first-child+dd+dd{
padding:3px;
line-height:16px;
font-size:12px;
}


/* contact */
div.contact{
float:left;
width:673px;
background:#F6F6F6;
margin-top:20px;
margin-bottom:20px;
border: 2px solid #CCCCCC;
border-radius: 3px 3px 3px 3px;
padding: 10px;
}
#wrapper div.contact p{
width:460px;
float:left;
padding:0px 8px 0px 0px;
margin-bottom:0px;
}
#wrapper div.contact a{
float:right;
background:url(../images/tibet_tour_index/btn_contact.gif) no-repeat left top;
width:190px;
height:33px;
text-indent:-9999px;
margin-top:22px;
} 
#wrapper div.contact a:hover{
background-position:left bottom;
}