@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
ul li, ol li, dl dt, dl dd {
   	list-style:none;
	text-decoration:none;
	
	}
	
img {
	border:none;
}

h1 {
    font-size:50%;
    padding-bottom:30px;
    margin:0;     
}
h1,h2,h3,h4,h5 {
    font-size:12px;
      
}

a:link { text-decoration: none;color:#666666};

a:active { text-decoration: none };

a:visited { 
     text-decoration: none;
     color:#F60};
    
a:hover {
    text-decoration: none;
	color:#F60};
}
.clear {
	clear:both;
}
.title {    
	text-align:center;
}

.content1 {   
	padding-top:20px;
	padding-left:10px;
}

.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.post {
  

}

.post .t {	
	float:left;
	font-size:14px;
	color: #000000;
	width: 45%;
	}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
 float:right;
 font-size:14px;
 color: #000000;
 padding-right:10px;
 width: 45%;
}




body {
    width:920px;    
	background: url(../images/mould.gif) repeat;	
	font-family:Arial;	
	font-weight:normal;
	color: #666666;
	margin-left:auto;
	margin-right:auto;
	
	}

#outer {
	min-width:770px;
	
}
#header {
    height:100px;
	border-bottom:solid 30px #00008B;
	font-size:13px;
}
#main {

  
}


#l-left {
	float:left;
	width:188px;	
	padding:0 0 0 0px;
	border-left:solid 1px #104E8B;
    border-right:solid 1px #104E8B;
	position:relative;
	min-height:500px;
}
#l-right {
    float:left;    
	padding-left:10px;
	padding-right:10px;
	background:#fff;    
    width:709px;
    min-height:500px;
	border-right:solid 1px #104E8B;
}



#logo {
	position:relative;
	left:0px;
	top:10px;
}


#menu {       
        position:relative;
	display: block;
	padding:0;
	margin:0;
}
#menu li {
	float:right;
}
#menu a {
	width:90px;
	display: block;
	height:30px;
	line-height:30px;	
	margin:0 0 1px 2px;
	background: url(../images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
#menu a:hover {
	background-image: url(../images/img04.gif);
}
#menu .active a {
	background-image: url(../images/img05.gif);
}
#rightProductList dl {
	display:block;
	text-align:center;
}
/* Footer */
#footer {    
	clear:both;
	padding-bottom:20px;
	text-align:center;
	background:#104E8B;
	color:#FFFFFF;
}

#keyword{
    color: #FFFFFF;
    text-align: center;
	font-size: 11px;
	
}
#link{
    color: #FFFFFF;
    text-align: center;
	font-size: 8px;
	padding-bottom:5px;
}

#footer a {
	text-decoration: underline;
	color:#FFFFFF;
}

#footer a:hover {
	text-decoration:none;
	color: #880000;
}


#links {
}
/* Boxed Style */
.boxed {
padding-top: 10px;
}
.boxed .title {
padding-top: 100px;
}
.boxed .title h2 {
	height:25px;
	font-size: 16px;
	padding-top: 8px;
	color: #000000;
	text-align:center;
}
.boxed .content {
	padding: 0px;	
	padding-left:10px;
		
}
.boxed .content1 {
	padding: 0px;	
	padding-left:10px;
	font-size: 12px;	
}
.linkList li {
    display: block;
	width:170px;
	background:url(../images/circle.gif)  no-repeat;
	margin:5px 0 5px 0;	
	line-height:30px;
	height:30px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

.linkList li a {
	color:#3e9722;
	text-decoration:none;
}
.linkList li:hover {	
	background-image: url(../images/circle-a.gif);
}
