@charset "utf-8";
/*-------------------------------------------------------------
Style Sheet 

Version: 1.1
Author: P Neal
email: webmaster@alternetsolutions.co.uk
website: http://www.alternetsolutions.co.uk/
-------------------------------------------------------------*/

/*Body*/

body {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small; /*for compliant browsers*/
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
	/*background: url(images/body/body-bg.gif) repeat-x;*/
	background: #efef65 url(images/body/sun2.png) no-repeat top left;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	
#wrapper {
	width: 75%;
	min-width: 760px;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	/*background: url(images/sideBar/faux-col.gif) repeat-y 70% 0;*/
	border: 2px solid #5aa2c8;
	background: #FFFFCC url(images/body/body-bg.gif) repeat-x;
    }

#topWrap {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 3px solid #5aa2c8;
	}

/*Headings*/

h1 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 120%;
	color: #693;
	}

h2 {
	margin: 5px 0;
	padding: 0;
	font-size: 110%;
	color: #693;
	}

h3 {
	margin: 5px 0;
	padding: 0;
	font-size: 110%;
	color: #693;
	}
	
/*Content*/

#content {
	float: left;
	width: 55%;
	font-size: 95%;
	line-height: 1.5em;
	color: #333;
	}

img {
	border: none;
	}
	
#flashGallery {
	float: left;
	border-top: 0px solid #5aa2c8;
	border-right: 3px solid #5aa2c8;
	border-left: 0px solid #5aa2c8;
	}

#flashGallery img.flash {
	float: left;
	}

/*sideBar*/

#sideBar {
	float: right;
	width: 40%;
	background: url(images/content/sideImg.png) no-repeat right;
	height: 253px;
	}

/*Lower Structure*/

#lowerContentRight {
	float: right;
	width: 80%;
	}

#lowerContentLeft {
	float: left;
	width: 20%;
	}

/******************Pages************************/

/*HP*/

.disneyBox {
	margin: 0 1px;
	padding: 0;
	float: left;
	width: 30%;
	height: 200px;
	background: url(images/content/mickey.jpg) no-repeat bottom;
	}

.disneyBox h3, .attractionsBox h3, .galleryBox h3 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	text-align: center;
	color: #693;
	}

h3 a, div a {
	text-decoration: none;
	}

.attractionsBox {
	margin: 0 1px;
	padding: 0;
	float: left;
	width: 30%;
	height: 200px;
	background: url(images/content/seaworld.jpg) no-repeat bottom;
	}
	
.galleryBox {
	margin: 0 1px;
	padding: 0;
	float: left;
	width: 30%;
	height: 200px;
	background: url(images/content/villa.jpg) no-repeat bottom;
	}
	
/*Gallery Page*/

.gallery {
	float: left;
	width: 85%;
	}

.gallery img {
	float: left;
	margin: 5px;
	border: none;
	}

p#navBox {
	float: left;
	width: 100%;
	margin: 0;
	padding: 2px 0;
	text-align: center;
	}

p#navBox a {
	color: #ff0000;
	}

p#largerInfo {
	text-align: center;
	}

/*RATES PAGE*/

#converter {
	width: 100%;
	float: left;
	margin-left: 2px;
	border: 1px solid #999;
	}

#converter h4 {
	margin: 0;
	padding: 1px 0;
	text-align: center;
	font-size: 100%;
	}

table.rates {
	border-collapse: collapse;
	width: 80%;
	border: 1px solid #693;
	}

table.rates#bottom {
	margin-top: 15px;
	}
	
.rates th {
	width: 15%;
	padding: 0.1em 0.5em;
	font-size: 90%;
	}

.rates td {
	width: 15%;
	padding: 0.1em 0.5em;
	font-size: 90%;
	}

.rates caption {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	}

.rates thead {
	background-color: #5c9b4b;
	color: #fff;
	font-size: 95%;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	}
	
.rates th {
	font-weight: normal;
	text-align: left;
	}

.rates tr:hover {
	background-color: #5c9b4b;
	color: #fff;
	}

.rates thead tr:hover {
	background-color: #5c9b4b;
	}

ul#notes {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#notes li {
	margin: 0;
	padding: 2px;
	border-bottom: 1px dotted #693;
	font-size: 90%;
	}

#notes li a {
	text-decoration: underline;
	}
	
/*Main Attractions*/

dl.layout {
	margin: 15px 0;
	padding: 15px 0;
	border-bottom: 1px solid #693;
	}

dl.layout:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

dl.layout dt {
	margin: 0 0 .5em 0;
	font-size: 140%;
	color: #693;
	}

dl.layout dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px;
	}

dl.layout dd {
	margin-left: 172px;
	font-size: 90%;
	line-height: 1.5em;
	color: #333;
	}

span.largerView {
	font-size: 60%;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
	}
	
dd.clear {
	clear: both;
	}
	
/*Contact Page*/

#contact {
	float: left;
	margin: 10px 0 0 0;
	padding: 5px;
	width: 70%;
	}

#contact p {
	margin: 2px 0;
	}
	
.warning {
	font-style: italic;
    color: #f00;
	background-color: inherit;
	font-size: 80%;
	}
.success {
	color: #ff0000;
	font-size: 85%;
	}
#contact .formbox {
    width: 200px;
}
	
#contact label.label {
	float: left;
	width: 105px;
	font-size: 100%;
    color: #000;
}

#contact label.labelBlock {
	display: block;
	}

#contact textarea {
	width: 400px;
	height: 100px;
	}

ul.contact {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}

.contact li.bold {
	margin-top: 10px;
	font-weight: bold;
	}

.contact li {
	margin: 0;
	padding: 0;
	}

span.hide {
	visibility: hidden;
	}

/*Links*/

ul.links {
	float: left;
	width: 45%;
	margin: 10px 5px 0 0;
	padding: 0;
	list-style: none;
	}

.links li {
	margin: 0;
	padding: 3px 0;
	}

.links li.bold {
	font-weight: bold;
	}


/*Navigation*/

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav li {
	margin: 0;
	padding: 5px;
	display: block;
	}

#nav a {
	padding: 2px 0;
	color: #693;
	text-decoration: none;
	display: block;
	}

#nav li a:hover {
	text-decoration: underline;
	}
	
/*Gutters*/

#lowerContentRight .gutter {
	padding: 0 15px;
	}
/*Footer*/
	
#footer {
	clear: both;
	padding: 5px 0px;
	}
#footer p, #footer h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 85%;
	}

/* Hide from IE/Mac \*/
#footer { height: 1%; }
/* End hide from IE/Mac */

/* Hide from IE/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE/Mac */

dl.layout { display: inline-table; }

/* Hides from IE-Mac \*/
* html dl.layout { height: 1%; }
dl.layout { display: block; }
/* End hide from IE-Mac */


