* {
	margin: 0;
	padding: 0;
}


html {
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #2D5660;
	background-color: #ffffff;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper {
	height: 900px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/ourroomswrapperbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#homeicon{
	height: 29px;
	width: 29px;
	overflow: hidden;
	display: block;
	background-image: url(../images/homeicon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 40px;
	top: 4px;
}

#homeicon:hover{
	background-position: center bottom;
}

#mailicon{
	height: 29px;
	width: 29px;
	overflow: hidden;
	display: block;
	background-image: url(../images/mailicon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 84px;
	top: 4px;
}

#mailicon:hover{
	background-position: center bottom;
}

#galleryicon{
	height: 29px;
	width: 29px;
	overflow: hidden;
	display: block;
	background-image: url(../images/galleryicon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 128px;
	top: 4px;
}

#galleryicon:hover{
	background-position: center bottom;
}

#bookbtn {
	height: 28px;
	width: 123px;
	position: absolute;
	left: 731px;
	top: 203px;
	overflow: hidden;
	display: block;
	background-image: url(../images/bookbtn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#bookbtn:hover{
	background-position: center bottom;
}


a {
	color: #2D5660;
	text-decoration: none;
	font-weight: bold;
}





img {
	padding: 0;
	outline:none;
	border: none;
}


a img {
	padding: 0;
	outline:none;
	border: none;
	margin: 0;
}

ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
	font-size: 14px;
}

p {
	font-size: 14px;
	line-height: 120%;
	color: #2D5660;
}

.boldbodytext {
	font-size: 14px;
	line-height: 120%;
	color: #2D5660;
	font-weight: bold;
}

#introcontainer {
	height: 250px;
	width: 470px;
	position: absolute;
	left: 340px;
	top: 235px;
	padding-left: 30px;
	padding-right: 30px;
}
#hometextcontainer {
	height: 150px;
	width: 470px;
	position: absolute;
	left: 340px;
	top: 485px;
	padding-top: 150px;
	padding-left: 30px;
	padding-right: 30px;
}

.hometext {
	font-size: 13px;
	line-height: 120%;
	color: #2D5660;
}



.introparagraph {
	font-weight: bold;
	line-height: 120%;
	font-size: 14px;
	color: #2D5660;
}

.bullet {
font-weight: bold;
color:#009999;
}


h1	{
	font-size:	24px;
	font-weight:bold;
	}

h2	{
	font-size:	22px
	font-weight:bold;;
	}

h3	{
	font-size:	20px
	font-weight:bold;;
	}

h4 {
	font-size:	18px;
	font-weight:bold;
	}

h5	{
	font-size:	14px;
	font-weight:bold;
	color: #2D5660;
	}

h6	{
	font-size:	12px;
	font-weight:bold;
	}
	
	
	
	
	#flashheader {
	height: 144px;
	width: 530px;
	position: absolute;
	left: 340px;
	top: 0px;
	}
	





/* categorymenu begins */

#categorymenu {
	width: 200px;
	position: absolute;
	left: 85px;
	top: 280px;
}
ul.menu {
list-style-type:none; float:left; display:block; width:982px; 
margin:0px; padding:0px;}

ul.menu li {
display:inline;
font-size:11px;
font-weight:bold;
line-height:50px;
}


ul.left_menu{
width:200px;
padding:0px;
margin:0px;
list-style:none;
}
ul.left_menu li{
	margin:0px;
	list-style:none;
	font-size: 12px;
}
ul.left_menu li.odd a{
	width:200px;
	height:25px;
	display:block;
	text-decoration:none;
	color:#5E6B8D;
	padding:0 0 0 10px;
	line-height:25px;
	margin-bottom: 2px;
	background-image: url(../images/menu_odd.png);
	background-repeat: repeat-x;
	background-position: left top;
}

ul.left_menu li.even a{
	width:200px;
	height:25px;
	display:block;
	text-decoration:none;
	color:#5E6B8D;
	padding:0 0 0 10px;
	line-height:25px;
	margin-bottom: 2px;
	background-image: url(../images/menu_even.png);
	background-repeat: repeat-x;
	background-position: left top;
}
ul.left_menu li.even a:hover, ul.left_menu li.odd a:hover{
	color:#ffffff;
	background-image: url(../images/menu_over.png);
	background-repeat: repeat-x;
	background-position: left top;
}
/* categorymenu ends */




	
	







.footertext {
	font-size: 9px;
	color: #ffffff;
	line-height: 130%;
}

.footertextbold {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	line-height: 130%;
}

.footertextbold a {
font-size: 10px;
font-weight: bold;
color: #2D5660;
}

.footertextbold a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}




#footer {
	height: 49px;
	width: 840px;
	position: absolute;
	top: 787px;
	left: 0px;
	padding-top: 10px;
	padding-left: 60px;
	color: #ffffff;
}




#subfooter {
	height: 34px;
	width: 830px;
	position: absolute;
	top: 846px;
	left: 0px;
	padding-right: 70px;
	padding-top: 20px;
}

.subfootertext {
	font-size: 9px;
	color:#666666;
	line-height: 130%;
	text-align: right;
}

.subfootertext a {
	font-size: 9px;
	color:#666666;
	line-height: 130%;
	text-decoration: underline;
	font-weight: bold;
}


.subfootertext a:hover {
	font-size: 9px;
	color: #2D5660;
	line-height: 130%;
	text-decoration: underline;
	font-weight: bold;
}
