/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font:normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
img, div { /*behavior: url(iepngfix.htc) */}
table {
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #ccc;
}
table  tr th{
	background-color:#EFEFEF;
}
table  tr td, table  tr th{
	margin:0;
	padding:2px;
	border:1px solid #ccc;
	border-collapse:collapse;
	font-size:13px;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
a {
	outline:none;	
}
a:hover{
	color:#333;	
}
img {
	outline:none;
}
/* typography.css */
body {
	font-size:100%;
	color:#6a5644;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 		
	background:#232521;
}
h1, h2, h3, h4, h5, h6 {
	color:#000;
}
h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:2em;
	margin-bottom:0.75em;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 1.5em;
	font-size:11px;
}
p img {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color:#999;
}
a{
	color:#87700c;
	text-decoration:none;
	font-size:13px;
}
a:hover{
	color:#999;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
}
del {
	color:#666;
}
pre, code {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.5;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
ul li ol li{
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
	float:left;
}
dl dt {
	font-weight:bold;
	float:left;
	
}
dd {
	margin-left:1.5em;
	float:left;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
th, td {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#E5ECF9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
input, textarea {
	font-size:75%;
	color:#666;
}
button {
	margin:0;
	padding:0;
	border:0;
	background:0;
	cursor:pointer;
}
/* @Global Class */
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.no-border {
	border:0 !important;
}
.no-bg {
	background:0 !important;
}
a.more {/*
	background:url(../images/btn-arrow.gif) no-repeat 0 1px;*/
	font-weight:bold;
	font-size:11px;
	padding:0 0 0 20px;
	color:#a3238e;
}
a.more:hover{
	color:#bbb08f;
}
/*a.thumb {
	border:3px solid #c4bcb5;
	float:left;
}
a.thumb img {
	float:left;
}
a.thumb:hover {
	border:3px solid #999;
}
*/
/* @Global Class End */

/* @Structure */
#container-outer{
	width:100%;
	margin:0 auto;
	padding:0;
}
#container{
	width:980px;
	margin:0 auto;
	/* border:1px solid red; */
}
#wrap{
	width:960px;
	float:left;
	margin:0 0 20px;
	padding:10px 10px 15px;
	background-color:#FFF;
}
div.col-right{
	width:766px;
	margin:0;
	padding:0	
}
div.col-left {
	width:755px;
	margin:0;
	padding:0;
	float:left;		
}
#header h2.header-title{
	font:normal 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position:absolute;
	right:0;
	top:82px;
	color:#FFF;
	width:700px;
	text-align:right;
	text-transform:uppercase;
}
div#content{
	width:750px;
	float:left;
	margin:0;
	padding:0;
	min-height:415px;
	height:auto !important;
	height:415px;
	position:relative;
	/* border:1px solid red; */
}
div#content.home{
	min-height:270px;
	height:270px;	
}
div#content h1,
div#content h2{
	margin:0 0 10px;
	padding:0;
	font:bold 22px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#af9b45;
	width:750px;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
	text-transform:uppercase;
}
div#content h2{
	border-bottom:0;
	font-size:18px;
	padding-bottom:0;
}
div#content h3{
	width:100%;
}
div#content p{
	font:normal 13px Arial, Helvetica, sans-serif;
	line-height:20px;
	text-align:left;
	margin-bottom:12px;
}
div#content blockquote{
	margin:0 0 10px;
	padding:0;
	font:italic 13px Arial, Helvetica, sans-serif;
	float:left;
}
div#content div.comment-details{
	text-align:right;
	width:745px;
}
div#content div.comment-details p{
	width:600px;
	float:right;
	text-align:right;
	color:#804000;
	font-size:12px;
	line-height:14px;
}
div#content p.to-reserve {
	background:#F4F4F4 none repeat scroll 0 0;
	border:3px solid #CCCCCC;
	float:left;
	font-size:14px;
	margin-top:12px;
	padding:10px;
	width:688px;
}
div#content p.to-book{
	padding:10px;
	background:#F4F4F4;
	border:1px solid #ccc;
	float:left;
	width:93%;
	font-size:14px;
}
div#content div.heighlight{
	text-align:left;
	float:left;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:20px;
}
div#content div.heighlight p{
	color:#999;
	font:normal 13px Arial, Helvetica, sans-serif;
	margin:0 0 10px;	
}
div#content ul{
	margin:0;	
}
div#content ul li{
	font:normal 13px Arial, Helvetica, sans-serif;
	padding:0 0 8px 25px;
	list-style:none;
	float:left;
	width:93%;
	background:url(../images/bg-common.gif) no-repeat 0 -435px;
}
div#content div.heighlight p strong{
	color:#666;	
	font:normal 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
