@charset "utf-8";
/* CSS Document */
#background {
	height: 800px;
	width: 1004px;
	margin: 0px;
	background-image: url(bkg_line.gif);
	background-repeat: repeat-x;
}

#menu {
	height: 56px;
	width: 960px;
	background-image: url(menu.png);
	background-position: center;
	margin-top: 17px;
	float: left;
	margin-left: 20px;
}
#menu_logo {
	height: 31px;
	width: 97px;
	background-position: center center;
	margin-top: 15px;
	float: left;
	margin-left: 33px;
	background-repeat: no-repeat;
}
#menu_btn {
	height: 11px;
	width: 580px;
	margin-top: 22px;
	float: left;
	margin-left: 37px;
}

#menu_subbtn {
	height: 11px;
	width: 60px;
	float: left;
	margin-left: 48px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 15px;
}
#menu_language {
	height: 19px;
	width: 174px;
	background-image: url(menu_language.png);
	background-position: center;
	margin-top: 20px;
	float: left;
	margin-left: 20px;
}
#menu_language_btn {
	height: 5px;
	width: 51px;
	float: left;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330066;
	line-height: 15px;
}
#content {
	float: left;
	height: 648px;
	width: 960px;
	margin-left: 20px;
	background-position: center;
	margin-top: 14px;
	background-image: url(content.png);
}
#left {
	float: left;
	height: 630px;
	width: 196px;
	background-image: url(left_back.png);
	margin-left: 10px;
	background-position: center;
	margin-top: 10px;
}
#left_inside {
	float: left;
	height: 620px;
	width: 186px;
	background-image: url(left.png);
	margin-left: 5px;
	background-position: center;
	margin-top: 5px;
}
#left_title {
	float: left;
	height: 56px;
	width: 163px;
	background-image: url(left_title.png);
	margin-left: 12px;
	background-position: center;
	margin-top: 12px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	line-height: 50px;
}
#left_contact {
	float: left;
	height: 163px;
	width: 163px;
	margin-left: 12px;
	background-image: url(contact.png);
	margin-top: 242px;
}
#middle {
	float: left;
	height: 620px;
	width: 303px;
	background-image: url(middle.png);
	margin-left: 7px;
	background-position: center;
	margin-top: 10px;
}
#right {
	float: left;
	height: 630px;
	width: 733px;
	margin-left: 10px;
	background-position: center;
	margin-top: 10px;
	background-image: url(right_back.png);
}
#right_title_bar {
	float: left;
	height: 167px;
	width: 723px;
	background-position: center;
	background-image: url(title_bar.gif);
	margin-top: 5px;
	margin-left: 5px;
}
#right_content_title {
	float: left;
	height: 26px;
	width: 723px;
	background-position: center;
	background-image: url(bg_sub_menu.gif);
	margin-left: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 25px;
}
#right_content_part1{
	float: left;
	height: 420px;
	width: 230px;
	line-height: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#right_content_part2{
	float: left;
	height: 420px;
	width: 230px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	line-height: 20px;
	margin-left: 2px;
	padding-left: 10px;
}
#right_content_part3{
	float: left;
	height: 420px;
	width: 225px;
	line-height: 20px;
	padding-left: 10px;
	
}
#right_content{
	float: left;
	height: 420px;
	width: 711px;
	margin-left: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333333;
	border: 1px solid #CCCCCC;
	line-height: 25px;
	left: 10px;
	padding-left: 10px;
}
#product_pic{
	float: left;
	height: 210px;
	width: 210px;
	margin-top: 10px;
	margin-left: 5px;
}
#bottom {
	float: left;
	height: 52px;
	width: 960px;
	margin-left: 20px;
	background-position: bottom;
	background-image: url(bottom.png);
	margin-bottom: 15px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 30px;
}
a:link,a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover,a:active {
	color: #333333;
	text-decoration: none;
}
.gray:link,.gray:visited {
	color: #2b2b2b;
	text-decoration:none;
}
.gray:hover,.gray:active {
	color: #FFFFFF;
	text-decoration:none;
}
.blue:link,.blue:visited {
	color: #0000CC;
	text-decoration:none;
}
.blue:hover,.blue:active {
	color: #0000CC;
	text-decoration:underline;
}
.whiteborder:link,.whiteborder:visited,.whiteborder:active {
	COLOR: #2B2B2B;
	text-decoration:none;
	border: 1px solid #FFFFFF;
}
.whiteborder:hover {
	COLOR: #FF7A01;
	text-decoration:underline;
}
.gray_blue:link,.gray_blue:visited {
	COLOR: #2B2B2B;
	TEXT-DECORATION: none;
}
 
.gray_blue:hover {
	FONT-SIZE: 14px;
	COLOR: #00a1b8;
	TEXT-DECORATION: underline
}	
#back {
	float: left;
	height: 20px;
	width: 100px;
	margin-left: 350px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
