
*{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10pt;
}

img{
  border: none;
}

body{
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
  background: #b2b6b7;
}

h1{
	margin: 0px;
	padding: 0px;
	font-size: 20pt;
	font-weight:bold;
  color: #FFFFFF;
}

h2{
	margin: 0px;
	margin-left: 50px;
	font-size: 12pt;
	font-weight:bold;
}


table{
	border-collapse: collapse;
	border: solid #b2b6b7 2px;
	margin:0;
	padding:0;
  background: #FFFFFF;
}

th{
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	border: none;
	margin: 0px;
}

td{
	border: none;
	margin: 0px;
	vertical-align: top;
}

.quote{
	margin-left: 60px;
	margin-right: 60px;
	font-style: italic;
	text-align: justify;
 font-weight: bold;
}

.logo{
  background: url('undeadmonkey3_05.jpg');
  height: 170px;
  width: 183px;
/*
  position: absolute;
  left: 10%;
*/
  position: relative;
  top: -6px;
  left: -100px;  float:left;

  z-index: 1;
}

.logo2{
  background: url(udm-big04.jpg);
  width: 389px;
  height: 151px;
/*
  position: absolute;
  left: 10%;
  top: 8px;
  margin-left: 190px;
*/

  position:relative;
  left: -70px;
  top: 10px;
  float:left;

  z-index: 2;
}

.logo3{
  background: url(ian_113_151_02.jpg);
  width: 113px;
  height: 151px;

/*
  left: 10%;
  top: 12px;
  position: absolute;
  margin-left: 600px;
*/

  position:relative;
  left: 0px;
  top: 10px;

  z-index: 3;
}

.maintable{
  z-index: 0;
	margin: 0px;
	margin-left: 90px;
	height: 80%;
	width: 60%;
/*	width: 614px;*/
	top: 0px; /*80px;*/
	left: 10%;
	position: absolute;
	padding: 0px;
	background: #FFFFFF;
	font-size: 10pt;
	color:#000000;
	vertical-align:top;
	text-align:left;
	border: solid black 6px;
	border-collapse: collapse;
}

.maintd{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-size: 10pt;
	color:#000000;
	vertical-align:top;
}

.mainth{
  width:100%;
	margin: 0px;
	padding: 0px;

	background: #b2b6b7;
  background-color: #b02413;
	font-size: 10pt;
	font-weight:bold;
	color:#FFFFFF;
	vertical-align:top;
}

.mainth a{
	color: white;
}

.mainth a:hover{
	color: yellow;
}



.box1{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background: #FFFFFF;
	font-size: 10pt;
	color:#000000;
	vertical-align:top;
	text-align:left;
	border:solid black 1px;
	border-collapse:collapse;
}

.box1 td{
	margin: 0px;
	padding: 5px;
	background: #FFFFFF;
	font-size: 10pt;
	color:#000000;
	vertical-align:top;
}

.box1 th{
	margin: 0px;
	padding: 5px;
	background: #b2b6b7;
	font-size: 10pt;
	font-weight:bold;
	color:#FFFFFF;
	vertical-align:top;
}

.box1 th a{
	color: white;
}

.box1 th a:hover{
	color: yellow;
}

.spacer{
	margin: 0px;
	padding: 10px;
	border: none;
}

a{
	color: #707070;
}

a:hover{
	color: #FF0000;
}


/* Menu Stuff */

/* default menu */
.menu{
  font-size: 10pt;
  font-weight: bold;
  margin:0px;
  padding:0px;
  border:0px;
  width: 100%;
  border-collapse:collapse;
}

.menu td{
 margin:0px;
 padding:0px;
 text-align: center;
  background-color: #b02413;
  border: solid #000000 1px;
  cursor:pointer;
  width: 20%;
}

.menu a{
  width:100%;
  color: #b2b6b7;
  text-decoration: none;
}

.menu a:hover{
  /* IE */
 color: #FFFFFF;
}

.menu *:hover{
  /* IE */
  background-color: #FF0000;
}

.menu td:hover{
  /* Firefox */
  background-color: #FF0000;
}

.menu td:hover a{
  /* Firefox */
  color: #FFFFFF;
}

