/* CSS Document */

body{
	font-size:12px;
	margin:0px;
	padding:0x;
	text-align:center;
	color:#666;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:20px;
}
#container{
	width:100%;
	margin: 0 auto;

}

a{color:#FF9933; }
a:link{color:#FF9933;}
a:visited{color:#FF9933;}
a:hover{color:#FF9933;}
a:active{color:#FF9933;}

#header{
	width: 900px;
	height: 60px;
	margin:0 auto;
	padding: 20px 0 0 0;
	background-color:#597fc0;
}

#logo{
	text-align:left;
	padding: 0px 0 0 0;
	float: left;
}

#menu{
	width:600px;
	height: 30px;
	margin:30px 0 0 0;
	float:right;
	text-align:right;
}
.menuDiv {width:1px;height:20px;}
#menu ul {float:right;list-style:none;margin:0px;}
#menu ul li {float:left;margin:0 10px;display:block;line-height:26px; }
#menu ul li a {color:#FFFFFF;}
#menu ul li a:hover{color:#FF6633;}

#topnav{
	width:900px;
	height:30px;
	text-align:left;
	color:#bbb;
	font-size:1.0em;
	margin:0 auto;
	text-transform:capitalize ;
	line-height:200%;
	font-weight:bold;
}
#topnav div.currentpage
{
	width:90%;
	height:100%;
	padding-left:20px;
}

#contentTop{
	width:904px;
	height:14px;
	clear:both;
	margin:0 auto;
	background: url(images/contenttop.png) no-repeat;
}
#content{
	width: 906px;
	height:auto;
	margin:0 auto;
	
	background: url(images/contentbk.png) repeat-y;
	clear:both;
	overflow:auto;
}
#contentBottom{
	width:904px;
	height:14px;
	clear:both;
	margin:0 auto;
	background: url(images/contentbottom.png) no-repeat;
}
#navigator{
	width: 240px;
	height: 500px;
	float:left;
	margin: 0 5px 0 0;
	
}

.info {
	text-align:left;
	width: 85%;
	margin:0 auto;
}
hr.dotLine{
	border:1px dotted gray;
}

#pageContent{
	width:646px;/*646px*/;
	float:right;

	height:auto!important;
	min-height:700px;
	margin:0 10px 0 0;
	
}
.textContent{
	text-align:left;
	font-size: 14px;
	padding: 20px;
}
.tileImage{
	margin:0 auto;

}


#footer{
	width:900px;
	height:50px;
	margin:0 auto;
	background-color:#fff;
	text-align:center;
}


ol.buy{
	list-style-type :none;
	text-align:left;
	color:#777777;
	vertical-align:middle;
}
ol.buy li{
	clear:both;/*清行*/
	
}

ol.buy li address{
	width:100px;
	font-style : normal;/*中文斜体不是很好看的说*/
	float:left;display:inline;
}
ol.buy li i{
font-style : normal;
	float:left;display:inline;
}

#menuleft{
	background-color:#fff;
	background-image:url(images/menu-top.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:10px ;
}
#menuleft div.in{
	padding:-15px 0 0px 0;
	background-image:url(images/menu-bottom.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	
/*	background-color:#1a1a1a;*/
}



#leftbar{
	padding:4px 4px;
	text-align:left;
}

#menuleft h2{
	padding-left:10px;
	color:#aaa;
}

#menuleft ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0 0 15px;
}
#menuleft a:link,#menuleft a:visited{ 
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none; 
	border-bottom:1px solid #ddd;
	display: block;
	padding:4px 10px 4px 15px;
	margin: 0;
	color:#597fc0;
}


#menuleft a:hover{ 
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none; 
	border-bottom:1px solid #ddd;
	display: block;
	padding:4px 10px 4px 15px;
	margin: 0;
	color:#FF9933;
}

#leftimage{
	padding-left:12px;
}

a.imglink:link,a.imglink:visited,a.imglink:hover{
	font-size:1.3em;
	text-decoration:none; 
	display: block;
	margin: 0;
}


#menuBottom{
	width:100%;
	height: 20px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

#menuBottom ul {float:left;list-style:none;margin:0px; position:relative; left:50%;}
#menuBottom ul li {float:left;margin:0 6px;display:block;line-height:20px; position:relative; right:50%; }
#menuBottom ul li a {color:#aaa; text-decoration:none;}
#menuBottom ul li a:hover{color:#FF6633; text-decoration:none;}

p.leftBarTitle{
	padding-left: 10px;
}