body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	background-color: #fff;
}

a {
    text-decoration: underline;
    color: #000000;
}
a img {
	border: none;
}
a:visited {
    color: #000000;
}
a:hover {
	color: #fff;
    text-decoration: none;
}
p {
	margin: 0;
	padding: 0;
	line-height: normal;
	margin-bottom: 1px;
}
ul {
	margin: 0;
	padding: 0;
	margin-left: 30px;
	list-style-type: disc;
}

#main {
	border: 0px blue solid;
	display: block;
	position: relative;
	height: 100%;
	width: 988px;
	text-align: left;
	top: 16px;
}
   
#header {
	border: 0px blue solid;
	display: block;
	position: relative;
	height: 178px;
	width: 988px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}
.logo {
	display: block;
	position: relative;
	width: 187px;
	/*height: 96px;*/
	top: 0px;
	left: 24px;
}
.tel {
	display: block;
	position: absolute;
	width: 175px;
	height: 25px;
	top: 137px;
	left: 33px;
	font-family: Tahoma;
	font-size: 26px;
}
.tel_prefix {
	font-size: 18px;
	color: #4e8aa9;
}
.head_img {
	border: 0px blue solid;
	display: block;
	position: absolute;
	height: 178px;
	width: 756px;
	top: 0px;
	left: 232px;
}


#header_menu {
	position: absolute;
	height: 32px;
	background-color: #fff;
	margin-left: 256px;
	margin-right: 18px;
	top: 138px;
}
.header_menu_text {
	position: relative;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	top: 6px;
}
.header_menu_text a {
	color: #4e8aa9;
    text-decoration: none;
}
.header_menu_text a:visited {
	color: #4e8aa9;
    text-decoration: none;
}
.header_menu_text a:hover {
	color: #000;
    text-decoration: underline;
}

#menu {
	border: 0px blue solid;
	position: absolute;
	overflow: hidden;
	top: 188px;
	width: 244px;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	background-color: #c6dbe6;
}
.menu_text {
	position: relative;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 14px;
	left: 23px;
	line-height: 24px;
}
#menu_head {
	border: 0px blue solid;
	position: absolute;
	top: 178px;
	left: 0px;
	background-image: url(images/menu_head.gif);
	background-repeat: no-repeat;
	width: 256px;
	height: 10px;
}
#menu_bottom {
	border: 0px blue solid;
	position: relative;
	background-image: url(images/menu_bottom.gif);
	background-repeat: no-repeat;
	width: 256px;
	height: 11px;
}


#content {
	border: 0px blue solid;
	position: relative;
	display: block;
	height: 200px;
	width: 732px;
	left: 256px;
	text-align: justify;
}


#banner1 {
	border: 3px #c6dbe6 solid;
	text-align: center;
	height: 70px;
	width: 725px;
}
#banner1 span {
	font-family: Bookman Old Style;
	font-size: 51px;
}
#banner2 {
	border: 3px #c6dbe6 solid;
	text-align: center;
	height: 60px;
	width: 725px;
}
#banner2 span {
	font-family: Bookman Old Style;
	font-size: 41px;
}
#banner3 {
	border: 3px #c6dbe6 solid;
	text-align: center;
	height: 55px;
	width: 725px;
}
#banner3 span {
	font-family: Bookman Old Style;
	font-size: 31px;
	margin-top: 10px;
}
#banner4 {
	border: 3px #c6dbe6 solid;
	text-align: center;
	height: 55px;
	width: 725px;
}
#banner4 span {
	font-family: Bookman Old Style;
	font-size: 26px;
	margin-top: 10px;
}


#pic {
	border: 3px #c6dbe6 solid;
	display: block;
	position: relative;
	height: 110px;
	width: 110px;
    overflow: hidden;
}
#category td {
  padding-bottom: 10px;
  vertical-align: top;
  width: 122px;
}
#category a:hover {
	color: #4e8aa9;
}

#footer {
	border: 0px #c6dbe6 solid;
	background-color: #c6dbe6;
	height: 77px;
	width: 731px;
}
#copyright {
	position: relative;
	top: 25px;
	font-size: 18px;
}
#footer_text {
	position: relative;
	top: 0px;
	left: 110px;
	width: 460px;
}


table.goods {
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}
table.goods th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: 6px 6px 6px 6px;
	text-align: center;
}
table.goods td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: 6px 6px 6px 6px;
	text-align: center;
}

#chat-banner {
	border: 0px #c6dbe6 solid;
}
