/* CSS Document */
BODY {
	font-family: Arial, verdana, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #FFFFCC;
	}
#container {
	margin: auto;
	width: 676px;
	border: 3px solid #FCF2BE;
}
#in {
	margin: auto;
	width: 676px;
	border: 1px solid #FF9900;
}
P, TR, Table, LI, UL {
	color: #0066CC;
	}
TD {
	color: #333;
	font-size: 12px; 
	}
li, li li, li li li, ul, ul ul, ul ul ul {
	font-size: 11px; 
	line-height: 15px;
	}
UL {	
	font-size: 11px;
	line-height: 15px;
}
LI {
	font-size: 11px;
	line-height: 15px;
	}
a {
	color: #0066CC;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color: #FF9933;
	text-decoration:underline;
	}
h1 {
    font-family:   verdana, Arial, sans-serif;
	font-size: 20px;
	color: #0066CC;
	letter-spacing: 2px;	
	margin-right: 10px;
	margin-bottom: 5px;
	}
h2 {
	font-family:   Arial, verdana,  sans-serif;
	font-size: 18px;
	letter-spacing: 2px;	
	color: #0066CC;
	margin-right: 10px;
	}
h3 {
	font-family:   Arial, verdana,  sans-serif;
	font-size: 16px;
	letter-spacing: 2px;	
	color: #0066CC;
	}
h4, h5, h6 {
	font-size: 14px;
	color: #0066CC;
	}
/* Class Styles */
.textarea {
	font-family: verdana, arial, sans-serif;	
	font-size: 11px;
	line-height: 140%;
	color: #333333;
	vertical-align: top;
	background-color:#FFFFCC;
	padding: 0px 10px 5px 10px;
	}
.content {
	font-family: verdana, arial, sans-serif;	
	font-size: 14px;
	line-height:18px;
	vertical-align: top;
	background: #FAFAD2;
	border: 1px solid #FF9900;
	padding: 2px 10px 5px 10px;
	}
.infobox {
	font-family: verdana, arial, sans-serif;	
	font-size: 16px;
	line-height:16px;
	vertical-align: top;
	background: #FCF2BE;
	border: 1px solid #FF9900;
	padding: 10px 10px 5px 10px;
	}
.leftside {
	font-family: verdana, arial, sans-serif;	
	font-size: 11px;
	background: #FFFFCC;
	color: #990000;
	letter-spacing:.1em;
	line-height:16px;
	vertical-align: top;
	padding: 10px 10px 5px 10px;
	}
.rightside {
	font-family: verdana, arial, sans-serif;	
	font-size: 11px;
	color: #000;
	letter-spacing:.1em;
	line-height:16px;
	vertical-align: top;
	padding: 10px 10px 5px 10px;
	background: #FDFDDF;
	}
.bottomnav {
	padding-left: 10px;
	color: #990000;
	text-align: left;
	font-size: 11px;
	}	
.bottomnav A:link, .bottomnav A:visited, .bottomnav A:active {
	color: #990000; text-decoration:none;
	font-size: 11px;
	}
.bottomnav A:hover {
	color: #990000; text-decoration:underline;
	font-size: 11px;
	}
.copyright {
	padding-left: 5px;
	font-size: 10px;
	color: #000000;
	text-align: left;
	height: 25px;
	}
#navcontainer ul {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FCF2BE;
	color: #FF9900;
	float: left;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	}
#navcontainer ul li { 
	display: inline; 
	}
#navcontainer ul li a {
	padding: 0.4em 1em ;
	background-color: #FCF2BE;
	color: #0066CC;
	text-decoration: none;
	float: left;
	border-right: 2px solid #FF9900;
	border-top: 2px solid #FF9900;
	border-bottom: 2px solid #FF9900;
	font-weight: 300;
	font-weight:bold;
	}
#navcontainer ul li a:hover {
	background-color: #FAFAD2;
	color: #FF9900;
	}
#navtop ul {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #336666;
	float: left;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	}
#navtop ul li { 
	display: inline; 
	}
