@charset "utf-8";
/* GLOBAL SETTINGS */

* {
	outline:none;
}

body {
	margin: 0;
	padding: 0;
	background-color:#663300;
	font-family: Arial, Helvetica, sans-serif;
}
div {
	display: block;
	margin: 0;
}

#menu span{
display:none;
}



/* PNG FIX FOR IE6 */

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

a img { border: none; }

h1 {
	font-size: 10px;
}

/* HOMEPAGE STARTS HERE */

#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#container .header {
	width: 920px;
	float: left;
}
#container .header .almanzillogo {
	float: left;
	padding-left: 5px;
	padding-top: 40px;
	position: absolute;
	z-index:1000;
}
#container .header .booknow {
	float: right;
	padding-top: 25px;
	padding-right: 18px;
	position: relative;
	z-index:1000;
}
#mainbodycontent {
	position: relative;
	float: left;
	width: 920px;
	height:540px;
}
#flash_content {
	position: absolute;
	width: 920px;
	height:578px;
	top:-5px;
	z-index:0;
}
#sidebar {
	position: absolute;
	top: 90px;
	width: 920px;
	height:380px;
	z-index:8;
}
.topcurve {
	position: absolute;
	top: -5px;
	z-index:1;
}
.bottomcurve {
	position: absolute;
	width: 920px;
	top: 530px;
	z-index:1;
}

#offers_header {
	position: absolute;
	top: 174px;
	left: 0px;
	float:left;
	width: 169px;
	height: 12px;
	padding:12px;
	color:#fff;
	font-size:0.9em;
	background-color: #663300;
	/* for IE */
    filter:alpha(opacity=70);
	/* CSS3 standard */
 	opacity:0.7;
	z-index:9;
}
#offers_content {
	position:absolute;
	padding:12px;
	margin-left:0px;
	top: 210px;
	left: 0px;
	float:left;
	width:169px;
	height:146px;
	color:#000;
	font-size:0.7em;
	z-index:9;
	background-color: #fff;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;*/
}
#offers_footer {
	position: absolute;
	top: 380px;
	left: 0px;
	float:left;
	width: 189px;
	height: 18px;
	padding:2px;
	background-color: #663300;
	/* for IE */
    filter:alpha(opacity=90);
	/* CSS3 standard */
 	opacity:0.9;
	z-index:9;
}
#slogan_box {
	position: absolute;
	top: 352px;
	float:right;
	width: 920px;
	height: 133px;
	background-color: #333333;
	/* for IE */
 	filter:alpha(opacity=60);
	/* CSS3 standard */
  	opacity:0.3;
	z-index:7;
}
#slogan {
	position: absolute;
	top: 338px;
	text-align:right;
	margin-top:32px;
	margin-left:400px;
	float:right;
	width: 492px;
	z-index:7;
}

/*MAIN MENU STARTS HERE*/

ul#menu{
width: 920px;
float:left;
position:absolute;
top: 452px;
right:0px;
z-index: 10;
}
ul#menu li{
float:left;
list-style-type:none;
}
ul#menu li a{
display:block;
height:33px;
}

li#m_thehotel a{
background:url(../images/01_thehotel.png) no-repeat 0 100%;
width:121px;
}
li#m_thehotel a:hover{
background:url(../images/01_thehotel_over.png) no-repeat 0 100%;
}
li#m_roomsuites a{
background:url(../images/02_roomsuites.png) no-repeat 0 100%;
width:115px;
}
li#m_roomsuites a:hover{
background:url(../images/02_roomsuites_over.png) no-repeat 0 100%;
}
li#m_diningent a{
background:url(../images/03_diningent.png) no-repeat 0 100%;
width:151px;
}
li#m_diningent a:hover{
background:url(../images/03_diningent_over.png) no-repeat 0 100%;
}
li#m_meetingevt a{
background:url(../images/04_meetingevt.png) no-repeat 0 100%;
width:125px;
}
li#m_meetingevt a:hover{
background:url(../images/04_meetingevt_over.png) no-repeat 0 100%;
}
li#m_offerspromo a{
background:url(../images/05_offerspromo.png) no-repeat 0 100%;
width:137px;
}
li#m_offerspromo a:hover{
background:url(../images/05_offerspromo_over.png) no-repeat 0 100%;
}
li#m_gallery a{
background:url(../images/06_gallery.png) no-repeat 0 100%;
width:81px;
}
li#m_gallery a:hover{
background:url(../images/06_gallery_over.png) no-repeat 0 100%;
}
li#m_dubai a{
background:url(../images/07_dubai.png) no-repeat 0 100%;
width:81px;
}
li#m_dubai a:hover{
background:url(../images/07_dubai_over.png) no-repeat 0 100%;
}
li#m_downtown a{
background:url(../images/08_downtown.png) no-repeat 0 100%;
width:109px;
}
li#m_downtown a:hover{
background:url(../images/08_downtown_over.png) no-repeat 0 100%;
}

/*MAIN MENU ENDS HERE*/

/* Footer 1 starts here */

