/* ====== ULYSES.CSS ======= */
/* Alan Colquhoun, MDIA 3207 */
/* Last Update: July `, 2012 */
/* ========================= */

body {
  margin: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center; /* you need this to center your page in IE6 */
  color: #000; background: url(images/bg_tile.png);
  font-family: verdana, arial, Helvetica, sans-serif;
  font-size: 110%
} 

 a.contact:link {
  color: white; background: #004080;
  font-weight: bold;
  text-decoration: none;
}

a.contact:visited {
  color: black; background: #004080;
  font-weight: bold;	
  text-decoration: none;
}

a.contact:active {
  color: green; background: #004080;
  font-weight: bold;	
  text-decoration: none;
}

a.contact:hover {
  color: red; background: #004080;
  font-weight: bold;
  text-decoration: underline;
}


#wrapper {
  width: 800px;
  margin: 0 auto; /* this will center your page in all other browsers ie)firefox & IE7 */
  text-align: left;
  color: #000; background: #fff; 
}

#header {
  margin: 0;
  padding: 0;
  color: #000; background: transparent url("images/ulyses.jpg") no-repeat;
  height: 158px; width: 800px; 
}

#menu {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:60px;
	border-bottom: 3px solid black;
}

#menu-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:10px;
}

#menu-02 {
	position:absolute;
	left:0px;
	top:10px;
	width:50px;
	height:50px;
}

#menu-03 {
	position:absolute;
	left:50px;
	top:10px;
	width:120px;
	height:40px;
}

#menu-04 {
	position:absolute;
	left:195px;
	top:10px;
	width:120px;
	height:40px;
}

#menu-05 {
	position:absolute;
	left:340px;
	top:10px;
	width:120px;
	height:40px;
}

#menu-06 {
	position:absolute;
	left:485px;
	top:10px;
	width:120px;
	height:40px;
}

#menu-07 {
	position:absolute;
	left:630px;
	top:10px;
	width:120px;
	height:40px;
}

#menu-08 {
	position:absolute;
	left:750px;
	top:10px;
	width:50px;
	height:50px;
}

#sidebar { 
  width: 145px; height: 800px; 
  margin: 0; padding: 31px 0 0 25px;
  float: left;
  color: #000; background: #fff;
  border-left: 3px solid black; 
}

#kontent {
  width: 585px; height: 826px;
  margin: 0; padding: 5px 0 0 0px;
  float: right;
  border-right: 3px solid black;
}

#toggleMe1, #toggleMe2, #toggleMe3, #toggleMe4 {
  margin-right: 35px;
}

#content {
  margin: 0; padding: 5px 35px 5px 35px;  
  color: #000; background: #fff;
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
}

#picarea {
  margin-top: 10px; padding: 20px 0 0 15px;
  width: 701px; height: 496px;
  border: 2px solid red;
}

#descr {
  margin-top: 20px; padding: 10px 0 0 12px;
  border: 2px solid black;
  width: 487px; height: 40px;
}

#description {
  font-size: 90%;
} 

#infobox {
  margin: 1px 0 0 15px; padding: 15px 15px 0 15px;
  width: 125px; height: 383px;
  border: 2px solid black;
  font-size: 75%;
}  
 
#price {
  margin: 20px 0 0 15px; padding: 18px 0 0 21px;
  width: 130px; height: 33px;
  border: 2px solid black;
  font-size: 75%;
} 
 
#booking-container {
	width:523px;
	height:auto;
	margin: 0 auto;
}

.hotelbox {
	width: 500px;
	height: auto;
	padding: 15px;
	border: 2px solid black;
	font-size: 75%;
}

.hotelbox img {
    padding-top: 5px;
}
	
.rate-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4194b5;
	font-weight:bold;
	text-align: right;
}

#footer {
  clear: both;
  padding: 0; margin: 0;
  height: 100px;
  color: #000; background: #004080;
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
}

#footer p {
  margin: 0;
  padding-top: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 240%;
  text-align: center;
}  


