@charset "utf-8";
/* CSS Document */

#wrapper
{
	margin:auto;
	width: 780px;
	min-height: 100%;
	line-height: 130%;
}

* html #wrapper {
  height: 100px;
}


#header {
	background:url(../images/Kundutel-Hotel-Facade.jpg) fixed no-repeat;
	height:390px;
	width:724px;
}


#navbar {
	width:780px;
	height:22px;
	font-size:12px;
	line-height:85%;
	text-align:center;
}

#welcomeMain{
	background:url(../images/welcome-bg.jpg) no-repeat;
	width:694px;
	height:191px;
	margin:auto;
	font-size:12px; 
	color:#071d0d;
}

#welcomeLeft{
	width:326px;
	padding:12px 0px 0px 15px;
	float:left;
}

#welcomeRight{
	width:307px;
	padding:12px 0px 0px 19px;
	float:right;
}

#galleryRoomRatesMain{
	width:780px;
	margin:auto;
	font-size:12px; 
	color:#ffffff;
}

#gallery{
	width:330px;
	height:270px;
	padding:13px 0px 0px 40px;
	float:left;
}


#roomRates{
	background:url(../images/room-rates-bg.jpg) no-repeat;
	width:365px;
	height:231px;
	float:right;
	margin:18px 0px 0px 0px;
	padding:22px 0px 0px 20px;
}


#subPageMainContent{
	width:710px;
	margin:auto;
	font-size:12px;
}

#roomTitle{
	font-size:12px;
	font-weight:bold;
	color:#d6da69;
}

#amenitiesServicesTitle{
	font-size:12px;
	font-weight:bold;
	color:#d6da69;
}

#functionHallsTitle{
	font-size:12px;
	font-weight:bold;
	color:#d6da69;
}

#vicinityTitle{
	font-size:12px;
	font-weight:bold;
	color:#d6da69;
}

#navDivider{
	color:#d7db69;
}

#index-footer {
	background-image:url(../images/index-footer.png);
	height:30px;
	width:780px;
}

#roomsImageHolder{
	width:317px;
	height:100px;
	float:left;
}

#roomsImageHolderSingle{
	width:161px;
	height:100px;
	float:left;
}

#roomsImageHolderTriple{
	width:473px;
	height:100px;
	float:left;
}

#roomsImageHolderQuad{
	width:624px;
	height:100px;
	float:left;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 	font-family: Arial;
  	font-size: 12px;
  	background-color:#07140a;
	background-image:url(../images/main-bg.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF;
}

td {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color: #071d0d;
	text-decoration: none;
}

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

a.navLink:link, a.navLink:visited, a.navLink:active {
	color: #d7db69;
	text-decoration: none;
}

a.navLink:hover {
	color: #d7db69;
	text-decoration:underline;
}

a.whiteLink:link, a.whiteLink:visited, a.whiteLink:active {
	color: #ffffff;
	text-decoration: none;
}

a.whiteLink:hover {
	color: #ffffff;
	text-decoration:underline;
}


a.red:link, a.red:visited, a.red:active {
	color: #f50027;
	text-decoration: none;
}

a.red:hover {
	color: #f50027;
	text-decoration:underline;
}

.clearboth { clear: both; }


a.lightGreen:link, a.lightGreen:visited, a.lightGreen:active {
	color: #d6da69;
	text-decoration: none;
}

a.lightGreen:hover {
	color: #d6da69;
	text-decoration:underline;
}


