/*HTML AND BODY*/

	html {
		margin: 0px;
		padding: 0px;
	}
		
	body {
		background-color: 	#B3B0AB;
		
		margin: 0px;
		padding: 			0px;
		
		font-family: 		Tahoma, sans-serif, Arial, Tahoma;
		font-size: 			9pt;
		color: 				#999999;
		
		text-align: 		center;

	}
	
	#header {
		
		background: #B3B0AB url(../images/background820.jpg) repeat-y;
		width: 820px;
		
		margin:0px;
		padding:0px;
		
		margin-left:  auto;
		margin-right: auto;
		
	}
	
	#content {
		background: #B3B0AB url(../images/background820.jpg) repeat-y;
		width: 820px;
		margin-left:  auto;
		margin-right: auto;
		
		background-color:#FFFFFF;
	}
	
	.cnt {
		text-align:left;
		margin-left:15px;
	}
	
	/*FOOTER*/
	#footer {
		
		background: #B3B0AB url(../images/background820.jpg) repeat-y;
		width: 820px;
		
		margin-left:  auto;
		margin-right: auto;
		
		padding:0px;

	}
	
	.footer_item {
		padding-top:23px;
		width:785px;
		text-align:center;
		font-family:Verdana;
		font-size:9px;
		color:#CAB6A7;
	}
	
	.footer_item a{
		font-family:Verdana;
		font-size:9px;
		text-decoration:none;
		color:#CAB6A7;
	}
	
	.footer_item a:hover{
		font-family:Verdana;
		font-size:9px;
		text-decoration:underline;
		color:#CAB6A7;
	}
	
	.link01 {
		font-family:Verdana;
		font-size:11px;
		text-decoration:none;
		color:#001097;
	}
	
	.link01:hover {
		font-family:Verdana;
		font-size:11px;
		text-decoration:underline;
		color:#001097;
	}
	
	.home_contact {
		color:#999999;
		font-family:Arial;
		font-size:14px;
	}
	
	.about_us-content {
		background-color:#66CCFF;
		color:#FFF;
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
	}
	
	.about_us-content p {
		margin:0px;
		margin-bottom:12px;
		padding:0px;
	}
	
	.abous_ut-review {
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#666666;
	}
	
	.about_us-review a{
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		color:#666666;
	}
	
	.about_us-review a:hover{
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		text-decoration:underline;
		color:#666666;
	}
	
	.contact-content {
		font-family:Arial;
		font-size:11px;
	}
	
	.form {
		font-family:Arial;
		font-size:11px;
		color:#666;
	}
	
	.button {
		font-family:Arial;
		font-size:11px;
		color:#666;
		background:#FFF;
		border:1px solid #666;
	}
	
	.pcode {
		font-family:Arial;
		font-size:11px;
		color:#333333;
	}
	
	.pcode a{
		font-family:Arial;
		font-size:14px;
		color:#144763;
		text-decoration:none;
	}
	
	.pcode a:hover{
		font-family:Arial;
		font-size:14px;
		color:#144763;
		text-decoration:underline;
	}
	
	.pdescrip {
		font-family:Arial;
		font-size:12px;
		color:#666666;
	}
	
	.tit-product-catalog {
		text-align:left;
		background:#137000;
		height:11px;
		border-top:11px solid #99FF99;
		color:#FFF;
		font-family:Arial;
		font-size:16px;
		font-weight:bold;
		padding:2px;
	}
	
	.tit-product-new {
		background:#137000;
		height:11px;
		border-top:11px solid #99FF99;
		color:#FFF;
		font-family:Arial;
		font-size:16px;
		font-weight:bold;
		padding:2px;
	}
	
	.tit-lista {
		text-align:left;
		background-color:#001199;
		font-family:Arial;
		color:#FFF;
		font-weight:bold;
		font-size:11px;
		padding:5px;
	}
	
	.itemlist {
		background-color:#CCCCFF;
		font-family:Arial;
		color:#666666;
		font-weight:none;
		font-size:12px;
		padding:5px;
		border:1px solid #FFF;
	}