/*
 * 功能：网站主体
 * 作者：Gavin
 * 创建时间：2009-07-29
---------------------------------*/

/* 外部容器
---------------------------------*/
#container {
width:944px;
margin:0 auto;
overflow:hidden;
margin:0 auto;
background:#fff;
padding-bottom:12px;
}
/* 页头:header
---------------------------------*/
#headTop {
background:url(sprite1.gif) repeat-x 0 -730px;
position:relative;
height:77px;
border:1px solid #fff;
}
/* logo */
#logo {
position:absolute;
left:11px;
top:17px;
}
/* 首页头部代理商图片 */
#agency {
position:absolute;
left:290px;
top:12px;
}
#agency img{
width: 218px;
height: 56px;
background: #fff url(sprite2.gif) no-repeat -2px -38px;
}
/* 首页头部欢迎词 */
#welcome {
position:absolute;
left:20px;
bottom:0;
font-size:13px;
color:#6B6B6B;
}
/* 首页头部副导航 */
.secondaryNav {
float:right;
width:80px;
height:60px;
overflow:hidden;
text-align:right;
border-left:1px solid #EBEBEB;
padding-left:10px;
margin-top:10px;
}
.secondaryNav li {
line-height:20px;
height:20px;
width:100%;
float:left;
}
.secondaryNav li a {
color:#3399FD;
}
.secondaryNav li a:hover {
color:#F35613;
}
/* 首页头部搜索框 */
#search {
width:218px;
float:right;
margin:10px 20px;
}
#search .inputSearch {
width:150px;
}
#search .btnSearch {
border:none;
outline:0;
width:57px;
height:20px;
background:url(sprite3.gif) no-repeat -209px -17px;
margin-left:2px;
}
#hotline img {
width: 212px;
height: 35px;
background: #fff url(sprite2.gif) no-repeat -2px -2px;
}
/* 页脚
---------------------------------*/
#footer {
margin:0 11px 0 12px;
background:#F6F6F6 url(sprite1.gif) repeat-x 0 -840px;
padding:20px 0 10px;
text-align:left;
position:relative;
}
#footNav a {
padding:12px;
}
#copyright {
padding:12px;
line-height:20px;
}
#record {
width:220px;
position:absolute;
right:20px;
top:20px;
}
#links {
width:220px;
position:absolute;
right:20px;
top:40px;
}
