/* CSS Document */

#map{
display:none;
height:0px;
width:0px;
padding:0px;
margin:0px;
font-size:0;
line-height:0;
}
body{
margin:0px;
padding:0px;
font-size:100%;
font-family:Tahoma, Arial, sans-serif, "Times New Roman";
background-color:#eeeeee;
background-image:url(../images/zigzag.gif);
}

#Outer{
	width:800px;
	min-height:425px;
	margin-left:150px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
}

#Inner{
 	width:775px;
	min-height:425px;
	border:10px solid #ffffff;

}

#Top{
	background-image:url(../images/simpsons_top.jpg);
	background-color:#80673f;
	width:775px;
	height:117px;
}

#Top span{
	/*position:absolute;
	left:-1000px; */
}

#Menu1{
	height:35px;
	background-color:#80673f;
}


#Menu1 ul{
	font-size:65%;
	padding:0px;
	margin:0px;
}

#Menu1 li{
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:left;
}
#Menu1 li a{
	display:block;
}


#Menu1 li a span{
	position:absolute;
	left:-1000px;
}


#simpsonsmenus a{
	background-image:url(../images/buttons/simpsons_menus.jpg);
	background-repeat:no-repeat;
	width:102px;
	height:35px;
}

#simpsonsmenus a:hover{
	background-image:url(../images/buttons-over/simpsons_menus.jpg);
}

#wines a{
	background-image:url(../images/buttons/simpsons_wine.jpg);
	background-repeat:no-repeat;
	width:102px;
	height:35px;
}

#wines a:hover{
	background-image:url(../images/buttons-over/simpsons_wine.jpg);

}

#contact a{
	background-image:url(../images/buttons/simpsons_contact.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:35px;
}

#contact a:hover{
	background-image:url(../images/buttons-over/simpsons_contact.jpg);

}

#dining a{
	background-image:url(../images/buttons/simpsons_dining.jpg);
	background-repeat:no-repeat;
	width:145px;
	height:35px;
}

#dining a:hover{
	background-image:url(../images/buttons-over/simpsons_dining.jpg);
}

#bedrooms a{
	background-image:url(../images/buttons/simpsons_bedrooms.jpg);
	background-repeat:no-repeat;
	width:120px;
	height:35px;
}

#bedrooms a:hover{
	background-image:url(../images/buttons-over/simpsons_bedrooms.jpg);

}

#cusine a{
	background-image:url(../images/buttons/simpsons_cuisine.jpg);
	background-repeat:no-repeat;
	width:187px;
	height:35px;
}

#cusine a:hover{
	background-image:url(../images/buttons-over/simpsons_cuisine.jpg);
}






#Main{
	clear:left;
	width:775px;
	min-height:300px;
	_height:300px;
	font-size:75%;
}

#Main a{
 color:#663300;
  background-image:none;
}
#Main a:hover{
 color:#000000;
 background-image:none;
}

#Footer{
	background-image:url(../images/simpsons_footer.jpg);
	width:765px;
	height:42px;
	font-size:65%;
	color:#FFFFFF;
	text-align:right;
	padding-top:15px;
	padding-right:10px;
	clear:both;
}

#Footer a{
	color:#ffffff;
	text-decoration:none;
}

#Footer a:hover{
	color:#27231d;
	text-decoration:underline;
}

/*preview popup*/


	.border_preview {
	z-index:100;
	position:absolute; 
	border: 1px solid #ffffff;
	background-color:#eeeeee;
	margin:0px;
	padding:0px
	color:white;

	}
	
.border_preview h2{
font-size:14px;
font-weight:bold;
margin:2px;
padding:0;
margin-left:15px;
text-align:center;
}

.border_preview img{
border:1px solid #ffffff;

}

/* 'loading...' popup*/
.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;

}
.preview_temp_load img{	
	vertical-align:middle;
	text-align:center;
}

#loader{
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-68px;
}
#loader_bg{
	background-color:#EBEBE4;
	position:relative;
	top:8px;left:8px;height:7px;
	width:113px;font-size:1px
}
#progress{
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}

/* loader end*/