/* 
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
* { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style: none;
}
iframe {
	border: 0;
}

/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	margin: 0px auto;/*
	background-image: url(../images/backgrounds/home.png);*/
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000;
	line-height: 1.4;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
}
a {
	color: #FFF;
	cursor: pointer;
	text-decoration: underline;
}
a:focus {
	-moz-outline: 0;
	outline: 0;
	outline-offset: 0;
}
a img {
	border: 0;
} 
h1,h2,h3 {
	font-size: 15pt;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
	text-align: right;
}
p {
	margin: 0 0 18px 0;
}
small {
	font-size: 9px;
	line-height: 1.2;
}
strong {
	font-weight: bold;
}

/* 
-----------------------------------------------------------------------------
LAYOUT: Global (cascading order)
-----------------------------------------------------------------------------*/
#container {
	position: relative;
	margin: 0px auto;
	width: 560px;
	height: 545px;
}
.site {
	float: left;
	width: 124px;
	margin-right: 15px;
}
.site .logo {
	padding: 50px 7px 50px 7px;
}
.site .kemia {
	padding: 50px 7px 32px 7px;
}
#brighton {
	background-color: #222;
}
#kemptown {
	background-color: #222;
}
#patisserie {
	background-color: #222;
}
#bar {
	background-color: #222;
}
#kemia-bar {
	background-color: #222;
}
