﻿/* Common tags                 */
/*-----------------------------*/
html
{
    margin: 0px auto;
    text-align: center;
    background: url('images/Background.png') center repeat-y;
}

body
{
    width: 920px;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    background: white;
    line-height: 16px;
    padding: 0px 10px 0px 10px;
    border-right: 3px solid #AAAAAA;
    border-left: 3px solid #AAAAAA;
}
.borders img
{
    padding: 2px;
    margin: 5px;
    border: solid 1px #666666;
}
.header
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.content
{
    margin-left: 200px;
    text-align: left;
}
.footer
{
    background: url('images/Footer-BG.jpg') repeat-x;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 3px solid #AAA;
    width: 100%;
}
.footer a
{
    padding: 10px;
}
/*------Menu-----*/
.menu
{
    width: 100%;
    overflow: visible;
    white-space: nowrap;
    float: left;
    text-align: left;
}
.navMenu
{
    float: left;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    position: relative;
    width: 100%;
}
.navMenu li
{
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    list-style-type: none;
    margin-bottom: -12px;
    padding: 0px;
}
.navMenu a
{
    color: #888;
    border-bottom: 5px solid #888;
    display: block;
    padding-bottom: 7px;
    padding-right: 32px;
    position: relative;
    text-decoration: none;
}

.navMenu a:hover
{
    border-bottom: 5px solid #AAA;
    color: #888;
}


A:link
{
    color: #888;
    text-decoration: "underline";
}
A:visited
{
    color: #888;
    text-decoration: "underline";
}
A:active
{
    color: #888;
    cursor: hand;
    text-decoration: none;
}
A:hover
{
    color: #AAA;
    cursor: hand;
    text-decoration: "underline";
}

.img1
{
    border: solid 1px black;
    padding: 2px;
    margin: 3px;
}

hr
{
    font-family: Tahoma;
    border: 0;
    border-top: 2px solid #0055A4;
    height: 2px;
}

img
{
    border-width: 0;
    margin: 0px;
    padding: 0px;
}

ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
}

p
{
    line-height: 1.4em;
}
.sideMenuTitle
{
    text-align: center;
}
.sideMenuTitle h2
{
    width: 183px;
    height: 34px;
    background: url('images/Angel-SubTitle.png') no-repeat;
    background-position: center;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 34px;
    margin: 8px 0px 4px 0px;
    padding:0px;
}
.sideMenu
{
    float: left;
    width: 183px;
    text-align: left;
    padding-top: 5px;
}
.sideMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.sideMenu ul li
{
    background: none;
    list-style-image: none;
    list-style-type: none;
    list-style: none;
}
.sideMenu ul li a, .sideMenu ul li a:visited
{
    display: block;
    color: #888;
    padding-left: 10px;
    line-height: 16px;
    font-size: 14px;
    font-weight: normal;
}

.sideMenu ul li a:hover
{
    color: #AAA;
}

.largeLink
{
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma;
    line-height: 16px;
    color: #0055A4;
}

/* Headings                    */
/*-----------------------------*/
h1, h2, h3, h4
{
    color: #0055A4;
    line-height: normal;
}
b
{
    color: #0055A4;
}
strong
{
    color: #000;
}
h1
{
}

h2
{
    color: #999999;
    padding-left: 20;
}

h3
{
    font-size: 14px;
    padding-left: 15;
}


label
{
    font-size: 13px;
    color: #0055A4;
    display: block;
    font-weight: bold;
}

.FormLabel
{
    font-size: inherit;
    color: Black;
    display: block;
    width: auto;
}

td
{
    vertical-align: top;
}

/* TextBox                     */
/*-----------------------------*/
.smallTextBox, .mediumTextBox, .dateTextBox, .moneyTextBox, .largeTextBox, .x-largeTextBox, .xx-largeTextBox, .emailTextBox, .multiLineTextBox
{
    font: normal 1.0em "Tahoma" , monospace, fixed !important;
    padding: .1em;
}

.smallTextBox
{
    width: 20px;
}

.mediumTextBox
{
    width: 50px;
}

.dateTextBox
{
    width: 75px;
}

.emailTextBox
{
    width: 250px;
}
.moneyTextBox
{
    width: 65px;
}

.largeTextBox
{
    width: 100px;
}

.x-largeTextBox
{
    width: 200px;
}
.xx-largeTextBox
{
    width: 300px;
}
.multiLineTextBox
{
    width: 600px;
}


/* Tables                      */
/*-----------------------------*/
table
{
    font-family: Tahoma;
}

table.header
{
    background-color: #0055A4;
}

td.formColumn
{
    text-align: left;
}

td.logo
{
    text-align: left;
    width: 184px;
}

td.title
{
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    color: #FFFFFF;
}

td.menu
{
    background-color: #0055A4;
    width: 184px;
    height: 500px;
    vertical-align: top;
}

.Price
{
    font-weight: bold;
    color: Black;
}

@media print
{
    body, html
    {
        border: none;
        background: none;
    }
    .header, .footer, .sideMenu, .mediaHide
    {
        display: none;
        visibility: hidden;
        width: 0px;
        height: 0px;
    }
    p, h1, h2, h3, b, strong, label
    {
        color: #000;
    }
    .content
    {
        margin-left: 0px;
    }
    hr
    {
        border-top: 2px solid #4444;
    }
}


/*-------Galleria---------*/
.galleryDiv
{
    margin: auto;
    text-align: center;
    float: right;
    width: 690px;
    margin: 0px 30px 0px 10px;
    padding: 0px;
}

.galleria
{
    list-style: none;
    width: 690px;
}
.galleria li
{
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin: 0px;
    border: solid 1px #b3b3b3;
    padding: 0px;
}
.galleria li a
{
    display: none;
}
.galleria li div
{
    position: absolute;
    display: none;
    top: 0;
}
.galleria li div img
{
    cursor: pointer;
}
.galleria li.active div img, .galleria li.active div
{
    display: block;
}
.galleria li img.thumb
{
    cursor: pointer;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto;
}
.galleria li .caption
{
    display: block;
}
* html .galleria li div span
{
    width: 690px;
}
/* MSIE bug */.gallery_demo
{
    width: 690px;
    margin: auto;
    text-align: center;
}
.gallery_demo li
{
    margin: 4px;
}
.caption
{
    width: 690px;
    margin: 0px 0px -40px 0px;
    padding: 18px 0px 0px 0px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    height: 35px;
}
.imageFrame
{
    width: 690px;
    background-image: url(Images/ImageFrameBody.gif);
    background-repeat: repeat-y;
    padding-bottom: 85px;
}
.imagesFrameTop
{
    width: 690px;
    margin: 8px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: normal;
}
.imageFrameBody
{
    width: 690px;
    background-image: url(Images/ImageFrameBody.gif);
    background-repeat: repeat-y;
}
.galleria_container
{
    text-align: center;
    margin: auto;
}
.galleria_wrapper
{
    text-align: center;
    margin: auto;
}

