@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
h4 {
	font-family: "Arial Narrow", Arial;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	color: #000000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: right;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
}
.footer_content {
	height: 85px;
	width: 100%;
	bottom: 0px;
	position: fixed;
	text-align: center;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
}
#footer {
	height: 60px;
	width: 980px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#footer_info {
	height: 60px;
	width: 350px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: right;
	margin-left: 20px;
}
#footer_service {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	height: 60px;
	width: 200px;
	float: right;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}


#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	float: right;
	width: 750px;
	margin-top: 40px;
}

#menu {
	float: left;
	width: 199px;
	margin-top: 40px;
}
ul {
	margin: 0px;
	padding: 0px;
}
#menu_item {
	width: 194px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	list-style-type: none;
}
#menu_item_top {
	width: 194px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	list-style-type: none;
	background-image: url(images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#menu_item_bottom {
	width: 194px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	list-style-type: none;
	background-image: url(images/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu_main_item {
	width: 194px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #727272;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	background-color: #b8b8b7;
	list-style-type: none;
}

#flash_products {
	background-color: #444444;
	height: 278px;
	width: 750px;
}
#index_txt_L {
	float: left;
	width: 530px;
	background-image: url(images/banner_bottom_L.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
}
#index_txt_R {
	float: right;
	width: 220px;
	background-image: url(images/banner_bottom_R.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	height: 50px;
}
#info_txt_L {
	float: left;
	width: 320px;
	background-image: url(images/banner_bottom_L.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 30px;
	padding-right: 30px;
}
#info_txt_R {
	float: right;
	width: 400px;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 30px;
	background-image: url(images/banner_bottom_L.jpg);
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

