/* CSS Document */
/* Generic Styles */
.underline { font-weight:bold; size:16px; text-decoration:underline; }
.holiday { margin-left:12px;}
.floatright {
	float: right;
	}
.floatleft {
	float: left;
	}
.marginleft {
	margin-left: 1.2em;
	}
.marginright {
	margin-right: 1.2em;
	}
.marginbottom {
	margin-bottom: 1.2em;
	}
.margin {
	margin: 1.2em;
	}
.bigmarginright {
	margin-right: 3em;
	}
.bluecorners {
	background-color: #99baed;
	height: 11px;
	}
.whitecorners {
	background-color: #FFF;
	height: 19px;
	}
.clear {
	clear: both;
	}
.textcenter {
	text-align: center;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
body {
	font-size: 62.8%;
	background-color: #414141;
	color: #232323;
	}
p, ul, table, form, dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	}
p {
	line-height: 1.4em;
	margin: 1em;
	}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
	color: #042858;
	}
h1 {
	font-size: 2.7em;
	font-weight: bold;
	margin: 0 0 0 0.4em;
	}
h2 {
	font-size: 1.7em;
	font-weight: bold;
	margin: 1.3em 1em -0.6em 0.7em;
	}
h3 {
	font-size: 1.3em;
	margin: 0.8em 1.2em 0.2em 1.3em;
	}

a {
	text-decoration: underline;
	color: #042858;
	font-weight: bold;
	}
a:hover {
	text-decoration: none;
	background-color: #042858;
	color: #FFF;
	}
	
div#container {
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	}

div#header {
	background-color: #414141;
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
	_height:200px;
	}
div#header img#logo {
	margin-top: 58px;
	}
div#nav {
	float: left;
	background-color: #FFF;
	width: 200px;
	padding-left: 18px;
	}
div#nav ul {
	background-color: #99baed;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	clear: both;
	}
div#nav ul li {
	border-bottom: 1px solid #9bcaee;
	border-top: 1px solid #86b6d9;
	margin: 0 0.8em;
	}
div#nav ul li a {
	display: block;
	color: #042858;
	padding: 0.5em 0.4em 0.5em 1.9em;
	text-decoration: none;
	font-weight: bold;
	}
div#nav ul li a#on {
	background-image: url(../images/nav_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
div#nav ul li a#on:hover {
	background-image: url(../images/nav_on_active.gif);
	}
div#nav h1 {
	clear: both;
	}
div#nav ul li a:hover {
	color: #FFF;
	background-color: #3b577d;
	}
div#content {
	float: right;
	width: 560px;
	}
div#content img {
	padding: 4px;
/*	border: 1px solid #414141; */
	}
div#content p {
	margin-right: 1.4em;
	}
div#content ul {
	list-style: disc;
	margin: 1em 1em 1em 3em;
	}
div#content ul li {
	margin: 0.6em 0;
	}
div#footer {
	clear: both;
	text-align: right;
	color: #FFF;
	background-color: #414141;
	_height: 100px;
	}
div#footer a {
	color: #FFF;
	font-weight: normal;
	}
div#footer p {
	clear: both;
	font-size: 1.1em;
	margin: 1em 0;
	}
	
/* Party Booking Form */
form#partybooking, form#holidaybooking, form#sendtofriend {
	margin: 2em 1em;
	width: 370px;
	}
form#partybooking fieldset, form#holidaybooking fieldset, form#sendtofriend fieldset {
	padding: 2em;
	border: 1px solid #042858;
	}
form#partybooking div, form#holidaybooking div, form#sendtofriend div {
	clear: both;
	min-height: 27px;
	}
form#partybooking label, form#holidaybooking label, form#sendtofriend label {
	font-weight: bold;
	float: left;
	width: 150px;
	}
form#partybooking input#submit, form#holidaybooking input#submit, form#sendtofriend input#send_submit {
	float: right;
	margin: 1em 1em 0 0;
	}

form#holidaybooking {
	width: 430px;
	}
form#holidaybooking label {
	}
form#holidaybooking textarea {
	margin-bottom: 5px;
	}
form#holidaybooking input#contact_numbers {
	width: 220px;
	}
form#holidaybooking input#terms {
	margin-left: 14px;
	}
form#holidaybooking input#email {
	width: 209px;
	}
form p {
	font-size: 1em;
	}
	
/* Litter Dribbers Sessions */
table#ld_sessions, table.dates {
	margin: 1em;
	margin-top: 1.5em;
	font-size: 1.3em;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	}
table#ld_sessions thead, table.dates thead {
	background-color: #99BBED;
	}
table#ld_sessions thead th, table.dates thead th {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.3em;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
table#ld_sessions tbody td, table.dates tbody td {
	padding: 0.4em;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	
	
/* Splash Layout */
div#splashcontent {
	text-align: center;
	background-image: url(../images/topcorners.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	margin-top: 20px;
	}
div#splashcontent p {
	margin-top: 0;
	}
div#splashcontent a.nobg:hover {
	background-color: transparent;
	}
div#splash_ld {
	float: left;
	text-align: center;
	width: 50%;
	}
div#splash_corporate {
	float: right;
	text-align: center;
	width: 50%;
	}
	
div#content ul.linkslist {
	list-style: none;
	}	
div#content ul.linkslist li {
	clear: both;
	}