@charset "utf-8";


	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// SITE CSS STYLES LIBRARY / NEGORA  2007
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// TAGS
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

	body { color: #0b5110; font-family: "Verdana", sans-serif; }
	input, textarea, button, select, optgroup, option { font-family: "Verdana", sans-serif; }
	
	
	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// SENSIBLE BACKGROUND
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
	.bg_sens { background-attachment: scroll; background-position: left top; background-repeat: no-repeat; cursor: pointer; }
	.bg_sens:hover { background-position: 0px 100%; }
	
	
	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// BUTTON
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

	.menu { display: block; width: 180px; height: 30px; border-width: 0px; margin-bottom: 7px; background-image: url(../../img/bt_menu.png);
		vertical-align: middle; text-decoration: none; color: #666666; }
	.menu:hover { color: #ffffff; }
	.menu > div { padding-left: 25px; font-size: 10px; font-weight: bold; }

	
	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// OTHERS
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
	.sect_head { background: scroll transparent url(../../img/sect_head.png) left top no-repeat; vertical-align: middle; text-align: right; }
	.sect_head > img { margin: 5px 40px 0px 0px; }
	
	.sect_intro { background: scroll #73ae38 url(../../img/sect_intro.png) right bottom no-repeat; font-size: 14px; font-weight: bold;
		line-height: 14px; color: #ffffff; }
	
	.sect_bg { background-color: #c9da2b; }
	
	.sect_foot { background-color: #2e5f48; font-size: 10px; line-height: 12px; color: #ffffff; }
	.sect_foot_l { background: scroll #2e5f48 url(../../img/sect_foot_l.png) left top no-repeat; }
	.sect_foot_r { background: scroll #2e5f48 url(../../img/sect_foot_r.png) right top no-repeat; }
	
	.c_greendp { color: #0B5110; }
	.c_greend { color: #2e5f48; }
	.c_greenm { color: #73ae38; }
	.c_greenl { color: #c9da2b; }
	
	.bg_greend { background-color: #2e5f48; }
	.bg_greenm { background-color: #73ae38; }
	.bg_greenl { background-color: #c9da2b; }
	
	.bg_brownd { background-color: #56380c; }
	.bg_brownm { background-color: #7a6310; }
	
	.bg_grey { background-color: #e9e9e9; }
	
	
