﻿html, body, div, fieldset, table, td, th, p, ul, ol, li, dl, dt, dd, form, fieldset, h1, h2, h3, h4, h5, h6, span, label, a, input, textarea, blockquote, cite
{
    font-family: Helvetica,Tahoma,Verdana,Lucida Grande,Arial,宋体,Arial Unicode,sans-serief;
    line-height: 1.5em;
}

body, div, td, th, p, li, dt, dd, a, input, textarea, blockquote, cite {
	font-size: 12px;
}

a:link {
	color:#343434;
	text-decoration: none; 
	outline-style:none;
	text-align: right;
}

a:visited {
	color:#343434;
	text-decoration: none;
	outline-style:none;
}

a:active {
	color:#343434;
	text-decoration: none;
	outline-style:none;
}

a:hover {
	color:#cc0000;
	text-decoration:none;
	outline-style:none;
}

.container
{
    margin-left:auto;
    margin-right:auto;
    width:1003px;
}

/* SiteRuian.Master */

body
{
    text-align:center;
    margin:0px;
    padding:0px;
}

#top
{
    margin-left:auto;
    margin-right:auto;
    width:1003px;
}

#top_left
{
    width:519px;
    height:166px;
    background-image:url(../Images/top_left.jpg);
    float:left;
}
#top_right
{
    width:484px;
    height:166px;
    float:right;
}

#menu
{
    clear:both;
    width:1003px;
    height:36px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../Images/tbBG.jpg);
    background-repeat:repeat-x;
    overflow:hidden;
}

#menu ul
{
    height:36px;
    margin:0px;
    padding:0px;
    overflow:hidden;
}

#menu ul li
{
    list-style:none;
    height:31px;
    float:left;
    color:White;
    width:93px;
    font-size:14px;
    font-weight:bold;
    padding-left:2px;
    padding-right:2px;
    padding-top:8px;
    background-image:url(../Images/tbBG2.jpg);
    background-position:right top;
    background-repeat:no-repeat;
}

a.menu:link,a.menu:visited,a.menu:active
{
    color:White;
    font-size:14px;
    font-weight:bold;
}

a.hotmenu:link,a.hotmenu:visited,a.hotmenu:active
{
    color:#4b4b4b;
    font-size:14px;
    font-weight:bold;
}


a.menu:hover
{
    color:Red;
    font-size:14px;
    font-weight:bold;
}

a.submenu:link,a.submenu:visited,a.submenu:active
{
    color:#4b4b4b;
    font-size:13px;
    font-weight:bold;
}

a.submenu:hover
{
    color:Red;
    font-size:13px;
    font-weight:bold;
}

#tbSpace
{
    width:1003px;
    height:33px;
    padding-top:5px;
    margin-left:auto;
    margin-right:auto;
    color:#e8e8e8;
    background-image:url(../Images/tbSpace.jpg);
    background-repeat:repeat-x;
}

#footer
{
    clear:both;
    margin-left:auto;
    margin-right:auto;
    background-color:#1454C2;
    width:1003px;
    color:#cccccc;
}

.alignRight
{
    text-align:right;
}