

body {
    
    background: url(../images/header-bg.jpg) repeat-x;
    
}

h1 {
    color: #174074;
    font-family: arial;
    font-size: 22px;
    font-weight: bold;
}

.wrapper {
    width: 985px;
    margin: 0px auto;
}

#main-bg {
    background: #fff;
}

#footer-top, #footer-bot {
    background: #174074;
    height: 5px;
    border-top: solid 1px #d8d8d8;
}

#footer-bg {
    background: #d7d7d7;
}

a.fhl {
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #174074;
    text-decoration: none;
}

a.fhl:hover {
    color: #000;
}

a.fl {
    font-family: arial;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #174074;
}

a.fl:hover {
    color: #000;
}

#footer-closer, #footer-closer a {
    font-family: arial;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #174074;
    text-align: center;
}

#footer-closer a:hover {
    color: #000;
}

.search-input {
    background: url(../images/search-input.jpg) no-repeat;
    border: 0px;
    width: 151px;
    height: 24px;
    line-height: 24px;
    padding: 0px 5px;
}

.search-go {
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    color: #174074;
    text-decoration: none;
}

#tabs>div {
    width: 100px;
    margin-right: 5px;
    background: #0060a4;
    height: 20px;
    float: left;
    padding: 0px 5px; 
    text-align: center;
    line-height: 20px;
    border: solid 1px #3143b0;
    color: #fff;
}

#tabs>div:hover {
    cursor: pointer;
}

.tab-content {
     clear: both;
     padding: 10px;
     border: solid 1px #3143b0;
}

.subSubSubHeader {
    background: #164176;
    border: solid 1px #053065;
    color: #fff;
}

.subSubSubHeader a {
    color: #fff;
}

.subSubSubHeader a:hover {
    color: #ccc;
}



.category_product_list_row {
    display: none;
}
