/* CSS Document */



#header {

	width: 1024px;
	height: 170px;
}



.header-menu, .header-menu ul {
	padding: 0px; margin: 0px;

}



.header-menu li {
	float: left;
	list-style: none;
	text-align: center;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}



.header-menu li a:link, .header-menu li a:visited, .header-menu li a:hover {

	color: #0033FF; text-decoration: underline;	

}



.header-menu li a:hover {

color:#000000;

}



.status-name {
	font-family: times;
	font-size: 18px;
	font-weight: bold;
	width: 140px;
	font-style: italic;
	margin-left:5px;
	text-align: left;

	}



.status-text {
	font-family: times;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 140px;
	font-style: italic;

}

/***   Social Network site bookmark / share product   ***/
div#share_product{
	text-align: left; 
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 95%
}

div#share_product div{
	text-align: center;
	border: 1px solid #333; 
	padding: 0px 0;
	line-height: 225%;
	font-size: 12px;
}

div#share_product div a img { 
	border: none;
	vertical-align: middle;
}


/* Balloon CSS */

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
text-align: left;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 500px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}