div.sidebar{
	width:250px;
	margin:0;
	padding:0;
	overflow:hidden;
}
/* @Header Starting */
#header{
	width:980px;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	height:162px;/*
	border:1px solid red; */
}
div.logo {
	position:absolute;
	left:0;
	top:20px;
}
#header h1.logo {
	background:transparent url(../images/logo.jpg) no-repeat scroll 0 0;
	height:208px;
	padding:0;
	position:absolute;
	left:8px;
	text-indent:-999em;
	top:13px;
	width:177px;
}
#header h1.logo a {
	display:block;
	width:177px;
	height:208px;
}
#header a.login{
	position:absolute;
	right:0;
	top:8px;
	background:url(../images/icon-login.gif) no-repeat 0 0;
	color:#FFF;
	font-size:12px;
	padding:5px 0 0 24px;
}
#header a.login:hover,
#content div.colms a.read-more:hover,
a.golfrules:hover{
	color:#999;		
}
ul#nav-global{
	position:absolute;
	width:300px;
	right:200px;
	top:40px;
	padding:0;
}
ul#nav-global li{
	float:right;
	list-style:none;
	padding:0;
	background:url(../images/bg-seperator.gif) no-repeat right 3px;
}
ul#nav-global li a{
	color:#fff;
	font-size:12px;
	padding:4px 8px 5px;
	float:left;
}
ul#nav-global li a:hover{
	color:#999;	
}
div.search{
	position:absolute;
	right:0;
	width:208px;
	top:36px;
	height:35px;
}
div.search form{
	margin:0;
	padding:0;
	width:208px;
	height:28px;
	padding:3px 0 0 0;
	float:left;
	background:url(../images/bg-search.gif) no-repeat 0 0;
}
div.search form input{
	float:left;
	width:157px;
	margin:2px;
	border:0;
	padding:1px 5px 0;
	font:normal 13px Arial, Helvetica, sans-serif;
}
div.search form input.btn-search,
div.news-letter form input.btn-search{
	float:left;
	width:28px;
	padding:0;
	margin:2px 0 0 0;
	height:18px;
	border:0;
}
ul#main-navigation{
	width:980px;
	left:0;
	top:109px;
	height:20px;
	position:absolute;
	background:url(../images/bg-main-navigation.jpg) no-repeat 0 0;
	margin:0 0 15px;
	padding:10px;	
	/* border:1px solid red; */
}
ul#main-navigation li{
	float:left;
	padding:2px 13px 0;
	margin:0;
	list-style:none;
	background:url(../images/bg-common.gif)  no-repeat -7px 0;
	position:relative;
}
ul#main-navigation li a{
	margin:0;
	display:block;
	float:left;
	padding:0 0 15px;
	text-transform:uppercase;
	color:#666;
}
ul#main-navigation li ul{
	width:191px;
	position:absolute;
	display:none;
	left:5px;
	top:25px;
	padding:0;	
	margin:0;
	z-index:9999;
}
ul#main-navigation li li{
	list-style:none;
	z-index:9999;
	background:0;
	float:left;
	margin:0 0 0 15px;
	padding:0;
	width:191px;
	border-bottom:1px solid #e0dede;
	position:relative;
	background:#f7f5f5;
}
ul#main-navigation li li a{
	color:#666;
	margin:0;
	font-size:13px;
	display:block;
	text-transform:none;
	font-weight:bold;
	padding:8px 5px 8px 25px;
}
ul#main-navigation li li a:hover{
	color:#b09c46;
	background:url(../images/bg-golf.png) no-repeat 5px 10px;
}
ul#main-navigation li li.last{
	background:0;
	border:0;
}
ul#main-navigation li li.last-s{
	border:0;
}
ul#main-navigation li li.last-s a{
	padding-bottom:0;	
}
ul#main-navigation li li.last a{
	padding:0;	
}
ul#main-navigation li.last {
	position:relative;	
}
ul#main-navigation li.last ul{
	left:-90px;
	top:25px;
}
ul#main-navigation li.hotel ul{
	left:-40px;
	top:25px;
}
/* @ End Header */

/* @Breadcrumb*/
#breadcrumb {
	float:left;
	margin:0 0 10px;
	padding:0;
	width:750px;
	
	}
#breadcrumb li {
	float:left;
	color:#ae9a43;
	list-style:none;
	font-size:13px;
	padding:4px 25px 4px 0;
	background:url(../images/crumbs.gif) no-repeat right center;
	}
#breadcrumb li.last{
	background:0;
	padding-left:0;	
}
#breadcrumb li a {
	display:block;
	padding:0;
	color:#666;
	}							
#breadcrumb li a:link,
#breadcrumb li a:visited {
	color:#777;
	text-decoration:none;
	}	
a:link, a:visited,	
#breadcrumb li a:hover,
#breadcrumb li a:focus {
	color:#ae9a43;
	}
/* @End Breadcrumb */

/* @Utilities*/
div.utilities{
	float:left;
	margin:0;
	width:755px;
	padding:12px 0 0 0;
	border-top:1px solid #CCCCCC;
}
div.utilities a.print{
	display:inline;
	list-style:none;
	margin:0;
	padding:0 10px 0 25px;
	background:url(../images/bg-common.gif) no-repeat 0 -130px;
	border-right:1px solid #ccc;
	color:#999;
	float:left;
}
div.utilities a.print:hover{
	background:url(../images/bg-common.gif) no-repeat 0 -159px;
	color:#AF9B45;			
}
div.utilities a.send-friend{
	color:#999;
	background:url(../images/bg-common.gif) no-repeat 3px -189px;
	padding-left:34px;
	float:left;
}
div.utilities a.send-friend:hover{
	background:url(../images/bg-common.gif) no-repeat 3px -221px;	
	color:#AF9B45;	
}
/* @End Utilities */

