/* ========== CSS Hotel Restaurant Wanders ============ */

/*========= author: federicografia by Federico Garcia @ www.federicografia.com ===================*/


 body {
   background-color: #CCCCFF;
   padding: 0;
   margin: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
} 

/* core container*/


/* main navigation bar*/	
	
	ul{ }
	
	li{ }
	
#menu {
	margin: 0;
	list-style-type: none;
	line-height: 20px;
	height: 20px;
	background: #000033;
	position: relative;
	z-index: 2;
	color: #EEEEEE;
	font-size: 10px;
	padding-left: 0px;
}

#menu li { display: inline; list-style-type: none; }

#menu a { text-decoration: none; color: #EEEEEE; }

#menu a:hover{ color: #CCCCFF;}


/*subnavugational menu*/

#subnavi { color: #000033; }

#submenu { padding-top: 5px; padding-bottom: 5px; padding-left: 60px; margin:auto; } 

#submenu li { display: block; list-style-type: none; }

#submenu  a{ color: #000033; text-decoration: none; }

#submenu  a:hover{ color: #DDDDDD; }


/* contents*/	

.headline {
	padding-top: 300px;
	padding-left: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
}	
	
.subheadline { padding-top: 5px; padding-left: 60px; padding-bottom: 5px; }	

.contents { margin-left: 60px; padding-top: 5px; padding-right: 50px; padding-bottom: 10px; }
	
	
/* bottom navigation bar*/	

#bottommenu {
	margin: 0;
	list-style-type: none;
	line-height: 20px;
	height: 20px;
	background: #000033;
	position: relative;
	z-index: 2;
	color: #EEEEEE;
	font-size: 10px;
	padding-left: 0px;
   }

#bottommenu li { display: inline; }

#bottommenu a{ color: #EEEEEE; text-decoration: none; }

#bottommenu a:hover{ color: #CCCCFF; }

.designcredits { }

.credits{ }

.credits li{ padding-top: 5px; }


	#mark{
	background-image: url(../images/footer_logo.gif);
	background-repeat: no-repeat;
	padding-bottom: 35px;
	padding-left: 30px;
	padding-right: 10px;
	width: 30px;
	height: 45px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	}

	.copyrights { text-align: center; padding-top: 10px; }


/* fonts*/

a { color: #EEEEEE; }
p { color: #000033; font-size: 11px; }
h1 {
	color: #000033;
	font-size: 18px;
	padding-left: 60px;
	margin: 0;
}
h2 { color: #EEEEEE; font-size: 12px; }
h3 {  color: #EEEEEE; font-size: 18px; }
h4 { color: #000033; font-size: 11px; }
h5 { color: #000033; font-size: 9px; }
h6 { color: #EEEEEE; font-size: 10px; }
h7 { color: #000000; font-size: 10px; }


/* forms*/

div{
	paddingn-left: 60px;
  }

div.row {
	clear: both;
	padding-top: 2px;
   }

div.row span.label {
  float: left;
  width: 120px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 340px;
  text-align: left;
  }
  
.label {
  float: left;
  width: 130px;
  text-align: right;
  }

fieldset {
padding:5px;
}

input:focus, select:focus, textarea:focus {
background:navy;
color:white;
}
	

/*Spaces Footer*/	


.void {
	height: 30px;
	width: 400px;
	margin: 0;
	padding: 0;
	clear: both;
}

.void0 {
	clear: both;
	height: 70px;
	width: 400px;
	visibility: hidden;
}


.void1 {
	height: 350px;
	width: 400px;
	clear: both;
}

.void2 {
	clear: both;
	height: 250px;
	width: 400px;
	visibility: hidden;
}

