/* Start of CMSMS style sheet 'fko' */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
    height: 100%;
}

body {
    background: #cfd9df url(../images/bg-body.gif) repeat-x;
    font: normal normal 11.5px Arial;
    color: #464646;
}

h3 a:hover,
a {
    color: #3E6091;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1.title {
    color:#0F2A3E;
    font: normal bold 18px "Century Gothic";
    padding-bottom: 15px;
}

#container {
    margin: 0 auto;
    width: 800px;
    background: url(../images/bg-header.gif) no-repeat;
}

#nav-top {
    height: 25px;
    font: normal normal bold 9px Verdana;
    color: #fff;
    text-align: right;
    overflow: hidden;
}

#nav-top ul {
    margin-left: 552px;
}

#nav-top ul li {
    list-style-type: none;
    float: left;
    line-height: 24px;
    border-right: 1px solid #fff;
}

#nav-top ul li.last {
    border: 0;
    padding-right: 0;
}

#nav-top ul li a {
    display: block;
    height: 25px;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
}

#nav-top ul li a:hover {
    text-decoration: underline;
}

#nav-fixed ul {
    width: 584px;
    height: 36px;
    padding-top: 63px;
    position: relative;
    float: right;
}

#nav-fixed ul li { 
    display: block;
    height: 36px;
    list-style-type: none;
    position: absolute;
    overflow: hidden;
}

#nav-fixed ul li a {
    height: 36px;
    display: block;
    text-indent: -9999px;
}

#nav-fixed li#home {
    background: url(../images/nav-home.gif) no-repeat;
    width: 45px;
}

#nav-fixed li#school {
    background: url(../images/nav-school.gif) no-repeat;
    width: 145px;
    left: 45px;
}

#nav-fixed li#school:hover {
    background: url(../images/nav-school.gif) no-repeat bottom;
}

#nav-fixed li#store {
    background: url(../images/nav-store.gif) no-repeat;
    width: 102px;       
    left: 190px;
}

#nav-fixed li#store:hover {
    background: url(../images/nav-store.gif) no-repeat bottom;
}

#nav-fixed li#guide {
    background: url(../images/nav-guide.gif) no-repeat;
    width: 119px;
    left: 292px;
}

#nav-fixed li#guide:hover {
    background: url(../images/nav-guide.gif) no-repeat bottom;
}

#nav-fixed li#about {
    background: url(../images/nav-about.gif) no-repeat;
    width: 80px;
    left: 411px;
}

#nav-fixed li#about:hover {
    background: url(../images/nav-about.gif) no-repeat bottom;
}

#nav-fixed li#keys {
    background: url(../images/nav-keys.gif) no-repeat;
    width: 86px;
    left: 491px;
}

#nav-fixed li#keys:hover {
    background: url(../images/nav-keys.gif) no-repeat bottom;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

#main {
    width: 788px;
    margin: 8px 7px 0px 5px;
}

#left {
    float: left;
}

#nav-left {
    background: url(../images/nav-header.gif) no-repeat;
    padding-top: 31px;
}

#nav-left ul {
    padding-bottom: 12px;
    position: relative;
    float: left;
    background: url(../images/nav-bg-bottom.gif) no-repeat bottom left;
}

#nav-left ul li {
    width: 203px;
    height: 25px;
    display: block;
    list-style-type: none;
    margin-bottom: 1px;
    background: url(../images/nav-bg-item.gif) no-repeat;
    color: #fff;
    font: normal normal 12px Verdana;
    line-height: 25px;
    overflow: hidden;
}

#nav-left li#twitter {
    height: 45px;
    background: url(../images/nav-twitter.gif) no-repeat;
    line-height: 45px;
}

#nav-left li a {
    display: block;
    width: 203px;
    height: 25px;
    padding-left: 19px;
    color: #fff;
    text-decoration: none;
}

#nav-left li#twitter a {
    display: block;
    width: 203px;
    height: 45px;
    padding-left: 45px;
}

#nav-left li a:hover {
    text-decoration: underline;
}

