@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding:0px;
	margin:0px;
	text-align: center;
}

#container {
	width: 1000px;
	text-align: left;
	margin: 0px auto;
	padding:0px;
}

p {
    margin-bottom:1.75em;
}

a {
	color:#666;
	text-decoration: underline;	
}

a:hover {
	color:#8C0000;
	text-decoration: none;	
}


h1 {
	font-family: "Times New Roman";
	font-size: 28px;
	color: #000;
	font-weight: normal;
	padding:0px;
	margin:0px 0px 15px 0px;
}

h2 {
	font-family: "Times New Roman";
	font-size: 19px;
	color: #8C0000;
	font-weight: normal;
	padding:0px;
	margin:0px 0px 15px 0px;
}



h3 {
	font-family: "Times New Roman";
	font-size: 19px;
	color: #000;
	padding:0px;
	margin:0px 0px 15px 0px;
}

h4 {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #666;
	padding:0px;
	margin:0px 0px 15px 0px;
}


h5 {
	font-family: "Times New Roman";
	font-size: 19px;
	color: #8C0000;
	font-weight: normal;
	padding:0px;
	margin:0px 0px 15px 18px;
}

h5 .nn{
	font-size:16px;
}

#navigation{
	margin:0px;
	padding:0px 0px 14px 0px;
	height:27px;
	background: url(images/main_bg.gif) repeat-x left bottom;
    }

ul#mainmenu {
	width:660px;
	padding: 0px;
	margin: 0px 32px 0px 0px;
	float:right;
    }

ul#mainmenu li {
	list-style:none;
	float:left;
	display:inline;
	position:relative;
	text-align: left;
	margin-right:5px;
    }
			
ul#mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
	top: 27px;
    left:0px;
    }

ul#mainmenu ul li {
	float: none; /*For Gecko*/
	display: block !important;
	display: inline; /*For IE*/
    }	


/* Root Menu */	
ul#mainmenu a {
    text-indent:-5000px; 
	display:block;  
	float: none !important; /*For Opera*/ 
	float: left; /*For IE*/ 
	height: 27px;
	}	

.m1 a {background:url(images/mainmenu_01.gif) no-repeat; width:105px;}
.m2 a {background:url(images/mainmenu_02.gif) no-repeat; width:105px;}
.m3 a {background:url(images/mainmenu_03.gif) no-repeat; width:105px;}
.m4 a {background:url(images/mainmenu_04.gif) no-repeat; width:105px;}
.m5 a {background:url(images/mainmenu_05.gif) no-repeat; width:105px;}
.m6 a {background:url(images/mainmenu_06.gif) no-repeat; width:105px;}

.iehover a {background-position:left 0px}

.m1 a:hover {background:url(images/mainmenu_01_ov.gif) no-repeat;}
.m2 a:hover {background:url(images/mainmenu_02_ov.gif) no-repeat;}
.m3 a:hover {background:url(images/mainmenu_03_ov.gif) no-repeat;}
.m4 a:hover {background:url(images/mainmenu_04_ov.gif) no-repeat;}
.m5 a:hover {background:url(images/mainmenu_05_ov.gif) no-repeat;}
.m6 a:hover {background:url(images/mainmenu_06_ov.gif) no-repeat;}

.m1 .s1 {background:url(images/mainmenu_01_ov.gif) no-repeat; display:block;}
.m2 .s2 {background:url(images/mainmenu_02_ov.gif) no-repeat; display:block;}
.m3 .s3 {background:url(images/mainmenu_03_ov.gif) no-repeat; display:block;}
.m4 .s4 {background:url(images/mainmenu_04_ov.gif) no-repeat; display:block;}
.m5 .s5 {background:url(images/mainmenu_05_ov.gif) no-repeat; display:block;}
.m6 .s6 {background:url(images/mainmenu_06_ov.gif) no-repeat; display:block;}


/* 2nd Menu */
ul#mainmenu li:hover li a,
ul#mainmenu li.iehover li a{
	float:none;
	background:#B70000;
	color: #FFF;
	text-indent:10px;
	padding:5px 11px;
	text-decoration: none;
	height:auto;
	width:150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}