/* @Home Page */
#spotlight {
	float:left;
	width:755px;
	margin-bottom:25px;
	overflow:hidden;
	z-index:0;/*
	position:relative;*/
}
h3.title-spotlight{
	width:720px;
	padding:10px 15px;
	position:absolute;
	left:0;
	top:290px;
	font:normal 24px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-transform:uppercase;
	/*filter:alpha(opacity=60);
	opacity: .6;
	-moz-opacity:6;*/
	background:url(../images/bg-spotlight-title.png) repeat 0 0;
	text-align:center;
}
#spotlight ul{
	margin:0 0 10px;
	padding:0;
	float:left;
	width:755px;
	height:355px;
}
#spotlight ul li{
	list-style:none;
	z-index:0 !important;
	float:left;
}
a#view-location{
	position:absolute;
	right:0;
	top:-10px;
}
div#offers{
	float:left;
	width:170px;
	height:334px;
	margin:0 0 10px 0;
	background:url(../images/bg-offers.jpg) repeat-x 0 0;
	padding:10px;
	border:1px solid #ccc;
}
div#offers h3{
	margin:0 0 10px;
	padding:0;
}
div#offers p{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#606060;
	line-height:18px;
}
div#offers a.thumb{
	float:left;
	margin:0 0 15px;
	padding:0;
	border:1px solid #5c5c5c;
}
div#offers a.thumb:hover{
	border:1px solid #000;		
}
#home-widgets{
	width:750px;
	margin:0;
	float:left;
	padding:0;
}
#home-widgets div.home-col{
	width:198px;
	background:url(../images/bg-gradiant-col.jpg) repeat-x 0 bottom;
	float:left;
	padding:0 18px 15px;
	margin-right:22px;
	height:324px;
	overflow:hidden;
	text-align:justify;
}
#home-widgets div.home-col h3{
	background:0;	
	padding:0 0 15px;
	margin:0;
}
#home-widgets div.home-col a.thumb{
	border:1px solid #a9943a;
	margin-bottom:15px;
	float:left;
}
#home-widgets div.home-col p{
	font:normal 12px Arial, Helvetica, sans-serif;
	margin-bottom:10px !important;
	color:#616161;
	line-height:16px;
	float:left;
	width:197px;
	text-align:justify;
}
#home-widgets div.home-col a.know-more{
	font-size:13px;
	font-weight:normal;
	float:left;
	clear:both;
	width:150px;
}
#home-widgets div.home-col a.know-more:hover{
	color:#333;	
}
#home-widgets div.home-col a.thumb:hover{
	border:1px solid #000;	
}
#home-widgets div.home-col.last{
	margin:0;	
}
div.col-right{
	float:left;
	width:180px;
	margin:0 0 0 13px;
	padding:0;
}
div.col-right a.inter-continental,
div.col-right a.facebook,
div.col-right a.virtual{
	margin-bottom:15px;	
	float:left;
}
div.col-right a.facebook{
	margin-bottom:12px;	
	float:left;
}
div#home-bottom{
	float:left;
	clear:both;
	margin:20px 0  0 0;
	padding:25px 15px 15px;
	width:930px;
	background:url(../images/bg-bottom-gradiant.jpg) no-repeat 0 0;
}
div#home-bottom a.membership{
	float:left;
	margin:0 10px;
}
div#home-bottom form.members-lounge{
	float:left;
	margin:0 0 0 65px;
	padding:0;
	width:430px;
}
div#home-bottom form.members-lounge span{
	float:left;	
	width:100%;
	padding:5px 0  0 0;
}
div#home-bottom form.members-lounge span a{
	color:#FFF;
	padding:0 10px 0 0;
	margin:0 8px 0  0;
	background:url(../images/bg-seperator.gif) no-repeat  right 3px;
}
div#home-bottom form.members-lounge span a:hover{
	color:#333;	
}
div#home-bottom form.members-lounge h3,
div.news-letter  h3{
	margin:0  0 7px;
	float:left;
	width:100%;
	padding:0;
}
div#home-bottom form.members-lounge ul{
	margin:0;
	padding:0;
}
div#home-bottom form.members-lounge ul li{
	list-style:none;
	float:left;
}
div#home-bottom form.members-lounge ul li.username{
	background:url(../images/bg-enter-username.jpg) no-repeat 0 0;
	padding:4px;
	width:178px;
}
div#home-bottom form.members-lounge ul li.username input{
	width:150px;
	padding:3px;
	font-size:13px;
	background:#f1efe8;
	border:0;
}
div#home-bottom form.members-lounge ul li.password{
	background:url(../images/bg-password.jpg) no-repeat 0 0;
	padding:4px;
	width:137px;
}
div#home-bottom form.members-lounge ul li.password input{
	width:120px;
	padding:3px 0 3px 3px;
	font-size:13px;
	background:0;
	border:0;
}
div#home-bottom div.news-letter{
	float:left;
	width:180px;
}
div.news-letter{
	float:left;
	margin:0 0 0 38px;
	padding:0;
}
div.news-letter form{
	background:url(../images/bg-newsletter.jpg) no-repeat 0 0;
	padding:3px 4px;
	float:left;
	height:28px;
	width:202px;
}
div.news-letter form input{
	float:left;
	margin:0 5px 0 0;
	padding:3px;
	font-size:13px;
	border:0;
	width:156px;
}
/* @End Home Page*/
/* @Contact Us Page with Form starting Here */
address{
	line-height:16px;
	color:#666;
	width:340px;
	float:left;
	font:normal 13px Arial, Helvetica, sans-serif !important;
}
address strong{
	font:bold 14px Arial, Helvetica, sans-serif;
		
}
form#contactform,div#contact-deails, #request{
	float:left;
	width:400px;
	height:500px;
}
form#contactform p.mandatory-line{
	color:#CCC;
}
p.result{
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:16px;
}
form#contactform small{
	background:transparent url(../images/bg-common.gif) no-repeat scroll -366px -55px;
	padding:0 0 0 16px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#999;
}
form#contactform ul{
	float:left;
	width:400px;
	margin:0;
}

