
/* BASE CONTAINERS
----------------------------------------------------------*/

.pageBase
{   
    background-position:center top;
    background-image: url(../image/base/bg-page-container-1024.png);
    background-repeat: no-repeat;
}

.pageContainer
{
    width: 1024px;
    position: relative;
    left: 50%;
    margin-left: -512px;
}

.headerContainer
{
    margin:0px 0px 0px 0px; 
  padding:0px 0px 0px 0px;
  
  min-height:120px;
  max-height:120px;
  
    background-position:center left;
    background-image: url(../image/base/bg-header-website-2012.jpg);
    background-repeat: no-repeat;
    background-color: #1c9253;
}

.contentContainer
{
    background-image:url(../image/base/bg-content-1024.png);
    background-position:top left;
    background-repeat:repeat-x;
  
  width: 993px;
  padding: 0px 21px 21px 21px;
  min-height:400px;
  padding-top: 10px;
  
}

.contentMain
{
  padding-top: 10px;
  padding-right: 16px;
  margin-right: 16px;
  width:670px;
  float:left; 
  border-right: solid 1px #c0c0c0;
  min-height:400px;
}

.contentSide
{
  width:270px;
  float:left;
}

.contentSide .image
{
    padding-bottom:10px; 
}

.menuContainer
{
    border-top:solid 1px #ffffff;

    background-image:url(https://services.thekennelclub.org.uk/image/base/bg-menu-bar.png);
    background-position:center bottom;
    background-color: #c0c0c0;
    min-height:24px;
    width:1026px;
    margin:0px 0px 0px -1px; 

}

.menuItem
{
    font-size:0.9em;
    float:left;
  padding:7px 18px 8px 18px;
  background-image:url(https://services.thekennelclub.org.uk/image/base/bg-menu-bar-sep.png);
  background-repeat: repeat-y;
  background-position: top right;
}

.menuItemHigh
{
    font-size: 0.9em;
    float: left;
    padding: 7px 18px 8px 18px;
    background: rgb(246,230,180);
    background: -moz-linear-gradient(top, rgba(246,230,180,1) 0%, rgba(237,144,23,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,230,180,1)), color-stop(100%,rgba(237,144,23,1)));
    background: -webkit-linear-gradient(top, rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%);
    background: -o-linear-gradient(top, rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%);
    background: -ms-linear-gradient(top, rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%);
    background: linear-gradient(to bottom, rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 );
    color: #ffffff;
}

    .menuItem:hover,
    .menuItemHigh:hover
    {
        -moz-box-shadow: 0px -5px 25px rgba(255,255,255,.9);
        -webkit-box-shadow: 0px -5px 25px rgba(255,255,255,.9);
        box-shadow: 0px -5px 25px rgba(255,255,255,.9);
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    }

.menuItem a
{
  text-decoration:none;
  color:#333333;
}

.menuContainer a:hover
{
  text-decoration:underline;
  color:#000000;
}

.footer
{
    color:#666666;
    padding: 10px;
}

.applicationFooter
{
   padding:10px 20px 20px 20px; 
   margin: 0px 20px 0px 0px;
   border-bottom: dashed 1px #c0c0c0;
}

.footer a
{
    color:#888888;
}

.bodyContent
{

}

.bodyContent a
{
  text-decoration:underline;
}

.social
{
   text-align:center;
   padding:10px 0px 0px 0px; 
}



























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