#navtop ul li a {
	padding: 0.1em 0.4em;
	color: #336666;
	text-decoration: none;
	float: left;
	font-weight: 300;
	}
#navtop ul li a:hover {
	color: #FF9900;
	}
.inline {
	display: inline;
	padding: 5px;
	float: right;
	}
.inline2 {
	display: inline;
	padding: 5px;
	float: left;
	}
.style2 {
	font-size: 10px;
}
.style3 {
	color: #0066CC;
	font-weight: bold;
}
.style7 {
    color: #336666;
}
.style8 {
     color: #FF9900;
} 
.style9 {
	  font-size: 10px;
}
#menu a, #menu a:visited {
  	text-decoration:none;
  	text-align:center;
  	background-color:#FFD688; 
  	color:#0066CC;
  	display:block; 
 	 width:26em; 
  	padding:0.2em;
  	margin:0.5em auto;
  	border-left:5px solid #FAFAD2;
  }
#menu a:hover {
  	border-left:5px solid #FF9900;
  }
#menu2 a, #menu2 a:visited {
  	text-decoration:none;
  	text-align:center;
  	background-color:#FFD688; 
  	color:#0066CC;
  	display:block; 
  	width:18em; 
  	padding:0.2em;
  	margin:0.5em auto;
  	border-left:5px solid #FAFAD2;
  }
#menu2 a:hover {
  	border-left:5px solid #FF9900;
  }
  #menu3 a, #menu3 a:visited {
  	text-decoration:none;
  	text-align:left;
  	background-color:#FFD688; 
  	color:#0066CC;
  	display:block; 
  	width:80%; 
  	padding:0.2em;
  	margin:0.5em auto;
  	border-left:5px solid #FAFAD2;
  }
#menu3 a:hover {
  	border-left:5px solid #FF9900;
  }
#nav {
  	width: 100%;
  	float: left;
 	margin: 0 0 0 0;
  	padding: 0;
  	list-style: none;
  	font-family:Arial, Helvetica, sans-serif;
  	font-size:12px;
	}
#nav li {
    float: left; }
#nav li a {
      display: block;
      padding: 8px 8px;
      text-decoration: none;
      font-weight: bold;
      color:#0066CC;
	 }
#nav li a:hover {
      color: #FF9900;
	  text-decoration:underline;
 	}
#wrap {
      width: 800px;
      margin: 0 auto;
	}
#maincontainer { 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:auto; 
	z-index:1;	
	}
#headerimage {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100px; 
	z-index:1; 
	background-image: url(mauritius/mauritius-top-web-continue.jpg); 
	layer-background-image: url(mauritius/mauritius-top-web-continue.jpg); 
	border-bottom: 2px solid #FF9900;
 	}
#uppernavigation {
	position:absolute; 
	left:0px; 
	top:104px; 
	width:100%; 
	height:57px; 
	z-index:2;
	}
#Layer1 {
 	position:absolute; 
 	left:0px; 
 	top:204px; 
 	width:100%; 
 	height:auto; 
 	z-index:3;
 	}
#thebody {
 	position:absolute; 
 	left:0px; 
 	top:338px; 
 	width:100%; 
 	height:auto; 
 	z-index:4;
 	}  
#leftcolumn { /* Parent Wrapper for inside boxes */
 	margin: 0 5px 10px 15px;
 	display: inline; /* IE Hack */
 	width: 21%;
 	float: left;
 	min-height: 300px;
 	padding: 0px;
	}
* html #leftcolumn {
	height:300px;
	} /* IE Min-Height Hack */ 
#theleftcolumn { /* Parent Wrapper for inside boxes */
 	margin: 0 5px 10px 15px;
 	display: inline; /* IE Hack */
 	width: 21%;
 	float: left;
 	min-height: 300px;
 	padding: 0px;
	}
* html #theleftcolumn {
	height:300px;
	} /* IE Min-Height Hack */ 
#theonecolumn { /* Parent Wrapper for inside boxes */
 	margin: 0 5px 10px 15px;
 	display: inline; /* IE Hack */
 	width: 98%;
 	float: left;
 	min-height: 300px;
 	padding: 0px;
	}
