/* resets */


hr {
	clear: both;
	visibility: hidden;
}

/* structure */
html, body {
	background-color: #bde;
}
#wrapper {
	width: 100%;
	text-align: center;
}
#page {
	width: 960px;
	margin: 40px auto;
	text-align: left;
	background-color: #fff;
}

#header, #footer {
	background:transparent url(/images/page_bkgrnd.jpg) no-repeat;
}

#header {
	position: relative;
	height: 150px;
	color: #fff;
	margin-bottom: 30px;
}

#body {
	position: relative;
	padding: 0 40px;
}

#footer {
	position: relative;
	clear: both;
	background-position: left bottom;
	height: 120px;
}

/* header */
#header h1 {
	position: absolute;
	top: 10px;
	left: -10px;
	width: 234px;
	height: 131px;
	background: transparent url(/images/seal_swim_logo.png) no-repeat;
	text-indent: -9999px;
}
#seal_pup {
	position: absolute;
	top: -30px;
	right: -20px;
}


/* body */
#main {
	float: left;
	width: 595px;
}
#related  { 
	float: right;
	width: 260px;
}

/* columns */ 
#main .columns_2, #main .columns_3, #main .columns_4 {
	clear: both;
	width: 600px;
}
.column {
	float: left;
	display: inline;
	margin-left: 20px;
}
.columns_2 .column {
	width: 290px;
}
.columns_3 .column {
	width: 150px;
	margin-left: 19px;
}
.columns_4 .column {
	width: 100px;
}
.columns_2 .firstcol, .columns_3 .firstcol, .columns_4 .firstcol {
	margin-left: 0;
}

/* boxes */
.box {
	padding: 10px;
	margin-bottom: 1em;
	border: 1px solid #C1DCEC;
	background-color: #F1F5F7;
}

/* footer */

#footer * {
	display: none;
}


/* tour details */
.tourdetails ul {
	border-top: 1px solid #eee;
	margin-left: 0;
}

.tourdetails ul li {
	border-bottom: 1px solid #eee;
	padding: 0 0 0 35px;
	list-style-type: none;
	font-size: 90%;
	line-height: 30px;
}

li.kayak { background: url(../images/bullet-kayak.gif) no-repeat;}
li.walk { background: url(../images/bullet-walk.gif) no-repeat;}
li.aquataxi { background: url(../images/bullet-aquataxi.gif) no-repeat;}
li.seals { background: url(../images/bullet-seals.gif) no-repeat;}
li.cost { background: url(../images/bullet-cost.gif) no-repeat;}
li.catering { background: url(../images/bullet-cost.gif) no-repeat;}
li.time { background: url(../images/bullet-time.gif) no-repeat;}

/* Forms */

form fieldset {
	border: 1px solid #fff;
	padding: 10px;
}
form legend {
	padding: 0 5px;
}
form fieldset div {
	float: left;
}
form label {
	display: none;
}
/* Errors */

form .error {
	color: #f00;
}

/* Text */

h1 {
	height: 100px;
}

h1,h2,h3,h4,h5 {
	color: #009AEE;
}

h2 {
	color: #D48C33;
}
h3 {
	color:#777777;
	font-size:120%;
	margin-bottom:0.25em;
}

p.leader {
	font-weight: bold;
	font-size: 110%;
}

.fineprint {
	font-size: 90%;
	color: #666;
}

.fineprint a {
	color: #999;
}

/* links */

a {
	color: #009AEE;
}

a:hover {
	text-decoration: none;
}


