body { 
    margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background: transparent url(../images/page_background.png) no-repeat left top fixed;
    background-color: #000;
}

#wrapper {
    width: 760px;
    margin: 140px auto 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h1 {
	display: none;
}

h2 {
    margin: 0 auto;
    padding: 0;
	text-transform: uppercase;
	font: 24px "Century Gothic" bold;
	text-shadow: 0px 1px 1px #fff;
	border-bottom: 1px solid #666633;
	text-align: center;
	width: 550px;
	height: 40px;
}

h3 {
	font: 18px Tahoma;
    line-height: 30px;
	padding: 0 0 0 40px;
	margin: 15px 0 5px 10px;
    border-bottom: 1px solid #000;
	background: transparent url(../images/h3_bg.png) no-repeat left bottom;
}

    div.article:nth-child(odd) > h3 {
        background: transparent url(../images/h3_bg.png) no-repeat left bottom ;
    }

    div.article:nth-child(even) > h3 {
        background: transparent url(../images/h3_bg_even.png) no-repeat left bottom !important;
    }
    
p {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 30px;
}

	p.para:first-letter {
		font: 20px papyrus;
		color: darkred;
		font-weight: bold;
	}
	
	p.address {
		text-align: center;
	}

#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
}

div.scroll {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 1px 1px 4px #000;
    -moz-box-shadow: 1px 1px 4px #000;
}

.scrollContainer div.panel {
    height: 430px;
    width: 620px;
    background: transparent url(../images/pane_bg.png) repeat;
    padding-top: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.panel .innerText {
    overflow: auto;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    height: 380px;
    padding: 20px;
    background: transparent url(../images/text_box_bg.png) repeat-x bottom;
    -webkit-box-shadow: 0px 0px 3px #000;
    -moz-box-shadow: 0px 0px 3px #000;
}

.innerText > div.article:not(:last-of-type) {
    margin-bottom: 40px;
}

#shade {
    background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0 0 10px 72px;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 1px 1px #9c9c9c;
}

ul.navigation a:hover {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 2px 2px 3px #333;
    -moz-box-shadow: 2px 2px 3px #333;
    text-shadow: 0px 1px 1px #fff;
}

ul.navigation a.selected {
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-box-shadow: 2px 2px 3px #333;
    -moz-box-shadow: 2px 2px 3px #333;
    text-shadow: 0px 1px 1px #fff;
}

ul.navigation a:hover {
    color: #484848;
    background: #9c9c9c url(../images/menu_item_bg_hover.png) repeat-x bottom;
}

ul.navigation a.selected {
    color: #000;
    background: #9c9c9c url(../images/menu_item_bg.png) repeat-x top;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 245px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

p.developer {
    text-align: right;
    font-variant: small-caps;
    text-transform: lowercase;
    color: grey;
}

    p.developer:first-letter {
        color: #fff;
        text-shadow: 0px 0px 1px #333;
    }

.developer > a, .developer > a:hover, .developer > a:visited {
    color: #fff;
}

.tableShadowTop {
	background: transparent url(../images/shadow_top.png) no-repeat bottom;
}

.table {
	width: 578px;
	z-index: 10;
	padding: 0;
	background-color: #fff;
	position: relative;
	left: -19px;
	padding: 0 10px;
	background: transparent url(../images/table_bg.png) no-repeat center;
}

.tableShadowBottom {
	background: transparent url(../images/shadow_bottom.png) no-repeat bottom;
}

table.openingHours {
	width: 500px;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
    font-size: 10px;
    text-align: center;
}

tr.days {
    text-transform: uppercase;
	color: darkred;
}

.mapContainer {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	height: 300px;
	background: transparent url(../images/table_bg.png) repeat-y center;
	padding: 0 64px;
}

	#mapBox {
		width: 450px;
		height: 300px;
		margin: 0;
		border-left: 1px solid #c5c5c5;
		border-right: 1px solid #c5c5c5;
	}

.supplierContainer {
	width: 267px;
	float: left;
}
	
	.smallShadowTop {
		width: 267px;
		background: transparent url(../images/dl_shadow_top.png) no-repeat bottom;
	}

	.smallShadowBottom {
		width: 267px;
		background: transparent url(../images/dl_shadow_bottom.png) no-repeat top;
	}
		
	dl.supplier {
		height: 192px;
		width: 207px;
		background-color: #fff;
		padding: 2px;
		font-size: 10px;
		background: transparent url(../images/dl_bg.png) repeat-y center;
		padding: 2px 30px;
		margin: 0;
		clear: none;
	}