﻿/* Standard controls */
html, body 
{
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100px;
    min-width: 1000px;
    background-image: url('../images/background.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #222;
}

img
{
    border: none;
}

a
{
    text-decoration: none;
}

h1
{
    margin: 0px;
}

/* Background and horizontal lines */
#background 
{
    position: fixed;
    top: 0;
    left: 0;
}

.container
{
    position: relative;
    min-height: 100%;
    width: 99.999%;
}


/* Page area */
.center
{
    position: relative;
    z-index: 1;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
}

/* Logo area */
.logo
{
    position: relative;
    height: 170px;
}

.logo_background
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.logo_content
{
    height: 170px;
}

.slogan
{
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: 130px;
    text-align: right;
    width: 352px;
}

/* Menu */
.menu
{
    position: relative;
}

.menu_background
{
    position: absolute;
    left: 0;
    height: 60px;
    width: 100%;
}

.menu_content
{
    height: 24px;
    padding-top: 20px;
    padding-bottom: 16px;
    right: 0;
    text-align: right;
}

.menu_content ul
{
    padding: 0;
    margin: 0;
    white-space: nowrap;
    list-style-type: none;
}

.menu_content li 
{
    display: inline;
    margin: 0px 5px 0px 5px;
}

.menu_content a
{
    padding: 7px 13px 7px 13px;
}

.sub_menu
{
    position: relative;
    font-size: 14px;
}

.sub_menu_background
{
    position: absolute;
    left: 0;
    height: 40px;
    width: 100%;
}

.sub_menu_content
{
    height: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    right: 0;
    text-align: right;
}

.sub_menu_content ul
{
    padding: 0;
    margin: 0;
    white-space: nowrap;
    list-style-type: none;
}

.sub_menu_content li 
{
    display: inline;
    margin: 0;
    padding: 0;
    
}

.sub_menu_content a
{
    padding: 3px 5px 3px 5px;
}


/* Page content */
.content
{
    float: left;
    width: 724px;
}

/* Blocks */
.block
{
    position: relative;
    padding: 4px;
    margin-bottom: 20px;
    z-index: 1;
}

.block_background
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.block_header
{
    position: relative;
    padding: 10px;
}

.block_content
{
    position: relative;
    padding: 10px;
    z-index: 2;
}

.block_content p
{
    padding: 0px 0px 15px 0px;
    margin: 0;
}


/* Footer */
.padding
{
    position: relative; 
    height: 15px;
}

.footer
{
    position: absolute;
    left: 0px;
    height: 45px;
    bottom: -5px;
    width: 100%;
}

.footer_background
{
    position: absolute;
    height: 100%;
    width: 100%;
}

.footer_content
{
    position: absolute;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}

/* Sidebar for news and shop */
.sidebar
{
    float: right;
    width: 260px;
}

/* Gallery box */
.gallery_content li
{
    width: 700px;
}

.gallery_content img
{
	height: 120px;
	width: 160px;
	padding: 5px;
}

/* Newsheadline item */
.news_headline
{
}

.news_headline_header
{
    padding-bottom: 3px;
}

.news_headline_date
{
    padding-bottom: 6px;
}

.news_headline_content
{
    padding-bottom: 6px;
}

.news_headline_link
{
    float: right;
}

.shop_quick_link
{
    float: left;
    text-align: center;
    width: 112px;
}

.shop_quick_link img
{
    height: 100px;
    width: 100px;
    padding: 6px;
}

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden; 
}

.information_block img
{
    width: 150px;
}

.shop_block_content img
{
    width: 120px;
}

.shop_block_content td
{
    text-align: center;
    padding-bottom: 10px;
}

/* Google Maps Divs */
#map_canvas
{
    width: 100%; 
    height: 300px; 
    background-color: #EEE;
}

#panorama_canvas
{
    width: 100%; 
    height: 300px; 
    background-color: #EEE;
}