@charset "utf-8";
/* CSS Document */

/* +++++++++++++++++++ Container Divs ++++++++++++++++++++++ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/bg.gif) repeat-x #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#d03600;
}

#golden {
	position:relative;
	left:0px;
	top:0px;
	width:778px;
}

/* +++++++++++++++++++ Header Dics ++++++++++++++++++++++ */

#header_ {
	position:absolute;
	left:0px;
	top:0px;
	width:778px;
	height:246px;
}

/* +++++++++++++++++++ Maincontent Divs ++++++++++++++++++++++ */

#maincontent_ {
	position:absolute;
	left:0px;
	top:246px;
	width:778px;
	min-height:433px;
	text-align:left;
	background:url(../images/maincontent-bg.gif) repeat-y #FFFFFF;
}

#leftmenu_ {
	position:relative;
	left:0px;
	top:0px;
	width:265px;
	min-height:433px;
	float:left;
}

#maincontent_text {
	position:relative;
	left:0px;
	top:0px;
	width:488px;
	min-height:433px;
	float:left;
	padding-right:20px;
}

#footer_ {
	position:relative;
	left:0px;
	top:0px;
	width:778px;
	height:60px;
	clear:both;
	background:url(../images/footer.gif) no-repeat;
}

/* =============================== Heading Stylings =============================== */

h1, .componentheading, .contentheading {
	letter-spacing:-0.05em;
	font-size:26px;
}

.componentheading, .contentheading {
	font-weight:bold;
	margin-bottom:10px;
}

a {
	text-decoration:none;
	color:#0189D0;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

.blue {
	color:#0189D0;
}

#maincontent_text img.border {
	border:3px solid #ffea68;
	margin-top:5px;
}

#maincontent_text table.charters {
	border:0px;
}

#maincontent_text table.charters td {
	border:0px;
}


/* =============================== Menu Stylings =============================== */

#leftmenu_ li.menu a {
	color:#fef4d1;
}

#leftmenu_ li.menu a:hover {
	color:#ffa200;
	text-decoration:none;
}

#leftmenu_ li.menu {
	background:url(../images/menu-bottom.gif) bottom left no-repeat;
	padding:4px 0px 7px 22px;
}

#leftmenu_ ul.menu {
	margin:20px 0px 0px -24px;
}

/* =============================== Footer Stylings =============================== */

#footer_ #footer_left {
	position:relative;
	left:0px;
	top:0px;
	float:left;
	padding:0px 0px 0px 30px;
	width:236px;
}

#footer_ #footer_right {
	position:relative;
	left:0px;
	top:10px;
	float:left;
}

#footer_ #footer_left p {
	font-size:11px;
	color:#FFFFFF;
	margin-bottom:-5px;
}

#footer_ #footer_left a {
	color:#FFFFFF;
}

#footer_ #footer_right p a {
	color:#d03600;
	font-weight:normal;
}

/* =============================== Booking Page =============================== */

#maincontent_text #sv_apptpro_request_gad {
	border:0 none;
}

#maincontent_text .sv_gad_timeslot_header {
	color: #D03600;
	border-color: #D4BA9F;
}

#maincontent_text table#sv_gad_outer_table tr td {
	border-top-color: #D4BA9F;
	border-bottom-color: #D4BA9F;
}

#maincontent_text .bookings-calendar {
	background-color: white;
	left: 40px;
	top: 375px;
	position:absolute;
	z-index:100;
}

.bookings-buttons {
	margin-bottom: 10px;
	margin-right: 10px;
}

.paypal-button {
	display: none;
}