﻿body {
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
	background-color: #eee;
    background-image: url('images/cafeblockbw.jpg');
}

*:lang(en) {
    font-size: 1.1em important!;
}

#header {
    margin:0;
    padding:0;
    width: 100%;
    height: 200px;
    background-color: #6cf;
}

#menu {
    border-left:0px solid #036; border-right:0px solid #036; border-top:2px solid #036; border-bottom:2px solid #036; margin:0; width: 100%;
    background-color: #fff;
    background-image: url('images/menubg.jpg');
    padding-left:0; padding-right:0; padding-top:.2em; padding-bottom:.2em
}

div.centerbox {
    width:800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

div.main{ 
    border-left:1px solid #a0a0a0; border-right:1px solid #a0a0a0; border-top:1px solid #bdf; border-bottom:1px solid #bdf; background-color: #F0F8FF;
    background-image: url('images/shadebg.jpg');
    
}



span
{   
    font-size: 1.4em;
    font-weight: bold;
}

p.rightflush
{
    margin-right: 0;
}

h1, h2, h3, h4 {
    margin: .5em;
}

div#leftcol {
    float:left; 
    width: 320px; 
    margin-right: 10px;
    border-right: solid 2px #036;
}

div#leftcol p {
    margin-left: 25px;
}

div#rightcol { 
    float: right;
    margin-right: 25px; 
    width: 675px;
}

div#rightcol p {
    margin-left: 0;
    margin-right: 0;
}  
  
#logo {
    float:left;
}

hr {
    color: #369;
    background-color: #369;
    height: 2px;
}

img {
    border: 0px none;
}

img.left {
    float:left;
    margin-bottom: 10px;
}

img.right {
    float:right;
    margin-bottom: 10px;
}

img.border{
    border: solid 2px #036;
}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

.nav li{
    display: inline;
}

ul.nav{
	display: table;
	width: 100%;
	table-layout: fixed;
    position: relative;
    top: 0em;
}

ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

ul.nav li>ul{
	display: none;
	position: absolute;
	white-space: nowrap;
	left: -4px;
	margin-top: 18px;
    text-align: left;
}

/*filter out IE7*/
*:lang(en) ul.nav li>ul{
	max-width: 40ex;
	left: auto !important;
	margin-left: -6px;
	margin-top: 2px !important;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
	border: 1px solid #036;
}

/*** Menu colors (customizable) ***/
.nav li a {
    background-color: Transparent;
    color: #036;
}

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #036;
}

ul.nav li:hover,
.nav li a:hover,
.nav ul li a:hover{
	background-color: #036;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav{
    background-image: url('images/menubg.jpg');
}

.nav a{
	text-decoration: none;
}