@CHARSET"ISO-8859-1";
body {
	/*background-image: url('../image/BG.png');*/
}

#container {
	
}

#header {
	width: 780px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #DEDEDE;
}

#navigationBar {
	width: 780px;
	background-image: url('../image/menu.png');
	background-repeat: repeat;
	border: 1px solid #8A8A8A;
}

#main {
	width: 780px;
	margin-top: 1px;
	margin-bottom: 1px;
	min-height: 210px;
	max-height: 1500px;
	background-color: #ffffff;
	float: none;
	border: 1px solid #EFEFEF;
}

#footer {
	width: 780px;
	height: 60px;
	font: normal 10px verdana;
	text-align: right;
	float: none;
	background: url("../image/footer_back.jpg");
	padding-top: 10px;
	
}

#footer a {
	
	color: #6E6E6E;
	
}

#footer a:hover {
	
	text-decoration: underline;
	
}
	
.list {
	font: normal 12px sans-serif;
	color: gray;
	list-style-image: url(../image/list.png);
	line-height: 22px;
	margin-left: 0px;
}

.listOff {
	font: normal 12px sans-serif;
	color: gray;
	list-style-image: url(../image/list.png);
	line-height: 22px;
	margin-left: 0px;
}

.para {
	margin-left: 5px;
	margin-right: 4px;
	
	font: normal 12px sans-serif;
	color: gray;
	line-height: 20px;
	
}
.para a{
	text-decoration:none;
	color: #4F4F4F;
}

#products_content{
	width: 780px;
	margin-top: 1px;
	margin-bottom: 1px;
	min-height: 210px;
	max-height: 1500px;
	background-color: #ffffff;
	float: none;
	border: 1px solid #EFEFEF;

}

.para a:hover{

	color:#009900;

}
.title {
	color: white;
	background-image: url("../image/title.png");
	font: bold 13px sans-serif;
	text-indent: 3px;
	text-align: left;
}

.titleH {
	color: white;
	background-image: url("../image/title.png");
	text-indent: 3px;
	margin-top: 0px;
	margin-bottom: -1px;
}

.img {
	margin: 10px;
	border: 0px;
}

.txt {
	width: 98%;
	font: normal 12px sans-serif;
}

.select {
	width: 99%;
	height: 20px;
	font: normal 12px sans-serif;
}

.but {
	width: 80px;
}

.browse {
	width: 100%;
}

.label {
	text-align: left;
	font: normal 12px sans-serif;
	color: black;
}

.txtArea {
	height: 150px;
}

.hideErrorMsg {
	display: none;
	color: red;
	font: normal 12px sans-serif;
} INPUT:FOCUS {
	
}