form#contactform ul li{
	background:0;
	background:transparent url(../images/bg-common.gif) no-repeat scroll -366px -55px;
	float:left;
	width:400px;
	padding:3px 0;
	list-style:none;
}

form#contactform ul li.no-bg{
	background:0;
}
form#contactform ul li label{
	float:left;
	width:135px;
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#666;
}
form#contactform ul li input,
form#contactform ul li select{
	color:#666;
	background-color:#FFF;
	border:1px solid  #CCC;
	width:220px;
	float:left;
	padding:4px;
	font:normal 12px Arial, Helvetica, sans-serif;
}
form#contactform ul li input.btn-submit{
	border:0;
	width:95px;
	height:28px;
	float:left;
	margin-left:130px;
	background:0;
}
form#contactform ul li input.btn-reset{
	border:0;
	width:102px;
	height:29px;
	float:left;
	margin-left:18px;
}
form#contactform ul li select{	
	width:228px;
}
form#contactform ul li textarea{
	width:220px;
	border:1px solid  #CCC;
	float:left;
	color:#666;
	overflow:auto;
	background-color:#FFF;
	padding:4px;
	font:normal 12px Arial, Helvetica, sans-serif;
	height:80px;
}
p.validationmsg, form#request-info-form ul li p.validationmsg{
	background-color:#ae9a43;
	clear:both;
	color:#fff !important;
	display:none;
	float:left;
	font-size:11px;
	height:18px !important;
	margin:0 0 0 135px !important;
	_margin:0 0 0 68px !important;
	padding:5px !important;
	width:220px;
}
div#map-holder{
	float:left;
	width:340px;
	margin:15px 0 0;
	padding:12px 0 0;
	border-top:1px solid #ccc;
}
div#map-holder a.map{
	border:1px solid #ae9a43;
	float:left;
}
div#map-holder a.map:hover{
	border:1px solid #000;
}
div#map-holder h4{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#666;
	margin:0 0 10px;
	padding:0;
}
div#map-holder span{
	color:#CCC;
	float:left;
	padding:5px 0 0 0;
	width:200px;
	font:normal 12px Arial, Helvetica, sans-serif;
}
/* @Contact Us  Style Ending here */

/* @Gallery Landing*/
ul#gallery-categories{
	margin:10px 0 0 0;
	padding:0;
	float:left;
	width:750px;
}
#content ul#gallery-categories li{
	list-style:none;
	margin:0 10px 15px 0;
	padding:10px;
	float:left;	
	width:215px;
	height:230px;
	background-color:#fff;
	background-image:none;
	border:1px solid #DADADA;
}
ul#gallery-categories li.third{
	margin-right:0;	
}
ul#gallery-categories li a:hover{
	color:#333;	
}
ul#gallery-categories li p{
	float:left;
	margin-bottom:5px;
}
ul#gallery-categories li div.gallery-img{
	float:left;
	padding-bottom:10px;
	width:217px;
}
ul#gallery-categories li div.gallery-img span{
	display:none;	
	background:#333;
	width:197px;
	padding:10px;
	color:#FFF;
}
ul#gallery-categories li div.gallery-img a.thumb{
	border:1px solid #b29d4a;
	float:left;
}
ul#gallery-categories li div.gallery-img a.thumb:hover{
	border:1px solid #000;	
}
ul#gallery-categories li h4{
	font-size:18px;
	color:#666;
	margin-bottom:12px;
}
/* @Gallery */
#content  ul#gallery,
#content  ul#gallery1{
	float:left;
	width:750px;
	margin:10px 0 0 0;
	padding:0;
	border-bottom:1px solid #CCCCCC;
}
#content ul#gallery li,
#content  ul#gallery1 li{
	list-style:none;
	float:left;
	width:125px;
	height:125px;
	margin:0 25px 25px 0;
	background:0;
	padding:0;
}
#content ul#gallery li span,
#content ul#gallery1 li span{
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#999;
	margin:0 0 5px;
	padding:0;
	float:left;
	width:122px;
}
#content ul#gallery li a.thumb,
#content ul#gallery1 li a.thumb{
	border:1px solid #b09c46;
	float:left;
}
#content ul#gallery li a.thumb:hover,
#content ul#gallery1 li a.thumb:hover{
	border:1px solid #000;		
}

