
body{
    margin: 0px;
    padding: 0px;
    background-image: url('../images/bg.jpg');
    font-family: "Verdana";
    font-size: 11px;
    color: #333333;
    /*IE Scrollbar colors */
    scrollbar-3dlight-color:#ffffff;
    scrollbar-arrow-color:#f63e9d;
    scrollbar-base-color:#aad94d;
    scrollbar-darkshadow-color:#999999;
    scrollbar-face-color:#aad94d;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#999999;
}

h1, h2, h4
{
    font-family: "Century Gothic";
    color: #f63e9d;
}

h3
{
    font-family: "Century Gothic";
    color: #aad94d;
    font-size: 16px;
}

h4{
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}

h2{
    font-size: 20px;
    margin: 0px;
    padding: 5px 0 5px 0;
}

a, a:active, a:link, a:visited
{
    color: #aad94d;
    text-decoration: none;
}

a:hover{
    color: #f63e9d;
}

#mainWrapper{
    width: 810px;
    margin: 38px auto;
    margin-bottom: 10px;
    text-align: center;
    }
    
#cupcakeTop
{
    width: 810px;
    height: 299px;
    background-image: url('../images/cupcake-top.jpg');
    background-repeat: no-repeat;
}

#topNav
{
    padding-top: 280px;
    font-size: 12px;
    font-weight: bold;
    color: #aad94d;
}

#topNav ul
{
    
    margin: 0px;
    padding: 0px;
    list-style-type: circle;
}

#topNav ul li.dot{
 display: inline;
 background-image: url('../images/dots_09.gif');
 background-position: left center;
 background-repeat: no-repeat;
 margin-left: 5px;
 margin-right: 5px;
 padding-left: 15px;
 margin-bottom: 0px;
}

#topNav ul li.nodot{
 display: inline;
 margin-left: 5px;
 margin-right: 5px;
 padding-left: 0px;
 margin-bottom: 0px;
}

#cupcakeBottom
{
    width: 810px;
    height: 418px;
    background-image: url('../images/cupcake-bottom.jpg');
    background-repeat: no-repeat;
    text-align: center;
}

.imgFloat
{
    float: right;
    margin: 5px;
}

#cupcakeText
{
    width: 620px;
    height: 350px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    overflow: auto;
}

#cupcakeText a { color: #f63e9d;}
#cupcakeText a:hover{color: #aad94d;}
#cupcakeText img {border:0px;}

#footer
{
    width: 625px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    color: #999999;
}

#footer a{color: #999999;}

#footer a:hover {color: #f63e9d;}

.floatL {width: 200px; float: left;}
.floatR {width: 400px; float: right;text-align: right;}
.special {visibility: hidden;}

.catalog td, .catalog th
{
    border-bottom: 1px solid #aad94d;
    padding-bottom: 5px;
}

#galleryL{font-weight: bold; text-align: center; float: left; width: 300px;}
#galleryR{font-weight: bold; text-align: center; float: left; width: 300px;}
#galleryR a, #galleryL a {font-weight:bold;}
.clear {clear: both;}

#fb
{
    float:right;
    width: 82px;
}
