/* CSS Document */

html, body{
	height:100%;
	margin: 0px;
	padding: 0px;
}

form{margin:0px;}
	
body{
	background-image: url(images/back.jpg);
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-attachment: fixed;
}



h1, h2, h3, h4, h5, h6, ul, li{
	margin: 0px;
	padding: 0px;
}

a{}

a:hover{}

#container{
	background-image: url(images/back_container.jpg);
	background-position: center top;
	width: 745px;
	margin-left: -374px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f9cc0a;
	border-left-color: #f9cc0a;
	position: absolute;
	left: 50%;
	top: 0px;
	min-height:100%; /* real browsers */
	z-index: 1;
}

* html #container, * html #shadow {
height:100%
}

#shadow{
	width: 765px;
	position: absolute;
	top: 0px;
	margin-left: -383px;
	z-index: 0;
	left: 50%;
	min-height:100%; /* real browsers */
	height: 100%;	
}

#logo{
	margin-left: -300px;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 25px;
}

#header{
	height: 400px;
	width: 100%;
	background-image: url(images/back_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: 12px;
	z-index: 1;
}



.content{
	background-image: url(images/back_content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	position: relative;
	z-index: 5;
	clear: both;
	float: left;
	margin-bottom: -53px;
	top: -53px;
}

.left{
	float: left;
	width: 262px;
	padding-left: 100px;
	padding-right: 10px;
	clear: both;
	margin-bottom: 30px;
}

.right{
	float: right;
	width: 262px;
	padding-right: 100px;
	padding-left: 10px;
	margin-bottom: 30px;
}

.centre{
	width: 515px;
	padding-left: 110px;
	clear: both;
	float: left;
	margin-bottom: 30px;
}
.centre2{
	width: 515px;
	margin-left: 110px;
	clear: both;
	float: left;
	margin-bottom: 30px;
}

#container_footer{
	background-image: url(images/back_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	clear: both;
	float: left;
}

#footer{
	float: left;
	width: 605px;
	padding-top: 45px;
	padding-bottom: 22px;
	
	padding-left: 70px;
}

h1{
	font-size: 21px;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 20px;
	background-image: url(images/h1.gif);
	background-repeat: repeat-x;
}

h2{
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
}



.centre h1{}

h3{
	position: relative;
	top: -58px;
	margin-bottom: -58px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 46px;
	width: 100%;
}

h3.welcome{
	background-image: url(images/h3_welcome.gif);
}

h3.about{
	background-image: url(images/h3_about.gif);
}

h3.morocco{
	background-image: url(images/h3_morocco.gif);
}

h3.gallery{
	background-image: url(images/h3_gallery.gif);
}

h3.holidays{
	background-image: url(images/h3_holidays.gif);
}

h3.prices{
	background-image: url(images/h3_prices.gif);
}

h3.contact{
	background-image: url(images/h3_contact.gif);
}

h3.marrakech{
	background-image: url(images/h3_marrakech.gif);
}

h3.essaouira{
	background-image: url(images/h3_essaouira.gif);
}

h3.sidi-infni{
	background-image: url(images/h3_sidi-infni.gif);
}

h3.dance{
	background-image: url(images/h3_dance-classes.gif);
}

h3.todo{
	background-image: url(images/h3_things-to-do.gif);
}

h3.hotels{
	background-image: url(images/h3_hotels.gif);
}
h3.house{
	background-image: url(images/h3_house-to-rent.gif);
}



h4, .centre ul li span{
	font-size: 12px;
	font-weight: bold;
	display: block;
}

h6 a{
	font-size: 10px;
	font-weight: normal;
	float: right;
	color: #999999;
	text-decoration: none;
}

h3 span, #logo a,
.menu00 span, .menu01 span, .menu02 span, .menu03 span, .menu04 span, .menu05 span, .submenu00 span, .submenu01 span, .submenu02 span, .submenu03 span, .submenu04 span, .submenu05 span, .submenu06 span, .submenu07 span  {
	display:none;
	}