/* @End Gallery */
/* @Listing Page */
#content ul.listing{
	float:left;
	margin:0;
	padding:0;
	width:750px;
}
#content ul.listing li{
	list-style:none;
	background:0;
	float:left;
	margin:0;
	padding:15px 0;
	width:750px;
	border-bottom:1px solid #DDD;
}
#content ul.listing li.last{
	border:0;	
}
#content ul.listing li a.thumb{
	float:left;
	margin-right:20px;
}
#content ul.listing li div.list-details{
	float:left;
	width:604px;
	padding:0;
}
#content ul.listing li div.list-details small{
	float:left;
	width:100%;
	margin:0 0 5px;
	color:#960;
	font:normal 12px Arial, Helvetica, sans-serif;
}
#content ul.listing li div.list-details.full-width{
	width:100%;	
}
#content ul.listing li a.thumb{
	float:left;
	margin:0 15px 5px 0;
	border:2px solid #b19d49;
	float:left;
}
#content ul.listing li a.thumb:hover{
	border:2px solid #000;	
}
#content ul.listing li div.list-details h3{
	margin:0;
	padding:0;
	color:#999;
	background:0;
}
#content ul.listing li div.list-details  a{
	padding:0;
	margin:0 0 5px;
	color:#b19d49;
	float:left;
	font:normal 12px Arial, Helvetica, sans-serif;
	width:100%;
}
#content ul.listing li div.list-details h3 a{
	font:bold 15px Arial, Helvetica, sans-serif;
	background:0;
	padding:0;
}
#content ul.listing li div.list-details h3  a:hover{
	color:#666;	
	text-decoration:none;
}
#content ul.listing li div.list-details p{
	text-align:justify;
	padding:0;
	margin:0 0 10px;
	float:left;
}
#content ul.listing li div.list-details ul{
	margin:0 0 10px;
	padding:0;
	float:left;
}
#content ul.listing li div.list-details ul li{
	border:0;
	margin:0;
	padding:4px 0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#FFF;
}
/* @End Listing Page */

/* @Membership */
div.col-m{
	background:url(../images/bg-col.jpg) no-repeat right 0;
	float:left;
	margin:0 0 15px;
	padding:0 12px 15px 8px;
	width:230px;
}
#content div.col-m h3{
	background:0;
	padding:0;
	margin:0 0 15px;
}
div.col-m a.member-img{
	margin-bottom:10px;
	float:left;
}
div.col-m a.thumb{
	border:1px solid #999;
	float:left;
	margin:0 0 15px;
	
}
div.col-m a.thumb:hover{
	border:1px solid #000;	
}

/* @End Membership */

/* @Paging */

/* @End Paging */
.page-navigation{
	color:#424242; 
	text-align:left;
	float:left; 
	width:100%;
	margin:0; 
	padding:12px 0;
}
.page-navigation a, 
.page-navigation a:visited{
	color:#666;
	font-size:13px;
	padding:0 8px;
	background:url(../images/bg-common.gif) no-repeat -7px 0;
	float:left;
	text-decoration:none;
}
.page-navigation a:hover,
.page-navigation a.current{color:#C90;}
.page-navigation a.previous, 
.page-navigation a.previous:visited
{
	padding:2px 0 0 25px;
	text-indent:-9999em;
	width:1px;
	float:left;
	background:url(../images/bg-common.gif) no-repeat 0 -274px;
}
.page-navigation a.previous:hover{
	background:url(../images/bg-common.gif) no-repeat 0 -308px;		
}
.page-navigation a.next, 
.page-navigation a.next:visited{
	padding:2px 25px 0 0;
	width:1px;
	text-indent:-9999em;
	float:left;
	background:url(../images/bg-common.gif) no-repeat 0 -350px;
}
.page-navigation a.next:hover{
	background:url(../images/bg-common.gif) no-repeat 0 -388px;		
}
/* @Start Footer  */

#footer-outer{
	width:100%;
	margin:0 auto;
	.margin:20px 0 0;
	padding:0;
	overflow:hidden;
	background:#000 url(../images/bg-footer.jpg) repeat-x 0 0;
}
#footer{
	width:920px;
	margin:0 auto;
	padding:15px 0 0 60px;
	height:70px;
	background:url(../images/icon-al-badia.gif) no-repeat 0 15px;
}

#footer ul{
	float:left;
	width:960px;
	margin:10px 0 15px;
}
#footer ul li{
	float:left;
	padding:0 7px 0 25px;
	list-style:none;
	background:url(../images/bg-common.gif) no-repeat 0px -5px;
}
#footer ul li a{
	float:left;
	color:#87700c;
	font-size:12px;
}
#footer ul li a:hover{
	color:#333;
}
#footer p{
	color:#333;
	font-size:12px;
	width:980px;
	margin:0;
	padding-left:20px;
	float:left;
}
#footer p img{
	margin:0;
	padding:0;
}
#footer p a{
	padding:0 0 0 25px;
	margin:0;
	background:url(../images/bg-common.gif) no-repeat 0 -39px;
	float:left;
}

/* @End Footer  */


/* @Start Clear Fix  */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* @End Clear Fix  */

