/* Royal Crown Guest House : CSS */
/* Made on: 23 May 2007 */

body {
	background-image: url(../images/mid-bg2.gif) ;
	background-repeat:repeat-x;
	background-color:#05242C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}



/* main background classes START here */
.left-bg { background:url(../images/left-01.gif) no-repeat top right; width: 50px; }
.right-bg { background:url(../images/right-01.gif) no-repeat top left; width: 48px; }
.top-bg { background:url(../images/top-bg.jpg) no-repeat; width: 847px; height: 135px;  }
.banner { background: url(../images/banner_new.jpg) no-repeat; width: 847px; height: 204px;}
.white-bg { background-color: #FFFFFF; }
.homepage-title { background: url(../images/title.jpg) no-repeat left; height: 43px;}

.mid-yellow-bg { background-color: #fcf4e6; } 
.mid-yellow-bg-with-bor { 
	background-color: #fcf4e6;
	border-top: 4px solid #fdd185;
	border-left: 4px solid #fdd185;
	border-bottom: 4px solid #fdd185;
	font-size: 13pt;
	font-family: "Myriad Pro", Arial, Verdana, Tahoma, ;
	color: #97510a;
} 
.mid-yellow-left-cor { background: url(../images/mid-left-cor.jpg) no-repeat; width: 7px; height:7px; }
.mid-yellow-bottom-cor { background: url(../images/mid-bot-cor.jpg) no-repeat; width: 7px; height:7px; }

/* main background classes END here */

/* navigations classes START here */
a.white-nav:link, a.white-nav:visited { color: #FFFFFF; text-decoration: none; }
a.white-nav:hover { color: #FFFFFF; text-decoration: underline; }

.top-whitenav-pos { margin-top: 8px; margin-left: 14px; padding: 0px; }

.main-nav { background: url(../images/main-nav-bg.jpg) repeat-x; height: 35px; font-family: "Gill Sans MT", Arial, Tahoma, Verdana;
	font-size: 13pt; }

.main-nav a:link, .main-nav a:visited { color: #ffffff;	text-decoration: none; }
.main-nav a:hover { color: #f9a823;	text-decoration: none; }

/* navigations classes END here */


/* space */
.bot-space { padding-bottom: 7px; }


/* bottom classes START here */
.red-bg { background-color: #981616; }
.yellow {color: #fdd185}
.bottom { color: #981616; padding-bottom: 15px; }
.bottom a:link, .bottom a:visited { color: #981616; text-decoration: underline; }
.bottom a:hover { color: #981616; text-decoration: none; }

/* clear class */
.clear { clear: both; }
.border{ border:2px solid #CCC3AC; padding:2px;}




 