/* default */
body {
	text-align: center;
}
body, div, p, table, ul, li, img, h1, h2, h3{
	margin: 0;
	padding: 0;
	border: 0;
}
body, div, p, table, a, h1, h2, h3 {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #474747;
}
h1, h2, h3, p {
	margin-bottom: 10px;
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 15px;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
table.mid td {
	vertical-align: middle;
}
table .framed {
	border: 1px solid #8bccc6;
	text-align: center;
	vertical-align: middle;
}
table .framed img {
	margin: 10px;
}
.sidemarged {
	margin-left: 10px;
	margin-right: 10px;
}
.hr {
	height: 1px;
	border: solid #8bccc6;
	border-width: 1px 0 0 0;
}
/* page construct */
.maincnt {
	margin: 0 auto 0 auto;
	width: 830px;
	padding: 0;
	background-image: url(../images/cnt_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
.top {
	position: relative;
	margin-left: 19px;
	width: 796px;
	height: 180px;
	text-align: right;
	background-image: url(../images/top_bg.jpg);
}
.logolink {
	position: absolute;
	left: 5px;
	display: block;
	z-index: 101;
	width: 120px;
	height: 155px;
}
.homelink {
	position: absolute;
	left: 140px;
	display: block;
	z-index: 102;
	width: 85px;
	height: 50px;
}
.content {
	margin: 0px 25px 0 25px;
	border: 1px solid #999999;
	padding: 10px;
}
.subcontent {
	margin: 10px 25px 0 25px;
	border: 1px solid #ffffff;
}
.footer {
	margin: 10px 25px 0 25px;
	background-color: #8bccc6;
	padding: 2px 6px 3px 6px;
	color: #ffffff;
}
.footer .totop {
	width: 250px;
	display: block;
	float: right;
	text-align: right;
}
.footer .totop img {
	margin-right: 10px;
}
.footer .totop a {
	color: #ffffff;
	text-decoration: none;
}
.bottom {
	height: 29px;
	background-image: url(../images/bottom.jpg);
}
.sncontent {
	margin-left: 170px;
	border-left: 1px solid #cccccc;
	padding-left: 10px;
	
}
/* navigation */
.navi {
	margin: 100px 10px 0 0; 
}
.navi li {
	list-style-type: none;
	display: inline;
	margin-left: 20px;
}
.navi a {
	text-decoration: none;
	color: #474747;
	font-size: 14px;
}
.navi a:hover {
	border-bottom: 5px solid #8bccc6;
}
/* subnavi */
.subnavi {
	margin: 0; 
	width: 160px;
	float: left;
	border-top: 1px solid #cccccc;
}
.subnavi li {
	list-style-type: none;
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #cccccc;
}
.subnavi a {
	text-decoration: none;
	color: #474747;
	font-size: 14px;
	margin: 10px 0 0 5px;
}
.subnavi a:hover {
	border-bottom: 5px solid #8bccc6;
}
.subnavi ul {
	margin: 5px 0 -5px 0;
}
.subnavi ul li {
	border: solid #cccccc;
	border-width: 1px 0 0 0;
}
.subnavi ul li a {
	font-size: 12px;
	margin-left: 15px;
}
.highlighted a {
	border-bottom: 5px solid #8bccc6;
}
.regular a {
	border: 0;
}
/* product selection */
.selectp {
	width: 232px;
	margin: 0px 20px 0px auto;
	height: 40px; 
	display: block;
	position: relative;
}
#selectpcnt {
	top: 37px;
	left: 7px;
	width: 219px;
	height: 100px;
	z-index: 100;
	position: absolute;	
	background-color: #8bccc6;
	border: 1px solid #ffffff;
	border-width: 0 1px 1px 1px;
	display: none;
	text-align: left;
}
.selectpt {
	display: block;
	height: 40px;
	text-decoration: none;
}
#selectpcnt a {
	display: block;
	height: 24px;
	border-top: 1px solid #ffffff;
	text-decoration: none;
}
#selectpcnt span {
	margin: 3px 0 0 20px;
	display: block;
	color: #ffffff;
	font-size: 14px;
}
/* tm */
.reg {
	font-size: 10px;
	vertical-align: top;
}
/* more */
.clr {
	clear: both;
}
.rimg {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
.brdrd {
	border: 1px solid #999999;
}