body {
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-image: url(../images/bg_page2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: White;
	font-family: Tahoma, Helvetica, sans-serif;
} 

.fontL_black { font-size: 15px; color: Black; }
.fontL_blackb { font-size: 15px; color: Black;  font-weight: bold; }
.fontM_black { font-size: 13px; color: Black; }
.fontM_blackb { font-size: 13px; color: Black; font-weight: bold; }
.fontM_blackb2 { 
	font-size: 13px; color: Black; font-weight: bold;  
	background-image: url(../images/dot_blackball.jpg);  background-repeat: no-repeat;
	padding-left: 20px; }
.fontS_black { font-size: 11px; color: Black; }
.fontSS_black { font-size: 9px; color: Black; }

.fontL_titleb { font-size: 15px; color: #717171;  font-weight: bold; }

.fontL_gray { font-size: 15px; color: #767676; }
.fontL_grayb { font-size: 15px; color: #767676;  font-weight: bold;  }
.fontM_gray { font-size: 13px; color: #767676;}
.fontM_grayb { font-size: 13px; color: #767676; font-weight: bold; }
.fontS_gray { font-size: 11px; color: #767676;  margin-top: 4px;  margin-bottom: -2px;   }
.fontSS_gray { font-size: 9px; color: #767676; }


.linkMore {
	text-decoration: none;
}
A.linkMore:link { color: Black; }
A.linkMore:active { color: Red; }
A.linkMore:visited { color: Black; }
A.linkMore:hover { color: Red; }



.column {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 400px;
	padding: 5px 10px 5px 10px;
}
.column500 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 500px;
	padding: 5px 10px 5px 10px;
}

.column350 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 320px;
	padding: 5px 30px 5px 0px;
}
.column580 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 580px;
	padding: 0px 10px 0px 10px;
}
.column_index_product {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 300px;
	padding: 0px 0px 0px 10px;
	border: 1px solid #CCCCCC;
}
.column_index_mid {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 300px;
	padding: 0px 10px 0px 10px;
}

.columnaboutus {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 400px;
	padding: 5px 30px 5px 0px;
}


.paddingleft {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
}

.border { border-left: 1px dashed Silver; }

.copyright { 
	font-size: 9px; 
	color: #818990;
	font-weight: bold;
}

.column300 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 270px;
	padding: 5px 30px 5px 0px;
}


.fontPL {
	font-size: 19px;
	color: #333333;
	font-weight: bolder;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer a
{
	display: block;
	color: #666666;
	background-color: #CCCCCC;
	width: 200px;
	padding: 3px 3px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 13px;
}

#navcontainer a:hover
{
	background-color: #009900;
	color: #FFF;
}

#navcontainer li li a
{
	display: block;
	color: #666666;
	background-color: #EEEEEE;
	width: 200px;
	padding: 3px 3px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	font-size: 11px;
}

.clearboth { clear: both; }

#index_thumbnail a 
{
	color:#000000;
}

#index_thumbnail img
{
	border: none;
}

.thumbnail
{
	float: left;
	width: 150px;
	height: 180px;
	border: 1px solid #999;
	margin: 0 0 16px 16px;
	padding: 5px;
	font-size: 11px;
}

#index_thumbnail2 a 
{
	color:#000000;
}

#index_thumbnail2 img
{
	border: none;
}

.thumbnail2
{
	float: left;
	width: 110px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding: 12px;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}