p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

p span{
	display: block;
	float: left;
	width: 80px;
}

p a, ul li a{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #909068;
	padding-right: 2px;
	padding-left: 2px;
}

p a:hover, ul li a:hover{
	color: #000000;
	background-color: transparent!important;
}

.centre p{margin-bottom:10px;}

.left p{margin-bottom:5px;}

.right p{
	clear: both;
	float: left;
	width: 100%;
}

.right p span{
	float: left;
	display: block;
}

#container_footer p{
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 10px;
	color: #999999;
}

.content_img_sm{
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	clear: right;
}

.centre ul{
	list-style-type: none;
	position: relative;
	left: -20px;
	padding-top: 10px;
}

.centre ul ul{
	list-style-type: none;
	position: relative;
	left: 20px;
	padding-top: 0px;
}

.centre ul li{

	margin-bottom: 10px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 25px;
}

.menu00 a, .menu01 a, .menu02 a, .menu03 a, .menu04 a, .menu05 a, .submenu00 a, .submenu01 a, .submenu02 a, .submenu03 a, .submenu04 a, .submenu05 a, .submenu06 a, .submenu07 a{
	background-repeat: no-repeat;
	position: absolute;
	z-index:20;
	background-position: left top;
}
	
.menu00 a, .menu01 a, .menu02 a, .menu03 a, .menu04 a, .menu05 a, .submenu00 a, .submenu01 a, .submenu02 a, .submenu03 a, .submenu04 a, .submenu05 a .submenu07 a{
	height: 28px;
}

.menu00 a{
	background-image: url(images/menu00.gif);
	width: 104px;
	left: 180px;
	top: 70px;
}

.menu01 a{
	background-image: url(images/menu01.gif);
	width: 100px;
	left: 130px;
	top: 115px;
}
.menu02 a{
	background-image: url(images/menu02.gif);
	width: 100px;
	left: 152px;
	top: 154px;
}
.menu03 a{
	background-image: url(images/menu03.gif);
	width: 111px;
	left: 459px;
	top: 70px;
}
.menu04 a{
	background-image: url(images/menu04.gif);
	width: 81px;
	left: 526px;
	top: 115px;
}
.menu05 a{
	background-image: url(images/menu05.gif);
	width: 91px;
	left: 504px;
	top: 154px;
}

.menu00 a:hover, .menu01 a:hover, .menu02 a:hover, .menu03 a:hover, .menu04 a:hover, .menu05 a:hover, .submenu00 a:hover, .submenu01 a:hover, .submenu02 a:hover, .submenu03 a:hover, .submenu04 a:hover, .submenu05 a:hover, .submenu06 a:hover, .submenu07 a:hover,  #menu_active, #submenu_active{
	background-position: left bottom;
}

.submenu00 a{
	background-image: url(images/submenu00.gif);
	width: 176px;
	left: 100px;
	top: 210px;
}

.submenu01 a{
	background-image: url(images/submenu01.gif);
	width: 154px;
	left: 130px;
	top: 245px;
}

.submenu03 a{
	background-image: url(images/submenu03.gif);
	width: 167px;
	left: 475px;
	top: 210px;
}



.submenu04 a{
	background-image: url(images/submenu04.gif);
	width: 176px;
	left: 100px;
	top: 210px;
}

.submenu05 a{
	background-image: url(images/submenu05.gif);
	width: 154px;
	left: 130px;
	top: 245px;
}

.submenu06 a{
	background-image: url(images/submenu06.gif);
	width: 167px;
	left: 475px;
	top: 210px;
	height: 35px;
}


/*house to rent*/
.submenu07 a{
	background-image: url(images/submenu07.gif);
	width: 167px;
	height: 28px;
	left: 457px;
	top: 245px;	
}

.sitemap a{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #909068;
	margin-left: 300px;
	position: absolute;
	z-index: 500;
	left: 50%;
	top: 5px;
	padding: 3px;
	text-transform: uppercase;
}

