@charset "utf-8";

	html{
		height:100%;
	}
	body{
		font-family: Arial;
		font-size:0.8em;
		margin:0px;
		padding:0px;
		text-align:center;
		background-color:#ffffff;
		height:100%;
	}
	
	#bodyWrap{
		position:relative;
		width:980px;
		margin:0 auto;
		text-align:left;
		background-color: #FFF;
		padding:0.5em 0 0 0;	
	}
	
	#ads{
		margin:0 auto;
		width:730px;
		margin-top:10px;
	}
	#dhtmlgoodies_menu img{
		border:0px;
	}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{	/* Menu object */
		visibility:hidden;	
	}
	
	#dhtmlgoodies_menu 
	{ 
	position:relative; 
	top:123px; 
	height:55px;
	}
	
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{

		margin:1px;
		padding:1px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		border:1px solid #154A7C;
		padding:10px 10px ;

	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		background:url(../images/white/bg_menu.gif) no-repeat;		
		border:1px;
		padding:15px 15px;
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:1px;
		padding:1px;
		background-color:#FFFFFF;
		border-top:1px solid #FFFFFF; border-bottom:3px solid #999999; 
		border-left:1px solid #999999; border-right:3px solid #999999; 
	}
	#dhtmlgoodies_menu ul.menuBlock3{	/* Menu bar - main menu items */
		border:1px;
		padding:1px;
		background-color:#F6F6F6;
		border-top:1px solid #FFFFFF; border-bottom:3px solid #999999; 
		border-left:1px solid #999999; border-right:3px solid #999999; 
		
	}
	#dhtmlgoodies_menu ul.menuBlock4{	/* Menu bar - main menu items */
		border:1px;
		padding:1px;
		background-color:#E2E2E2;
		border-top:1px solid #FFFFFF; border-bottom:3px solid #999999; 
		border-left:1px solid #999999; border-right:3px solid #999999; 
	
	}
	
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #FFF;
		text-decoration:none;
		padding:0px 0px 15px 15px;
	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		border:1px;
		font-weight:bold;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-color:#FFF;
		font-weight:bold;		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#800000;
		font-weight:bold;

	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{

		padding-left:5px;
		padding-right:5px;
		padding-top: 3px; 
		padding-bottom: 3px; 		
	}
	#dhtmlgoodies_menu .currentDepth2over{

		padding-left:5px;
		padding-right:5px;
		padding-top: 3px; 
		padding-bottom: 3px; 		
	}	
	#dhtmlgoodies_menu .currentDepth2 a{

		color: #0000ff;
	}

	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */

		color:#0000ff;
		text-decoration:underline;

	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{

		padding-left:5px;
		padding-right:5px;
		padding-top: 3px; 		
		padding-bottom: 3px; 		
	}
	#dhtmlgoodies_menu .currentDepth3over{

		padding-left:5px;
		padding-right:5px;
		padding-top: 3px; 
		padding-bottom: 3px;		
	}
	
	#dhtmlgoodies_menu .currentDepth3 a{

		color: #0000ff;
	}
	#dhtmlgoodies_menu .currentDepth3over a{	/* Text rules */

		color:#0000ff;
		text-decoration:underline;

	}	
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{

		padding-left:5px;
		padding-right:5px;
		padding-top: 3px; 		
		padding-bottom: 3px; 		
	}
	#dhtmlgoodies_menu .currentDepth4over{

		padding-left:5px;
		padding-right:5px;
		padding-top: 3px;
		padding-bottom: 3px;		
	}	
	#dhtmlgoodies_menu .currentDepth4 a{

		color: #0000ff;
	}

	#dhtmlgoodies_menu .currentDepth4over a{	/* Text rules */

		color:#0000ff;
		text-decoration:underline;

	}	




#left_login {	
        font:14px Tahoma; font-weight:bold;
        color:#ffffff;
		width:115px;
		height: 29px;
		border:1px;
		text-align:center; 
		padding:4px;
		background:url(../images/white/background_red-.gif) repeat-x;
		overflow:visible;
		text_decoration:none;
	}
#left_login a {	
        font:14px Tahoma; font-weight:bold;
        color:#ffffff;
}	


#left_memu_title{	
        font:13px Tahoma; font-weight:bold;
        color:#000000;
		width:115px;
		border:1px;
		padding:0px 5px 5px 5px;
		margin-top:10px;
		background:#e4e4e4;
		overflow:visible;
	}
	
#right_memu_title{	
        font:13px Tahoma; font-weight:bold;
        color:#ffffff;
		width:290px;
		border:1px;
		padding:5px 5px;
		margin-top:10px;
		background:url(../images/white/background_black.gif) repeat-x;
		overflow:visible;
	}

	
