@charset "utf-8";
/* Copyright Room Booking System 2008 */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #333;
	color:#333;
	font-size:0.9em;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}

a img{
	border:none;
}

#header {
	background-color: #d0d0d0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#links {
	height: 30px;
	background-color: #f3f3f3;
	vertical-align: middle;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#links a {
	color: #303434;
	text-decoration: none;
}

#links a:hover {
	color: #1a1a1a;
}

#main {
	width: 900px;
	margin: 0 auto;
}

#main a {
	color: #005d9d;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

#banner {	
	text-align: center;
	width: 900px;
	height: 300px;
	background-color: #005d9c;
	background-image: url(images/banner.jpg);
	background-repeat: repeat-x;
	border: 0;
}

#bannersmall {	
	text-align: center;
	width: 900px;
	background-color: #005d9c;
	background-image: url(images/banner-small-bg.jpg);
	background-repeat: repeat-x;
	border: 0;
}

#bannerbuttons {
	float: right;
	padding-top: 200px;
	padding-right: 80px;
}

#bannerbuttons img {
	border: 0;
	margin-top:35px;
	margin-left: 25px;
}


.highlight{
	background-color:#FFFFDF;
}

#textarea {
	background-color: #ffffff;
	padding: 10px;
	width: 880px;
	overflow: hidden;
}

#content {
	background-color: #ffffff;
	margin-right: 200px;
	margin: 0;
	width: 600px;
}

#sidebar  {
	background-color: #ffffff;
	padding: 5px;
	float: right;
	width: 250px;
	margin: 0 0 10px 10px;
}

#footer {
	text-align: center;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 5px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	
}

#footer a:hover {
	text-decoration: underline;
}

#menu
{
padding:0;
margin:0;
white-space:nowrap;
list-style-type:none;
}
#menu li {display:inline;}
#menu li a
{
padding:0.5em 1.4em;
text-decoration:none;
float:left;
}
#menu li a:hover
{
background:#3a89bf;
color:#ffffff;
}

.featuresbox{
	font-size:0.8em;
	color:#555;
	border:1px solid #F5FAAB;
	background-color:#FFFFEA;
	padding-top:4px;
	padding-bottom:6px;
}

#features {
	background-color: #ffffff;
	margin-right: 200px;
	margin: 0;
	width: 600px;
}

#features a:hover {
	text-decoration: none;
}

.backwards {unicode-bidi:bidi-override; direction: rtl;}
.featuresheading {
	font-size:1.3em;
}
.featuresbullet {
	font-size:0.9em;
	font-weight:lighter;
}
.featuresdescription {
	font-size:0.9em;
	color:#555;
}

.captchaerror {
	display: inline;
	color: #CC3333;
}