#store-info {
    width: 203px;
    background: url(../images/bg-store-info.gif) no-repeat bottom center;
    text-align: center;
    padding-top: 6px;
}

#store-info #address {
    font-size: 12px;
    padding: 140px 0 5px 0;
}

#content {
    width: 561px;
    float: right;
    background: #fff url(../images/bg-content.gif) no-repeat;
    padding: 7px 8px 36px 8px;
}

#content-left {
    width: 296px;
    float: left;
    margin-top: 24px;
    padding: 7px 18px 0 8px;
    background: url(../images/bg-vert-dash.gif) repeat-y right;
}

#content-right {
    width: 211px;
    float: right;
    padding: 15px 10px 0 18px;
}

#web-specials {
    width: 577px;
    height: 32px;
    background: #25536e url(../images/bg-web-specials.gif) no-repeat;
    clear: right;
    float: right;
}

.pg {
    padding: 9px 0 9px 0;
}

.justify {
    text-align: justify;
}

.header-blue {
    font: normal bold 18px "Century Gothic";
    color: #0f2a3e;
}

.divider-lightblue {
    display: block;
    width: 210px;
    height: 1px;
    background: #b7c5d2;
    margin: 16px 0 19px 0;
}

.block-header span.large {
    font: normal bold 30px Arial;
    color: #cf893f;
    float: left;
    line-height: 1em;
}

.block-header span.small {
    font: normal bold 14px Arial;
    color: #25536e;
    line-height: 12px;
    float: left;
    padding: 2px 0 0 3px;
}

#logos {
    width: 577px;
    height: 90px;
    background: url(../images/logos.gif) no-repeat center center;
    clear: right;
    float: right;
}

#footer {
    height: 80px;
    clear: both;
}

#footer ul {
    margin: 0 auto;
    list-style-type: none;
}

#footer ul#nav-bottom {
    width: 670px;
}

#footer ul#nav-policies {
    width: 200px;
}

#footer ul li {
    float: left;
    padding: 0 6px 0 5px;
    background: url(../images/bg-divider.gif) no-repeat center right;
    line-height: 25px;
}

#footer ul li a {
    font-size: 10px;
    color: #25536e;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer .last-item {
    background-image: none;
    padding-right: 0;
}

.news-orange a {
    color: #cf893f;
    font-weight: bold;
    text-decoration: none;
}

.news-orange a:hover {
    text-decoration: underline;
}

.news-summary {
    color: #464646;
}

#ffs-menu {
    background:transparent url(images/bg-submenu.gif) no-repeat scroll 0 0;
    float:right;
    height:30px;
    padding-bottom:8px;
    width:577px;
}

#ffs-menu ul {
    width: 577px;
}

#ffs-menu ul li {
    background: url(/store/skin1/images/custom/divider-cart-manager.gif) no-repeat right center;
    list-style-type: none;
    float: left;
    line-height: 30px;
    padding: 0 18px;
    font-weight: bold;
}

#ffs-menu ul li.last {
    background-image: none;
    padding-right: 0;
}

#ffs-menu a {
    color: #365E79;
    text-decoration: none;
}

#ffs-menu a:hover {
    text-decoration: underline;
}

#content ol,
#content ul {
    padding-bottom: 9px;
}

#content .list li {
    margin-left: 25px;
}

.horiz-divider {
    background: url(images/bg-horiz-dash.gif) repeat-x center center;
    height: 2px;
    margin: 10px 0 10px 25px;
    width: 500px;
    clear: both;
}

.instructor .image {
    float: left;
    padding: 10px;
}

.instructor p {
    float: left;
    width: 400px;
}

#sale-items {
    margin-left: 200px;
}

#sale-items li {
    list-style-type: none;
    font: normal normal 12px Verdana;
    color: #fff;
    line-height: 32px;
}

#sale-items li a {
    color: #fff;
    text-decoration: none;
}

#sale-items li a:hover {
    color: #cfd9df;
}
/* End of 'fko' */

