
/* standard */

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #00F;
}

a:hover {
	text-decoration: underline;
	color: #F00;
}

body {
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #000;
	line-height: 16px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

h4 {
	font-size: 13px;
}

h1, h2, p {
	padding: 10px;
}

select, input {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

#iframe {
	width: 100%;
	height: 60px;
	border: 1px solid #009;
	margin: 10px 0;
	text-align: center;
}

/* layout */

#top {
	width: 100%;
	background-color: #c6d39e;
	text-align: center;
	color: #000;
	font-size: 11px;
}

#bot {
	width: 100%;
	position: relative;
	background-color: #c6d39e;
	text-align: center;
	color: #000;
	font-size: 11px;
}

#wrapper {
	width: 770px;
	margin: auto;
}

#container {
}

/* header */

#header {
	height: 123px;
}

#header #title {
	font-size: 28px;
}

#header #hdr1 {
	height: 32px;
	background: url(../gifs/images/sharjah_03.jpg) right no-repeat;
}

#header #hdr2a {
	float: left;
	width: 385px;
	height: 28px;
	background: url(../gifs/images/sharjah_04.jpg) no-repeat;
}

#header #hdr2b {
	float: left;
	width: 385px;
	height: 28px;
	background: url(../gifs/images/sharjah_05.jpg) no-repeat;
}

#header #subhdr {
	clear: both;
	background-color: #c6d39e;
	font-size: 10px;
	padding: 5px;
}

/* container */

#sidebar {
	float: left;
	width: 230px;
}

#content {
	width: 530px;
	margin-left: 10px;
	float: left
}

#content p {
	clear: both;
}

#content ul, ol {
	margin: 10px 20px;
	padding: 0 15px;	
	color: #000;	
}

#content2 h1 {
	padding: 10px;
	font-size: 22px;
}

#content .drpshdw {
	background: url('../img/shadow.gif') no-repeat bottom right;
	clear: both;
	float: right;
	margin: 0 125px 15px 0;
	padding: 0;
	position: relative;
}

#content  .drpshdw img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

#content .drpshadw2 {
	background: url('../img/shadow.gif') no-repeat right bottom;
	float: right;
	margin: 10px 15px 10px 0;
	padding: 0;
	position: relative;
}

#content .drpshadw2 img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

/* featured hotel */

#feat1 {
	background: url(../images/feat_02.jpg) repeat-x;
	height: 38px;
}

#feat1 h2 {
	float: left;
	font-size: 13px;
	padding: 7px;
}
	

#feat1 #left {
	width: 12px;
	float: left;
	height: 38px;
	background: url(../images/feat_01.gif) no-repeat;
}

#feat1 #right {
	width: 13px;
	float: right;
	height: 38px;
	background: url(../images/feat_04.gif) no-repeat;
}

#featcont {
	padding: 5px 15px;
}

#featcont #featc1 {
	width: 245px;
	float: left;
}

#featcont img {
	border: 1px solid #CCC;
	padding: 2px;
	margin-right: 5px;
	float: left;
}

#featcont p {
	float: left;
	width: 165px;
	padding: 0;
	clear: none;
	margin-top: 5px;
}

#featcont #featc2 {
	width: 245px;
	float: left;
	padding-left: 10px;
}

#bottom {
	background: url(../images/feat_06.gif) no-repeat;
	height: 13px;
}

#feat-apt {
	clear: both;
	margin: 10px;
	background: #cedbaf;
	color: #CCCCCC;
	padding: 0;
	margin-bottom: 15px;
	border-top: 1px #E8E8E8 solid;
	border-bottom: 1px #E8E8E8 solid;
}

#feat-apt ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#feat-apt li {
	display: block;
	float: left;
	width: 230px;
	padding: 10px 5px 20px 19px;}

#feat-apt li ul {
	line-height: 1.8em;
}

#feat-apt li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0;
	line-height: 25px;
	border-bottom: #fff 1px dashed;
	font-size: 11px;
}

#feat-apt a {
	text-decoration: none;
	color: #06F;
}

#feat-apt a:hover {
	text-decoration: underline;
	color: #F00;
}

#list-htl {
	clear: both;
	margin: 10px;
	background: #F2F2F2;
	color: #CCCCCC;
	padding: 0;
	margin-bottom: 15px;
	border-top: 1px #E8E8E8 solid;
	border-bottom: 1px #E8E8E8 solid;
}

/* hotel page */

#htltitle {
	padding: 0;
}

#htltitle p {
	padding: 0;
}

#srchbox {
	border: 1px solid #009;
	height: 80px;
}

/* sidebar */

#sidebar {
	width: 220px;
	margin: auto;
}

.sidebar {
	padding: 0;
	margin: auto;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 10px 0;
}

.sidebar li ul {
	padding-bottom: 10px;
}

.sidebar li li {
	margin: 0px 15px;
	padding: 8px 0px;
	border-bottom: 1px #c6d39e dashed;
	background: none;
}


.sidebar li h2 {
	height: 26px;
	background: #c6d39e;
	margin: 0 0 0 0;
	padding: 14px 15px 0px 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006;
}

.sidebar a {
	color: #00F;
}

.sidebar a:hover {
	color: #F00;
}

#srchbox2 {
	padding: 5px;
	width: 208px;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #006;
	border: 1px solid #c6d39e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#srchbox2 p {
	line-height: 14px;
	padding: 5px 0;
}

#htldrpdwn {
	margin: 15px 10px 25px  10px;
	padding: 10px;
	text-align: center;
	border: 1px dashed #c6d39e;
	color: #000;
}

#htldrpdwn p {
	padding: 0;
}
	

/* classes */

.clearboth {
	clear: both;
	font-size: 1px;
	padding: 0;
	margin: 0px;
	height: 1px;
}

.breadCrumbs {
	margin-bottom: 15px;
	font-size: 10px;
}
.breadCrumbs li {
	display: inline;
}

.breadCrumbs li a {
	background: transparent url('../img/arrow2.jpg') no-repeat center right;
	text-decoration: underline;
	padding-right: 15px; /*adjust bullet image padding*/
	color: #00F;
}

.margin_bot {
	padding-top: 5px;
	padding-bottom: 5px;
}

.font13 {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px;
}

/* Pakapin */

#transit {
	margin-top: 15px;
	padding: 5px;
	border: 1px solid #6DC5F3;
	background-color: #f0f0f0;
	text-align: center;
}

#testi {
	width: 100%;
	clear: both;
	padding: 10px 0;
	margin-top: 10px;
	height: 100px;
	border-top: 1px solid #00C;
	border-bottom: 1px solid #00C;
}

#testi img {
	float: left;
	margin-right: 15px;
}

#testi h3 {
	font-size: 15px;
}

#testi .p2 {
	margin-top: 20px;
	font-size: 12px;
}

#worldwide {
	background: bottom #cef6fe url(../gifs/background.gif) ;
	height: 95px;
	width: 620px;
}

#worldwide form {
	float: left;
	width: 350px;
	margin-left: 10px;
	text-align: center;
	font-size: 11px;
	padding: 20px 5px;
}

#srvics {
	width: 100%;
	color: #000;
	margin-top: 10px;
}

#srvics  .serv_box {
	width: 260px;
	float: left;
	background-color: #f3f5f6;
	margin: 2px;
	height: auto;
	font-size: 10px;
}

#srvics  .serv_box2 {
	width: 525px;
	float: left;
	background-color: #f3f5f6;
	margin: 2px;
	font-size: 10px;
	height: auto;
}

/* footer */

#footer {
	position: relative;
	margin-top: 10px;
	text-align: center;
}