/* Tobago Retreats CSS Code */

/***************************************************************************************/
/*  MAIN OUTER PANEL
/***************************************************************************************/

#outer{
	background-color: #FFF;
	color: black;
	position:absolute;
   left:	0px;
   top:	0px;
	width: 924px;		
	z-index: 0;
}

/***************************************************************************************/
/*  TOP BANNER
/***************************************************************************************/

#banner {
	background-image: url(../images/rose.gif);
	background-position: 90px 20px;
	background-repeat: no-repeat;
	height: 160px;
	z-index: 50;
}

#banner h1 {
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	padding: 50px 0px 0px 245px;
}

#banner h2 {
	background: none transparent;
	color: #909395;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	padding: 0px 0px 0px 245px;
}

/***************************************************************************************/
/*  NAVIGATION BAR - TABS
/***************************************************************************************/

#nav {
	float: left;
	font-size: 12px;
	font-style: italic;
	padding-left: 30px;
	position: relative;
	width: 200px;
	z-index: 50;
}

#nav ul    { list-style: none;  }
#nav ul li { padding-top: 15px; }

#nav a, #nav a:active, #nav a:visited {
	background: url(../images/nav1.gif) no-repeat 3px 3px;
	color: Black;
	padding-left: 18px;
}

#nav a:hover {
	background: #B4243E url(../images/nav3.gif) no-repeat;
	color: White;
	padding-right: 5px;
}

#nav a.selected, #nav a.selected:visited {
	background: url(../images/nav2.gif) no-repeat 3px 3px;
	color: #1C3073;
}

#nav a.index {	
	background-color: #FDB4B4;
} 

#nav a.nb, #nav a:hover.nb, #nav a:selected.nb {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

/***************************************************************************************/
/*  MAIN CONTENT PANEL 
/***************************************************************************************/

#content_home, #content_tutor, #content_lessons, #content_structure,
#content_location, #content_accomm, #content_prices,
#content_contact, #content_notes {
	color: #454545;
	margin-left: 230px;
	padding: 10px 25px 10px 30px;
	width: 636px; 
	z-index: 50;
}

#content_home      { background: #FEFFD6 url(../images/bk_home.jpg) repeat-y; }
#content_tutor     { background: #FEFFD6 url(../images/bk_tutor.jpg) repeat-y; }
#content_lessons   { background: #FEFFD6 url(../images/bk_lessons.jpg) repeat-y; }
#content_structure { background: #FEFFD6 url(../images/bk_structure.jpg) repeat-y; }
#content_location  { background: #FEFFD6 url(../images/bk_location.jpg) repeat-y; }
#content_accomm    { background: #FEFFD6 url(../images/bk_accommodation.jpg) repeat-y; }
#content_prices    { background: #FEFFD6 url(../images/bk_prices.jpg) repeat-y; }
#content_contact   { background: #FEFFD6 url(../images/bk_contact.jpg) repeat-y; }
#content_notes     { background: #FEFFD6 url(../images/bk_notes.jpg) repeat-y; }


#flags {
	height: 70px;
	width: 636px;
}

#flags img {
	padding-left: 27px;
}

#left {
	float: left;
	width: 300px;
}

#right {
	margin-left: 330px;
	width: 300px;
}

#left ul, #right ul {
	font-style: italic;
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#left ul li, #right ul li {
	list-style: square;
	padding-top: 6px;
	padding-bottom: 6px;
}

#left li.top, #right li.top {
	margin-top: -3px;
	padding-top: 0px;
}

#susan {
	background-image: url(../images/photos/susan.jpg);
	border: 4px solid #FEFFD6;
	height: 166px;
	left: 720px;
	position: absolute;
	top: 75px;
	width: 158px;
	z-index: 100;
}

#pleasenote {
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	height: 20px;
	position: absolute;
	text-transform:uppercase;
	top: 505px;
	width: 636px;
	z-index: 100;
}

#pleasenote_fr {
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	height: 35px;
	position: absolute;
	text-transform:uppercase;
	top: 530px;
	width: 636px;
	z-index: 100;
}

#pleasenote_es {
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	height: 35px;
	position: absolute;
	text-transform:uppercase;
	top: 550px;
	width: 636px;
	z-index: 100;
}

#pleasenote p {
	padding: 1px;
	text-transform: uppercase;
}

#rotator img {
	display: none;
	position: absolute;
	top: 233px;
	left: 597px;
}

.version {
	font-size: 7px;
	margin-top: 18px;
	text-align: center;
}

p.seologo {
	border:						0px none;
	margin-top:					250px;
	text-align: 				center;
}

p.seologo img {
	border:						0px none;
	margin:						20px;
	vertical-align: 			middle;
}