/* CSS Document */

body {
 	color: #5d1633;
	font-family: "Trebuchet MS", sans-serif;
	padding: 0;
	margin: 0;
}
textarea {
	font-family: "Trebuchet MS", sans-serif;
}

#wrapper {
	border-color: #425b67;
	width: 955px;
	min-height: 420px;
	margin: 0 auto;
	padding: 0px;
	background:url(../images/gradient-yellow.jpg) repeat-x;
}
#header {
	padding: 10px;
	margin-bottom: 10px;
	background:url(../images/hotel/header-senset.jpg) no-repeat;
	height: 60px;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding:  0 0 0 50px;
	font-size: 34px;
	font-style: italic;
	text-align: center;
}
#header h4 {
	background: url(../images/hotel-speical-button-bkg.png) repeat-x;
	font-size: 21px;
	color: #b80360;
	font-weight: bold;
}
#main {
	display: block;
	background: url(../images/main-blend.gif) no-repeat;
	border-top: 1px solid red;
}

/*********************** navigation styles ***********************/
#navigation {
	width: 150px;
	float: left;
	margin: 0;
}
#navigation ul {
	font-size: 18px;
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #bf849c;
}
#navigation ul a {
	display: block; 
	width: 168px;
	height: 40px; 
	line-height: 40px;
	text-decoration: none;
	text-indent: 7px;
	color: #bf849c;
	border-left: 3px solid #bf849c;
}
#navigation ul a:hover {
	color: #5d1633;
	border-left: 3px solid #5d1633;
}
li {
	display: inline:;
}
#navigation li {
	border-bottom: 1px solid #bf849c;
}

/* new navigation with special */

#navigation {
	width: 150px;
	float: left;
	margin: 0;
}
#navigation ul {
	font-size: 18px;
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #bf849c;
}
#navigation li {
	border-bottom: 1px solid #bf849c;
}
#navigation li a {
	display: block; 
	width: 168px;
	height: 40px; 
	line-height: 40px;
	text-decoration: none;
	text-indent: 7px;
	color: #bf849c;
	border-left: 3px solid #bf849c;
}
#navigation li a:hover {
	color: #5d1633;
	border-left: 3px solid #5d1633;
}


#navigation li a strong {
	background: url(../images/hotel-speical-button-bkg.png) repeat-x;
	font-size: 21px;
	color: #b80360;
	font-weight: bold;
}


#wrapper a {
	color: #bf849c;
}

#content {
	float: right;
	border: 0px solid #9db4b5;
	margin: 10px;
	padding: 10px;
	width: 740px;
	min-height: 400px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	text-align: center;
}
#content p {
	font-family: "Trebuchet MS", sans-serif;
}

.pics {
	margin-top:20px;
	text-align: center;
}
.pics a img {
	border: none;
}

hr {
	height: 1px; 
	border-style: solid; 
	border-width: 1px 0 0 0;
	border-color: #bf849c;
}

.menu {
	width: 60%;
	margin: 1em auto;
	text-align: center;
	background-color: white;
	color: #000000;
}


#footer {
	clear: both;
	display: block;
	border-top: 1px solid #bf849c;
	margin-top: 10px;
	padding: 10px;
	font-size: 12px;
	text-align: center;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

