/*******************************************************************
 * MAIN STYLES (IE7, Firefox, Safari)
 */
/*******************************************************************
 * SITE / PAGE 
 */

BODY
{
	background-color: #E8E5E0;
	padding: 0px;
	margin: 0px;
}

DIV
{
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#page
{
	width: 812px;
	height: 100%;
	position: absolute;
	top: 20px;
	left: 50%;
	margin: 0px 0px 0px -406px;
	padding: 0px;
	text-align: left;
	z-index: 1;
}


/*******************************************************************
 * PAGE PARTS
 */

#page_border_top
{
	background-image: url(../img/page_border_top.gif);
	background-repeat: no-repeat;
	width: 812px;
	height: 16px;
	display: table-caption;
}

#page_border_bottom
{
	background-image: url(../img/page_border_bottom.gif);
	background-repeat: no-repeat;
	width: 812px;
	height: 19px;
}

#page_footer
{
	background-image: url(../img/page_border_footer.gif);
	background-repeat: no-repeat;
	width: 812px;
	height: 20px;
}

#page_border_middle
{
	background-image: url(../img/page_border_middle.gif);
	background-repeat: repeat-y;
	width: 812px;
	display: table-cell;
	padding-bottom: 200px;
}

#page_inner
{
	background-color: #F5F5F3;
	margin: 0px 19px 0px 16px;
}

#page_header
{
	background-color: #FFFFFF;
	height: 128px;
	border-bottom-color: #D8D0BA;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	text-align: center;
}

#footer_inner
{
	font-size: 11px;
	color: #BAB49E;
	padding: 4px 30px 0 30px;
}

#logo
{
	padding-top: 12px;
}

#logo IMG
{
	border-style: none;
}

#nav_head_level1
{
	/*background-color: #F0EFEB;*/
	background-color: #F5F5F3;
	height: 32px;
}

#nav_head_l2
{
	/*background-color: #DECFB8;*/
	z-index: 2;
	position: absolute;
	left: 8px;
	top: 86px;
	width: 761px;
	border-style: none;
}

#nav_left
{
	background-color: #F5F5F3;
	width: 223px;
	float: left;
	clear: both;
}

#page_content
{
	background-color: #FFFFFF;
	float: left;
	width: 554px;
}

#m
{
	padding-left: 8px;
}

#header_img
{
	background-color: #DBD0BA;
	height: 166px;
	width: 554px;
}

#content
{
	padding: 18px 30px 18px 22px;
}


/*******************************************************************
 * NAVIGATION
 */

/**
* Head navigation level1
*/

/* Level 1 */
DIV#mainmenu_l1
{
	float: left;
	width: 650px;
}

UL#nav_head_l1
{
	padding: 9px 0px 0px 17px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	height: 21px;
}

UL#nav_head_l1 LI
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	padding-right: 30px;
	padding-left: 10px;
}

LI.nav_item_head_l1_unsel
{
	color: #BAB49E;
}

LI.nav_item_head_l1_unsel A
{
	color: #BAB49E;
	text-decoration: none;
}

LI.nav_item_head_l1_unsel A:hover
{
	color: #000000;
	font-weight: normal;
}

LI.nav_item_head_l1_sel
{
	color: #000000;
	font-weight: bold;
	background-image: url(../img/arrow_navitem_olive.gif);
	background-repeat: no-repeat;
}

LI.nav_item_head_l1_sel A
{
	color: #000000;
	text-decoration: none;
}

/*LI.nav_item_head_l1_sel IMG.arrow_navitem
{
	margin-right: 5px;
}*/


/*  Language menu */

DIV#menu_lang
{
	width: 120px;
	text-align: right;
	float: left;
}

