/* CSS Document */

body {
	margin: 0px;
}
a:link, a:visited, a:active{
	color: #666666;	text-decoration: none;
}
a:hover {
	color: #0066CC;	text-decoration: underline;
}
img {border:none;}
#main{
	height: 315px;
	width: 100%;
	background-image: url(../img/main_bg.jpg);

}
#sub_top{
	height: 140px;
	width: 100%;
	background-image: url(../img/sub_bg.jpg);

}
#left{
	float: left;
	width: 291px;
	height: 400px;
	background-image: url(../img/left_bg.jpg);
	background-repeat: repeat-x;

}
#copy{
    width: 100%;
	float: left;
	background-image: url(../img/copy_bg.jpg);
	
}
.text {font-size: 12px; 
       color: #666666; 
	   line-height:150%;
	   padding:0px 0px 0px 0px; 
	   margin:0px 0px 0px 0px;
	   }
.text2 {
	font-size: 12px; color: #666666;
	padding:0px; margin:0px;
	text-align:justify;
	   }
.text3 { font-size: 12px; color: #666666;
	padding:0 0 15px 15px; margin:0px; }

#con .tab {
	background-color: #FFFFFF; text-align: center;
	padding:10px 0 8px 0;;
}
#con .text3 td{
	text-align:left; vertical-align:top;
	padding:5px 0 5px 20px;
}
/*#con .text3 .table_data {
    padding:0 0 0 15px;
}*/

#con .text3 .table_top {
	background-image: url(../products/img/table_bg.gif);
	font-weight: bold;
	text-align:left; vertical-align:top;
	padding:8px 0 8px 20px;
}
#con #btn_top {
	font-size: 75%;	color: #666666;
	text-align: right;
	width: 950px;
	padding-bottom: 20px;
}
