﻿/*
credits: 
vertical alignment: http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
horizontal alignment: http://www.andybudd.com/archives/2004/02/css_crib_sheet_3_centering_a_div/
*/

html
{
    width: 100%;
    height: 100%;
    margin: 0;
}

body
{
    background-color: #635e58;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: white;
    font-family: verdana;
    font-size: 11px;
}

form
{
    width: 100%;
    height: 100%;
    margin: 0;
}

/*contact-us*/
address
{
    font-style: normal;
}
#contact_details
{
    color: #635e58;
    letter-spacing: 1px;
    padding: 54px 0px 54px 0px;
    line-height: 227%;
    background-image: url(images/hanger.jpg);
    text-align: center;
    width: 225px;
    height: 246px;
}
/*end contact-us*/

img
{
    border: 0;
}

a
{
    color: #635e58;
}

a:hover
{
    font-weight: bold;
    letter-spacing: -1px;
}

#container
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 396px;
    text-align: center;
}

#outer
{
    width: 723px;
    text-align: left;
    margin: 0 auto;
    display: table;
    height: 100%; #position:relative;
overflow:hidden;
}

#middle
{ #position:absolute;
#top:50%;
display:table-cell;
vertical-align:middle;
}

#inner
{
    #position:relative;
    #top:-50%;
    width: 723px;
    height: 378px; 
}

#content
{
    white-space: nowrap;
    overflow: auto;
}

#banner
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}
#banner img
{
    margin: 0 auto;
}

/*about-us*/
img.quote
{
    width: 80px;                                      float: left; margin: 1px 13px 0px 0px
}
div.quote
{
    margin-left: 100px;
                                            display: block; width: 240px; text-align: justify; white-space: normal;
}
/*end about-us*/

img.caption
{
    padding: 16px 0px 0px 0px;
}

/*gallery*/
.zoom_panel
{
    padding: 5px;
    color: black;
    background-color: white;
    font-family: verdana;
    font-size: 12px;
}
.zoom_panel_close
{
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 5px;
    text-decoration: none;
}
.zoom_panel_drag_handle
{
    padding-bottom: 3px;
    cursor: default;
    display: block;
}
.zoom_background
{
    background-color: gray;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
#imageStrip
{
    scrollbar-arrow-color: #bbb5ae;
    scrollbar-base-color: #635e58;
    scrollbar-highlight-color: #bbb5ae;
    scrollbar-shadow-color: #bbb5ae;
    scrollbar-track-color: #635e58;
    scrollbar-darkshadow-color: #635e58;
}
/* end gallery*/