@charset "utf-8";
/* CSS Document */
/***** General formatting only ****/
a#logomain {
	width:269px;
	height:75px;
	background-image:url(/images/shogun_logo.gif);
	background-position: top left;
	overflow:hidden;
	text-indent:-5000px;
	display:block;
}
a#logomain:hover {
	background-position: bottom left;
}
/**************** menu coding *****************/
#menu { width: 760px; background: #eee; float: left; z-index: 2;}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 190px;
float: left;
z-index: 2;
}

#menu a, #menu h2 {
font: bold 11px/16px tahoma, Arial, verdana;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
z-index: 2;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
z-index: 2;
}

#menu h2:hover {
color: #fff;
background: red;
text-transform: uppercase;
z-index: 2;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
z-index: 2;
}

#menu a:hover {
color: white;
background: red;
z-index: 2;
}

#menu li {position: relative; }

#menu ul ul {
position: absolute;
z-index: 2;

}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
z-index: 2;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{ z-index: 2; display: none; }

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{ z-index: 2; display: block; filter:alpha(opacity=80); -moz-opacity:0.80; opacity: 0.80; }

#flashcontain { background-position: center 0; position: static; z-index: -1; visibility: visible; }

.maintext { color: silver; font-size: 12px; font-family: tahoma, Arial, verdana; font-weight: 500; }
.menunorm { color: silver; font-size: 12px; font-family: tahoma, Arial, verdana; font-weight: 500; }
.maintextbold { color: silver; font-size: 12px; font-family: tahoma, Arial, verdana; font-weight: 700; }
.menubold { color: silver; font-size: 12px; font-family: tahoma, Arial, verdana; font-weight: 700; }
.maintextsmall { color: #c0c0c0; font-size: 10.5px; font-family: tahoma, Arial, verdana; font-weight: 500; }

.thisborder { border-left: 2px ridge silver; border-right: 2px ridge silver; border-top: 2px ridge silver; }

.thatborder { padding-top: 4px; padding-bottom: 4px; border-top: 2px ridge silver; border-bottom: 2px ridge silver; }

.headborder { padding-top: 3px; padding-bottom: 3px; }
 
#credits a, #credits a:link, #credits a:active, #credits a:visited, #credits a:hover{
	color: #444444;
	line-height: 12px;
	font-size: 10px;
	background-image: url(/images/at_logo_bg_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	text-align: left;
	position: relative;
	width: 205px;
	height: 31px;
	margin: 0;
	padding-top: 1px;
	padding-left: 36px;
	display: block;
	white-space: nowrap;
}

.tabspace { margin-right: 6px; }

.sidemainborder { margin: 0; padding: 0; border: solid 1px silver; }

.maintopbot { border-right: 1px solid silver; border-left: 1px ridge silver; }

.mainside { border-top: 1px solid silver; border-bottom: 1px solid silver; border-bottom-style: solid; border-top-style: solid; }

.leftcol { padding: 18px 8px 12px 12px; }

.rightcol { padding-top: 5px; padding-bottom: 5px; }
input, textarea, select { color: white; font-size: 12px; font-family: tahoma, Arial, verdana; font-weight: bold; background-color: #333; border: dashed 1px silver; }
.formbutton { color: white; font-size: 13px; font-weight: bold; background-color: silver; border: outset 2px #333; }
.formbutton:hover { color: #b2b2b2; font-size: 13px; font-weight: bold; background-color: #dfdfdf; border-color: #989898 #989898 #989898 #666; border-style: outset; border-width: 2px; }
.padright { padding-right: 20px; }
.newtext { color: red; font-size: 11.5px; font-family: tahoma, Arial, verdana; font-weight: 700; }
.newtextsmall { color: black; font-size: 11px; font-family: tahoma, Arial, verdana; font-weight: 500; }
.infoborder { border: ridge 2px silver; }
.little { padding-right: 12px; padding-left: 12px; }
.links { color: red; font-weight: 700; text-decoration: none; }
.links:hover { color: red; font-weight: 700; text-decoration: underline; }
#logomain { border-color: transparent; border-style: none; }
.intropicborder{ background: silver; border: ridge 2px Red; }
.lilinks { color: silver; font-weight: 500; text-decoration: none; }
.lilinks:hover { color: silver; font-weight: 500; text-decoration: underline; }

