
*{margin:0;padding:0;text-align: left;}
body{height: auto;	width: 100%;text-align: center;background-color: #F7F7F7;}
a:link,a:hover,a:active,a:visited{outline: none;}

#index_container
{
	width: 800px;
	margin:34px auto;	
}

/* the 3 main pane */
#index_container #left_padding
{
	width: 72px;
	float: left;	
}

#index_container #menu
{
	float: left;
	width: 148px;
}

#index_container #main
{
	float:left;
	width: 580px;
	height: 566px;
	background: url(../appimages/images_bg_hag_main.jpg) top left;
}
/* end 3 main parts */


/* the logo on menu pane */
#index_container #menu #logo
{
	font-family: Arial;
	font-size: 9px;
	line-height: 11px;
	background-color: #7B828C;
	text-align: center;
	color: white;
	font-weight: normal;
	height: 180px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	letter-spacing: 1px;
}
#index_container #menu #logo a
{
	text-decoration: none;
}

#index_container #menu #logo img
{
	text-align: right;
	margin-bottom: 5px;
}
/* end logo on menu pane */


/* the login link block */
.login_links_block
{
	height: 230px; 
	overflow: hidden;
}

/* heading */
#index_container #menu .heading
{
	line-height: 11px;
	display: block;
	margin: 15px 0 10px 5px;
}

.heading_link,.heading_link_open
{
	padding: 0 12px 0 0;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #4C4C4C;
	outline: none;
	background: url(../appimages/arrow-right.gif) no-repeat right;
	letter-spacing: 0.3px;
}

.heading_link_open
{
	background: url(../appimages/arrow-down.gif) no-repeat right;
}

#index_container #menu .heading_plain
{
	padding: 0 10px 0 0;
	margin: 15px 0 10px 5px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #4C4C4C;
	letter-spacing: 0.5px;
}

#index_container #menu .heading_plain a
{
	text-decoration: none;
	color: #4C4C4C;
}



/* login block */
.login_block
{
	margin:5px 0 -2px 2px;
	border: 1px solid #F7F7F7;
}

.login_block_hide
{
	display: none;	
}

.login_block h3
{
	font-weight: normal;
	font-family: Arial;
	font-size: 10px;
	line-height: 16px;
	display: block;
	margin-top: 1px;
}
.login_block h3 .label
{
	text-transform: lowercase;
	display: block;
	font-size: 10px;
	width: 50px;
	float:left;
	line-height: 14px;
	letter-spacing: 0px;
}
.login_block h3 .text_input
{
	float:left;
	width: 50px;
	font-size:9px;
	margin-right: 5px;
	height: 16px;
}

.brand_block a
{
	display: block;
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
	color: #000;
	text-decoration: none;
	margin: 15px 0 0 5px;
}

.index_footer 
{
	clear: both;
	display: block;
	font-family: Verdana;
	line-height: 12px;
	color: #000;	
	text-decoration: none;
	font-size: 8px;  
	margin: 0px 0 0 0;
}

.bottom_link:link, .bottom_link:active, .bottom_link:hover, .bottom_link:visited
{
	color: #000;	
	text-decoration: none;
	font-weight: bold;
}

/* the book on the main page */
.book_main
{
	padding: 0;
	margin: 0px 0 0 0;
	text-align: center;
}

.go_link:link, .go_link:active, .go_link:hover, .go_link:visited
{
	padding: 0;
	font-size: 9px;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	margin-right: 5px;
}

.clear_block
{
	line-height: 1px;
	clear: both;	
}
