@CHARSET "UTF-8";

/* CSS Document */

body
{
	background: url(../img/bg.gif) left top repeat;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, san-serif;
	font-size: 12px;
	margin: 0;
	padding:0;
}

a
{
	color: #000;
	text-decoration: underline;	
}

/* HEADER */

.header_bg
{
	background: url(../img/bg_top.gif) left top repeat-x;
	height: 148px;
	width: 100%;
}

#header
{
	background-color: #fff;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	height: 148px;
	margin: 0 auto;
	width: 896px; 
}

/* LOGO */

#logo
{
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	float: left;
	height: 148px;
	width: 216px;	
}

/* HEADER BANNER */

#banner
{
	float: left;
	height: 148px;
	width: 676px;
}

/* Languages */

#language
{
	float: right;
	padding: 10px 20px 0 0;	
}

#language a
{
	color: #fff;
	text-decoration: none;	
}

/* SEARCH */

#search
{
	clear: right;
	float: right;
	padding: 80px 20px 0 0;
}

#search input
{
	border: 1px solid #9f7602;
	height: 17px;
	margin-right: 3px;
	padding-top: 1px;
	width: 120px;
}



/* CENTER MAIN BLOCK*/

#main
{
	background-color: #fff;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	margin: 0 auto;
	width: 896px;
}

#main .main_table
{
	width: 896px; 	
}

.main_table .left
{
	background: url(../img/bg_menu.gif) left top repeat-y;
	width: 220px;	
}

.main_table .right
{
	background: url(../img/bg_main.gif) left top repeat-x;
	width: 676px;
}

/* MENU */

#menu
{
	padding: 35px 15px 0;
	width: 190px	
}

#menu a
{
	display: block;
	height: 22px;
	margin-bottom: 2px;	
}

#menu a.level-1
{
	background: url(../img/menu.gif) right bottom no-repeat #f2f2f2;
	color: #000;
	padding: 6px 0 0 10px;
	text-decoration: none; 	 	
}

#menu a.level-1:hover
{
	background: url(../img/menu.gif) right bottom no-repeat #e5e5e5;
	color: #000;
	padding: 6px 0 0 10px;
	text-decoration: none; 	 	
}

#menu a.level-1-act
{
	background: url(../img/menu-act.gif) right bottom no-repeat #e5e5e5;
	color: #000;
	font-weight: bold;
	padding: 6px 0 0 10px;
	text-decoration: none; 	
}

#menu .act a.level-1
{
	background: url(../img/menu-act.gif) right bottom no-repeat #e5e5e5;
	color: #000;
	font-weight: bold;
	padding: 6px 0 0 10px;
	text-decoration: none;
}


#menu a.level-2
{
	background: url(../img/menu-act.gif) right bottom no-repeat #f2f2f2;
	color: #000;
	padding: 6px 0 0 30px;
	text-decoration: none; 		
}

#menu a.level-2:hover
{
	background: url(../img/menu-act.gif) right bottom no-repeat #e5e5e5;
	color: #000;
	padding: 6px 0 0 30px;
	text-decoration: none; 		
}

#menu a.level-2-act
{
	background: url(../img/menu-act.gif) right bottom no-repeat #e5e5e5;
	color: #000;
	font-weight: bold;
	padding: 6px 0 0 30px;
	text-decoration: none; 		
}

/* LEFT BANNER */

#leftbanner
{
	padding: 5px 15px;
	text-align: center;
	width: 190px;	
}

/* MAIN BOX*/

#main_box
{
	padding: 15px 25px 20px;
	width: 626px;	
}

#main_box .main_header
{
	width: 100%;	
}

.main_header a
{
	color: #b8b8b8;
	text-decoration: underline;	
}


/* TITLE */

#title
{
	color: #000;
	font-size: 22px;
	padding-top: 15px;
	padding-bottom: 12px;	
}

/* CONTENT */

#content
{
	min-height: 450px;
}

#content p {
	padding-bottom: 15px;	
}


/* FOOTER */

#footer
{
	background-color: #ccc;
	height: 25px;
	margin: 0 auto;
	width: 900px;	
}

#footer .footer
{
	border-top: 1px solid #fff;
	color: #686868;
	font-size: 11px;
	font-weight: bold;
	margin: 1px 2px 0 4px;
	padding-top: 4px;
	text-align: center;
	width: 894px;	
}
