@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background:url(../images/background/bg_main.jpg) left top repeat-x;
	background-color:#f7f8d1;
	padding:0px;
	margin:0px;
}
div, dl, dt ,dd, ul, ol, li, p, span, blockquote, h1, h2, h3, h4, h5, h6, label, iframe, font{
	list-style:none;
	padding:0px;
	margin:0px;
	float:none;
	overflow:hidden;
	font-size:11px;
}
img{
	border:none;
	padding:0px;
	margin:0px;
}
a{
	color:#94a4da;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.fontPink{
	color:#f25252;
}
.fontOrange{
	color:#ff9900;
}
.fontRed{
	color:#c14747;
}
.fontBlue{
	color: #003399;
}
.fontBold{
	font-weight:700;
}
/* -------------------------------------------------------------------------*/
.pageLayout{
	width:500px;
	margin:0px auto;
	padding-bottom:20px;
	position:relative;
}
.contactUsPic{
	width:151px;
	height:119px;
	position:absolute;
	bottom:0px;
	right:0px;
}
h1{
	width:500px;
	height:49px;
	margin:80px auto 30px auto;
	text-align:center;
}
.boxArea{
	width:500px;
	margin:0px auto;
	background:url(../images/background/shadow_box.png) left top no-repeat;
}
.box{
	width:500px;
}
.boxTop{
	width:426px;
	height:25px;
	margin:0px auto;
	background:url(../images/background/box_top.png) left top no-repeat;
}
.boxMiddle{
	width:376px;
	padding:0px 25px;
	margin:0px auto;
	background:url(../images/background/box_middle.png) left top repeat-y;
}
.boxBottom{
	width:426px;
	height:27px;
	margin:0px auto;
	background:url(../images/background/box_bottom.png) left top no-repeat;
}
h2 font{
	width:376px;
	font-size:16px;
	line-height:25px;
}
.lineHead{
	width:376px;
	height:3px;
	margin-top:15px;
	border-top:1px solid #d8d8d8;
	background-color:#f2f2f2;
}
.dataContact{
	width:376px;
	margin-top:10px;
	line-height:22px;
	text-align:right;
}
.lineDotHorizontal{
	width:376px;
	height:1px;
	margin-top:15px;
	background:url(../images/line/line_dot_horizontal.gif) left top repeat-x;
}
.dataAddress{
	width:376px;
	margin-top:10px;
	line-height:24px;
}
/* title ------------------------*/
.titlebg{
	color:#fff;
	border:1px solid #666;
	font-size:11px;
	background-color:#666;
}