/* CSS Document */
body{ padding:0px; border:0px; margin:0px; }
br{ line-height:16px;}
a{ outline:0px;}

.body-bg{ background: #090808;}
.banner-bg{ background:url(../images/banner-bg.jpg) repeat-x #AB080F; padding:10px 21px 18px 21px;}
.paddind20{ padding:20px 20px 0 20px;}
.padding72{ padding:80px 40px 5px 77px;}
.padding60{ padding:60px 30px 10px 30px;}
#wel-bg{ background:url(../images/wel-bg.jpg) no-repeat;}
#amenities-bg{ background:url(../images/amenities-bg.jpg) no-repeat;}


/*-------------text-------------*/
.wel{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#838003; text-align:justify;}
.contact{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#DAD5AA; font-weight:600;}
.contact a{ color:#F0DA1B; text-decoration:none;}
.contact a:hover { color:#FFFFCC; text-decoration:none;}
.ame{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#838003; text-align:justify; line-height:25px;}
.ame-red{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#542918; text-align:justify; line-height:25px;}
.contact{ font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#FFFFFF; font-weight:900; }
/*-----------link------*/
.menu{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#F8F3C9; font-weight:900; }
.menu a{ color:#F8F3C9; text-decoration:none;}
.menu a:hover{ color:#FFFFFF; text-decoration:none;}

.link{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#838003; font-weight:600;}
.link a{ color:#838003; text-decoration:none;}
.link a:hover { color:#FFFFCC; text-decoration:none;}

#reservation{
	display:block;
	width:131px;
	height:191px;
	background-image:url(../images/res.jpg);
	background-position:top;
	background-repeat:no-repeat;

	}	
#reservation:hover{
	background-image:url(../images/res-hover.jpg);
	background-repeat:no-repeat;
	}

#weather{
	display:block;
	width:122px;
	height:86px;
	background-image:url(../images/weather.jpg);
	background-position:top;
	background-repeat:no-repeat;

	}	
#weather:hover{
	background-image:url(../images/weather-hover.jpg);
	background-repeat:no-repeat;
	}
.topp{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#DAD5AA; font-weight:bold;}
.topp a{ color:#F0DA1B; text-decoration:none;}
.topp a:hover { color:#FFFFCC; text-decoration:none;}
/*------footer--------------------*/
#footer{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; font-weight:900; }
#footer a{ color:#FF0000; text-decoration:underline;}
#footer a:hover{ color:#FF0000; text-decoration:none;}
/*................ Bullet ..........................*/
.bullet{
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:center;
	line-height:25px;
	padding-top:3px;
	}
.guest-amenities{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-left:3px;
	padding-top:5px;
	font-size:12px;
	letter-spacing:1px;
	line-height:20px;
	}
.area-text{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFCC;
	font-size:12px;
	text-align:left;
	background-color:#910000;
	line-height:20px;
	padding:3px;
	padding-left:5px;
	text-align:justify;
	padding-bottom:10px;
	}
.images{
	border:#FFFFFF 3px solid;
	background-color:#910000;
	}
