*
{
	padding: 0;
	margin: 0;
}

/* TO MAKE BACKGROUND STICK TO BOTTOM OF PAGE IN FF */

html {
	min-height: 100%;
	height: auto;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.jpg) no-repeat bottom center #e6eff8;
	text-align: center;
	height: 100%;
}

a img
{
	border: 0;
}

.detail
{
	width: 75%;
	font-size: 0.8em;
	text-align: left;
}

.price
{
	text-align: right;
	font-size: 0.8em;
	vertical-align: top;
}

.opening
{
	width: 65%;
	font-size: 0.8em;
	text-align: left;
}

.time
{
	text-align: right;
	font-size: 0.8em;
	vertical-align: top;
}

#sidebar .break
{
	margin: 0;
	padding: 0;
	height: 1px;
}

td
{
	padding: 2px 0;
}

table
{
	width: 100%;
	padding: 0;
	border-collapse: collapse;
}

#content table
{
	width: 70%;
}

#sidebar p
{
	font-size: 0.8em;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #738ead;
	font-weight: normal;
}

h2
{
	margin-bottom: 10px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	line-height: 135%;
	font-size: 0.9em;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

.blurb
{
	background: url(../images/blurb.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 91px;
}

#sidebar h3
{
	line-height: 1em;
	margin-bottom: 5px;
}

#sidebar h4
{
	line-height: 1em;
	margin-top: 15px;
	font-size: 0.8em;
	font-weight: bold;
}

#content h3, #content h4
{
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
}

#sidebar .small
{
	font-size: 0.6em;
	padding-top: 5px;
}

/* LIST STYLES *************************/

#content li
{
	font-size: 0.8em;
	margin-bottom: 5px;
	list-style: outside;
	margin-left: 15px;
}

#content .tick
{
	list-style: none;
	background: url(../images/tick.gif) no-repeat left top;
	padding-left: 20px;
	margin-left: -5px;
}

#content ul
{
	margin-bottom: 10px;
	margin-left: 10px;
}

li li
{
	margin-left: 20px;
	background: none;
}

li ul
{
	font-size: 1.3em;
	margin-top: 8px;
	list-style: disc;
	background: none;
}

ul
{
	list-style: inside;
}

li
{
	margin-bottom: 10px;
	color: #000;
}

#nav li /* NAVIGATION STYLE */
{
	list-style: outside;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-left: 0px;
}

#nav ul
{
	margin: 0;
	list-style: inside;
}

/* LAYOUT DIVS *************************/

.left
{
	float: left;
}

.right
{
	float: right;
}

#container
{
	width: 808px;
	height: auto;
	margin: 0 auto 50px auto;
	background: #fff;
	text-align: left;
	border-bottom: 1px solid #73a1ce;
	border-left: 1px solid #73a1ce;
	border-right: 1px solid #73a1ce;
}

#header
{
	width: 100%;
	height: 268px;
	text-indent: -9999px;
	background: url(../images/header_bg.jpg) no-repeat;
}

#nav
{
	margin: 0px 0 10px 0;
	padding: 5px 0;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#content
{
	float: left;
	width: 466px;
	height: auto;
	padding-left: 20px;
	padding-right: 15px;
	border-right: 1px solid #ccc;
}

#sidebar
{
	float: right;
	width: 33.5%;
	height: auto;
	padding-left: 0x;
	margin-right: 20px;
	display: inline;
}

#footer
{
	border-top: 1px solid #ccc;
	width: 95%;
	margin: 20px auto 5px auto;
	padding: 5px 0;
}

/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #819ab6;
}

a:visited
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#nav a
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:visited
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:hover
{
	color: #333;
	text-decoration: none;
}

/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 98%;
	padding: 3px;
}

textarea
{
	width: 98%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

form
{
	margin-bottom: 10px;
}

.warning
{
	background: #819ab6;
	padding: 10px;
	margin: 5px 0;
	font-weight: bold;
	color: #fff;
}