/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

ul.disc {
	list-style-type: disc;
	list-style-position:inside;
}

h3 {
    margin-top: 15px;
    margin-bottom: 6px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

p {
    margin-top: 4px;
    margin-bottom: 8px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @group General Styles */

body {
	color: #555555;
	background-color: #f4f4f4;
	font: 0.75em/1.6em "lucida grande", verdana, tahoma, sans-serif;
	text-align: center;
	margin: 0 20px 20px;
	padding: 0;
	width: 1040px;
}


a {
    text-decoration: none;
    color: #3f89d4;

}

a:link, a:visited {
}

a:hover, a:active {

}

img {
	border: none;
	vertical-align: baseline;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
}

.main-image {
    border-top: 4px solid #f0f0f0;
    border-left: 4px solid #f0f0f0;
    border-bottom: 4px solid #f0f0f0;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
}
/* @end */

/* @group Layout */

#container {
    background-color: #fff;
	margin: 10px;
	text-align: justify; /* Hack To Keep IE5 Windows Happy */
	position: relative;
    width: 760px;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 112px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 4px solid #F0F0F0;
	padding-top: 0;
	background: no-repeat url(banner.jpg);
	font-family: arial;
}

#pageHeader h1 {
    float: left;
	color: #f4f4f4;
	font-size: 32px;
	margin: 5px 1px 7px;
	letter-spacing: 0;
	padding: 4px;

}

#pageHeader h2 {
    text-align: right;
    float: right;
	font-weight: normal;
	margin-top: 3px;
	margin-right: 2px;
	font-size: 16px;
	color: #f4f4f4;
	padding: 4px;
}

#contentContainer {
	margin-bottom: 10px;
	float: left;
	border-right: 0;
	border-left: 1px solid #f0f0f0;
	margin-right: 0;
	margin-left: 0;
    width: 619px;
    border-right: 0;

}

#contentContainer #content {

    padding: 0;
}

#contentContainer #content p {
    padding-left: 10px;
    padding-right: 10px;
}

.padded {
    padding-left: 10px;
    padding-right: 10px;
}

#footer {
    border-top: 4px solid #F0F0F0;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

#footer p {
    margin: 0;
    padding: 10px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}

/* @end */


/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	margin-bottom: 20px;
	padding-bottom: 20px;
/*	border-bottom: 1px solid #eaeaea;*/
    width: 140px;
    float: left;
}

#navcontainer #current {

}

#navcontainer #current:hover {
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
    font-size:0.9em;
    margin:0px;
    width:125px;

}

#navcontainer li {
}

#navcontainer a {
    background-color:#f4f4f4;
    border-left:4px solid #ccc;
    color:#505050;
    float:left;
    font-weight:700;
    margin-bottom:5px;
    padding:5px 1px 5px 5px;
    text-decoration:none;
    width:120px;
}

#navcontainer a:hover {
    background-color:#EAEAEA;
    border-left: 4px solid #286EA0;
    color:#286EA0;
}

#navcontainer a:active #current{
background-color:#red;
}

/* @end */

/* @group Global Classes */





/* Google Map */

#map {
	width: 95%;
	height: 300px;
	border: 5px solid #f4f4f4;
	margin: 0 auto;
	margin-top: 20px;
}



/* @group Booking form */

/* Error / Success message */

#bookingflash {
	font-size: 1.1em;
	background-color: #f4f4f4;
	text-align: center;
	padding: 10px;
	margin: 0 auto 1em;
	width: 70%;
	font-weight: normal;
}

fieldset {
	background-color: #f4f4f4;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	border: 0;
}

table.booking .errorlist {
	color: red; font-size: smaller;
}

table.booking {

}

table.booking th {
	text-align: left;
	padding-left: 1em;
	padding-bottom: 0.5em;
	font-weight: normal;
	width: 35%;
}

table.booking td {
    vertical-align: top;
}
table.booking input {
	background: white;
	border: 1px solid #ccc;
	width: 99%;
	margin: 0 auto;
}

table.booking textarea {
	width: 99%;
	border: 1px solid #ccc;
}

#submit {
	float:  right;
	margin-right: 20px;
	margin-top: 1em;
	margin-bottom: 2em;
}

/*

@end */

/* @group Price list */

#Prices table {
	text-align: center;
	margin: 0 auto 2em;
	border-collapse: collapse;
	border-bottom: 1em solid #f4f4f4;
	color: #505050;
	width: 80%;
}

#Prices th {
	background: red;
	background-color: #cccccc;
	padding: 0.5em 0.5em;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1em solid #f4f4f4;
}

#Prices td {
	background-color: #f4f4f4;
	font-size: 0.9em;
}

/* @end */


a:hover, a:active {
	text-decoration: none;
}

#navcontainer #current {
	color: #3f89d4;
}


#sidebarContainer {
	display: none;
}


.rounded {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.rounded-top {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}

.rounded-bottom {
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.rounded-right {
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.rounded-left {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
}


hr {
    border: 0;
    border-top: 1px solid #f4f4f4;
    color: #f4f4f4;
    background-color: #f4f4f4;
}
