@charset "utf-8";
/* CSS Document */

html, body {
margin:0px;
}
body {
background-color:#001529;
background:#fff;
}
.thepage {
width:985px;
position:relative;
}
.goldbar {
background:url(homepageimages/goldbar.gif) #fce6b5;
height:5px;
overflow:hidden;
display:none;
}
.mainnav {
background:#fff;
height:auto;  /* height:30px; */
text-align:center;
/*overflow:hidden;*/
}

.topbar {
background: url("/homepageimages/gradbg.png") repeat-x scroll 0 0 #eee;
margin: 10px 0;
border: 1px solid #ccc;
padding: 10px 0;
}



.subnav {
background:#eee;
height:26px;
text-align:center;
overflow:hidden;
border: 1px solid #ccc;
padding: 10px 0;
}


.subnav a {
text-decoration:none;
font-family:Arial, Helvetical, Sans-serif;
font-size:15px;
line-height:26px;
margin-left:19px;
margin-right:19px;
font-variant: none;
color:#333;
}
.subnav a:hover {
color:#aaa;
}
.copyright {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
}
div.category-list-item-body {
font-size:1px;
color:#fff;
}

ul.MenuBarHorizontal a {
background: #ccc !important;
}

ul.MenuBarHorizontal a:hover {
color: #aaa;
}

