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

/*	init
*********************************/

#mainpr {
	clear:both !important;
}

#maincontent {
	float:none;
	border:none;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}
#maincontent p {
	padding:0;
	margin:20px 155px;
	text-align:left;
}

#maincontent h3 {
	border:none;
	padding:0;
	margin-top:40px;
}
#maincontent h4 {
	font-size:1em;
}
a {
	color:#900;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#C00;
	font-weight:bold;
	text-decoration:underline;
}
.hide {
	display:none !important;
}

.yellow {
	color:#F90;
}
.red {
	color:#900;
}

/*		henkin		*/
#maincontent .productimage {
	margin-top:20px;
}
#maincontent .noticebox1 {
	border:#ee9a15 1px solid;
	color:#900;
	padding:2px;
	width:650px;
	margin:15px auto;
	text-align:left;
}
#maincontent .noticebox2 {
	border:#f2b350 1px solid;
	padding:8px;
}
#maincontent .noticebox2 p {
	margin:0;
}
#maincontent .steptitle {
	text-align:left;
	margin:20px 0 0 155px;
}
#maincontent .steptitle2 {
	margin:0;
}
#maincontent .stepblock {
	background:url(../images/separator.gif) no-repeat center bottom;
	padding:15px 150px 30px 150px;
}
#maincontent .noborder {
	background:none;
}
#maincontent .step_pic {
	float:left;
	width:315px;
}
#maincontent .step_text {
	float:left;
	width:325px;
	padding-left:20px;
}
#maincontent .step_text p {
	margin:0;
}
#maincontent .clearblock {
	clear:both;
	padding-top:10px;
	text-align:left;
}
#maincontent .clearblock p {
	margin:0;
}
#maincontent .clearblock h4 {
	margin-bottom:10px;
}
#maincontent .name {
	font-size:14px;
	font-weight:bold;
}
#maincontent .contactinfo {
	text-align:left;
	margin-left:150px;
}
#maincontent .nomargin {
	margin-top:0;
}
#maincontent .btn_redirect a {
	display:block;
	width:459px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	margin:15px auto;
	background:url(../images/btn_redirect.gif) no-repeat left top;
}
#maincontent .btn_redirect a:hover {
	background-position:left -48px;
}

#maincontent .btn_contact a {
	display:block;
	width:459px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	margin:15px auto;
	background:url(../images/btn_contact.gif) no-repeat left top;
}
#maincontent .btn_contact a:hover {
	background-position:left -48px;
}
