/*
/* CSS Document */
/*-------reset CSS--------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
	FONT-FAMILY: Arial, Verdana, "Î¢ÈíÑÅºÚ", "Microsoft YaHei", SunSans-Regular, Sans-Serif; 
}
fieldset, img
{
    border: 0;
}

/* remember to define focus styles! */
:focus
{
    outline: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup
{
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym
{
    border: 0;
    font-variant: normal;
}
input, button, textarea, select, optgroup, option
{
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
code, kbd, samp, tt
{
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select
{ *font-size:100%;}
body
{
    line-height: 1.5;
}
ol, ul
{
    list-style: none;
}



/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th
{
    text-align: left;
}
sup, sub
{
    font-size: 100%;
    vertical-align: baseline;
}

/* remember to highlight anchors and inserts somehow! */
:link, :visited, ins
{
    text-decoration: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

/*------------------------------------*/
.exContent
{
    width: 685px;
    margin: 10px 0 30px 20px;
    overflow: hidden;
    font-size: 12px;
}
.ContactBox
{
    clear: both;
    border: 1px #cccccc solid;
    border-top: none;
    min-height: 215px;
    _height: 215px;
	padding-left:5px;
	padding-right:5px;
	width:663px;
	background:#fafafa;
}
.ContactBox .ContactTxt, .ContactBox2 .ContactTxt2
{
    display: none;
}

.ContactTxt2 td{
font-size:13px
}
.ContactTxt2 font{
text-align:center;
}

.exContent2
{
    width: 670px;
    overflow: hidden;
}
.exContent2 table td
{
    padding: 8px;
}
.exContent2 table strong
{
    color: #333333;
    font-weight: bold;
}
.exContent2 table p
{
    text-indent: 24px;
    color: #333;
}

.ContactMenu
{
    

    width: 680px;;
    overflow: hidden;
}
.ContactMenu li
{
    float: left;
    height: 30px;
    width: 129px;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
	background: url(../res/button.gif) 0 -636px no-repeat;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    cursor: pointer;
	color: #000000;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.ContactMenu li.current
{
    background-position: 0 -606px;  
    color:#AF0A2A;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
} 
.ContactMenu2
{
    height: 28px;
    margin-top: 1px;
    width: 100%;
}
.ContactMenu2 li
{
    float: left;
    width: 110px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:18px;
    background: #ECECEC;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    cursor: pointer;

}
.ContactMenu2 li.current
{
    background: #fff;
	border:1px #cccccc solid;
}