.bottom_th{
  width:100%;
	margin: 0px;
	padding: 0px;

	background: #b2b6b7;
  background-color: #b02413;
	font-size: 10pt;
	font-weight:bold;
	color:#FFFFFF;
	vertical-align:top;
	text-align:center;
}

/* black menu */

.menu_black{
  font-size: 10pt;
  font-weight: bold;
  margin:0px;
  padding:0px;
  border:0px;
  width: 100%;
  border-collapse:collapse;
}

.menu_black td{
 margin:0px;
 padding:0px;
 text-align: center;
  background-color: #000000;
  border: solid #000000 1px;
  cursor:pointer;
  width: 20%;
}

.menu_black a{
  width:100%;
  color: #808080;
  text-decoration: none;
}

.menu_black a:hover{
 color: #FFFFFF;
}

.menu_black *:hover{
  background-color: #b2b6b7;
}

.menu_black td:hover{
  background-color: #b2b6b7;
}

.menu_black td:hover a{
  color: #FFFFFF;
}

.menu_black:hover *{
  background-color: #b2b6b7;
}

.bottom_black_th{
  width:100%;
	margin: 0px;
	padding: 0px;

	background: #808080;
  background-color: #000000;
	font-size: 10pt;
	font-weight:bold;
	color:#FFFFFF;
	vertical-align:top;
	text-align:center;
}

/* green menu */

.menu_green{
  font-size: 10pt;
  font-weight: bold;
  margin:0px;
  padding:0px;
  border:0px;
  width: 100%;
  border-collapse:collapse;
}

.menu_green td{
 margin:0px;
 padding:0px;
 text-align: center;
  background-color: #929c3b;
  border: solid #000000 1px;
  cursor:pointer;
  width: 20%;
}

.menu_green a{
  width:100%;
  color: #d2f0f0;
  text-decoration: none;
}

.menu_green a:hover{
 color: #FFFFFF;
}

.menu_green *:hover{
  background-color: #c5bb28;
}

.menu_green td:hover{
  background-color: #c5bb28;
}

.menu_green td:hover a{
  color: #FFFFFF;
}

.menu_green:hover *{
  background-color: #c5bb28;
}

.bottom_green_th{
  width:100%;
	margin: 0px;
	padding: 0px;

	background: #d2f0f0;
  background-color: #929c3b;
	font-size: 10pt;
	font-weight:bold;
	color:#FFFFFF;
	vertical-align:top;
	text-align:center;
}












.footnote{
  font-size:6pt;
	color: white;
}

.footnote a{
  font-size:6pt;
  text-decoration:none;
	color: white;
}

.footnote a:hover{
	color: #FF0000;
}

.news{
  font-size: 7pt;
	color: green;
}
.news a:hover{
  color: red;
}
.news li:hover{
  color: red;
}

.news_box{
  width:400px;
  text-align:justify;
  vertical-align:middle;
  font-size: 18pt;
}
.big{
  font-size:22pt;
}
.big_italic{
  font-size:22pt;
  font-style:italic;
}
.spacer2{
  font-size: 18pt;
  margin:0px;
  padding:0px;
/*  spacing:0px;*/
  background:none;
  border:none;
}
.spacer2 td{
  text-align:center;
  font-size: 18pt;
  color: white;
  margin:0px;
  padding:0px;
/*  spacing:0px;*/
  background:none;
}
.orbit1{
  font-family: Century Gothic, Tahoma, Arial;
  font-size: 24pt;
}
.orbit2{
  font-family: Century Gothic, Tahoma, Arial;
  font-size: 34pt;
  color: red;
}
.orbit3{
  font-family: Century Gothic, Tahoma, Arial;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  color: red;
}

.image_link{
  text-align:center;
  margin: 2px;
  width: 64px;
  height: 64px;
  }
.image_link:hover{
  text-align:center;
  margin: 2px;
  width: 64px;
  height: 64px;
  }

.spacer_gallery{
  margin:0px;
  border:0px;
  padding:0px;
}
.spacer_gallery tr td{
  margin:0px;
  border:0px;
  padding:0px;
}

.float_down{
  position: fixed;
}

.fake_link
{
	color: #221188;
  cursor:pointer;
  text-decoration:underline;
}

.fake_link.hover
{
  color: #4422FF;
  text-decoration:none;
}