/* 2nd Menu Hover Persistence */
ul#mainmenu li:hover li a:hover,
ul#mainmenu li:hover li:hover a,
ul#mainmenu li.iehover li a:hover,
ul#mainmenu li.iehover li.iehover a {
  	background: #D43629;
  	color: #fff;
  	text-decoration: none;
    width:150px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#mainmenu li:hover ul ul,
ul#mainmenu li:hover ul ul ul,
ul#mainmenu li.iehover ul ul,
ul#mainmenu li.iehover ul ul ul {
  	display: none;
	}

ul#mainmenu li:hover ul,
ul#mainmenu ul li:hover ul,
ul#mainmenu ul ul li:hover ul,
ul#mainmenu li.iehover ul,
ul#mainmenu ul li.iehover ul,
ul#mainmenu ul ul li.iehover ul
{
  	display: block;
	}
	

#left_mainmenu{
	width:248px;
	margin:0px;
	padding:0px 0px 14px 0px;
	height:27px;
    }

ul#left_main {
	padding: 0px;
	margin: 0px 30px 0px 0px;
	float:none;
    }

ul#left_main li {
	list-style:none;
	float:left;
	display:inline;
	position:relative;
	text-align: left;
	margin-right:5px;
	border-bottom:1px solid #f0f0f0;
    }
			
ul#left_main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
	top: 8px;
    left:220px;
    }

ul#left_main ul li {
	float: none; /*For Gecko*/
	display: block !important;
	display: inline; /*For IE*/
    }	


/* Root Menu */	
ul#left_main a {
	display:block;
	float: none !important; /*For Opera*/
	float: none; /*For IE*/
	height: 27px;
	color:#333;
	text-decoration: none;
	padding-top:5px;
	padding-left:20px;
	width:200px;
	font: 17px "Times New Roman", Times, serif;
	}	


.iehover a {background-position:left 0px;text-decoration: none;}

ul#left_main a:hover {color:#B70000;text-decoration: none;}

ul#left_main .dtl {color:#B70000;}


/* 2nd Menu */
ul#left_main li:hover li a,
ul#left_main li.iehover li a{
	float:none;
	background:#D8D8D8;
	color: #666;
	text-indent:0px;
	padding:5px 11px;
	text-decoration: none;
	height:auto;
	width:150px;
	border-top: 1px solid #FFF;
	font: 11px Arial, Helvetica, sans-serif;
	}


/* 2nd Menu Hover Persistence */
ul#left_main li:hover li a:hover,
ul#left_main li:hover li:hover a,
ul#left_main li.iehover li a:hover,
ul#left_main li.iehover li.iehover a {
  	background: #D43629;
  	color: #fff;
  	text-decoration: none;
    width:150px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#left_main li:hover ul ul,
ul#left_main li:hover ul ul ul,
ul#left_main li.iehover ul ul,
ul#left_main li.iehover ul ul ul {
  	display: none;
	}

ul#left_main li:hover ul,
ul#left_main ul li:hover ul,
ul#left_main ul ul li:hover ul,
ul#left_main li.iehover ul,
ul#left_main ul li.iehover ul,
ul#left_main ul ul li.iehover ul
{
  	display: block;
	}


	
#footer {
	background: url(images/footer_bg.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-weight: bold;
	font-size: 11px;
	padding-top: 25px;
	padding-left: 15px;
}

#youarehere {
	font-size: 11px;
	color: #999;
	border-bottom:1px solid #E3E3E3;
	padding:0px 0px 10px 0px;
	margin:15px 0px 30px 275px;
}
#youarehere a{
	color:#999;
	font-weight: bold;
	text-decoration: underline;
}

#youarehere a:hover{
	color:#8C0000;
	font-weight: bold;
	text-decoration: none;
}


.ind_cont_pad {
    margin:30px 12px;
}

.comp_cont_pad {
	margin:30px 0px;
}

.comp_cont_pad ul{
    padding:0px;
	margin:20px 0px 0px 0px;
}

.comp_cont_pad li{
	background: url(images/more.gif) no-repeat left 3px;
	padding:0px 0px 0px 15px;
	margin-top:3px;
	font-size: 13px;
	display: block;
	color:#000;
}


.ind_left {
	background: #F3EFEB url(images/ind_left_top.gif) no-repeat left top;
	padding:15px 20px 10px 20px;
	width:180px;
	font-size: 11px;
}

