﻿body 
{
    background: #405d92 url(../../img/background02.png) repeat-x bottom left;
    margin: 0;
    padding: 0;
    font-family: Verdana;
}
#mainContainer
{
    width: 1040px;
    margin: 0 auto;
}
#header
{
    position: relative;
    height: 321px;
    width: 1040px;
    background: url(../../img/headerShadow.gif) no-repeat top left;
    padding: 0 20px;
    margin: 0;
}
#header .swirlyCover
{
    position: absolute;
    z-index: 10;
}
#header .bannerPicture
{
    position: absolute;
    z-index: 5;
}
#contentArea
{
    background: #405d92;
    width: 1000px;
    margin: 0 auto;
    padding: 5px 0 0 0;
}
#transition
{
    clear: both;    
    padding: 50px 0 100px;
    width: 1000px;
    margin: 0 auto;
    height: 0px;
}
#footer
{
    text-align: center;
    color: #FFFFFF;
    position: relative;
    bottom: 120px;
}
#footer p
{
    margin: 0;
    font-size: 14pt;
    font-weight: bold;
}
#footer p.footerlinks
{
    margin-bottom: 25px;
    font-size: 12pt;
    font-weight: normal;
}
#footer a
{
    color: #ffffff;
    text-decoration: underline;
}
#footer a:hover
{
    color: #000000;
}
#acceptedCards
{
    margin: 15px 0;
    text-align: center;
}
#acceptedCards p
{
    font-size: 11pt;
}
#acceptedCards p img
{
    vertical-align: middle;
    border: solid 1px #000000;
    margin-left: 6px;
}
.clearDiv
{
    clear: both;
}

/************DEFAULT PAGE*******************/
#boxAboutCLS
{    
    float: left;
    text-align: justify;
}
#arielImage
{
    float: right;
    text-align: center;
    margin: 0 5px 5px 20px;
}
#arielImage img
{
    border: solid 1px #000000;
}
#arielImage label
{
    font-weight: bold;
    text-align: center;
    font-size: 10pt;
    text-align: center;
    text-transform: uppercase;
}
#boxFeaturedProduct
{
    margin-top: 20px;
    float: left;
}
#boxFeaturedProduct img.featuredImage
{
    float: left;
    border: solid 1px #000000;
    margin: 5px 15px 0 2px;
}
#boxWhatsHappening
{
    background: url(../../img/box_WhatsHappening.png) no-repeat;
    float: right;
} 
.newsItem
{
    border-bottom: dotted 2px #000000;
    padding-bottom: 7px;
    margin: 10px 5px 5px 2px;
}
.newsItem span
{
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
    margin: 5px 0 4px 0;
}
.newsItem p
{
    font-size: 10pt;
}


.verticalBoxes
{
    width: 235px;
    height: 496px;
    padding: 5px 20px 10px 45px;
    margin: 0 0 10px 10px;
}
.verticalBoxes h1
{
    font-size: 11pt;
    font-family: Garamond, Times New Roman;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 15px 0 13px 0;
}
.verticalBoxes p
{
    margin: 2px 3px 8px 0;
}
.horizontalBoxes
{
    background: url(../../img/box2Mid.gif) repeat-y top left;
    width: 625px;
    padding: 0 25px 0 30px;
    margin: 0;
}
.horizontalBoxes h1
{
    font-size: 13pt;
    font-family: Garamond;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.horizontalBoxes p
{
    margin: 10px 3px 0 0;
}


/***********************************/

#boxLarge
{
    
    
}
.largeBoxes
{
    background: url(../../img/box3Mid.gif) repeat-y top left;
    width: 945px;
    padding: 0 25px 0 30px;
    margin: 0;
}
.largeBoxes h1
{
    font-size: 13pt;
    font-family: Garamond;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.largeBoxes h2
{
    font-size: 14pt;
    font-weight: bold;
    text-decoration: underline;
    font-family: Verdana;
    margin: 15px 0 10px 0;
    color: #405d92;
}
.largeBoxes p
{
    margin: 6px 3px 0 0;
}






a.link
{
    color: Blue;
    text-decoration: none;
}
a.link:hover
{
    text-decoration: underline;
}