@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFE8D4;
/*	background-image: url("pinkbackground.PNG");    */
    

}

h1 {
	color: #CC0000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}


h2 {
	color: #50210D;
	font-family: Arial, Helvetica, sans-serif;
}


p {
	font-family: "Century Gothic";
	font-size: 20px;
	color: #000;
	font-weight: bold;
}


#left  {

    float: left;
 
}


#right {
  
    float: right;
   

}


#order{
    
    float: right;
    font-size: 25px;



}


.logo  {
	font-size: 22px;
	color: #A52A2A

}



.con1 {
/*
    border: 5px solid brown;  */
    padding: 10px;
    width: auto;
    margin: 0 auto; 
text-align: center;
 

}


.center{

    margin-left: auto; 
    margin-right: auto;

    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
  

}


.hour
{
	list-style: none;
	color: #600;

	
}

.hour li
{
	list-style: none;
	color: #600;
	font-size:20px;
}




.centerword
{
	
	text-align: center;
	
}











#block  {  
display: block;
overflow: auto;
				
}


#logo {
	width:60%;
	display: block;
	float:left;
}

#address {
	display: block;
	position:relative;
	overflow::auto;
	padding-bottom:5px;
	
}

#moreleft {
	margin-left: -200px;
	}
	
#left {
	width:50%;
	display: block;
	float:left;
}


#right{
	width:47%;
	display: block;
	position:relative;
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
}

#clear
{
	clear:both;
}


#time
{
	font-family: Verdana, Geneva, sans-serif;
	color: #0033CC;
	
}

#time ul
{
	list-style:none;
}

#container
{
	margin-top: -10px;
	width: 85%;
	width:700px;
	
	overflow: auto;
	background-color: #FFFFF9;
	text-align: center;

	
	
}

#backg {


}
	
	

#clearfloat {
  float: clear;
  
}


#tabs27{
	clear:both;
	
	position: relative;
	display: block;
	height: 42px;
	font-size: 14px;
	font-weight: bold;
	background:#fff url("wood.jpg")
repeat-x top left;											font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;

}

#tabs27 ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#tabs27 ul li{display:block;float:left;margin:0 1px 0 0;}
#tabs27 ul li a{
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 14px 22px 0 22px;
	height: 28px;
	}

#tabs27 ul li a:hover,#tabs27 ul li a.current{
	color: #FFFFFF;
no-repeat top center;

}

#tabs27 ul li a:hover{
	color: #FFFFFF;
	background-color: #9C0;
}


#test {
	background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, white, rgba(190,255,117)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, white,rgba(190,255,117)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, white,rgba(190,255,117)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, white,rgba(190,255,117)); /* Standard syntax */
	
}



#tabs24{position:relative;height:43px;font-size:14px;text-transform:uppercase;background:#fff url("images/time4bed_bg.gif") repeat-x bottom left;font-family:Georgia, "Times New Roman", Times, serif;}
#tabs24 ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#tabs24 ul li{display:block;float:left;margin:0 2px;}
#tabs24 ul li a{display:block;float:left;color:#ffdab6;text-decoration:none;padding:0 0 0 25px;height:43px;line-height:50px;}
#tabs24 ul li a span{display:block;float:left;padding:0 25px 0 0;height:31px;width:auto;}
#tabs24 ul li a:hover{color:#fff;}
#tabs24 ul li a:hover span{display:block;cursor:pointer;}
#tabs24 ul li a.current,#tabs24 ul li a.current:hover{color:#894d12;background:transparent url("images/time2bed_left-ON.gif") no-repeat top left;}
#tabs24 ul li a.current span{background:transparent url("images/time2bed_right-ON.gif") no-repeat top right;height:43px;}











a:link {
    color:#C00;
}

/* visited link */









.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying */
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image */
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image */
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image */
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


*/