.fake_link2
{
	color: #221188;
  cursor:pointer;
  text-decoration:none;
}

.fake_link2.hover
{
  color: #4422FF;
  text-decoration:underline;
}

.mini_heading{
  font-weight: bold;
  color:#b02413;
  text-align:right;
}

.mini_heading_left{
  font-weight: bold;
  color:#b02413;
  text-align:left;
}

.main_top_left_quarter{
  background-color: #eca9ec;
  width: 100%;
  border: solid black 6px;
  height: 200px;
  display: table;
  font-size: 18pt;
  color: black;
}
.main_top_right_quarter{
  background-color: #a9ecec;
  width: 100%;
  border: solid black 6px;
  height: 200px;
  display: table;
  font-size: 18pt;
  color: black;
}

.main_bottom_left_quarter{
  background-color: #ececa9;
  background-image: url(frame03.jpg);
  width: 100%;
  border: solid black 6px;
  height: 200px;
  display: table;
  font-size: 18pt;
  color: black;
}

.main_bottom_right_quarter{
  background-color: #eca9a9;
/*  background-image: url(frame04.jpg);  */
  background-image: url(undeadmonkey5.jpg);
  background-repeat: no-repeat;
  width: 100%;
  border: solid black 6px;
  height: 200px;
  display: table;
  font-size: 18pt;
  color: black;
}

.quater_box{
  border: none;
  border-collapse: collapse;
}


.quater_box_td{
  width: 50%;
  border: none;
  border-collapse: collapse;
  font-size: 18pt;
  color: black;
  text-align: center;
}

.comic_box{
  text-align: center;
  font-size: 18pt;
  color: black;
  margin:6px;
  padding:0px;
  background:none;
  border:none;
}

.comic_box td{
  margin:0px;
  padding:0px;
  background:none;
  border:none;
}

.products_box{
  text-align: center;
  font-size: 18pt;
  color: black;
  margin:6px;
  padding:0px;
  background:none;
  border:none;
}

.products_box td{
  margin:0px;
  padding:0px;
  background:none;
  border:none;
}

.main_links{
  font-size:18pt;color:red;text-decoration:none;
}

.main_links:hover{
  font-size:18pt;color:red;text-decoration:underline;
}

.main_button{
    opacity:0.9;
}

.main_button_hover{
  }

.pagecurl{
  width:100%;
  height:100%;
  border: solid green 1px;
  margin:0px;
  padding:0px;
}

.pagecurl td{
  border: solid green 1px;
}

.gallery_img{
  border:none;
}

.showimage_alt{font-weight:bold;}
.showimage_image{font-weight:bold;}
.showimage_img{border:solid black 6px;}

.message_window{
  visibility: hidden;
  position: absolute;
  background-color: white;
  border: solid black 6px;
  left: 35%;
  height: 200px;
  width: 400px;
  overflow:auto;
}
.message_main{
  border:none;
  height: 100%;
  width: 100%;
}
.message_main td{
  padding: 6px;
	text-align: justify;
}
.message_main th{
  height:20px;
  background:#b02413;
  padding: 2px;
  text-align: center;
}

/* grey menu */

.menu_grey{
  font-size: 10pt;
  font-weight: bold;
  margin:0px;
  padding:0px;
  border:0px;
  width: 100%;
  border-collapse:collapse;
}

.menu_grey td{
 margin:0px;
 padding:0px;
 text-align: center;
  background-color: #9c9c9c;
  border: solid #000000 1px;
  cursor:pointer;
  width: 20%;
}

.menu_grey a{
  width:100%;
  color: #f0f0f0;
  text-decoration: none;
}

.menu_grey a:hover{
 color: #FFFFFF;
}

.menu_grey *:hover{
  background-color: #bbbbbb;
}

.menu_grey td:hover{
  background-color: #bbbbbb;
}

.menu_grey td:hover a{
  color: #FFFFFF;
}

.menu_grey:hover *{
  background-color: #bbbbbb;
}

.bottom_grey_th{
  width:100%;
	margin: 0px;
	padding: 0px;

	background: #f0f0f0;
  background-color: #9c9c9c;
	font-size: 10pt;
	font-weight:bold;
	color:#FFFFFF;
	vertical-align:top;
	text-align:center;
}
