@charset "utf-8";
/* CSS Document */

body
{
	background-color:#A0A0A4;
	font-family:Tahoma, Geneva, sans-serif;
}

#container
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	width:950px;
	height:125px;
	background-color:#FFf;
	background-image:url(../pics/site/header950t.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:0px;
	margin-top:0px;
}

#mainnav
{
	width:950px;
	height:25px;
	background-color:#1970d8;;
	margin-bottom:5px;
	margin-top:0;
	padding-top:3px;
}

#mainnav ul
{
	margin:0;
	padding:0;
}

#mainnav ul li
{
	display:inline;
}

#mainnav ul li a
{
	text-decoration:none;
	color:#fff;
	border-right:1px solid #fff;
	padding:0em 1em 0em 1em;
}

#mainnav ul li a:hover
{
	color:#000;
}

#contents
{
	width:950px;
	height:650px;
	background-color:#FFF;
	position:relative;
	margin-bottom:5px;
}

#product_table
{
	position:absolute;
	left:75px;
	top:300px;
	border: none;
	line-height: 20px;
	text-decoration: none;
}

#product_table a
{
	text-decoration:none;
	color:#000;
}

#product_table img
{
	border-style:none;
	border:1px #000 solid;
}

#banner
{
	position:absolute;
	left:125px;
	top:25px;
	width:700px;
	height:250px;
	background-image:url(../product_banner/bg_banner_upper_extremity.gif);
}

#banner img
{
	position:absolute;
	left:370px;
	top: 10px;
}

#return
{
	position:absolute;
	left: 413px;
	top: 590px;
	width:125px;
}

#return img
{
	border-style:none;
	border:none;
}
#footer
{
	clear:both;
	width:950px;
	height:50px;
	background-color:#1970d8;
	margin-top:5px;
	font-size: 10px;
	position:relative;
	
}

#copywrite
{
	position:absolute;
	bottom:1px;
	left:375px;
	width:200px;
	height:14px;
	text-align:center;
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
}

