/******** General tags ********/

* {
    padding:0;
    margin:0;
    border:0;
}


body {
	margin:0 auto 0 auto;
	padding:0;
	background:#e9e9e9;
	text-align:center;
	color:#000000;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:12px;
}

a:link { text-decoration:underline; color:#7a2e7f; font-family:Trebuchet MS,Verdana,sans-serif; }
a:hover { text-decoration:none; color:#7a2e7f; font-family:Trebuchet MS,Verdana,sans-serif; }
a:visited { text-decoration:underline; color:#7a2e7f; font-family:Trebuchet MS,Verdana,sans-serif; }
a:active { text-decoration:underline; color:#7a2e7f; font-family:Trebuchet MS,Verdana,sans-serif; }


a.selflink:link { text-decoration:none; color:#000; font-family:Verdana,sans-serif; font-size:14px;  font-weight:bold;}
a.selflink:hover { text-decoration:none; color:#000; font-family:Verdana,sans-serif; font-size:14px; font-weight:bold;}
a.selflink:visited { text-decoration:none; color:#000; font-family:Verdana,sans-serif; font-size:14px; font-weight:bold;}
a.selflink:active { text-decoration:none; color:#000; font-family:Verdana,sans-serif; font-size:14px; font-weight:bold;}





h1 {
font-size:18px;
margin:0px 5px 0px 0;
padding:10px 2px 10px 1px;
color:#333333;
font-family:Trebuchet MS,Verdana,sans-serif;
}

h2 {
font-size:16px;
margin:5px 5px 5px 0;
padding:1px 2px 0px 1px;
color:#7a2e7f;
font-family:Trebuchet MS,Verdana,sans-serif;
}

h3 {
	margin-bottom:-3px;
	font-size:12px;
	font-weight:normal;
	margin-top:10px;
}

div#container {
	width:640px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	margin-bottom:30px;
}

div#head {
 background:url('/cebuairporttransfer.gif');
 width:640px;
 height:111px;
}

div#content {
	background:url('/bgc.gif') top repeat-x #FFF;
	width:620px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	padding-bottom:20px;
}

div#map {
	
}

div#mapl {
	float:left;
	width:297px;
}

div#mapr {
	float:right;
	width:313px;
	padding-left:10px;
}

div#destinations {
	margin-top:10px;
}

div#footer {
	width:640px;
	height:54px;
	background:url('/footer.jpg') top repeat-x #FFF;	
}

/* ******************************************************* */
/* FORM ELEMENTS */
/* ******************************************************* */

form {
	margin:0px;
	padding:0px;
}

.formText {
	border:1px solid #ccc;
	background:#fff;
	background:url('../images/bg_navi.gif');
	background-repeat:repeat-x;
	color:#333;
	font-size:14px;
	margin:0px;
	padding:0px;
	width:250px;
}

.formButtonBlue:hover {
	border:1px solid #535353;
}


.formButton {
	background-color:#f0f0f0;
	background:url('/bg_buttongrey.gif');
	background-repeat:repeat-x;
	border:1px solid #ccc;
	padding-left:8px;
	padding-right:8px;
	color:#333;
	font-family:Trebuchet MS,Verdana,sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	cursor:pointer;
	margin-bottom:4px;
}

.formButton:hover {
	border-bottom:5px solid #535353;
	margin-bottom:0px;
	text-decoration:none;
}

.formSelect {
	border:1px solid #ccc;
	width:250px;
}

.dest {
	border-bottom:dashed 1px #CCC;
	padding-bottom:5px;
	margin-bottom:5px;
}

.returnphp {
padding:5px;
border:1px dotted #0C3;
background-color:#fffbc3;
}

