body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100.1%;
    line-height: normal;
    background-color: #ebebeb;
    background-image: url('images/background.png');
    background-repeat: repeat;

}

sup {
    font-size: xx-small;
    vertical-align: top;
    
}

h1 {
    font-size: 14px;
}

h2 {
    font-size: 13px;
    margin-bottom: 3px;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    
}

#header {
    display: block;
    position: relative;    
    height: 170px;
    width: 960px;
}

#footer {
    background-color: #3076bb;
    height: 53px;
    width: 960px;
    clear: both;
}

#footer div div {
    color: #ffffff;
    padding-top: 11px;
    height: 31px;
    font-weight: bold;
    
    margin-left: auto;
    margin-right: auto;
}

#footer div a {
    text-decoration: none;
    color: #ffffff;
}

#footer div img {
    vertical-align: middle;    
}

#top_menu {
    background-color: #ebebeb;
    display: block;
    height: 25px;
    width: 960px;
    position: relative;
    margin-bottom: 4px;    
}

#top_menu ul  {
    list-style-type: none;    
    height: 23px;
}

#top_menu ul li {
    float: left;
    margin-left: 4px;
    text-align: center;
}

#top_menu ul a {
    padding-left: 3px;
    background-color: #3076bb;    
    display: block;
    width: 100px;
    line-height: 23px;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}

#top_menu ul a:hover, #top_menu ul a:active {
    background-color: #314396;
}

.activePage {    
    background-color: #314396 !important;
}

#top_menu_spacer {
    background-color: #3076bb;    
    display: table-cell;
    float: left;
    height: 23px;
    width: 425px;
}

#header span {
    font-size: 16px;
    font-weight: bold;    
    position: absolute;
    bottom: 40px;
    left: 610px;    
}

#header span strong {
    font-size: 32px;
    color: #314396;
    
}

#middlePart {
    width: 960px;
}

#contentArea {
    background-color: #ebebeb;
    21background-image: url('images/background.png');
    21background-repeat: repeat;
    
    width: 960px;
}

#searchStore {
    width: 160px;
    background-color: #3076bb;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

#searchStore input {
    width: 100px;
    margin-left: 13px;
}

#searchStore form img {
    position: relative;
    top: 8px;
    cursor: pointer;
}

#left_menu {
    display: block;
    float: left;
    width: 160px;    
    }

#left_menu h1 {
    color: #314396;
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: 3px;
}

#left_menu ul  {
    list-style-type: none;    
    height: 23px;
}

#left_menu ul li {
    padding-bottom: 3px;    
    
}

#left_menu ul a {
    padding-left: 13px;
    background-color: #3076bb;    
    display: block;
    width: 146px;
    line-height: 32px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#left_menu ul a:hover, #left_menu ul a:active {
    background-color: #314396;
}



#content {
    display: block;
    float: right;
    width: 793px;    
    
}


#content .largeBox {    
    background-color: #fff;
    background-image: url('images/sub_background_m.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 781px;
    padding-bottom: 8px;
    margin-bottom: 5px;
    min-height: 600px;
}

.noBackground {
    background-image: none !important;
}

.largeBox div {
    padding: 30px;    

}

.subPic {
    float: left;
    display: inline;
    bottom: 0;
    position: relative;
    right: 0;
}

.largeBox div h1, .largeBox div p {
    margin-bottom: 8px;
    
}

.largeBox div p {
    font-size: 12px;              
    line-height: normal;                                                        
}



#content .wideBox {    
    background-color: #fff;
    width: 781px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 5px;
}

.wideBox h1 {
    display: block;
    padding-left: 8px;
    padding-right: 8px;    
}

#content .offerBox {
    background-color: white;
    float: left;
    height: 206px;
    width: 257px;
    margin-right: 5px;
    
    margin-bottom: 5px;
}

.offerBox h1 {
    margin: 8px;
}

.offerBox img {
    border: 0;
    margin-left: 7px;
}

.offerBox a {
    text-decoration: none;
    color: #000000;
}



