@charset "utf-8";
/* CSS Document */
/*Created by Ean Harker: 9-2008 for Cat's House B&B */

body {
	background-color: #ebe8d6;
	font: 11px/1.3em Arial, Helvetica, sans-serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}

#logo {
	margin: 0;
	left: 0;
	position:fixed;
}
#bell { z-index: -5; position: fixed ; right: 0; bottom: 0;

}
/* ======= Site Naviagtion Menu */
#menu {
	top: 200px;
	left: 0px; 
	width: 200px;
	position:fixed;
	background: left top url(http://www.catsbandb.com/_core/_img/bkgrndmesh.gif) transparent repeat;
}

#local {
	margin-top: 100px;
	margin-left: 685px;
	width: 320px;
	position:absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
}

#menu ul{
	list-style-type: none;
	text-align: left;
}

#menu ul li a{
	/*background: transparent url(http://www.catsbandb.com/_core/_img/list-off.gif) left center no-repeat;*/
	padding-left: 10px;
	text-align: left;
	font: normal 12px "Futura", "Futura LT medium", arial, sans-serif;
	text-decoration: none;
}

/*menu images*/
#menu ul li a:hover{ background: transparent url(http://www.catsbandb.com/_core/_img/list-on.gif) left center no-repeat;}
#menu ul li a#current{background: transparent url(http://www.catsbandb.com/_core/_img/list-active.gif) left center no-repeat; color: #564b47;}

/*-----Menu/translator end*/


/* ======= Content box*/
#content { 
	text-align: left;
	margin: 0px 200px;
	padding: 0px;
	width: 484px;
	background-color: #ffffff;
	border: 1px solid #000;
}
/*--------- Content end*/

/* ========== Font settings*/
#text {	z-index: 5;	margin-top: 0px;}
p {	text-align:	justify; padding: 5px 30px 15px 30px; color: #786A47; line-height: 1.5em;}
a {	text-decoration: none; /*background: transparent url(http://www.catsbandb.com/_core/_img/dotlink.gif) repeat-x left bottom;*/}
a:link, a:visited {	color: 	#274f8c;}
a:hover {color: #84816d; text-decoration:underline;}

/*custom font styles*/
.style1 {font-size: 18px}
.style2 {font-size: 12px;font-weight:bold;padding:5px 25px;}

/*-----------fonts end*/

/* =========Footer */
#footer	{
		clear: both;
		height: 50px;
		width: 750px;
		padding: 10px 0px;
}

#fc1 {
		float:left;
		position:relative;
		clear: right;
		width: 190px;
		height: auto;
		margin: 0;
		padding: 5px;
		text-transform: uppercase;
		vertical-align: top;
		color:#663300;
		text-align: center;
}

#fc2 {
		float:left;
		position:relative;
		clear: right;
		width: 484px;
		height: auto;
		margin: 0;
		padding-bottom: 20px;
		line-height: normal;
		vertical-align: top;
}
.clearboth { clear: both;}

	/* Notice to alert user they're using an old browser. Hidden from standards compliant browsers */
#notice {display : none;}
/*------footer end*/
#ToggleON,#ToggleOFF {display:none}
