@charset "utf-8";
/*****=Reset*******************************/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td, img { margin: 0; padding: 0; } 
ul,ol,li{list-style:none;}
img{border:none;}

a:focus { -moz-outline-style: none; }
a:active {
  outline:none;
}
body {
	text-align: center;
	font-size: 13px;
}


/**************************/

#container {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#tab-content {
	background-image: url(../images/main_content_bg.gif);
	background-repeat: repeat-y;
}
#bottom-nav {
	background-image:url(../images/bottom_nav_bg.gif);
	background-color:#FCF5E6;  
	background-repeat:repeat-x;
	background-position:bottom;
	height: 65px;
}
#bottom-nav table {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#tab-content .product-title {
	background-image: url(../images/index_content_txt_bg.gif);
	height: 60px;
	background-repeat: no-repeat;
	font-size: 13px;
	color: #636363;
	background-position: center;
}
#tab-content  img.product {
	border: 1px solid #e0e0e0;
}
#tab-content {
	padding-top: 5px;
}
#tab-content .approach-content {
	font-size: 13px;
	color: #7e7e7e;
	text-align: left;
}
#tab-content .approach-content ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-bottom: 10px;
}
#tab-content .approach-content li {
	margin-left: 25px;
	list-style-type: decimal;
	margin-bottom: 5px;
}
.approach-content .notice {
	background-image: url(../images/notice_bg.gif);
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-right: 20px;
}
.get-form {
	color: #636363;
	text-align: left;
}
.get-form td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.highlight {
	font-weight: bold;
	color: #d26900;
}


#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 65px;
	font-size: 13px;
	color: #5e5d5d;
	text-align: center;
}
#footer a {
	color: #5e5d5d;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer p {
	padding-top: 15px;
}
#tab-content .product-subtitle {
	color: #00b0f0;
}
