@charset "utf-8";
/*CSS Initial*/
body, ul, ol, li {
 margin:0;
 padding:0;
}
li {
	float: left;
	list-style-type: none;
}
table {
 border-collapse:collapse;
}
fieldset, img {
 border:0;
}
address, caption, cite, code, dfn, em, th, var {
 font-style:normal;
 font-weight:normal;
}
ol, ul {
 list-style:none;
}
caption, th {
 text-align:left;
}
h1, h2, h3, h4, h5, h6 {
 font-size:100%;
 font-weight:normal;
}
q:before, q:after {
 content:'';
}
abbr, acronym {
 border:0;
}
.clear {
	clear: none;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/*CSS Initial*/
#all {
	width:977px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-image: url(../images/top.jpg);
	height: 99px;
	background-repeat: no-repeat;
}
#top2 {
	background-image: url(../images/top2.jpg);
	height: 99px;
	background-repeat: no-repeat;
}
#logo {
	float: left;
}
#menu {
	margin-top: 40px;
	position: absolute;
	margin-left: 240px;
	*margin-left: 37px;
}
#menu li {
	height:30px;
	line-height:30px;
	width:120px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#menu li a {
	text-decoration: none;
	color: #636262;
	display: block;
	height:38px;
	line-height:38px;
}
#menu li a:hover {
	color:#09F;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
#menu li a.current {
	color:#09F;
}
#content {
	font-family:"Times New Roman", Times, serif;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f7fafa;
	height:100%;
	overflow:hidden;
	padding-bottom: 20px;
}
#content #left {
	float: left;
	display:inline;
	width: 615px;
	margin-left: 35px;
}
#content #left h1 {
	font-size: 25px;
	font-weight: bold;
	color: #0652aa;
	text-align: left;
	margin-top:25px;
	margin-bottom:10px;
}
#content #left p {
	width:560px;
	font-size: 14px;
	line-height:25px;
}
#content #left .more {
	width: 500px;
	text-align:right;
}
#content #right {
	float: right;
	width: 271px;
	margin-top:38px;
	margin-right:15px;
	padding-right:20px;
	display:inline;
	background-image: url(../images/content_bg2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content #right h2 {
	text-indent: 2em;
	font-size: 14px;
	line-height:20px;
	margin-top:15px;
}
#content #right h3 {
	color: #820303;
	text-indent: 2em;
	font-size: 18px;
	font-weight:bold;
	line-height:30px;
}
#content #right p {
	padding-left:20px;
	line-height:20px;
	font-size: 14px;
	font-weight:bold;
}
#content #right p a {
	color: #820303;
	font-weight:bold;}
#bottom {
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 79px;
	padding-left: 250px;
}
#bottom h4 {
	color: #549dcf;
	font-size: 15px;
	font-weight:bold;
	line-height: 25px;
	padding-top: 15px;
}
#bottom p {
	color: #9e9e9e;
	font-size: 13px;
	line-height: 20px;
}
#pagebanner {
	margin-top: 15px;
	margin-left: 50px;
	margin-bottom:15px;
}
#pageupconer {
	width: 860px;
	margin-left:auto;
	margin-right:auto;
}
#pagedownconer {
	width: 860px;
	margin-left:auto;
	margin-right:auto;
}
#pagecontent {
    height:auto !important;
	height:400px;
	min-height:400px;
	width: 858px;
	margin-left:auto;
	margin-right:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-image: url(../images/content_bg2.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#pagecontent_kitchen {
	height: 500px;
	width: 858px;
	margin-left:auto;
	margin-right:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-image: url(../images/kitchen_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}


