body{
	margin:0;
	margin-top:20px;
	padding:0;
	background-color:#75B103;
}

#page{
	width:700px;
	border:solid 1px #A6C589;
	background-color:#FFFFFF;
}

#container{
	padding:5px;
	padding-bottom:0;
}

#top_menu{
	margin-right:20px;	
}
#top_menu a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#B0B0B0;
}
#top_menu a:hover{
	color:#FF0000;
	text-decoration:underline;
}

#logo_img{
	background-image:url(imag/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:236px;
	height:47px;
	cursor:pointer;
}

#top_line_img{
	background-image:url(imag/top_line.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:5px;
	margin-top:10px;
}

#menu{
	padding:10px;
	height:30px;
}
#menu a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#7DAB0D;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
	color:#0C4222;
}
#menu td{
	padding-right:5px;
}

#sub_menu{
	width:665px;	
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin-top:3px;
}
#sub_menu a{
	color:#7DAB0D;
	text-decoration:none;
}
#sub_menu a:hover{
	text-decoration:underline;
	color:#0C4222;
}

#sectionTitle{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#0C4222;
}

#top_banner{
	width:670px;
	border:solid 1px #74C220;
}

#top_search{
	margin-top:5px;
	background-color:#E2DAB3;
	padding:3px;
}

#middle{
	background-image:url(imag/tmp/bot_vaina_right.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#detail{
	width:670px;
	margin-top:20px;
	background-image:url(imag/detail_line.jpg);
	background-repeat:repeat-y;
}

#td_left{
	background-image:url(imag/tmp/bot_orange.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#td_center{
	background-image:url(imag/tmp/bot_ajo.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#td_right{
	background-image:url(imag/tmp/bot_vaina_left.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#fresh_logo{
	background-image:url(imag/fresh_logo.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:32px;
}

#fresh_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	text-align:justify;
	color:#7E7E7E;
	/*width:160px;*/
	margin-top:20px;
	margin-bottom:10px;	
}
#fresh_text a{
	text-decoration:none;
	font-size:14px;
	color:#0C4222;
}
#fresh_text a:hover{
	text-decoration:underline;
}

#sec_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#0C4222;
	padding:5px;
	padding-bottom:10px;
	border-bottom:solid 2px #91C15E;
}

#txt_search{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	border:solid 1px #9A9389;
	width:127px;
	height:12px;
	padding:3px;
}

.text_box{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	border:solid 1px #9A9389;
	padding:3px;
}

#btn_search{
	background-image:url(imag/btn_search.jpg);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	border:0;
	width:21px;
	height:18px;	
}

#footer{
	background-color:#F9D815;
	border:solid 1px #F9D815;
}

ul {
	margin:0px;
	padding:0px;
}
li {
	padding-left: 20px;
	background-image: url(imag/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 0px;
	list-style: none;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}



