* {margin:0; padding:0;}
html, body {height:100%;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-style:normal;
	font-weight:normal;
	text-align:center;
	color:#333;
	background:#fff url(images/bg-template01.gif) repeat-y center;
}
h1, h2, h3, h4 {margin-bottom:5px; font-weight:normal; border-bottom:2px solid #eee;}
h1 {font-size:2.2em; color:#333; margin-bottom:15px;}
h2 {font-size:1.8em; color:#666; margin-top:10px; letter-spacing:-1px;}
h3 {font-size:1.6em; color:#999;}
h4 {font-size:1.4em; color:#999;}

a:link, a:visited {color:#666; text-decoration:underline}
a:hover {color:#333; text-decoration:none}
a img {border:none;}
a, object {outline:none;}
ul, li {list-style-type:none}
fieldset, img {border:0;}
p {padding-bottom:0.5em; line-height:1.6em;}


.fl {float:left}
.fr {float:right;}
.center {text-align:center}
.mrg-auto {margin:0 auto;}

.object {padding-top: 20px;}
.object div.obj-frame {display:inline-block; border:3px solid #e4e4e4; margin:0 auto 25px auto; padding:1px;}

.main-image {border:3px solid #eee;}
.l-side {float:left; margin-right:15px;}

.clear {clear:both; display:block; }
.clear hr {display:none;}

div.hr {clear:both; display:block;}
div.hr hr {display:none;}

.intro {font-size:medium; line-height:normal;}
blockquote.intro {padding-bottom:10px;}

.remark {color:#F13C73; font-weight:bold;}
/* colors */
.c-1 {color:#900} /* red */
.c-2 {color:#f90} /* orange */
.c-3 {color:#06c} /* blue */
.c-4 {color:#b8a970} /* light brown */
.c-5 {color:black} /* black */

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -36px;
}
.push {height: 36px;}

.btns-panel a:link,
.btns-panel a:visited {
	display:block;
	text-align:center;
	background: url(images/btns.png) no-repeat 0 0;
}
.btns-panel a.video {
	width:112px;
	height:34px;
	margin:auto;
	line-height:32px;
}
.btns-panel a.video:hover {
	background-position:0 -38px;
	line-height:33px;
}

.btns-panel a.gallery {
	width:162px;
	height:34px;
	margin:auto;
	line-height:32px;
	background-position:0 -79px;
}
.btns-panel a.gallery:hover {
	background-position:0 -118px;
	line-height:33px;
}


/* ------------------- MAIN HEADER --------------------- */
#main-header {height:80px; margin-bottom:10px; background:#fcf8db; border-bottom:1px solid #eee; }
#main-header #wrap {width:960px; margin:0 auto;}



#page {width:900px; padding-bottom:50px; margin:0 auto; text-align:right; direction:rtl;}

/* ------------------- HEADER --------------------- */
#header {
	width:100%;
	position:relative;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
#header #logo {
	width:180px;
	float:right;
	padding-bottom:5px;
}
#header #logo a:active {position:relative; top:1px;}
#header br {clear:both;}

/* ------------------- NAVIGATION --------------------- */
#navigation {
	position:absolute;
	bottom:-5px;
	right:250px;
	width:680px;
	display:block;
}
#navigation ul {display:block;}
#navigation ul li{display:inline;}
#navigation ul li a:link,
#navigation ul li a:visited {
	display:block;
	float:right;
	text-decoration:none;
	padding:5px 20px;
	margin:0 4px;
	color:#fff;
	text-align:center;
	line-height:normal;
	border-bottom:5px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
background: #4c4c4c; /* old browsers */
background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* ie */
}
#navigation ul li a:hover {background:#fc0; color:#000}

#navigation ul li.current a {
color:#000;
border-color:#000;
background: #fceabb; /* old browsers */
background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* ie */
}

/* ------------------- CONTENT --------------------- */
#content {
	float:right;
	width:76%;
	min-height:400px;
}
#content ol, #content li {list-style-type:decimal;}
#content ol,#content ul {margin:5px 15px 15px 15px; line-height:1.6em;}

#content ul, #content ul li {list-style-type:disc;}

/*DL, DT, DD TAGS LIST DATA*/
dl {
	margin:20px 0;
	width:100%;
	display:block;
}
dl dt {
	font-size:large;
	color:#666;
}
dl dd {
	margin-bottom:10px;
	line-height:1.6em;
}
.lrg-font {font-size:medium}

.profile, .attraction {clear:both; padding:15px;}
.profile strong, .attraction strong{font-size:16px; font-weight:normal;}
.profile img, .attraction img {float:right; margin-left:10px; border:2px solid #eee; padding:1px; max-width:100px; }

.attraction strong {color:#000}



/* ------------------- GALLERY --------------------- */
.gallery br {clear:both; display:block; height:20px;}
.gallery a:link, .gallery a:visited {margin:4px;padding:2px; display:block; float:right; background:#eee;}
.gallery a:hover {background:#666;}
.gallery a:active {position:relative; top:1px;}
.gallery a img {border:2px solid #fff;}

.key-nav {
	width:90%;
	height:80px;
	position:relative;
	text-align:right;
	background: url(images/key-arrows-btns.gif) no-repeat right center;
}
.key-nav em {
	position:absolute;
	top:15px;
	right:90px;
	color:#666;
	font-size:1.2em;
}

/* ------------------- CONTACT --------------------- */

#contactDetails { float:right; width:200px; margin-left:30px;}
#contactDetails ul {list-style-type:disc; padding-right:15px;}
#contactDetails ul li {padding-bottom:10px; list-style-type:disc;}

#contactForm {width:420px; padding-right:20px; direction:rtl; float:right; border-right:5px solid #eee;}
#contactForm p {padding:5px 0;}
#contactForm p#service {font-size:medium; line-height:normal;}
#contactForm label {display:block; width:8em; float:right}
#contactForm em {color:#FF8CEB; font-style:normal; font-family:Verdana}
#contactForm input, #contactForm textarea  {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	color:#333;
	border: solid 1px #ccc;
	outline: 0;
	padding:8px;
	background: #FFFFFF url(images/bg-form.png) left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
#contactForm input:hover, #contactForm textarea:hover,
#contactForm input:focus, #contactForm textarea:focus { 
	border-color: #888; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
#contactForm input {width:40%}
#contactForm textarea {width:70%; overflow:auto; direction:rtl;}
#contactForm p.formButtons {padding-right:8em; clear:both;}
#contactForm p.formButtons input {
	width:auto;
	float:right;
	cursor:pointer;
	font-family:Arial;
	font-weight:bold;
	display:block;
	color:#333;
	padding:5px 10px;
	border:1px solid #ccc; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff url(images/bg-form-btn.gif) left bottom repeat-x;
	-moz-box-shadow: 0 3px 5px #ccc;
	-webkit-box-shadow: 0 3px 5px #ccc;
}
#contactForm p.formButtons input:hover {
	border-color:#00D374;
	position:relative;
	top:1px;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
}
#contactForm legend {display: none;}
#contactForm span.cursor {cursor: pointer;}
#contactForm #Error_msg {margin-right:8em; padding:3px 10px; line-height:normal; background-color:#cf9; color:#000; display:block; float:right; margin-bottom:10px;}

#mailResponse {width:200px; float:right; padding:10px; margin:20px 60px 0 0; text-align:center; border:1px solid #ccc;}
#mailResponse p {padding:5px; margin-bottom:10px; background:#ffc; font-size:medium;}



/* ------------------- SIDEBAR --------------------- */
#sidebar {
	float:left;
	width:20%;
	min-height:400px;
}
.phone, .mobile {padding:2px; margin-bottom:4px;}
.phone span, .mobile span {font-family:georgia; font-size:large; }


.coupone-wrap {width:100%; position:relative; display:block; border:2px dashed #ccff99; margin:30px auto;}
.coupone-wrap  .scissors {display:block; width:20px; height:20px; position:absolute; top:-11px; right:10px; background: url(images/ico_scissors.gif) no-repeat;}
.coupone {background:#ccff99; margin:5px; padding:10px; text-align:center;}
.coupone .title {font-size:1.6em; background:#fff; padding:4px 0; display:block;}
.coupone .discount {display:block; font-size:1.4em; font-style:normal;}
.coupone .discount span {font-family:georgia; font-size:160%;}
.coupone .action {border-top:1px solid #fff; margin-top:5px; height:100%; overflow:hidden;}
.coupone .action a:link, .coupone .action a:visited { width:6em; padding:5px 10px; margin:10px auto 0 auto; background:yellow; border:1px solid #ffcc00; text-decoration:none; display:block;-moz-border-radius: 5px; -webkit-border-radius: 5px;}
.coupone .action a:hover {background:#ffcc00}
.coupone ul {font-size:90%; text-align:right; padding-bottom:5px; color:#404040}




/* ------------------- MAIN FOOTER --------------------- */
#footer-wrap {
	background:#eee;
	border-top:1px solid #ccc;
}
#footer {
	width:960px;
	height:30px;
	padding-top:5px;
	margin:0 auto;
}
#footer ul li {display:inline}
#footer ul li a {margin:0 10px;}