DIV#menu_lang UL
{
	padding: 9px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

DIV#menu_lang UL LI
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

DIV#menu_lang UL LI.border_right
{
	border-right-color: #BAB49E;
	border-right-style: solid;
	border-right-width: 1px;
}

DIV#menu_lang UL LI.unsel
{
	color: #BAB49E;
}

DIV#menu_lang UL LI.unsel A
{
	color: #BAB49E;
	text-decoration: none;
}

DIV#menu_lang UL LI.unsel A:hover
{
	/*color: #000000;*/
	color: #BAB49E;
	font-weight: normal;
}

DIV#menu_lang UL LI.sel
{
	/*color: #000000;*/
	color: #BAB49E;
	font-weight: bold;
}

DIV#menu_lang UL LI.sel A
{
	/*color: #000000;*/
	color: #BAB49E;
	text-decoration: none;
}


/* Level 2 */

DIV#nav_head_l2
{

}

UL#nav_head_l2
{
	background-image:url(../img/bg_nav_head_l2.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 6px 17px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

UL#nav_head_l2 LI
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	padding-right: 30px;
	padding-left: 10px;
}

LI.nav_item_head_l2_unsel
{
	color: #FFFFFF;
}

LI.nav_item_head_l2_unsel A
{
	color: #FFFFFF;
	text-decoration: none;
}

LI.nav_item_head_l2_unsel A:hover
{
	color: #000000;
}

LI.nav_item_head_l2_sel
{
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../img/arrow_navitem_white.gif);
	background-repeat: no-repeat;
}

LI.nav_item_head_l2_sel A
{
	color: #FFFFFF;
	text-decoration: none;
}

LI.nav_item_head_l2_sel IMG.arrow_navitem
{
	margin-right: 5px;
}


/**
* Upper left navigation 
*/

UL#nav_left_top_l1
{
	padding: 0px;
	margin: 0px 0px 6px 0px;
	list-style-type: none;
}

UL#nav_left_top_l1 LI
{
/*	background-color: #E50043;*/
/*	margin: 2px 8px 0px 8px;
	padding: 11px 2px 11px 9px;*/
/*	height: 14px;*/
	margin: 2px 0px 0px 8px;
	padding: 0px;
	line-height: 0;
	font-size: 0;
/*	font-size: 15px;
	font-weight: normal;*/
}

/*LI.nav_item_left_top_l1_unsel
{
	color: #FFFFFF;
}*/

LI.nav_item_left_top_l1_unsel, LI.nav_item_left_top_l1_unsel A, LI.nav_item_left_top_l1_sel
{
	color: #FFFFFF;
	text-decoration: none;
}

/*LI.nav_item_left_top_l1_sel
{
	color: #FFFFFF;
}

LI.nav_item_left_top_l1_sel A
{
	color: #FFFFFF;
	text-decoration: none;
}*/

/*LI.nav_item_left_top_l1_unsel IMG.arrow_navitem
{
	margin-right: 5px;
}

LI.nav_item_left_top_l1_sel IMG.arrow_navitem
{
	margin-left: -2px;
	margin-right: 4px;
}*/

/*SPAN.nav_item_left_top_l1
{
	background-color: #E50043;
	padding: 11px 2px 10px 7px;
	height: 14px;
	display: block;
}*/


/* Level 2 */

UL#nav_left_top_l2
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

UL#nav_left_top_l2 LI
{
/*	background-color: #FFFFFF;
	margin: 1px -2px 0px -9px;
	padding: 11px 2px 11px 9px;*/
/*	height: 14px;*/
/*	background-color: #FFFFFF;*/
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0;
	font-size: 0;
/*	font-size: 11px;
	font-weight: bold;*/
}

/*UL#nav_left_top_l2 LI.nav_item_left_top_l2_unsel
{
	color: #989898;
}*/

LI.nav_item_left_top_l2_unsel A, LI.nav_item_left_top_l2_unsel 
{
	color: #989898;
	text-decoration: none;
}

/*LI.nav_item_left_top_l2_sel
{
	color: #E30045;
}*/

LI.nav_item_left_top_l2_sel A, LI.nav_item_left_top_l2_sel
{
	color: #E30045;
	text-decoration: none;
}

/*LI.nav_item_left_top_l2_sel IMG.arrow_navitem
{
	margin-right: 5px;
}*/

/*SPAN.nav_item_left_top_l2
{
	padding: 11px 2px 10px 7px;
	height: 14px;
	display: block;
}*/


/**
* Bottom left navigation 
*/

UL#nav_left_bottom_l1
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

UL#nav_left_bottom_l1 LI
{
/*	background-color: #DBD0BA;
	margin: 2px 8px 0px 8px;
	padding: 11px 2px 10px 9px;
	height: 14px;*/
	margin: 0px;
	padding: 2px 0px 0px 8px;
	line-height: 0;
	font-size: 0;
/*	font-size: 11px;
	font-weight: bold;*/
}

/*LI.nav_item_left_bottom_l1_unsel
{
	color: #FFFFFF;
}*/

LI.nav_item_left_bottom_l1_unsel A, LI.nav_item_left_bottom_l1_unsel, LI.nav_item_left_bottom_l1_sel, LI.nav_item_left_bottom_l1_sel A
{
	color: #FFFFFF;
	text-decoration: none;
}

/*LI.nav_item_left_bottom_l1_unsel IMG.arrow_navitem
{
	margin-right: 5px;
}

LI.nav_item_left_bottom_l1_sel
{
	color: #FFFFFF;
}

LI.nav_item_left_bottom_l1_sel A
{
	color: #FFFFFF;
	text-decoration: none;
}*/

/*LI.nav_item_left_bottom_l1_sel IMG.arrow_navitem
{
	margin-left: -2px;
	margin-right: 4px;
}*/

/*SPAN.nav_item_left_bottom_l1
{
	background-color: #DBD0BA;
	padding: 11px 2px 10px 7px;
	height: 14px;
	display: block;
}*/


/* Level 2 */

UL#nav_left_bottom_l2
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

UL#nav_left_bottom_l2 LI
{
/*	background-color: #FFFFFF;
	margin: 1px -2px 0px -9px;
	padding: 11px 2px 11px 9px;*/
/*	height: 14px;*/
/*	background-color: #FFFFFF;*/
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0;
	font-size: 0;
/*	font-size: 11px;
	font-weight: bold;*/
}

/*UL#nav_left_bottom_l2 LI.nav_item_left_bottom_l2_unsel
{
	color: #989898;
}*/

LI.nav_item_left_bottom_l2_unsel A, LI.nav_item_left_bottom_l2_unsel
{
	color: #989898;
	text-decoration: none;
}
/*
LI.nav_item_left_bottom_l2_sel
{
	color: #BAB49C;
}*/

LI.nav_item_left_bottom_l2_sel A, LI.nav_item_left_bottom_l2_sel
{
	color: #BAB49C;
	text-decoration: none;
}

/*LI.nav_item_left_bottom_l2_sel IMG.arrow_navitem
{
	margin-right: 5px;
}*/

/*SPAN.nav_item_left_bottom_l2
{
	padding: 11px 2px 10px 7px;
	height: 14px;
	display: block;
}*/


/*******************************************************************
 * CONTENT
 */


DIV.clearer, BR.clearer
{
	clear: both;
	height: 0px;
}

H1
{
	padding: 0px;
	margin: 0px;
}

H2, H3
{
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
}

H3
{
	padding-top: 10px;
}

DIV.csc-header-n2, DIV.csc-header-n3, DIV.csc-header-n4, DIV.csc-header-n5, DIV.csc-header-n6, DIV.csc-header-n7, DIV.csc-header-n8, DIV.csc-header-n9, DIV.csc-header-n10, DIV.csc-header-n11, DIV.csc-header-n12, DIV.csc-header-n13, DIV.csc-header-n14, DIV.csc-header-n15, DIV.csc-header-n16, DIV.csc-header-n17, DIV.csc-header-n18, DIV.csc-header-n19, DIV.csc-header-n20, DIV.csc-header-n21, DIV.csc-header-n22, DIV.csc-header-n23, DIV.csc-header-n24, DIV.csc-header-n25, DIV.csc-header-n26, DIV.csc-header-n27, DIV.csc-header-n28, DIV.csc-header-n29, DIV.csc-header-n30, DIV.hrow
{
	border-top-color: #DBD0BA;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 16px;
}

P
{
	padding: 0px;
	margin: 6px 0px 10px 0px;
	font-size: 11px;
	line-height: 140%;
}

P A
{
	color: #000000;
	text-decoration: none;
	background-image: url(../img/arrow_links_black.gif);
	padding-left: 7px;
	background-repeat: no-repeat;
}

P A:hover
{
	color: #000000;
	text-decoration: underline;
}

#content UL
{
	list-style-image: url(../img/list_bullit.gif);
	padding: 5px 0px 10px 16px;
	margin: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content UL LI
{
	margin: 5px 0px 3px 0px;
	padding: 0px;
}

DIV.contact_box
{
	border-style: solid;
	border-width: 8px;
	border-color: #DBD0BA;
	height: 129px;
}

H2.contact_box
{
	color: #FFFFFF;
	background-color: #DBD0BA;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 6px 5px;
}

DIV.contact_box_image
{
	float: left;
}

DIV.contact_box_text
{
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	float: left;
}

DIV.contact_box_text P
{
	font-size: 10px;
}

DIV.csc-textpic-intext-left
{
	margin: 6px 0px 0px 0px;
}

/*DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap
{
	margin: 5px 10px 3px 0px;
}*/

DIV.csc-textpic-intext-left DL.csc-textpic-image
{
	padding: 3px;
	background-color: #DBD0BA;
}

DIV.csc-textpic-above
{
	margin: 6px 0px 0px 0px;
}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG
{
	border-color: #DBD0BA;
	border-width: 3px;
	border-style: solid;
}


/*******************************************************************
 * TABLES
 */

TABLE.table_1
{
	margin-bottom: 10px;
}

TABLE.table_1 TD.td-0
{
	width: 40px;
	font-size: 11px;
	vertical-align: top;
	padding-bottom: 2px;
	line-height: 140%;
}

TABLE.table_1 TD.td-1
{
	width: 440px;
	font-size: 11px;
	vertical-align: top;
	padding-bottom: 2px;
	line-height: 140%;
}


/*******************************************************************
 * GALLERY
 */

DIV.tx-cegallery-pi1
{
	background-color: #FFFFFF;
}

DIV.tx-cegallery-pi1-album_entry
{
	background-color: #DBD0BA;
	padding: 3px 3px 3px 3px;
	margin: 0px 14px 14px 0px;
	width: auto;
	height: auto;
}

DIV.tx-cegallery-pi1-album_entry IMG
{
	border-style: none;
}


/*******************************************************************
 * FORMS
 */

FORM
{
	margin: 0px;
	padding: 0px;
}

FIELDSET
{
	border-style: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	clear: both;
}

LEGEND
{
	color: #000000;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

FORM DIV.legend
{
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	height: 20px;
	display: table-row;
}

FORM DIV.form_row
{
	clear: both;
	padding: 0px;
	margin: 0px;
	display: table-row;
}

FORM DIV.form_row DIV.form_label
{
	float: left;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	width: 140px;
}

FORM DIV.form_row DIV.form_label LABEL
{
	font-size: 11px;
}

FORM DIV.form_row DIV.form_input, FORM DIV.form_row DIV.form_textarea
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

FORM DIV.form_row DIV.form_input INPUT
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #DBCEBB;
	border-style: solid;
	border-width: 1px;
	background-color: #DBCEBB;
	margin: 0px 0px 4px 0px;
	width: 204px;
}

FORM DIV.form_row DIV.form_checkbox
{
	vertical-align: middle;
}

FORM DIV.form_row DIV.form_checkbox INPUT
{
	padding: 0px;
	margin: 4px 0px 4px 0px;
}

FORM DIV.form_row DIV.form_textarea TEXTAREA
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #DBCEBB;
	border-style: solid;
	border-width: 1px;
	background-color: #DBCEBB;
	margin: 0px 0px 4px 0px;
	width: 204px;
}

FORM DIV.form_row DIV.form_input label.radio
{
	margin-left: 5px;
	margin-right: 10px;
}

FORM DIV.form_row DIV.form_input INPUT.radio
{
	background-color: #FFFFFF;
	border-style: none;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	margin-top: 5px;
}

FORM DIV.form_submit_button
{
	clear: both;
	margin: 0px 0px 0px 140px;
}

FORM DIV.form_submit_button INPUT
{
	background-color: #DBCEBB;
	color: #FFFFFF;
	border-color: #DBCEBB;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	font-size: 11px;
	width: 160px;
	height: 22px;
}

DIV.form_send_thanx
{
	font-size: 11px;
	color: #000000;
}

FORM DIV.form_error
{
	font-size: 11px;
	font-weight: bold;
	color: #E50043;
	padding: 4px 0px 2px 0px;
	clear: both;
}


/*******************************************************************
 * Sitemap
 */

#content .tx-flseositemap-pi1 UL
{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}

#content .tx-flseositemap-pi1 UL LI
{
	padding: 10px 0 0 0;
}

#content .tx-flseositemap-pi1 UL UL
{
	padding: 0 0 0 20px;
}

#content .tx-flseositemap-pi1 UL UL LI
{
	padding: 0;
}

#content .tx-flseositemap-pi1 UL A
{
	color: #000000;
	text-decoration: none;
	background-image: url(../img/arrow_links_black.gif);
	padding-left: 7px;
	background-repeat: no-repeat;
}

#content .tx-flseositemap-pi1 UL A:hover
{
	color: #000000;
	text-decoration: underline;
}