/* CSS Document */
body{
	margin:0;
	padding:0;
	background: url(../images/greybackgroung.jpg) -120px 0;
}

/*html>body #wrapper {height:auto}for mozilla */
#wrapper{
	width:975px;
	margin:0 auto;
}
#header{
	background:url(../images/page/page_r1_c1.gif) no-repeat;
	width:954px;
	height:150px;
	margin:0;
	padding:20px 0 0 0;
}
#navbar {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    height:34px;
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a {
	height:34px;
    color:#fff;
    text-decoration:none;
    float:left;
}
#navbar a.about{
	background:url(../images/page/nav_r1_c1.jpg);
	width:82px;
    margin:0;
}
#navbar a.cross{
	background: url(../images/page/nav_r1_c2.jpg);
	width:170px;
    margin:0;
}
#navbar a.room{
	background: url(../images/page/nav_r1_c3.jpg);
	width:131px;
    margin:0;
}
#navbar a.contact{
	background: url(../images/page/nav_r1_c4.jpg);
	width:95px;
    margin:0;
}
#navbar a.stage{
	background: url(../images/page/nav_r1_c5.jpg);
	width:121px;
    margin:0;
}
#navbar a:hover { 
    background-position:0 -34px;
    color:#1e5ebd;
}
#navbar a:active {
    background-position:0 -34px;
    color:#1e5ebd;
}
#navigation{
	margin-top:120px;
	margin-left:20px;
}
#address{
	width:200px;
	float:right;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	margin-top:20px;
	padding-right:45px;
}
#content{
	background:url(../images/page/page_r2_c1.gif) repeat-y;
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	width:890px;
	padding: 20px;
	padding-left:40px;
	height:100%;
}
#content h1{
	font:18px Verdana, Arial, Helvetica, sans-serif;
}
#content a{
	color:#000000;
}
#redesignimages{
	text-align:center;
}
#redesignimages img{
	border:1px solid #660033;
}
#footer{
	background: url(../images/page/page_r3_c1.gif) no-repeat;
	width:954px;
	height:100px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	padding-top:50px;
}
#footer a{
	color:#000000;
	text-decoration:none;
}
#footer a:hover{
	text-decoration: underline;
}
.imageright{
	margin-left:20px;
}
.error{
	color:#990000;
	font-weight:bold;
}
h2.picheader{
	color: #000000;
	font:16px Verdana, Arial, Helvetica, sans-serif !important;
}
.alphabet {
	background:#D7D7D7;
	margin-bottom:10px;
	padding:3px 10px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}
.searchfield{
	background-color: #FCE9C9;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FCE9C9;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FCE9C9;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #f3f3f3;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
}

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #C47E0B;
	color : White;
	font-size : 12px;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}

.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}
.dottedBorder {
	border: 1px dotted #cccccc; 
	/*background-color: #F9F9F9;*/
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

