* { outline: none; }

body {
	background-color: #FFFFFF;
	margin: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table.gallery {
	border: 0;
	width: 237px;
	margin-bottom: 0.5em;
}

table.gallery td {
	padding: 0;
	border: 0;
}

table.gallery td.right div.photo {
	margin-left: 10px;
}

div.photo {
	border: 1px solid #C9E1F9;
	margin-bottom: 10px;
	width: 111px;
	height: 111px;
	font-size: 0; 
	line-height: 1;
}

div.photomap {
	border: 1px solid #C9E1F9;
	margin-bottom: 10px;
	width: 234px;
}

div.backtotop {
	float: right;
	color: #999999;
	font-size: 0.6em;
	margin-top: -0.4em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

div.content div.backtotop a {
	color: #999999;
}

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

input, select, textarea {
	width: 420px;
}

textarea {
	height: 70px;
}

textarea.message {
	height: 120px;
}

div.headercontainer {
	/*background: #333333;*/
	background: #FDF5BE url(/images/layout/headerbg.jpg) top right no-repeat;
	border-bottom: 10px solid #F4A928;
}

div.header {
	width: 900px;
	height: 100px;
	margin: 0 auto;
}

div.headerright {
	float: right;
	text-align: right;
	margin-top: 20px;
}

div.headerright form {
	margin-top: 15px;
}

div.header h1 {
	margin: 0;
	padding: 5px 0 0 0;
	height: 86px;
	background: url(/images/layout/logo.gif) left no-repeat;
	text-indent: -10000px;
}

div.menucontainer {
	margin-top: 1px;
	background: #0E5D97 url(/images/layout/menubg.jpg) top left repeat-x;
}

div.menu {
	width: 900px;
	margin: 0 auto;
}

div.contentcontainer {
	margin-top: 1px;
	background: url(/images/layout/contentbg.jpg) repeat-x;
	height: 500px;
}

div.image {
	width: 890px;
	height: 250px;
	margin: 0 auto;
	border-left: 5px solid #C9E1F9;
	border-right: 5px solid #C9E1F9;
}

div.caption {
	float: right;
	height: 20px;
	margin-top: 230px;
	display: inline;
	background-color: #fff;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 2px;
	font-weight: bold;
	color: #000000;
}
	
div.contentframe {
	width: 900px;
	margin: 20px auto;
	text-align: left;
	background: url(/images/layout/contentframebg.gif) repeat-y;
}

div.content {
	float: left;
	width: 620px;
}

div.side {
	width: 237px;
	margin-left: 660px;
}

div.footer {
	width: 900px;
	margin: 20px auto 10px auto;
	text-align: left;
	clear: both;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1.6em;
}

div.side h1 {
	font-size: 1em;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1.1em;
}

h3 {
	margin: 1.6em 0 -0.6em 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}

h2 a {
	color: #0F5A98;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div.content a {
	color: #0F5A98;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div.side a {
	color: #666666;
	text-decoration: none;
	border: none !important;
}

div.content ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
	text-align: left;
	font-size: 0.9em;
}

div.content ul li {
	line-height: 1.8em;
	background-image: url(/images/layout/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 2em;
	background-position: 0 0.3em;
}

div.content ul.square {
	margin: 0;
	padding: 0;
	list-style-type: square;
	text-align: left;
	font-size: 0.9em;
}


div.content ul.square li {
	line-height: 1.8em;
	padding-left: 0em;
	margin-left: 1.5em;
	background: none;
}

div.content p {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
}

div.side p {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #666666;
	margin-top: 0;
}

div.footer p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #B7B7B7;
	font-size: 0.6em;
	line-height: 1.8em;
}

div.footer a {
	color: #B7B7B7;
}

div.factfile {
	float: right;
	width: 200px;
	margin: 0 0 20px 20px;
}

table {
	margin-top: 1em;
	width: 100%;
	border-top: 1px solid #C4D6E6;
}

table td {
	border-bottom: 1px solid #C4D6E6;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.7em;
	padding: 10px;
	vertical-align: top;
	line-height: 1.6em;
}

table td.label {
	font-weight: bold;
	padding-right: 20px;
	width: 120px;
}

table tr {
	background-color: #F7FBFF;
}

table tr.highlight {
	background-color: #E7EFF5;
}

table tr.highlightgrey {
	background-color: #EEEEEE;
}

table tr.header {
	background-color: #87ADCC;
}

table tr.header td {
	color: #FFFFFF;
	padding: 5px;
}

table tr.header td.factfile {
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.3em;
}

table.factfile td {
	padding: 2px;
	font-size: 0.6em;
}

table.factfile td.label {
	font-weight: bold;
	padding-right: 10px;
	width: auto;
}

table.factfile tr.header td {
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.3em;
}

div.menu ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

div.menu li {
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #0F5A98;
}

div.menu li.the-concept {
	border-left: 1px solid #0F5A98;
}

/*div.menu li.welcome a {
	width: 80px;
}

div.menu li.the-concept a {
	width: 100px;
}

div.menu li.courses a {
	width: 75px;
}

div.menu li.accommodation a {
	width: 120px;
}

div.menu li.excursions a {
	width: 95px;
}

div.menu li.barbados-factfile a {
	width: 125px;
}

div.menu li.barbados-attractions-and-activities a {
	width: 200px;
}

div.menu li.travel a {
	width: 70px;
}

div.menu li.contact-us a {
	width: 95px;
}*/

div.menu ul li a {
	padding: 12px 10px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	border: none;
	font-size: 0.8em;
	line-height: 1;
}

div.menu ul li a:hover,
div.menu ul li a:active {
	background-color: #408BCA;
}

body#the-concept div.menu li.the-concept a,
body#ccc div.menu li.ccc a,
body#individual div.menu li.individual a,
body#accommodation div.menu li.accommodation a,
body#excursions div.menu li.excursions a,
body#barbados-factfile div.menu li.barbados-factfile a,
body#barbados-attractions-and-activities div.menu li.barbados-attractions-and-activities a,
body#travel div.menu li.travel a,
body#contact-us div.menu li.contact-us a {
	background-color: #0F5A98;
}

div.side ul {
	margin: 0;
	padding: 0;
	width: 237px;
	border-top: 1px solid #C4D6E6
}

div.side li {
	display: block;
	float: left;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #C4D6E6;
	background-color: #F1F8FF;
}

div.side li.prices {
	background-color: #87ADCC;
}

div.side li.prices a {
	color: #FFF;
}

div.side li.prices a:hover,
div.side li.prices a:active {
	background-color: #87ADCC;
}

div.side li a {
	width: 217px;
}

div.side ul li a {
	height: auto;
	padding: 10px;
	margin: 0px;
	color: #0F5A98;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 0.7em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 1.4em;
	border: 0;
}	

div.side ul li a:hover,
div.side ul li a:active {
	background-color: #D0DFEB;
}

div.side ul li a span {
	margin-top: 3px;
	color: #666666;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.box { background: #FDF5BE; padding: 15px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.box p { margin: 0; }
.box a { border-bottom: none !important; text-decoration: underline !important; }


/*******************************************************************************
 * Lightbox                                                                    *
 ******************************************************************************/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; font-weight: bold; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#overlay {
	background:#000000;
	width:100%;
	filter:alpha(opacity=90); /* for IE */
	-moz-opacity:.90; /* for FF and Moz */
	opacity:.90; /*CSS2 that works in Safari */
}
