@charset "utf-8";


	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// SITE CSS STYLES LIBRARY / NEGORA  2007
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// TAGS
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

	body { color: #453503; font-family: "Verdana", sans-serif; }
	input, textarea, button, select, optgroup, option { font-family: "Verdana", sans-serif; }
	
	
	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// BACKGROUND
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
	.bg_sens { border: none; background-attachment: scroll; background-color: transparent; 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; vertical-align: middle;
		background-image: url(../../img/shared/bt_menu.png); text-decoration: none; color: #666666; }
	.menu:hover { color: #ffffff; }
	.menu > div { padding-left: 25px; font-size: 10px; font-weight: bold; }

	
	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// OTHERS
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
	a[href^="http"], a[href^="mailto"] { color: #453503; }
	a[href^="http"]:hover, a[href^="mailto"]:hover { color: #ffffff; }
	
	.sect_head { background: scroll transparent url(../../img/shared/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 #7b610f url(../../img/shared/sect_intro.png) right bottom no-repeat; font-size: 14px; font-weight: bold;
		line-height: 14px; color: #ffffff; }
	
	.sect_bg { background-color: #c5a05c; }
	
	.sect_foot { background-color: #453503; font-size: 10px; line-height: 12px; color: #ffffff; }
	.sect_foot_l { background: scroll #453503 url(../../img/shared/sect_foot_l.png) left top no-repeat; }
	.sect_foot_r { background: scroll #453503 url(../../img/shared/sect_foot_r.png) right top no-repeat; }
	
	.c_greendp { color: #0B5110; }
	.c_greend { color: #453503; }
	.c_greenm { color: #7b610f; }
	.c_greenl { color: #c5a05c; }
	.c_greenul { color: #e1ceaa; }
	
	.bg_greend { background-color: #453503; }
	.bg_greenm { background-color: #7b610f; }
	.bg_greenl { background-color: #c5a05c; }
	.bg_greenul { background-color: #e1ceaa; }
	
	.bg_brownd { background-color: #56380c; }
	.bg_brownm { background-color: #7a6310; }
	
	.bg_grey { background-color: #e9e9e9; }
	
	.utitle { border-bottom: solid 2px #453503; font-weight: bold; font-size: 14px; }
	
	