.ind_left .dv{
	font-size: 19px;
	color: #990000;
	padding:0px;
	margin:0px 0px 10px 0px;
}

.ind_left div {
	color:#B4B4B6;
	margin-top:5px;
}

.ind_left a {
	color:#666;
	text-decoration: none;
}
.ind_left a:hover {
	color:#C30000;
	text-decoration: underline;
}

.more {
	background: url(images/more.gif) no-repeat left 3px;
	padding:0px 0px 0px 15px;
	margin-top:15px;
	font-size: 12px;
	display: block;
}

.more a{
    color:#000;
	text-decoration: underline;
}

.more a:hover{
    color:#8C0000;
	text-decoration: none;
}

.detail {
	background: url(images/more.gif) no-repeat left 2px;
	padding:0px 0px 0px 15px;
	margin-top:15px;
	font-family: "Times New Roman";
	font-size: 11px;
	display: block;
}

.detail a{
    font-family: "Times New Roman";
	color:#333;
	text-decoration: none;
}

.detail a:hover{
    color:#8C0000;
	text-decoration: underline;
}

.comptit_pad {
    margin-left:275px;
	margin-bottom:20px;
}

.comp_txtb {
	font-size: 21px;    
}

.line {
    border-bottom:1px solid #E3E3E3;
	margin-top:10px;
}

.img_border {
	border: 1px solid #CCCCCC;
	padding:0px;
	margin:0px;
}
.img_border_ov {
	border: 1px solid #CCCCCC;
	padding:2px;
	margin:0px;
	height: 111px;
	width: 149px;
	text-align: left;
}

.img_border_ov_ov {
	border: 1px solid #CCCCCC;
	padding:2px;
	margin:0px;
	height: 180px;
	width: 240px;
	text-align: left;
}


.news_num {
	font-famliy:Arial;
	text-align: center;
	word-spacing: 1em;
	font-size: 12px;
	color:#000;
	font-weight: bold;
}
.news_num a{
	font-family: "Times New Roman";
	font-size: 12px;
	color:#000;
	text-decoration: none;    
}
.news_num a:hover{
	text-decoration: underline;
	color:#FF0000;    
}

.left_pad {
    padding-left:18px;
}


#tab {
	background: #F3F0ED; 
	padding:0px;
	margin:15px 0px 0px 0px; 
	font-size:12px;  
}

#tab .ttx{
    color:#666666;
}

#tab td{
    padding:5px 0px 5px 10px;
}

#tab_pro {
	font-family: "Times New Roman";
	padding:0px;
	margin:15px 0px 0px 0px;
	font-size:12px;
	border-bottom:1px solid #ccc;
	text-align: center;
}

#tab_pro th{
	color:#333;
	border-top:1px solid #ccc;
	font-weight: normal;
}

#tab_pro th div{
    background: #F3F0ED;
	padding:3px 0px; 
	margin:1px 0px;
	border-right:1px solid #fff;
}

#tab_pro td{
    padding:3px 0px;
	border-top:1px solid #ccc;
}

.red {
    color:#FF0000;
}



.inp {
    width:300px;
	height:16px;
	border:1px solid #C8C8C8;
	color:#B5A391;
	font-size:12px;
}

.inp_a {
    width:230px;
	height:16px;
	border:1px solid #C8C8C8;
	color:#B5A391;
	font-size:12px;
}

.inp_b {
    width:80px;
	height:16px;
	border:1px solid #C8C8C8;
	color:#B5A391;
	font-size:12px;
}


.sel {
    hegiht:16px;
	border:1px solid #C8C8C8;
	color:#B5A391;
	font-size:12px;
}
	
.textarea {
    width:520px;
	height:100px;
	border:1px solid #C8C8C8;
	color:#B5A391;
	font-size:11px;
}	

.cont_num {
	background: url(images/cont_num_bg.gif) no-repeat left top;
	text-align: center;
	height: 25px;
	width: 54px;
	float:left;
	color:#fff;
	line-height: 25px;
}

.ind_ttpad {
    padding-right:15px;
}

.ind_di {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	padding:0px;
	margin:5px 0px;
	text-align: center;
}	
.ind_di a{
	color: #666;
	text-decoration: none;
}
.ind_di a:hover{
	color: #FF6600;
	text-decoration: underline;
}
