body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}

.main #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.main #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}


p {
line-height: 21px;
}

span {
line-height: 20px;
}

#vertical-menu { width: 225px; }

#vertical-menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

#vertical-menu a
{
background-color:#1C4F97;
border-bottom:1px solid #EEEEEE;
display:block;
width:227px;
height:21px;
margin-left:3px;
text-align:center;
margin-bottom:2pt;
}

#vertical-menu a:link, #vertlist a:visited
{
color:#EEEEEE;
text-decoration:none;
padding-top:3px;
}

#vertical-menu a:hover
{
background-color: #dd372a;
color: #fff;
}

#vertical-menu2 {
	width: 250px;
	margin-top: -13px;
}

#vertical-menu2 ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-bottom: 2px;
	line-height: 15px;
}
#vertical-menu2 a {
	background-color:#1C4F97;
	border-bottom:1px solid #EEEEEE;
	display:block;
	width:240px;
	margin-left:3px;
	text-align:left;
	height: auto;
	margin-bottom: 3px;
	padding-bottom: 7px;
	padding-top: 1px;
	margin-top: 0px;
}
#vertical-menu2 a:link, #vertlist2 a:visited {
	color:#EEEEEE;
	text-decoration:none;
	padding-top:3px;
}
#vertical-menu2 a:hover, #vertlist2 a:active {
	background-color: #dd372a;
	color: #fff;
}
#vertlist2 li {
	text-indent: 7px;
}

#vertlist2 #active a {
background-color:#dd372a;
padding-bottom:6px;
padding-top:6px;
}

#horiz-menu { width: 225px; }

#horiz-menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

#horiz-menu a
{
background-color:#1C4F97;
border-bottom:1px solid #EEEEEE;
display:block;
width:227px;
height:21px;
margin-left:3px;
text-align:center;
margin-bottom:1px;
}

#horiz-menu a:link, #horizlist a:visited
{
color:#EEEEEE;
text-decoration:none;
padding-top:3px;
}

#horiz-menu a:hover
{
background-color: #dd372a;
color: #fff;
}


#navlist {
background-color:#A7A9AC;
font-family:Arial;
margin:0 0 10px;
padding:6px 0 7px 15px;
}

#navlist a, #navlist a:link, #navlist a:visited {
border:1px solid #A7A9AC;
color:#fff;
font-weight:normal;
padding:0px 0.5em;
text-decoration:none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus {

padding:5px 0.5em;
text-decoration:none;
background-color:grey;
}

#navlist li {
display:inline;
font-size:1.0em;
padding-right:1px;
}

#navlist ul {
margin:0;
padding:0;
}

#navlist #active a { 
background-color: silver;
padding-top:6px;
padding-bottom:6px;
}

#item-stats {
	margin-left:20px;
	margin-right:10px;
	text-align:left;
	line-height:10px;
	max-height:360px;
	overflow:scroll;
	overflow-x: hidden;
}

#footer span{
margin-left: 30px;
margin-top: 10px;
font-size: 10pt;
font-family: arial;
color: #A7A9AC;
}


.mooquee
{
	border: solid 2px #C0C0C0;
	padding: 5px;
	background:#C0C0C0;
	/* don't change */
    position: relative;
	overflow: hidden;
	white-space: nowrap;
	width: 981px;
	
}
.mooquee-text
{
	/* don't change */
	position: absolute;
}
.prodmenudiv {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	text-align: right;
}
.prodmenudiv .prodmenu {
	color: #333333;
}