* @Slider */
#slider {
	position:relative;
	height:300px;
	width:170px;
	margin:0;
	padding:0;
}
#slider li {
	width:170px;
	margin:0;
	padding:0;
	position:absolute;
	list-style:none;
}
#slider li img {
	border:none;
}
#slider li.show {
	z-index:500
}
#slider .caption {
	z-index:600;
	background-color:#000;
	color:#ffffff;
	height:100px;
	width:100%;
	position:absolute;
	bottom:0;
}
#slider .caption .content {
	margin:5px
}
#slider .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}
/* @Event Callender */
div.event-cal{
	float:left;
	margin:15px 0 15px 0;
	padding:0;
	width:170px;
}
div.event-cal h4{
	margin:0 0 5px;	
	float:left;
	width:100%;
	color:#999;
}
div.event-cal h3{
	margin:0 0 10px;
	padding:0;
}
table.events-calendar {
	border-collapse: collapse;
	border: 1px solid #999;
	border-width: 0px 0px 1px 1px;
	font-size: 11px;
	width:150px;
	margin:0 0 5px 3px;
	padding:0;
}
table.events-calendar td, table.events-calendar th {
	width: 15px;
	height:15px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells.png);
	color: #444;
	position: relative;
}
table.events-calendar th {
	height: 15px;
	padding:6px 3px;
	font-weight: normal;
	font-size: 11px;
	background:#ac9c57;
	color:#FFF;
}
table.events-calendar td{
	background:#EFEFEF;	
	padding:2px 0;
	font-size:11px;
}
table.events-calendar td:hover, table.events th:hover {
	background-position: 0px -81px;
	color: #222;
}
table.events-calendar td.date_has_event {
	background-position: 162px 0px;
	color: #333;
	background:#fff;
}
table.events-calendar td.date_has_event:hover {
	background-position: 162px -81px;
}
table.events-calendar td.padding {
	background: url(../img/calpad.jpg);
}
table.events-calendar td.today {
	background-position: 81px 0px;
	color: white;
	background:#666;
}
table.events-calendar td.today:hover {
	background-position: 81px -81px;
}
table.events-calendar.events {
	position: relative;
}
table.events-calendar .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}
.events-calendar th a{
text-decoration:none;
font-size:120%;
font-weight:bold;
color: #000;
outline-width:0;
}
table.events-calendar tfoot th a{
	color:#FFF;
}

/* @End Event Callender */



/* @Meeting and Dining */
#content h2.ding-options,
#content h2.sub-title,
div#content h3{
	font:normal 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	text-transform:none;
	background:url(../images/bg-title.jpg) no-repeat 0 0;
	padding:6px 10px 8px;
	float:left;
}
#content ul#dining-listing,
#content ul.golf-academy{
	float:left;
	width:750px;
	margin:0;
	padding:0;
}

#content ul#dining-listing li,
#content ul.golf-academy li{
	width:340px;
	float:left;
	padding:0 0 10px 10px;
	margin:0 20px 20px 0;
	list-style:none;
	height:125px;
	background:url(../images/bg-li-dining.jpg) repeat-x 0 bottom;
	border-bottom:1px solid #EAEAEA;
}
#content ul#dining-listing li a.thumb,
#content ul.golf-academy li a.thumb{
	vertical-align:middle;
	border:1px solid #ccc;
	padding:8px;
	margin:0 10px 10px 0;
	float:left;
	background:#FFF;
}
#content ul#dining-listing li a.thumb:hover,
#content ul.golf-academy li a.thumb:hover{	
	border:1px solid #333;	
}
#content ul#dining-listing li.no-border,
#content ul.golf-academy li.no-border{
	border:0;	
}
#content ul#dining-listing li div.details,
#content ul.golf-academy li div.details{
	float:left;
	width:180px;
	padding:0px;
	margin:0;
}
#content ul#dining-listing li  h3,
#content ul.golf-academy li h3{
	margin:0 0 4px;
	padding:0 0 5px;
	line-height:10px;
	background:none;
}
#content ul#dining-listing li  h3 a,
#content ul.golf-academy li h3 a{
	font:normal 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	color:#666;	
}
#content ul#dining-listing li  h3 a:hover,
#content ul.golf-academy li   h3 a:hover,
#content ul#dining-listing li div.details a:hover,
#content ul.golf-academy li div.details a:hover{
	color:#999;	
}
#content ul#dining-listing li div.details p,
#content ul.golf-academy li  div.details p{
	line-height:16px;
	margin-bottom:10px;
	text-align:left;
}
div.resturants{
	float:left;
	width:750px;
}
div.resturants p{
	margin-bottom:10px;	
}
div.resturants a.read-more{
	margin-bottom:10px;	
	float:left;
}

/* ------15-08-09 Saturday  Meeting and dinging single pages ------ */

#content div.content-left{
	width:564px;
	float:left;
	margin:0;
	padding:0;
}

