﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	background: url('../siteart/bg.jpg') #134795 repeat-x;
}

#navwrap {
				background: url('../siteart/nav_bg.png') repeat-x;
}
#nav {
	width: 830px;
	margin-top: 10px;
	text-align: center;
	line-height: 40px;
	
}

#nav td {
	/*width: 20%;*/
	border-left: 2px #1a3f80 solid;
	border-left: 2px #1e4488 solid;
}

#nav a {
	display: block;
	color: #e8e8e8;
	text-transform: uppercase;
	text-decoration: none;
}

#nav a:hover {
	background: #000;
	color: #fff;
	font-weight: bold;
}

.content {
	text-align: center;
	background: url('../siteart/main-bg.png') repeat-y center center;
}

.mid {
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-size: 10pt;
	width: 744px;
	line-height: 17px;
	background: url('../siteart/mid.jpg') no-repeat center center;
}

.mid span {
	display: block;
	padding: 0 10px;
}


.inventory {
	padding:10px;
	margin: 0 auto;
	text-align:center;
	color: #fff;
	font-size: 10pt;
	width: 744px;
	line-height: 17px;
	background:#545557;
	overflow:auto;	
}


.inventory a:link,
.inventory a:visited,
.inventory a:active {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	background: #144998 url('../siteart/inv_bg.png') repeat-x;
	padding:8px 5px;
	text-align:center;
	display:block;
	margin:5px auto;
	border: 2px #081f40 solid;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);  /* not recognized by IE */

	-moz-border-radius: 10px;  /* for Mozilla Ffox */
	-webkit-border-radius: 10px;  /* for Safari, Chrome & others */
	border-radius: 10px;  /* for IE9 */
	width:300px;
	
	
}

.inventory a:hover {
	color:#fff;
	text-decoration:none;
	background: #0b2f67;
}

.inventory a.big:link,
.inventory a.big:visited,
.inventory a.big:active {
	font-size:18px;
}

.inventory a.big:hover {
 font-size:18px;
}



#inv {
	padding: 15px 15px 0 15px;
}


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: black;
}

a.email:link, a.email:visited, a.email:active {
	color:#fff;
	padding: 8px 15px;
	font-weight:bold;
	text-decoration:none;
	font-size: 9pt;
}

a.email:hover {
	text-decoration:underline;
	color:#000;
}


/* ######### Default class for drop down menus ######### */

.anylinkmenu{
font-family: Verdana, Tahoma, sans-serif;
position: absolute;
text-align: center;
font-size: 10pt;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid white;
border-bottom-width: 0;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: url('../siteart/anylink.gif') repeat-x;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
color: #fff;
display: block;
border-bottom: 1px solid white;
padding: 7px 7px;
text-decoration: none;
text-transform: uppercase;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
font-weight: bold;
color: white;
}

#hlRegister{
				color: white;
				font-size: 14px;
}

#hlLogin {
				color: white;
				font-size: 14px;
		
}
