/*****************************************************************************+/
 +-----------------------------------------------------+
 |T  CSS Designed and written by Fox Valley Web Design.|
 |A  http://www.foxvalleywebdesign.com/                |
 |G                                                    |
 +-----------------------------------------------------+
*/
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: .8em; }

dl {
        margin: 0px;
}

li, dd, blockquote {
        margin-left: 1em;
}

form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

/******************************************************************************/

body {
 text-align: center;
 background-color: #FF0000;
 background-image: url(../images/bg.png);
}

.spanh2 {
 font-size: 1.6em;
 color: #eb2429;
}

.spanh3 {
font-size: 1.4em;
}

h1 {
 text-align: center;
}

h2 {
 color: #eb2429;
}

p {
 margin: 0px;
}

#main {
 position: relative;
 width: 833px;
 margin: 10px auto;
 border: 6px solid #fff;
 background: #000;
 text-align: left;
}

#corner { position: absolute; width: 14px; height: 14px; }
#corner.lt { background: url(../images/main-lt.png) no-repeat left top; top: -6px; left: -6px; }
#corner.lb { background: url(../images/main-lb.png) no-repeat left bottom; left: -6px; bottom: -6px; }
#corner.rt { background: url(../images/main-rt.png) no-repeat right top; top: -6px; right: -6px; }
#corner.rb { background: url(../images/main-rb.png) no-repeat right bottom; right: -6px; bottom: -6px; }

#header {
 position: relative;
 height: 320px;
 background: url(../images/header.png) bottom right no-repeat #000;
}

#middle {
 min-height:200px;
 height:auto !important;
 height:200px;
 margin-bottom: 0px;
}

#content {
 background: #000;
 color: #fff;
 padding: 10px;
}

#content.mceContentBody {
 margin: 0px;
}

#menu {
 position: relative;
 text-align: center;
 height: 36px;
 background: url(../images/menu-bg.png) repeat-x;
}

#endcap { position: absolute; width: 25px; height: 36px; }
#endcap.left { background: url(../images/menu-leftend.png) no-repeat; top: 0px; left: -25px; }
#endcap.right { background: url(../images/menu-rightend.png) no-repeat; top: 0px; right: -25px; }

#menu dl {
 padding-left: 50px;
}

#menu dt a {
 display: block;
 float: left;
 border-left: 1px solid #000;
 padding: 10px 20px;
 font-weight: bold;
 text-decoration: none;
 color: #000;
}

#menu dt a.last{
 border-right: 1px solid #000;
}

#menu dt a:hover {
 color: #F00;
}

#footer {
 position: relative;
 width: 833px;
 margin: 10px auto;
 text-align: center;
 font-size: 8pt;
 font-weight: bold;
}

#footer a {
 color: #000;
}

#footer a:hover {
 color: #FFF;
}

#bottom {
 clear: both;
}

#cattitle{
 padding: 2px;
 border: 1px solid #FFF;
 background: #2A328F;
 text-align: center;
 font-weight: bold;
 color: #FFF;
}

#lineitem {
 font-size: .8em;
 padding-left: 10px;
 padding-right: 10px;
}

.viewall a {
 font-size: .8em;
 color: #c30;
}

.viewall a:hover {
 color: #000;
}


.inventory {
	font-size: 1em;
	font-weight: bold;
    font-face: arial, sans-serif;
    color: #ffffff; 
	}

.inventory a:link {
	font-size: 1em;
	font-weight: bold;
    font-face: arial, sans-serif;
    color: #ffffff; 
    text-decoration: none;
	}
    
.inventory a:visited {
	font-size: 1em;
	font-weight: bold;
    font-face: arial, sans-serif;
    color: #ffffff; 
    text-decoration: none;
	}
    
.inventory a:hover {
	font-size: 1em;
	font-weight: bold;
    font-face: arial, sans-serif;
    color: #ffffff; 
    text-decoration: underline;
    }

A:link {
	color: #999999;
	text-decoration: none;
}
A:visited {
	color: #999999;
	text-decoration: none;
}
A:active {
	color: #999999;
	text-decoration: none;
}
A:hover {
	color: #ffffff;
	text-decoration: underline;
}
