html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-position:top;
	background-repeat: repeat-y;
	background-color: #000000;
}

body /* Mozilla Firefox alignment */
{
	text-align: -moz-center;
}


.hidden {
	display: none;
}


#page-container {
	width: 1040px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	background-color: #000000;
}

#header {
	background-image: url(../images/header.jpg);
	/*background-repeat: no-repeat;
	background-position: left;*/
	height:71px;
	width: 1030px;
	/*clear: both;*/
	/*margin-left: auto;
	margin-right: auto;*/
	background-color: #000000;
}



#navbar {
	float: left;
	display: inline;
	width: 1030px;
	height: 19px;
	padding-top: 30px;
}


/*- Menu Tabs H--------------------------- */

    #tabsH {
      font-size:14px;
      line-height:normal;
      }
    #tabsH ul {
        margin:0;
        padding:0px 0px 0 10px;
        list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("../images/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 3px;
      text-decoration:none;
      }
    #tabsH a span {
	  font: Arial, Helvetica, sans-serif;
      float:left;
      display:block;
      background:url("../images/tabrightH.gif") no-repeat right top;
      padding:3px 15px 1px 8px;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFFFFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
	  color: #CCCCCC;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
	  color: #CCCCCC;
      }

        #tabsH #current a {
                background-position:0% -42px;
        }
        #tabsH #current a span {
                background-position:100% -42px;
				color:#FFF;
        }

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #996600;
}
a:active {
	color: #FF3366;
}
.style1 {
	font-size: 9px
}

p {
	font-size: 12px;
	padding-left: 10px;
}




#middle {
	/*background-image: url(../images/bg.jpg);*/
	/*_background-image: url(../images/middle.gif);*/
	/*_background-image: url(../images/middle.jpg);*/
	background-repeat: repeat-y;
	/*background-position: center;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: left;
}

#bottom {
	background-image: url(../images/bottom.jpg);
	/*_background-image: url(../images/bottom.gif);*/
	/*_background-image: url(../images/bottom.jpg);*/
	background-repeat: no-repeat;
	/*background-position: center;*/
	height: 14px;
}

#shopItemTop {
	background-image: url(../images/shop/boxTop.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 518px;
}

#shopItemMiddle {
	background-image: url(../images/shop/boxMiddle.jpg);
	background-repeat: repeat-y;
	width: 518px;
}

#shopItemBottom {
	background-image: url(../images/shop/boxBottom.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 518px;
}

#shopItem {
	background-image: url(../images/shop/itemBG.jpg);
	width: 518px;
	height: 135px;
}

#footer {
	width: 100%;
	height: 33px;
	background-image: url(../IMAGES/footer.png);
	background-position:center;
	background-repeat: no-repeat;
}

#CategoryList {
	width: 100%;
	background-position:center;
	background-repeat: no-repeat;
	color: #999999;
}

#CategoryList a {
	color: #333333;
	font-size: 12px;
}

#CategoryList a:Hover {
	color: #996600;
	font-size: 12px;
}



.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #F9F7E8;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;	
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;	
}
