/*
***********************************************************************************************************************
	STANDARD OBJECTS
***********************************************************************************************************************
*/
BODY,TD, DIV, P
{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #40372E;
}

BODY
{	
	margin-top:15px;
	background-image:url(images/gbl_body_bg.gif);
	background-repeat:repeat-x;
	background-color:#F1F0EA;
}


DIV
{
	margin: 0px 0px 0px 0px;
}

IMG
{
	border:0px;
}

IMG.png
{
	behavior: url("pngbehavior.htc");
	display:none;
}

INPUT
{
	background-color: #FFFFFF;
	height: 17px;
	border:1px solid #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

P
{
	margin-bottom:1em;
}


/* HEADLINES */

H1
{
	font-size: 18px;
	color: #D80000;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 24px 0px;
	display:none;
}


H2
{
  	font-size: 14px;
  	font-weight: bold;
  	color: #DD2222;
  	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

H3
{
	font-size: 11px;
	color: #666666;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
}

A:link, A:active, A:visited, A:hover
{
	text-decoration: underline;
	color: #40372E;
	font-weight:normal;
	position: relative;
}

A:link.nodecoration, A:active.nodecoration, A:visited.nodecoration, A:hover.nodecoration
{
	text-decoration: none;
	cursor:hand;
}

/* TEXT PADDINGS */
.p_top_5
{
	margin-top:5px;
}

.p_top_10
{
	margin-top:10px;
}

.p_top_15
{
	margin-top:15px;
}

.p_top_20
{
	margin-top:20px;
}

.p_bottom_5
{
	margin-bottom:5px;
}

.p_bottom_10
{
	margin-bottom:10px;
}

.p_bottom_15
{
	margin-bottom:15px;
}

.p_bottom_20
{
	margin-bottom:20px;
}

.p_left_5
{
	margin-left:5px;
}

.p_left_10
{
	margin-left:10px;
}

.p_left_15
{
	margin-left:15px;
}

.p_left_20
{
	margin-left:20px;
}

.p_right_5
{
	margin-right:5px;
}

.p_right_10
{
	margin-right:10px;
}

.p_right_15
{
	margin-right:15px;
}

.p_right_20
{
	margin-right:20px;
}


/* TEXT COLORS */
.color_1
{
	color:#D80000;
}

.color_2
{
	color:#787171;
}

.color_3
{
	color:#666666;
}

.color_4
{
	color:#999999;
}

.color_5
{
	color:#ffffff;
}

/* CUSTOM CHECKBOX */
INPUT.checkbox0
{
	background-image:url(images/ico_checkbox.gif);
	background-repeat:no-repeat;
	height:11px;
	width:11px;
	border:0;
}

INPUT.checkbox1
{
	background-image:url(images/ico_checkbox_checked.gif);
	background-repeat:no-repeat;
	height:11px;
	width:11px;
	border:0;
}

/*
***********************************************************************************************************************
	HERE STARTS THE CUSTOM CSS OBJECTS 
***********************************************************************************************************************
*/

DIV.show_hand
{
	cursor:pointer;	
	cursor:hand !important;
}

/* HEADLINE IMAGE */
DIV.h1
{
	margin: 5px 0px 24px 0px;
	height:21px;
	min-height:21px;
}

/* INGRESS TEXT */
h4
{
	font-size:13px;
	margin: 0px 23px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
}

/* LOGOTYPE POSITION */
DIV.logotype_pos
{
	position:absolute;
	left:15px;
	top:-26px;
	z-index:1;
}


/* LEFT MENU */
DIV.menu_start
{
	background-color:#C3BEBA;
	height:1px;
}


/* LEFT MENU ITEMS */
DIV.menu_item_1
{
	line-height:28px;
	padding-left:14px;
	border-bottom:1px solid #C3BEBA;
}

/* LEFT MENU ITEMS SELECTED */
DIV.menu_item_1_sel
{
	background-image:url(images/gbl_menu_top_item_bg.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #D80000;
}

/* LEFT SUB MENU ITEMS */
DIV.menu_sub_item
{
	padding-left:14px;
	background-color:#F9F8F6;
	padding-bottom:3px;
	border-bottom:1px solid #C3BEBA;
}

/* LEFT MENU ANCHOR ITEMS */
A.menu_item_1_a:link, A.menu_item_1_a:active, A.menu_item_1_a:visited, A.menu_item_1_a:hover
{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	position: relative;
}

/* LEFT SUB MENU ANCHOR ITEMS */
A.menu_item_2_a:link, A.menu_item_2_a:active, A.menu_item_2_a:visited, A.menu_item_2_a:hover
{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	position: relative;
	line-height:17px;
	display:block;
}

A.menu_item_3_a:link, A.menu_item_3_a:active, A.menu_item_3_a:visited, A.menu_item_3_a:hover
{
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	position: relative;
	line-height:17px;
	display:block;
	margin-left:10px;
}

A.menu_item_4_a:link, A.menu_item_4_a:active, A.menu_item_4_a:visited, A.menu_item_4_a:hover
{
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	position: relative;
	line-height:17px;
	display:block;
	margin-left:20px;
}

A.menu_sel_a:link, A.menu_sel_a:active, A.menu_sel_a:visited, A.menu_sel_a:hover
{
	color:#D80000;
}


/* LEFT MENU ANCHOR ITEMS */
A.menu_end_item_a:link, A.menu_end_item_a:active, A.menu_end_item_a:visited, A.menu_end_item_a:hover
{
	font-size:10px;
	padding-left:11px;
	text-decoration:none;
	background-image:url(images/ico_lnk_arrow.gif);
	background-repeat:no-repeat;
	background-position:1px 3px;
	position:static;
}


DIV.menu_end_item
{
	margin-left:8px;
}

/* BANNER BOX 1 */
#index_box_1
{
	width:162px;
	float:left;	
}
/* BANNER BOX 2 */
#index_box_2
{
	width:162px;
	float:left;
	margin-left:27px;
}
/* BANNER BOX 3 */
#index_box_3
{
	width:162px;
	margin-left:27px;
}

#index_box_4
{
	width:162px;
	margin-left:27px;
}

#index_box_5
{
	width:162px;
	margin-left:27px;
}

#index_box_6
{
	width:162px;
	margin-left:27px;
}

.content_body_left_border
{
	background-image:url(images/gbl_content_body_left_bg.gif);
	background-repeat:repeat-y;
}

.content_body_right_border
{
	background-image:url(images/gbl_content_body_right_bg.gif);
	background-repeat:repeat-y;
}

IMG.m_bottom_12
{
	margin-bottom:12px;
}

/* BODY IMAGE FLOAT RIGHT */
IMG.content_right
{
	margin-bottom:10px;
	margin-left:10px;
	margin-top:3px;
	float:right;
}

/* BODY IMAGE FLOAT LEFT */
IMG.content_left
{
	margin-bottom:10px;
	margin-right:10px;
	margin-top:3px;
	float:left;
}

/* IMAGES FROM THE EDITOR */
IMG.image_right
{
	margin-bottom:10px;
	margin-left:15px;
	margin-top:10px;
	float:right;
}

/* IMAGES FROM THE EDITOR */
IMG.image_left
{
	margin-bottom:10px;
	margin-right:15px;
	margin-top:10px;
	float:left;
}

/* This DIV is updated from the editor */
#contentEditor
{
	width:525px;
}

/* FILE / IMAGE / LINK BOXES */
DIV.content_file_box
{
	background-image:url(images/content_file_bg.gif);
	background-repeat:no-repeat;
	width:165px;
	float:left;
	margin-right:24px;
}


DIV.content_image_box
{
	background-image:url(images/content_image_bg.gif);
	background-repeat:no-repeat;
	width:165px;
	float:left;
}

DIV.content_link_box
{
	background-image:url(images/content_link_bg.gif);
	background-repeat:no-repeat;
	width:165px;
	float:left;
	margin-right:24px;
}

/* FOOTER LINKS */
DIV.footer_link_1
{
	position:absolute;
	left:618px;
	top:23px;
}

DIV.footer_link_2
{
	position:absolute;
	left:548px;
	top:38px;
}


/* PRODUCT TABLE */
#ProductTable TD
{
	width:162px;
}

TD.product_sep
{
	width:27px;
}

/* FLASH FILEN ON THE FIRSTPAGE */
DIV.index_flash
{
	position:absolute;
	left:0px;
	top:-26px;
	z-index:1;
}

A.link_list:link, A.link_list:active, A.link_list:visited, A.link_list:hover
{
	position: relative;
	display:block;
	margin-bottom:10px;
}

DIV.date_text
{
	font-size:10px;
	font-style:italic;
	color:#787171;
}

A.link_news:link, A.link_news:active, A.link_news:visited, A.link_news:hover
{
	position: relative;
	font-size:13px;	
}