#content div.content-left h3,
#content div.content-left h4 {
	margin:0 0 10px;
	float:left;
	padding:0;
	width:560px;
	padding:7px 10px 5px 10px;
	height:25px;
	font:normal 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	background:url(../images/bg-content-subtitle.jpg) no-repeat -1px 0;
}
#content div.content-left h4{
	background:0;
	width:100%;
	padding:0;
	margin:0 0 5px;
}
#content div.content-left p{
	margin-bottom:10px;	
	text-align:justify;
}
#content div.content-right {
	float:right;
	margin:0;
	padding:0 0 0 20px;
	width:166px;
}
/* #content div.content-right{
	width:175px;
	float:left;
	margin:0;
	padding:0 20px;
}*/
#content div.content-right span{
	padding:0 0 20px;
	float:left;
}
#content div.content-bottom{
	float:left;
	width:750px;
	margin:10px 0 20px 0;
	padding:0;
}
#content div.content-bottom div.content-col{
	width:210px;
	padding:8px;
	height:180px;
	float:left;
	margin:0 15px 0 0;
	border:1px solid #E1E1E1;
	background:url(../images/bg-li-dining.jpg) repeat-x  0 bottom;
}
#content div.content-bottom div.content-col h4{	
	font:bold 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
	margin-bottom:10px;
	padding:0;
}
#content div.content-bottom div.content-col p{
	margin:0;
	padding:0;
}
#content div.content-bottom div.content-col dl{
	width:210px;
	float:left;
	margin:0;
	padding:0;
}
#content div.content-bottom div.content-col dl dt{
	width:88px;
	float:left;
	margin:0;
	padding:0 3px 5px 0;
}
#content div.content-bottom div.content-col dl dd{
	width:110px;
	float:left;
	padding:0;
	padding:0 0 5px 3px;
	margin:0;		
}
#content div.content-bottom div.content-col ul{
	margin:0;
	padding:0;
	float:left;
	width:200px;		
}
#content div.content-bottom div.content-col ul li{
	list-style:none;
	background:url(../images/bg-common.gif) no-repeat -5px -435px;
	padding:0 0 2px 22px;
	margin:0;
}
span.hotel-logo{
	float:left;
	margin:0 12px 0 0;
}

/* @End Meeting and dinging */


/* ------16-08-09 Sunday ------ */

/* @Special Clinic */
#content ul#special-clinic{
	margin:10px 0 0 0;
	padding:0;
	width:750px;
	float:left;
}
#content ul#special-clinic li{
	width:330px;
	margin:0 15px 20px 0;
	float:left;
	list-style:none;
	padding:12px 12px 0;
	height:320px;
	list-style:none;
	background:0;
	border:1px solid #ccc;
	background:url(../images/bg-gradiant-col.jpg) repeat-x 0 bottom;
}

ul#special-clinic li h3{/*
	background:url(../images/bg-li-clinic.jpg)	no-repeat 0 0;*/
	background:0;
	margin:0 0 10px;
	width:330px;
	color:#333;
	padding:0;
	font:normal 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

ul#special-clinic li a.thumb{
	float:left;
	margin:0 15px 0 0;
	border:1px solid #ccc;
}
ul#special-clinic li a.thumb:hover{
	border:1px solid #333;		
}

/* @End Special Clinic */

/* @Speacial Package */
#content ul#each-package{
	margin:0 0 15px 0;
	padding:0;
	width:720px;
	float:left;
	background:#F8F8F1;
	border:1px solid #EAEAEA;
	padding:15px 10px;
}
#content ul#each-package li,
#content div.colms ul li{
	list-style:none;
	background:url(../images/bg-common.gif) no-repeat -5px -435px;
	padding:0 0 5px 22px;
	margin:0 15px 0 0;
	float:left;
	font:normal 13px Arial, Helvetica, sans-serif;
	display:inline;
}
#content ul#each-package li{
	width:320px;	
}
#content div.colms{
	width:209px;
	float:left;
	margin:0 18px 18px 0;
	padding:12px;/*
	height:180px;*/
	border:1px solid #DBDBDB;
	background:url(../images/bg-li-dining.jpg) repeat-x 0 bottom;
}
#content div.colms ul{
	margin:0;
	padding:0;
	width:220px;
}
#content div.colms p{
	margin-bottom:10px;	
}
#content div.colms h3{
	font:normal 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	margin:0;
	padding:0;
	float:left;
	width:100%;
	background:0;
}
#content div.colms.no-margin{
	margin:0 0 15px 0;
}
#content div.colms.left{
	margin:0 15px 15px 0;
	width:332px;
	height:300px;
}
#content div.colms span{
	padding:5px;
	background:#EBEBD6;
	font:bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:10px 0;
	float:left;/*
	clear:both;*/
	width:198px;
	
}
#content div.colms p{
	float:left;	
}
#content div.colms a.read-more,
#home-widgets div.home-col a.know-more,
#content ul.listing li div.list-details a,
a.read-more{
	float:left;
	background:url(../images/bg-common.gif) no-repeat -5px -473px;
	padding:0 0 0 18px;
	color:#a28811;
	width:95%;
	clear:both;
	font:normal 12px Arial, Helvetica, sans-serif;
}
#content div.colms a.read-more:hover,
#home-widgets div.home-col a.know-more:hover,
#content ul.listing li div.list-details a:hover,
a.read-more:hover{
	color:#666;
	text-decoration:underline;
}

/* @End Special Package */

#content div.fac-images{
	margin:30px 0 30px 0;
}
#content div.fac-images img{
	border:1px solid #CCC;
	padding:1px;
	margin:0 8px 0 0;
}

