BODY {
	font-family: Arial;
	font-size: 12pt;
	color: Black;
	background-image: url(images/grad_back.jpg);
	background-repeat: repeat-x;
	background-color: #0328d9;
	behavior:url(/billboard/csshover.htc);
}
div.men_image{
	vertical-align: bottom;
}
TD.body_main{
	background-color: White;
	background-image: url(images/main_back.gif);
	width: 512px;
}
TD.body_menu{
	background-color: #F7D84F;
	background-image: url(images/menu_back.gif);
	width: 223px;
}
table.main_table{
position:absolute;
top: 200px;
left: 15%;
z-index:10;
}
table.menu_table{
position:relative;
top: 0;
left: -3;
z-index:20;
}

div.billboard{
position:absolute;
top: 28;
left: 25%;
z-index:60;
}
div.copyright{
font-size: 8pt;
position:relative;
top: 140;
left: 0;
z-index:60;
}
/**************** menu coding *****************/
#hmenu {
width: 200px;
background: #eee;
text-align: left;
}

#hmenu ul {
list-style: none;
margin: 0;
padding: 0;
}

#hmenu a, #hmenu h2 {
font-family : "Arial";
display: block;
font-weight : bold;
font-size : 14px;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#hmenu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#hmenu a {
color: #000;
background: #F7D84F;
text-decoration: none;
}

#hmenu a:hover {
color: #a00;
background: #fff;
}

#hmenu li {
position: relative;
float: left;
width: 100%;
}

#hmenu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#hmenu ul ul,
div#hmenu ul li:hover ul ul,
div#hmenu ul ul li:hover ul ul,
div#hmenu ul ul ul li:hover ul ul,
div#hmenu ul ul ul ul li:hover ul ul,
div#hmenu ul ul ul ul ul li:hover ul ul
{display: none;}

div#hmenu ul li:hover ul,
div#hmenu ul ul li:hover ul,
div#hmenu ul ul ul li:hover ul,
div#hmenu ul ul ul ul li:hover ul,
div#hmenu ul ul ul ul ul li:hover ul,
div#hmenu ul ul ul ul ul ul li:hover ul
{display: block;}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

