﻿body
{
    font: 0.9em normal tahoma, arial, verdana;
    color: #05345F;
    margin: 0;
    padding: 0;
    background: #13335A url(   "/images/body.bg.png" ) repeat-x scroll;
    z-index: 0;
}

a, a:visited
{
    color: #05345F;
}
a:hover
{
    color: #3283B4;
}

#pageConstraint
{
    margin: 0 auto;
    background: #76B5E8 url(  "/images/page.bg.jpg" ) repeat-x scroll;
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
    width: 985px;
}
#header
{
    position: relative;
    top: 10px;
    right: 20px;
    float: right;
    background: url(   "/images/logo.png" ) no-repeat scroll top right;
    width: 100%;
    height: 162px;
}
#menu
{
    position: relative;
    top: 95px;
    left: 30px;
    background: url(   "/images/menu.bg.png" ) no-repeat scroll 10px;
    width: 410px;
    height: 70px;
    z-index: 5;
}
#menu a
{
    position: relative;
    top: -1px;
    left: 12px;
    display: block;
    float: left;
    height: 50px;
    z-index: 15;
}
#menu span
{
    display: block;
    height: 50px;
    z-index: 20;
}
#menu #home
{
    width: 76px;
}
#menu #products
{
    width: 98px;
}
#menu #parties
{
    width: 90px;
}
#menu #contactUs
{
    width: 118px;
}
#menuOut
{
    position: relative;
    left: 7px;
}
#menuOver
{
    position: relative;
    background: url(  "/images/menu.over.png" ) no-repeat scroll -1px 1px;
    width: 75px;
    height: 50px;
    visibility: hidden;
    z-index: 10;
}

#main
{
    position: relative;
    top: 15px;
    left: 1px;
   /* border: solid 1px #f45; */
    clear: both;    
}

#pageBottom
{
    position: relative;
    top: 20px;
    left: -1px;
    background: url(  "/images/cnr/main.bottom.png" ) no-repeat scroll bottom;
    padding-top: 10px;
    width: 987px;
    height: 20px;
    clear: both;
}

#copyright
{
    position: relative;
    top: -12px;
    left: 5px;
    font-size: 0.8em;
    padding: 0 30px 0 30px;
}

/* Map related */
#mapBorderTop, #mapBorderBottom
{
    position: absolute;
    z-index: 70;
}
#mapBorderTop
{
    top: 81px;
}
#mapBorderBottom
{
    top: 573px;
}
.infoWindow
{
    width: 300px;
}

/* Misc */
.cb
{
    clear: both;
}


/* Default box CSS */

#leftContent, #rightContent, #leftContentAdmin
{
    position: relative;
    float: left;
}
#leftContent, #leftContentAdmin
{
   /* border: solid 1px #323; */
    width: 264px;
    margin-left: 30px;
}
#rightContent
{
   /* border: solid 1px #767; */
    margin-left: 30px;
    width: 630px;
    min-height: 400px;
}

#leftBox, #leftBoxAdmin, #rightBox, .rightSmall, .rightSmallBalloons
{
    background: #FFF;
    border-left: solid 2px #7c7c7c;
    border-right: solid 2px #7c7c7c;    
    margin-top: 10px;
}
#leftBox
{
    text-align: center;
}
.leftContent
{
    text-align: left;
    margin-left: 25px;
}
#leftBoxAdmin #content
{
    text-align: left;
    margin-left: 30px;
}
#leftTop, #leftBottom, #rightTop, #rightBottom, .smallTop, .smallBottom
{
    position: relative;
    display: block;
    height: 10px;
}
#leftTop, #leftBottom
{
    width: 264px;
}
#leftTop
{
    top: -10px;
    left: -2px;
    background: url("/images/cnr/left.top.png") no-repeat scroll;
}
#leftBottom
{
    top: 10px;
    left: -2px;
    background: url("/images/cnr/left.bottom.png") no-repeat scroll;
}

#rightBox #content
{
    padding: 0 20px 0 20px;
    margin-top: -10px;
}
#rightTop, #rightBottom
{
    width: 639px;
}
#rightTop
{
    top: -10px;
    left: -2px;
    background: url("/images/cnr/right.top.png") no-repeat scroll;
}
#rightBottom
{
    top: 10px;
    left: -2px;
    background: url("/images/cnr/right.bottom.png") no-repeat scroll;
    clear: both;
}

.rightSmall, .rightSmallBalloons
{
    float: left;
    background: #FFF;
    margin-top: 30px;
    width: 300px;
}
.rightSmall .content, .rightSmallBalloons .content
{
    padding: 0 20px 0 20px;
}
.rightSmallBalloons .content a
{
    font-weight: bold;
    color: #FFF;
}
.rightSmallBalloons
{
    background: url("/images/balloons.jpg") no-repeat scroll center center;   
    margin-right: 22px;
}
.smallTop
{
    left: -2px;
    background: url("/images/cnr/small.top.png") no-repeat scroll;
}
.smallBottom
{
    left: -2px;
    background: url("/images/cnr/small.bottom.png") no-repeat scroll;
}
.smallTop, .smallBottom
{
    width: 304px;
}
.container
{
    margin: 30px;
}
.fimgL
{
    float: left;
}
.fimgR
{
    float: right;
}