/* @Rates */
table#rates{
	float:left;
	width:600px;	
}
table#rates tr td,
table#rates tr th{
	padding:5px;
	
}
table#rates tr th{
	background:#666;	
	color:#FFF;
}
table#rates tr td.odd{
	background:#fff;	
}
table#rates tr td.even{
	background:#F2F2E6;	
}

/* @End Rates */

/* @Restaurant Reservation */
span.rest-logo{
	border:1px solid #ccc;
	padding:6px;
	float:left;
	margin:0 15px 12px 0;
}
div.rest-details{
	height:100px !important;	
}
div.rest-details-full{
	border:1px solid #ccc;
	background:#FAFAF5;
	border:1px solid #ccc;
	float:left;
	margin:15px 0 0 0;
	padding:12px;
	width:688px;
}
div.rest-details-full h4{
	font:bold 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#AF9B45;
	margin-bottom:5px;
}
div.rest-details-full p{
	margin-bottom:0;	
}
/* @End Restaurant Reservation */

.golfrules{
	background:url("images/ico-word.jpg") no-repeat left;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	height:45px;
	padding:50px;
}

/* membership registraition*/
form#frmmember h2{
	margin:0 0 10px 0px;
	padding:0;
	font:bold 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#b09c46;
	text-transform:uppercase;
}

div#container p.subhead{
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#666;
	line-height:26px;
	margin:10px 0 10px 0px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}
form#frmmember ul{
	width:430px;
	margin:0;
	float:left;
	padding:10px;
}
form#frmmember ul li{
	width:430px;
	margin:0;
	padding:6px 0 8px;
	float:left;
	list-style:none;
}
form#frmmember  li label{
	 width:140px;
	 float:left;
	 color:#666;
	 padding:3px 0 0 0;
	 font:normal 12px Arial, Helvetica, sans-serif;
	 
}
form#frmmember div#chkbox{
	float:left;
	width:700px; 
	margin:0px;padding:0 0 15px 10px;
	}
form#frmmember div#chkbox li{
	float:left;
	width:200px;
	}
form#frmmember div#chkbox li lable{
	float:left;
	}
form#frmmember input, form#frmmember textarea{
	color:#fff;
	background-color:#fff;
	border:1px solid  #CCC;
	float:left;
	padding:2px;
	color:#666;
	font:normal 12px Arial, Helvetica, sans-serif;
}

form#frmmember input.btn-submit{
	border:0;
	height:27px;
}
form#frmmember table td{
		height:28px;
	}
form#frmmember table,form table tr, form table th, form table td{
		border:0px;
	}

#content form#frmmember p.validationmsg{
	margin:0 !important;
	float:left;
	width:149px;
}
/* registration end */

small.calendar{
	color:#999;
	font-size:11px;
	float:left;
	margin-bottom:5px;
	padding:0 0 0 16px;	
	background:url(../images/icon-calendar-02.gif) no-repeat 0 0 !important;
}
a.golfrules{
	float:left;
	margin:0;
	background:url(../images/ico-word.jpg) no-repeat  0 -2px;
	padding:10px 0 0 45px;
}

a.export{
	background:url(../images/icon-outlook.jpg) no-repeat 0 0px;
	padding:4px 0 4px 28px;
	margin:0 0 10px;
	float:left;
}
a.export:hover{
	color:#999;
}
ul#home-offers{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	height:210px !important;
	width:162px;
}
a.see-all{
	float:left;	
}
#spotlight ul{
	margin:0;
	padding:0;
	float:left;
}
#spotlight ul li{
	list-style:none;
	z-index:0 !important;
	float:left;
}

div.paging-month{
	position:absolute;
	right:0;
	top:0px;
	width:350px;
	border:1px solid #E0E0E0;
	padding:4px;
}
div.paging-month a.previous{
	float:left;
	padding:0 0 0 20px;
	background:url(../images/icon-prev.gif) no-repeat 0 0;
}
div.paging-month a.next-month{
	float:left;
	padding:0 20px 0 0;
	background:url(../images/icon-next.gif) no-repeat right 0;
}
div.paging-month a.previous:hover,
div.paging-month a.next-month:hover{
	color:#666666;
}

div.paging-month span{
	text-align:center;
	width:102px;
	margin:0 15px 0;
	float:left;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#666666;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}

div#midweek,
div#academy,
div#overseas{
	float:left;
	width:150px;
	padding:3px 0 0 0;
}
div#midweek input,
div#academy input,
div#overseas input{
	float:left;
	margin:0 3px 0 0;
	width:20px;
}
div#midweek label,
div#academy label,
div#overseas label{
	float:left;
	margin:0 3px 0 0;
}

#content ul#outdoor-gallery{
	float:left;
	margin:0;
	padding:0;
	width:550px;
}
#content ul#outdoor-gallery li{
	background:none repeat scroll 0 50% transparent;
	float:left;
	list-style:none outside none;
	margin:12px;
	padding:5px;
	width:130px;
}
#feedback {
	border-left:2px solid #333333;
	margin:0 auto 0;
	padding:0;
	position:fixed;
	width:44px;
	height:102px;
	left:-6px;
	top:103px;
	display:none;
	
	}	