﻿body
{
    text-align: center;
    background-color: #F6FCD4;
    color: #333;
}
img
{
    border: 0;
}
a:link, a:visited, a:hover
{
    color: #333;
}
.topBar
{
    margin: 0px auto 10px auto;
    text-align: left;
    width: 842px;
}

.mainContent
{
    margin: 0px auto;
    text-align: center;
    width: 842px;
}
#leftCol
{
    display: inline;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 159px;
}
#midCol
{
    display: inline;
    float: left;
    margin: 0px 15px 0px 0px;
    padding: 0;
    width: 0px;
    height: 450px;
}
#rightCol_gallery, #rightCol_contact, #rightCol_collection, #rightCol_order, #rightCol_outlet 
{
    display: inline;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 668px;
    height: 450px;
    background-repeat:no-repeat;
}
#rightCol_gallery {    background-image: url('/images/bgdGeneric.jpg');}
#rightCol_contact {    background-image: url('/images/bgdContact.jpg');}
#rightCol_collection {    background-image: url('/images/bgdCollection.jpg');}
#rightCol_order {    background-image: url('/images/bgdOrder.jpg');}
#rightCol_outlet {    background-image: url('/images/bgdOutlet.jpg');}



#itemBlock
{
    display: block;
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 668px;
    height: 360px;
}
#descriptBlock
{
    font-family: verdana, arial, helvetica;
    color: #333;
    font-size: 70%;
    display: inline;
    float: left;
    margin: 10px 8px 0px 10px;
    padding: 0;
    height: 350px;
    width: 290px;
}
#imgBlock
{
    display: inline;
    float: right;
    text-align: right;
    margin: 10px 10px 0px 0px;
    padding: 0;
    height: 350px;
    width: 350px;
}
#thumbstripBlock
{
    display: block;
    clear: both;
    float: left;
    margin: 0px 0px 0px 10px;
    padding: 0;
    width: 648px;
    height: 76px;
}

.innerBlockLarge
{
    display: block;
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    height: 98px;
    width: 290px;
}
.innerBlockMed
{
    display: block;
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    height: 77px;
    width: 290px;
}
.innerBlockSmall
{
    display: block;
    clear: both;
    float: left;
    margin:0;
    padding: 0;
    height: 43px;
    width: 290px;
}

.bufferSmall
{
    display: block;
    clear: both;
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 0;
}
.buffer
{
    display: block;
    clear: both;
    float: left;
    margin: 20px 0px 0px 0px;
    padding: 0;
}
.bufferLarge
{
    display: block;
    clear: both;
    float: left;
    margin: 30px 0px 0px 0px;
    padding: 0;
}

.orange
{
    color: #fd8606;
}
.emphasis
{
    font-weight: bold;
}