* html #theleftcolumn {
	height:300px;
	} /* IE Min-Height Hack */ 	
#centercolumn { /* Parent Wrapper for inside boxes */
 	margin: 0px 10px 10px 10px;
 	display: inline; /* IE Hack */
 	padding: 0px;
 	width: 32%;
 	float: left;
 	min-height: 300px;
	}
* html #centercolumn {
height:300px
} /* IE Min-Height Hack */ 
#thecentercolumn { /* Parent Wrapper for inside boxes */
 	margin: 0px 10px 10px 10px;
 	display: inline; /* IE Hack */
 	padding: 0px;
 	width: 65%;
 	float: left;
 	min-height: 300px;
	}
* html #centercolumn {
height:300px
} /* IE Min-Height Hack */ 
#rightcolumn {
 	margin: 0 5px 10px 5px;
 	padding: 0px;
 	display: inline; /* IE Hack */
 	width: 25%;
 	float: left;
 	min-height: 300px;
	}
* html #rightcolumn {
	height:300px;
	} /* IE Min-Height Hack */ 
#therightcolumn {
 	margin: 0 5px 10px 5px;
 	padding: 0px;
 	display: inline; /* IE Hack */
 	width: 79%;
 	float: left;
 	min-height: 300px;
	}
* html #therightcolumn {
	height:300px;
	} /* IE Min-Height Hack */ 	
#footer {
 	text-align: center;
 	margin: 10px 0px 10px 10px;
 	display: inline; /* IE Hack */
 	padding: 5px;
 	float: left;
 	width: 97.7%;
}

#div1 {
margin: 10px;
padding: 0px;
width:250px;
float:left;
}

#div2 {
margin: 10px;
padding: 0px;	
width: 800px;
float:left;
}

.photo{
	list-style: none;
	margin: 0;
	padding: 0;
}
.photo li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 120px;
	height: 90px;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 60px;
	background: url(/mauritius/pin.png) no-repeat;
}
.photo a {
	text-decoration: none;
}

img.double-border {
	border: 10px solid #111;
	padding: 10px; /*Inner border size*/
	background: #000; /*Inner border color*/
}



#content-gallery {
	width: 450px; margin: 40px auto;
    background: #FAFAD2;
	border: 1px solid #FF9900;
}


ul.gallery { 
	list-style: none;
}

ul.gallery li a {
	position: relative;
	float: left;
	padding: 10px 10px 25px 10px;
	background: #eee;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 2px 15px #333;
}
	
	ul.gallery li a.pic-1 {
		z-index: 1;
		-webkit-transform: rotate(-10deg);
 		-moz-transform: rotate(-10deg);
	}
	ul.gallery li a.pic-2 {
		z-index: 5;
		-webkit-transform: rotate(-3deg);
 		-moz-transform: rotate(-3deg);
	}
	ul.gallery li a.pic-3 {
		z-index: 3;
		-webkit-transform: rotate(4deg);
 		-moz-transform: rotate(4deg);
	}
	ul.gallery li a.pic-4 {
		z-index: 4;
		-webkit-transform: rotate(10deg);
 		-moz-transform: rotate(10deg);
	}
	ul.gallery li a.pic-5 {
		z-index: 2;
		-webkit-transform: rotate(-18deg);
 		-moz-transform: rotate(-18deg);
	}
	ul.gallery li a.pic-6 {
		z-index: 6;
		-webkit-transform: rotate(5deg);
 		-moz-transform: rotate(5deg);
	}
		ul.gallery li a.pic-7 {
		z-index: 2;
		-webkit-transform: rotate(-15deg);
 		-moz-transform: rotate(-15deg);
	}
	ul.gallery li a.pic-8 {
		z-index: 6;
		-webkit-transform: rotate(2deg);
 		-moz-transform: rotate(2deg);
	}
	
	ul.gallery li a:hover {
		z-index: 10;
		-moz-box-shadow: 3px 5px 15px #333;
	}
	