@charset "utf-8";

/* CSS Document */



html {

	background-color: #AF9D7D;

	padding-top:5px;

	padding-bottom:5px;

}



/* *********************************** BOX ALERT ***********************************/



#box_alert_header {

	height:29px;

	background-image: url(img/fd_alert_header.png);

	background-repeat: no-repeat;

}

#box_alert_line {

	background-image: url(img/fd_alert_line.png);

	background-repeat: repeat-y;

}

#box_alert_footer {

	height:30px;

	background-image: url(img/fd_alert_footer.png);

	background-repeat: no-repeat;

}





/* ----------------------------------- BTN ------- */



#document .btn_back,

#document .btn_up {

	color:#C4B7A0;

	font-size:9px;

	padding-top:5px;

	text-decoration:none;

	background-repeat: no-repeat;

}



#document .btn_up {

	background-image: url(img/flch_tag_up.gif);

}



#document .btn_back {

	background-image: url(img/flch_tag_back.gif);

}



#document .div_up_left {

	text-align:left;

}



#document .div_up_right {

	text-align:right;

}



#document .btn_back,

#document .div_up_left .btn_up {

	background-position: left top;

	padding-left:13px;

}



#document .div_up_right .btn_up {

	background-position: right top;

	padding-right:13px;

}



#document .btn_back:hover,

#document .btn_up:hover {

	color:#AF9D7D;

}



#document .btn_back:hover,

#document .div_up_left .btn_up:hover {

	background-position: left -15px;

}



#document .div_up_right .btn_up:hover {

	background-position: right -15px;

}





/* ------------------------------------------------------------------- HEADER */



#header {

	overflow: hidden;

	display: block;

	height: 127px;

/* 	background-image: url(img/fd_header.gif); */

	background-repeat: no-repeat;

	background-position: left top;

}



#header #header_logo {



}



#header #header_ban {



}



#header_top {

	background-image: url(img/fd_header_top.gif);

	background-repeat: no-repeat;

	background-position: top;

	height:20px;

}



#header_bottom {

/*	background-image: url(img/fd_header_bottom.gif);

	background-repeat: no-repeat;

	background-position: bottom; */

	height:20px;

	border-bottom: 2px dotted #AF9D7D;

}





/* ------------------------------------------------------------------- CONTENT */



#content {

	height:100%;

	width:160px;

	text-align:right;

	padding-top:15px;

	padding-bottom:15px;

	background-image: url(img/fd_plain_content.gif);

	background-repeat: repeat-y;

	border-right: 1px dotted #AF9D7D;

}





#content .box_content {

	position: relative;

	white-space: nowrap;

	margin: 0px;

	padding: 0px;

}



#content .box_content h5.content_prim {

	margin-top: 0px;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom:8px;

	padding: 0px;

	display:block;

	position: relative;

	z-index: 10;

}



#content .box_content a.prim {

	background-image: url(../../../css/img/point_content-of.gif);

	background-repeat: no-repeat;

	background-position: right center;

	padding-right: 20px;

	margin-right:15px;

	text-decoration:none;

	font-weight:bold;

	color:#6e5e40;

	font-size:11px;

}



#content .box_content.hover a.prim,

#content .box_content:hover a.prim,

#content .box_content a.prim:hover {

	background-image: url(../../../css/img/point_content-on.gif);

	color:#AF9D7D;

}







#content .box_content .box_content_i {

	display: none;

	left:160px;

	top:-1px;

	position: absolute;

	white-space: nowrap;

	background-image: url(img/fd_plain_content_i.gif);

	background-repeat: repeat-y;

	background-position: left;

	padding-top: 0px;

	padding-right: 10px;

	padding-bottom: 5px;

	padding-left: 10px;

	background-color: #FFFFFF;

	border-right: 1px dotted #AF9D7D;

	border-top: 1px dotted #AF9D7D;

	border-bottom: 1px dotted #AF9D7D;

	text-align:left;

	z-index: 20;

}



#content .box_content .box_content_i a {

	display:block;

	text-decoration:none;

	font-weight:bold;

	color:#6e5e40;

	font-size:11px;

	background-image: url(img/point_content_i.gif);

	background-repeat: no-repeat;

	background-position: left center;

	padding-left: 8px;

}



#content .box_content .box_content_i a:hover {

	color:#AF9D7D;

}





#content .box_content:hover .box_content_i {

	display: inline;

}





/* ----------------------------------- CONTENT MODULE ------- */



#content .module {

	text-align:left;

	font-size: 10px;

	margin-top: 20px;

	padding-top: 5px;

	padding-bottom: 10px;

	padding-left: 25px;

	padding-right: 5px;

	color: #4d672e;

	background-color:#ECF3D1;

	border-top: 1px dotted #AF9D7D;

	border-bottom: 1px dotted #AF9D7D;

	background-image: url(img/flch_content_module.gif);

	background-repeat: no-repeat;

	background-position: 8px 6px;

}



#content .module h5 {

	color: #6F973E;

	font-size:10px;

	text-transform: uppercase;

	font-weight: normal;

	margin-bottom:5px;

}



#content .module a {

	font-weight:bold;

	font-size: 9px;

	color: #514222;

	text-decoration: none;	

}



#content .module a:hover {

	color: #AF9D7D;

}



/* ------------------------------------------------------------------- DOCUMENT */





#box_document {

	width:100%;

}



#box_document td#content,

#box_document td#document {

	vertical-align:top;

}



#document {

	padding-right: 20px;

	padding-bottom: 20px;

}



#contain_document {

	width:740px;

	height:100%;

	display:block;

	margin-left: 20px;

}





/* ----------------------------------- HEADER DOCUMENT ------- */



#header_document {

	margin-left:20px;

	margin-top:10px;

	margin-bottom:20px;

}



#header_document_content {

	background-image: url(img/fd_content_document.gif);

	background-repeat: no-repeat;

	background-position: left bottom;

	padding-left:15px;

	padding-right:15px;

	padding-bottom:5px;

}



#header_document_content a {

	color:#AF9D7D;

	font-size: 20px;

	font-weight:normal;

	text-decoration:none;

	background-image: url(../../../css/img/point_content_document.gif);

	background-repeat: no-repeat;

	background-position: left center;

	padding-left:30px;

}



#header_document_content img {

	vertical-align: baseline;

	padding-right: 10px;

}





#header_document_content_i {

	vertical-align:bottom;

	background-image: url(img/fd_content_document.gif);

	background-repeat: no-repeat;

	background-position: right bottom;

	padding-right:17px;

	padding-bottom:8px;

}



#header_document_content_i img {

	padding-left: 10px;

}



#header_document_content_i a {

	font-weight:bold;

	color:#514222;

	font-size:11px;

	margin-left:12px;

	text-decoration:none;

	white-space: nowrap;

}



#header_document_content_i a:hover {

	color:#947C52;

}



/* ------------------------------------------------------------------- FOOTER */



#footer {

	background-image: url(img/fd_footer.gif);

	background-position: bottom;

	background-color: #ffffff;

	background-repeat: no-repeat;

	border-top-width: 2px;

	border-top-style: dotted;

	border-top-color: #AF9D7D;

	text-align: center;

	padding-top: 3px;

	padding-bottom: 3px;

	font-size: 9px;

}



#footer,

#footer a {

	color: #786238;

}



#footer a {

	text-decoration: none;

}





#footer_crea {

	margin-top: 4px;

}



#footer_crea,

#footer_crea a {

	color: #AF9D7D;

}



#footer a:hover,

#footer_crea a:hover {

	color: #514222;

	text-decoration: underline;

}
