/* 
	Written by XDev Software Solution
	www.xdevsoft.com
	2008-09-15

	for

	El Palacio Hotel, Cavite City
	and Padis Point Civite
	padis.elpalaciocavite.com
*/
* {
	padding: 0;
	margin: auto;
} 

img {
	padding-left: 10px;
	padding-right: 10px;
	
}

body {
	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
	background:#8bc000;
}

body a, a.link, a.visited {
	color: white;
	font: normal 12px sans-serif;
}

body a:hover {
	color: orange;	
}

body h1 {
	background: url('/media/spa/img/h1.jpg') repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: white;
}

body h4 {
        color:#546d17;
        background:#f8f8f8;
        border:2px solid #ececec;
        padding:10px;
        margin-bottom:15px;
	font: normal 12px sans-serif;    
}

body h5 {
	color: white;
	font: normal 20px sans-serif;
	margin: 0 0 15px 0; 
	padding: 5px 15px 5px 5px; 
	background: #FEAB06;
	text-align: justify;
}

body h6 {
	font: bold 12px sans-serif;	
	color: white;
	margin:10px 0 2.0em 0; 
	padding:10px 10px 10px 10px; 
	border:solid 2px rgb(20,115,10); 
	border-top: solid 25px rgb(20,115,10);	
	background:rgb(198,211,178);
}

#wrap {	
	width: 1024px;
	background: url('/media/spa/img/content.jpg') repeat-y;
}

#top { 
	background: url('/media/spa/img/header.jpg') no-repeat;
	width: 1024px;
	height: 270px;
	
}

#content {
	width: 1024px;	
}


.middle {
	float: left;
	width: 60%;
	padding:0 65px;
	text-align: justify;
	color: white;

}

.right {
	float: left;
	width: 20%;
	color: white;
	text-align: justify;
}

.right h2 {
	background: url('/media/spa/img/tabmenu.jpg') no-repeat;
	font: bold 14px sans-serif;
	padding: 10px;
	height: 33px;
	width: 207px;
	text-align: center;
}

#bottom {
	background: url('/media/spa/img/footer.jpg');
	height: 67px;
	width: 1024px;
	color: white;
}

#footer {
	padding: 25px;
	text-align: center;
	color: white;
}

#footer a:link { color: white; }
#footer a:visited { color: white; }
#footer a:hover { color: orange; }

#menu {
	text-align: right;
	padding-right: 55px;
	padding-top: 5px;
	color: white;
}

#menu a:link { color: white; }
#menu a:visited { color: white; }
#menu a:hover { color: orange; }

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
