﻿/*### 告别单身-头部样式 ###*/
/*### gaobiedanshen.com ###*/
/*### header.css ###*/


/*--header--*/
.header {
	width:950px;
	height:70px;
	margin:0 auto;
}
.header h2 {
	float:left;	
	margin:35px 0 0 0;
}
a.logoBig,a.logoBig:link,a.logoBig:visited,a.logoBig:hover,a.logoBigactive {
	float:left;
	display:block;
	width:200px;
	height:70px;
	background:url("../Images/logoBig.gif") no-repeat;
	cursor:pointer;
}
a.logoSmall,a.logoSmall:link,a.logoSmall:visited,a.logoSmall:hover,a.logoSmall:active {
	float:left;
	display:block;
	width:200px;
	height:50px;
	background:url("../Images/logoSmall.gif") no-repeat;
	cursor:pointer;
}
/*--Uti--*/
ul.Uti {	
	float:right;
	padding:0;
	margin:0;
	margin-top:10px;
	list-style-type:none;
	font-size:12px;
}
ul.Uti li {
	display:inline;	
	padding:0 8px;	
	height:14px;
	line-height:14px;
	background:url("../Images/dot.gif") repeat-y right;	
}
ul.Uti li.lastUti {
	background:none;
}
ul.Uti li a {
	text-decoration: none;
	padding:3px;
}