﻿@font-face
{
    font-family: Sassoon;
    src: url('/fonts/sassoon_primary.ttf');
}
body
{
    margin: 0px;
    background-color: #ff0000;
    font-family: 'Myriad Pro';
    font-size: 15px;
}

a:link
{
    color: #0072bc;
    text-decoration: none;
}

#main
{
    width: 1200px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#board-top
{
    background-image: url("../images/base-top.png");
    background-repeat: no-repeat;
    height: 130px;
    width: 1200px;
    display: inline-block;
}
#board-mid
{
    background-image: url("../images/base-mid.png");
    background-repeat: repeat-y;
    width:1200px;
    height: 100%;
    display: inline-block;
}
#board-bottom
{
    background-image: url("../images/base-bottom.png");
    background-repeat: no-repeat;
    height: 18px;
    width: 1200px;
    display: inline-block;
}

#logo
{
    padding-top: 20px;
    padding-left: 70px;
}

#cork-bkgrnd
{
    background-image: url("../images/bkgrnd-cork.png");
    width: 1120px;
    height: 100%;
    margin-left: 40px;
    margin-right: 40px;
    display: inline-block;
}
#cork-shadow-top
{
    background-image: url("../images/bkgrnd-cork-shadow-top.png");
    background-repeat: no-repeat;
    background-position: top;
    width: 1120px;
    height: 14px;
}
#cork-shadow-mid
{
    background-image: url("../images/bkgrnd-cork-shadow-mid.png");
    background-repeat: repeat-y;
    background-position: left;
    width: 1120px;
}
#cork-menu
{
    width: 1120px;
    height: 220px;
}
#cork-menu table tr td
{
    padding-left: 9px;
    padding-right: 9px;
}
#cork-menu a
{
    text-decoration: none;
}

.menu-item
{
    height: 198px;
    width: 162px;
    position: relative;
}
.menu-item-tape
{
    background-image: url("../images/btn-tape-overlay.png");
    height: 81px;
    width: 81px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 100;
}
.menu-item-base
{
    background-color: #ffffff;
    height: 152px;
    width: 115px;
    padding: 10px;
    position: relative;
    top: -55px;
    left: 27px;
}
.menu-item-img
{
    height: 115px;
    width: 115px;
    background-color: #000000;
    border: #000000 1px solid;
}
.menu-item-txt
{
    font-family: Sassoon;
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
    width: 115px;
    text-align: center;
    color: #ff0000;
}

#page
{
    background-color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    width: 1060px;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 20px;
    line-height: 18px;
}
#page-edge
{
    background-color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    width: 1080px;
    height: 50px;
}
.page-edge-top
{
    border-radius: 5px 5px 0px 0px;
}
.page-edge-bottom
{
    border-radius: 0px 0px 5px 5px;
}
.page-draw-pin-lft
{
    height: 45px;
    width: 33px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    float: left;
}
.page-draw-pin-rgt
{
    height: 45px;
    width: 33px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    float: right;
}
.page-draw-pin-center
{
    height: 45px;
    width: 33px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.page-cat-title
{
    font-weight: bold;
    font-size: 24px;
    color: #ff0000;
    text-align: center;
}
.page-sub-title
{
    font-weight: bold;
    font-size: 18px;
    color: #003471;
}

.gallery-category
{
    margin-left: auto;
    margin-right: auto;
    width: 985px;
    border: #0072bc solid 2px;
    border-radius: 5px;
    padding: 5px 10px 10px 10px;
}
.gallery-title
{
    font-weight: bold;
    float: left;
    line-height: 22px;
    vertical-align: middle;
    color: #000000;
}
.gallery-ctrl
{
    float: left;
    line-height: 22px;
    vertical-align: middle;
    padding-top: 1px;
    padding-left: 5px;
}
.gallery-view
{
    
}
.gallery-img img
{
    border-radius: 5px;
}
/*Extras*/
#cork-bkgrnd p
{
    margin: 0px;
}

.img-lft
{
    float: left;
    border: #0072bc solid 1px;
    border-radius: 5px;
    margin-right: 5px;
}
.img-rgt
{
    float: right;
    border: #0072bc solid 1px;
    border-radius: 5px;
    margin-left: 5px;
}

#contactTable tr td
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.spcr-clr
{
    clear: both;
}
.spcr-05
{
    height: 5px;
    clear: both;
}
.spcr-10
{
    height: 10px;
    clear: both;
}
.spcr-15
{
    height: 15px;
    clear: both;
}
.spcr-20
{
    height: 20px;
    clear: both;
}