/* Site Layout - Header */
#header { position:relative; width:978px; height:165px; border-top:0px solid #ffffff; border-left:0px solid #ffffff; border-right:0px solid #d9d9d9; margin-bottom:10px; z-index:99;background:url(../images/white/bg_header.gif) repeat-x;}
#header h1 { position:absolute; top:20px; left:5px; z-index:90}
#language { position:absolute; top:-5px; left:0px; height:20px; z-index:101;	padding-top: 7px;width:100%; background:#414141; text-align:right; color:#ffffff; }
#language a  { color:#ffffff; font:.9em Arial; white-space:nowrap; text-decoration:none; }
#language a:hover { text-decoration:underline; }
#language strong { color:#ffffff; font:13px Tahoma; margin-right:0px; }
#language a img { vertical-align:0px;}
#language ul { position:absolute; top:3px; right:0px; display:none; border:1px solid #d9d9d9; background:#ffffff;}
#language ul li { list-style:none; }
#language ul li a { display:block; width:61px; padding:3px 5px; font:11px Tahoma; color:#ffffff; text-decoration:none;}
#language ul li a:hover { background:#eaeaea;}


#ad { position:absolute; top:35px; right:3px; z-index:101}
#login_form { position:absolute; top:-4px; left:0px; z-index:100; }


#it_search_form { position:absolute; top:15px; right:1px;}
#it_search_form .input { border:1px solid #d9d9d9; height:17px; width:120px; color:#888888; font-size:.9em;}
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }

#isSearch { position:absolute; top:135px; left:770px; z-index:99; }
#isSearch .searchOrder { display:none;}
#isSearch .checked { position:absolute; left:0; top:0; text-align:left; display:block; padding:5px 0 0 5px; width:64px; height:14px; background:url(../images/white/bgSearchTerm.gif) no-repeat; font:11px arial; color:#5c5c5c; line-height:normal;}
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #b2b2b2; background:#ffffff; overflow:hidden;}
#isSearch ul li { width:67px; height:18px; list-style:none;}
#isSearch ul li input { display:none;}
#isSearch ul li label { display:block; padding:4px 0 0 4px; width:63px; height:15px; font:11px arial; color:#5c5c5c;}
#isSearch ul li label.on { background:#ededed; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#ededed;}
#isSearch .inputText { vertical-align:middle; _position:relative; _top:-1px; padding:3px 3px 1px 3px; width:160px; height:15px; color:#5c5c5c; border:none; border:1px solid #00629d;}
#isSearch .inputText:hover,
#isSearch .inputText:focus { border:1px solid #d9d9d9;}
*:first-child+html #isSearch .inputText { position:relative; top:-1px;}
#isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;}
*:first-child+html #isSearch .submit { position:relative; top:-1px;}

/* Search */
#header .search{ position:absolute; right:20; bottom:15; width:148px; height:32px; text-align:right;}
#header .search{ background:url(../images/white/bgSearchOn.gif) no-repeat;}
#header .search *{ vertical-align:middle;}
#header .search .inputText{ position:absolute; top:9px; left:20px; border:0; background:#fff; width:110px; height:15px; padding:0; font-size:12px;} 
#header .search .inputSearch{ position:absolute; top:9px; left:135px;}


/* Site Layout - Content Body */
#contentBody { position:relative; width:980px; padding-bottom:5px; overflow:hidden; background:url(../images/white/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #dddddd;}

/* Site Layout - Column Left */
#columnLeft { position:relative; width:125px; float:left; padding-left:1px; background:#f8f8f8;}
#columnLeft .mask { width:181px; height:5px; background:#ffffff; display:block;}

#lnb { border-top:1px solid #dddddd; padding:4px 5px; width:190px;}
#lnb li { list-style:none; padding-bottom:4px;}
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #e8e8e8; background:url(../images/white/bgLnbOff.gif) repeat-x; color:#3e3e3e; position:relative; z-index:99; text-decoration:none;}
#lnb li a:hover,
#lnb li a:focus { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a:hover,
#lnb li.on a:focus { font-weight:bold;}
#lnb li ul { display:none; position:relative; width:184px; padding:0 3px; position:relative; border-top:1px solid #ffffff; overflow:hidden;}
#lnb li.on ul { display:block;}
#lnb li ul li { padding:0; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
#lnb li ul li a { padding:6px 5px 6px 10px; width:169px; color:#818181 !important; border:none; background:none !important; border:none !important;}
#lnb li ul li a:hover,
#lnb li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(../images/white/bulletLnb.gif) no-repeat 175px center  !important;}

/* Site Layout - Column Right */
#columnRight { width:535px; float:left; overflow:hidden; padding-left:10px;}
#visualArea { width:535px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;}
#content { width:100%; overflow:hidden;}


/* Site Layout - Column Right */
#columnRight2 { width:300px; float:right; overflow:hidden; background:#f8f8f8; padding-left: 5px;}


/* Site Layout - Footer */
#footer { border-top:1px solid #808080; text-align:center; padding:0 0 1em; clear:both; background:url(../images/white/bg_header.gif) repeat-x; text-decoration:none;}
#footer li { display:inline; padding:0 1em 0 1em; background:url(../images/white/vrType1.gif) no-repeat left center;}
#footer li.first-child { background:none;}
#footer li a { color:#ffffff; font:.9em arial;text-decoration:underline;}
#footer address { color:#e3e3e3; font:.9em arial;}

/* White Skin - End */isplay:inline; color:#808080; font:.9em arial;}

/* White Skin - End *//kin - End */ End */ *//kin - End */ End *// End *///kin - End */ End *// End *//kin - End */ End *// End *//*// End *// End *//