.footerholder {
	float: left;
	width: 920px;
	height: 75px;
	z-index:900;
}
.southernsunlogo {
	float: left;
	width: 99px;
	height: 18px;
	padding-left: 10px;
	padding-top: 0px;
}
.footerlinks {
	color: #996666;
	font-size: 0.7em;
	font-weight: normal;
	float: right;
	width: 960px;
	padding-top: 42px;
}
.footerlinks ul { 
	margin: 0;
	padding: 0;
}
.footerlinks ul li { display: inline;
/*	border-right: 1px solid #660000;
*/	padding-right:8px;
	padding-left:8px;
}
.footerlinks ul li a {
	color:#996666;
	text-decoration:none;
}
.footerlinks ul li a:hover {
	color:#fff;
	text-decoration:none;
}
	
/* Footer 1 ends here */

/* HOMEPAGE ENDS HERE */


/* INNERPAGE STARTS HERE */

#innerpage_container {
	width: 843px;
	margin-right: auto;
	margin-left: auto;
}
#innerpage_container .header2 {
	width: 843px;
	float: left;
}
#innerpage_container .header2 .almanzillogo2 {
	float: left;
	padding-left: 5px;
	padding-top: 40px;
	position: absolute;
/*	z-index:1000;
*/}
#innerpage_container .header2 .booknow2 {
	float: right;
	padding-top: 32px;
	padding-right: 18px;
	position: relative;
	vertical-align:middle;
/*	z-index:1000;
*/}

#innerpage_mainbodycontent {
	position: relative;
	float: left;
	width: 843px;
	height:500px;
}

#innerpage_mainbodycontent2 {
	position: relative;
	float: left;
	width: 843px;
	height:650px;
}

#innerpage_flash_content {
	position: absolute;
	width: 843px;
	height:500px;
	top:-25px;
	z-index:0;
}

#innerpage_flash_content2 {
	position: absolute;
	width: 843px;
	height:550px;
	top:150px;
	z-index:0;
}

.innerpage_topcurve {
	position: absolute;
	top: -15px;
	z-index:1;
}

.innerpage_bottomcurve {
	position: absolute;
	width: 843px;
	top: 520px;
	z-index:1;
}

.innerpage_bottomcurve2 {
	position: absolute;
	width: 843px;
	top: 650px;
	z-index:1;
}


/* Gallery starts here */

#gallery_content {
	position: relative;
	width: 843px;
	top: 170px;
}

.g_box1 {
	float:left;
	width: 260px;
	height:289px;
	padding-left:20px;
}

.g_box2 {
	float:left;
	width: 260px;
	height:289px;
	padding-left:20px;
}

.g_box3 {
	float:left;
	width: 260px;
	height:289px;
	padding-left:20px;
}

.g_title {
	float:left;
	width: 260px;
	padding-left:80px;
}

/* Gallery ends here */



/* Innerpage Footer starts here */

.innerpage_footerholder {
	float: left;
	width: 843px;
	height: 75px;
	padding-top: 40px;
	z-index:900;
}
.innerpage_southernsunlogo {
	float: left;
	width: 99px;
	height: 70px;
	padding-left: 10px;
	padding-top: 0px;
	z-index:1001;
}

#innerpage_flash_content {
	position: absolute;
	width: 843px;
	height:380px;
	top:140px;
	z-index:0;
}

#innerpage_container .title2 {
	position: absolute;
	float:left;
	width: 800px;
	top: 225px;
	padding-left:37px;
}

#innerpage_container .menu2 {
	position: absolute;
	float:left;
	width: 843px;
	height:40px;
	top: 180px;
	z-index:1000;
}

.innerpage_footerlinks {
	color: #996666;
	font-size: 0.7em;
	font-weight: normal;
	float: left;
	width: 843px;
	padding-left:25px;
	z-index:1000;
}
.innerpage_footerlinks ul { 
	margin: 0;
	padding: 0;
}
.innerpage_footerlinks ul li { display: inline;
/*	border-right: 1px solid #660000;
*/	padding-right:10px;
	padding-left:10px;
}
.innerpage_footerlinks ul li a {
	color:#996666;
	text-decoration:none;
}
.innerpage_footerlinks ul li a:hover {
	color:#fff;
	text-decoration:none;
}

.innerpage_footerlinks ul li a:active {
	color:#cc6633;
	text-decoration:none;
}
	
/* Innerpage Footer ends here */


/* INNERPAGE ENDS HERE */


/* POP UP WINDOWS - STARTS HERE */
.popup {
	float:left;
	width:700px;
	padding:10px;
	position:relative;
}

.popup .sslogo{
	float:left;
	width:430px;
	padding-left:220px;
	position:relative;
	padding-top:15px;
}


.popup p {
	font-size:0.8em;
	color:#CBB2B2;
}

.popup ol{
	list-style:decimal;

}

.popup ol li{
	font-size:0.8em;
	line-height:18px;
	color:#CBB2B2;
}


.popup ul{
	list-style:decimal;
}

.popup ul li{
	font-size:0.8em;
	color:#CBB2B2;
}

/* POP UP WINDOWS - ENDS HERE */

