@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
form {
	margin: 0px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	border: #0074E8 1px solid;
}

p {
	margin: 0;
	padding: 0;
}
.red {
	color: #FF0000;
}

.dark_red {
	color: #990000;
}

.darkred {
	color: #CC3300;
}
.blue {
	color: #0000FF;
}
.darkblue {
	color: #000099;
}
.orange {
	color: #FF6600;
}
.back_grey {
	background-color: #F4F4F4;
}
.underline {
	text-decoration:underline;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.tx_left {
	text-align:left;
}
.tx_right {
	text-align:right;
}
.tx_center {
	text-align:center;
}
.clear {
	clear:both;
}
.bor_top {
	border-top: #CCCCCC solid 1px;
}
.bor_left {
	border-left: #CCCCCC solid 1px;
}
.bor_right {
	border-right: #CCCCCC solid 1px;
}
.bor_bottom {
	border-bottom: #CCCCCC solid 1px;
}
.cursor {
	cursor: pointer;
}
.uppercase {
	text-transform:uppercase;
}
.img_link a:link img { border:#CCCCCC solid 1px;}
.img_link a:visited img { border:#CCCCCC solid 1px;}
.img_link a:hover img { border:#FF0000 solid 1px;}

.link a:link {color:#0000FF ; text-decoration:none;}
.link a:visited {color:#0000FF ; text-decoration:none;}
.link a:hover {color:#FF0000 ; text-decoration:none;}

.linkp a:link {color:#990000 ; text-decoration:none;}
.linkp a:visited {color:#990000 ; text-decoration:none;}
.linkp a:hover {color:#0000FF ; text-decoration:none;}

.lang {
	float:right;
	margin:5px 0px 0px 0px;
}
.lang img {
	margin-right:5px;
}
.fleft {
	float:left;
}

/*Vunshen div*/
.out {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 900px;
}
.head {
	width: 900px;
	height: 69px;
}
.menu_out {
	width:900px;
	height: 26px;	
	border-top: #000000 solid 1px;
	background-image: url(img/menu_bgrnd.jpg);
	background-repeat:no-repeat;
	
}
.main_out {
	width:900px;
	height:auto;
	background-image: url(img/bgrnd.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.main {
	padding:20px;
}
.main p {	
	margin:5px;
	padding:0px;
}
.prod_left {
	width: 150px;
	float: left;
}
.prod_right {
	width: 710px;
	float: left;
}
.product_pics {
	width: 150px;
	float: right;
}

.footer_top {
	width:900px;
	height:27px;
	background-image: url(img/footer.jpg);
	background-repeat:no-repeat;
}
.footer {
	text-align:center;
}
