@charset "utf-8";
/*************************************
*    CSS Document for Gogendo_CN     *
*    filename: main.css              *
*    function: 1.set default value   *
*              2.set basic value     *
*************************************/

/* --------- Default value -------- */
* { margin:0; padding:0; border:0;}

html, body { height:100%;}

ul, ol { list-style:none;}

a { text-decoration:none; cursor:pointer;}
a:hover { text-decoration:underline;}

iframe { border:none;}

p { text-align:justify;}

table { width:100%; border-collapse:collapse; border-spacing:0;}

img { border:0;}

/*--------- Subpage style Start ---------
*/
body {
	margin:0;
	background:#E6D8B3 url(../images/body_bg.jpg) left top repeat-x;
}
/*---------- Page Start ----------
*/
#page {
	width:880px;
	margin:0 auto 0 0;
	float:left;
	background:url(../images/page_bg.jpg) left top no-repeat;
}
#page_about, #page_zhenliao, #page_doctor, #page_zhengzhuang, #page_qa, #page_education, #page_yangsheng, #page_news {
	width:880px;
	margin:0 auto 0 0;
	float:left;
	background:url(../images/page_about.jpg) left top no-repeat;
}
#page_zhenliao { background:url(../images/page_zhenliao.jpg) left top no-repeat;}
#page_doctor { background:url(../images/page_doctor.jpg) left top no-repeat;}
#page_zhengzhuang { background:url(../images/page_zhengzhuang.jpg) left top no-repeat;}
#page_qa { background:url(../images/page_qa.jpg) left top no-repeat;}
#page_education { background:url(../images/page_education.jpg) left top no-repeat;}
#page_yangsheng { background:url(../images/page_yangsheng.jpg) left top no-repeat;}
#page_news { background:url(../images/page_news.jpg) left top no-repeat;}
/*
----------- Page End -----------*/

#header {
	width:880px;
	margin:0;
	padding-top:18px;
	float:left;
}
/*---------- Nav Start -----------
*/
#nav {
	width:880px;
	height:36px;
	margin:0;
	background:url(../images/nav_bg.jpg) left top no-repeat;
}
#nav ul { list-style-type:none;}
#nav ul li {
	display:block;
	height:36px;
	margin-left:8px;
	padding-left:22px;
	background: url(../images/nav_l.gif) left 8px no-repeat;
	float:left;
}
#nav ul li a {
	font:14px/36px Arial;
	color:#fff;
	text-decoration:none;
}
#nav ul li a:hover {
	text-decoration:underline;
}
/*
----------- Nav End -----------*/

/*--------- Header Start --------
*/
#logo {
	display:block;
	width:435px;
	height:70px;
	text-indent:-999px;
	margin:12px 0 0 18px!important;
	margin:12px 0 0 9px;
	background:url(../images/logo.png)!important;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
	float:left;
}
#language {
	text-align:right;
	float:right;
}
#language a {
	font:12px/24px Arial;
	color:#9A611B;
	padding-right:20px;
	text-decoration:underline;
}
#language a:hover { color:#c00; text-decoration:none;}

#tel {
	width:420px;
	height:50px;
	float:right;
	margin-top:5px;
	background:url(../images/tel_bg.png)!important;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tel_bg.png');
}
#tel li {
	width:100px;
	margin:6px auto auto 6px;
	padding-left:32px;
	font:12px/20px Arial;
	color:#c00;
	background:url(../images/tel.gif) left top no-repeat;
	float:left;
}
#tel li.fax { background:url(../images/fax.gif) left top no-repeat;}

#referWrap {
	width:880px;
	height:20px;
	float:left;
}
#referLine {
	width:450px;
	height:2px;
	margin-top:13px;
	border-top:1px solid #68522E;
	float:left;
}
/*#refer {
	display:block;
	width:484px;
	height:20px;
	margin:3px auto auto 13px;
	background:url(../images/refer.png)!important;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/refer.png');
	float:left;
}*/
/*
----------- Header End -----------*/

/*--------- Content Start----------
*/
#contentTop {
	width:880px;
	height:11px;
	margin:10px 0 0 0;
	background:url(../images/contentTop_bg.gif) right top no-repeat;
	float:left;
}
#contentBottom {
	width:880px;
	height:11px;
	margin:0 0 20px 0;
	background:url(../images/contentBottom_bg.gif) right top no-repeat;
	float:left;
}
#credit {
	width:252px;
	height:40px;
	margin:20px 0 0 auto;
	background:url(../images/credit.png)!important;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/credit.png');
	float:right;
}
.hide { display:none;}
.show_news, .show_charge {
	display:block;
	width:200px;
	position:absolute;
	top:730px;
	left:630px;
	border:1px solid #f00;
	font:12px/22px "MS Gothic";
	color:#333;
	text-align:left;
	padding:10px;
}
.show_charge { width:350px; top:250px; left:720px; padding:0 0 0 20px;}
.show_charge p {
	font:12px/22px "MS Gothic";
	color:#333;
	text-indent:-12px;
	margin:12px;
}
p.top {
	font:12px/24px Arial;
	text-align:right;
}
p.top a {
	color:#c00;
	text-decoration:none;
	margin-right:14px;
}
p.top a:hover { text-decoration:underline;}
/*
----------- Content End ---------*/

/*
-------------------- Subpage style End --------------------*/