@charset "utf-8";
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#484848;
	margin:0;
	background-color:#fafafa;
}

html, body{
	height:100%;
}

#wrap{
	min-height:100%;
	position:relative;
}


#container{
	width:100%;
	margin-top:0px;
	font-size:14px;
	padding-bottom: 135px;
}

#header {
	height:50px;
	width:100%;
	background-color: #f4f4f4;
	background-image:url(../../images/headerbg.gif);
	background-repeat:repeat-x;
	overflow: hidden;
}

#headercontainer{
	width:960px;
	margin:0 auto;
	text-align: left;
	margin-top:0px;
}

#logo{
	float:left;
	position:relative;
	top:10px;
	text-indent:-9999px;
	width:285px;
	height:42px;
	background-image:url(../../images/room-booking-system-logo.gif);
	background-repeat:no-repeat;
	display:block;
}

#logo a{
	width:285px;
	height:42px;
	display:block;
	margin-top:-10px;
}

#navbar{
/*	height:25px;
	width:760px;*/
	float:right;
	position:relative;
	top:18px;
	font-size:13px;
	font-weight:bold;
}

#navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navbar li {
  display: inline;
  margin-left: 12px;
}

#navbar li a {
  color: #303435;
  text-decoration: none;
  padding: 3px 6px;
}

#navbar li a:hover {
  color: #005c9a;
  text-decoration:none;
}

#navbar li.current a {
  background: #303435;
  color: #ffffff;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#navbar li.current a:hover {
  background: #666666;
}

#productbar {
	height:288px;
	width:100%;
	background-color: #13508d;
	background-image:url(../../images/productbarbg.gif);
	background-repeat:repeat-x;
}

#productbarsmall {
	height:100px;
	width:100%;
	background-color: #13508d;
	background-image:url(../../images/productbarsmallbg.gif);
	background-repeat:repeat-x;
}

#productbarcontainer{
	width:960px;
	margin:0 auto;
	text-align: left;
	margin-top:0px;
}

#producttext{
	width:490px;
	height:162px;
	background-image:url(../../images/productmessage.png);
	background-repeat:no-repeat;
	float:left;
	margin-top:18px;
	margin-bottom:0px;
	text-indent:-9999px;
}


#producttextcontainer{
	position:relative;
	top:23px;
	float:left;
}

#screenshot{
	width:410px;
	height:259px;
	float:right;
	margin-top:19px;
}


#buttonfreetrial, #buttonfreetrialbar, #buttonviewfeatures{
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#buttonfreetrial{
	float:left;
	margin-top:24px;
	margin-left:25px;
}

#buttonviewfeatures{
	float:left;
	margin-top:24px;
	margin-left:80px;
}

#buttonfreetrialbar{
	float:right;
	margin-top:25px;
	margin-right:0px;
}

#buttonfreetrialbar a{
	width:158px;
	height:42px;
	display:block;
	background-image:url(../../images/freetrialbar.png);
}

#buttonfreetrial a{
	width:158px;
	height:42px;
	display:block;
	background-image:url(../../images/freetrial.png);
}

#buttonviewfeatures a{
	width:158px;
	height:42px;
	display:block;background-image:url(../../images/viewfeatures.png);
}

#buttonfreetrial a:hover, #buttonfreetrialbar a:hover, #buttonviewfeatures a:hover, .createaccount:hover, .sendmessage:hover{
	background-position:right;
}

.createaccount, .sendmessage{
	width:158px;
	height:42px;
	border:0;
	background-position:left;
	margin-left:160px;
	cursor:pointer;
}

.createaccount{
	background-image:url(../../images/createaccount.png);
}

.sendmessage{
	background-image:url(../../images/sendmessage.png);
}

#contentbar {
	height:159px;
	width:100%;
	background-color: #f7f7f7;
	background-image:url(../../images/contentbarbg.gif);
	background-repeat:repeat-x;
}

#contentbarcontainer{
	width:960px;
	margin:0 auto;
	text-align: left;
	margin-top:0px;
	padding-top:7px;
}

#contentbarleft, #contentbaritem, #contentbarright{
	float:left;
	width:220px;
	margin-top: 10px;
}

#contentbarright{
	width:470px;
	margin-left:25px;
}

#contentbaritem{
	margin-left:25px;
}

#content {
    width:100%;
	background-image: url(../../images/contentbg.gif);
    background-repeat: repeat-x;
	background-position:top;
	padding-top:0;
	clear:both;
}

#content a {
	color: #005d9d;
	text-decoration: none;
}

#content a:hover {
	color: #005d9d;
	text-decoration: underline;
}


#contentcontainer {
	margin:0 auto;
    width:960px;
}

#contentfull{
	width:930px;
	background-color:#FFF;
	padding:15px;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	/*-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

#contentleft{
	width:465px;
	float:left;
	margin-top:15px;
}

#contentright{
	width:465px;
	margin-left:30px;
	float:left;
	margin-top:15px;
}


#contentrighthome{
	width:465px;
	padding-left:15px;
	margin-left:15px;
	margin-top:15px;
	float:left;
	background-image:url(../../images/contenttwocolumnverticalline.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#contentleft23{
	margin-top: 15px;
	width:568px;
	float:left;
	background-color:#FFF;
	padding:15px;
	border:1px solid #E6E6E6;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#contentright13{
	margin-top: 15px;
	width:298px;
	margin-left:30px;
	float:left;
	padding:15px;
	background-color:#F7F7F7;
	border:1px solid #F0F0F0;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#contentrightmenu{
	width:723px;
	float:right;
	background-color:#FFF;
	padding:20px;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
/*	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

#contentleftmenu{
	width:195px;
	float:left;

}

.contenthomedesc{
	width:394px;
	margin-left:71px;
}

#text{
	font-size:13px;
}

#footer {
	background-image:url(../../images/footerbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
	font-size:13px;
	padding-top:15px;
    width:100%;
    height:85px;
	position:absolute;
	bottom:0;
	color:#666666;
}

.footerLink{
	display:inline;
	margin-right:12px;
}

.footerLink a{
	color:#666666;
	text-decoration: none;
}

.footerLink a:hover{
	color:#999999;
	text-decoration: underline;
}

.clear{
	clear:both;
}

h1{
	color:#005c9a;
	font-size:19px;
	font-weight:bold;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:6px;
}

h2{
/*	color:#005c9a;*/
	color:#484848;
	font-size:17px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
}

h3{
	color:#565656;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
}

h4{
	color:#565656;
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
}

h5{
	font-size:14px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
}

img{
	border:0px;
}

a{
	text-decoration:none;
	color:#0d559b;
}

.backwards {unicode-bidi:bidi-override; direction: rtl;}

.imageleft{
	float:left;
	margin-right:8px;
}

.imageleftlarge{
	float:left;
	margin-right:15px;
}

.imageright, .twocolumnimageleft{
	float:left;
	margin-left:8px;
	margin-right:15px;
}

.twocolumnimageright{
	margin-top:5px;
	margin-right:15px;
}

#pricingtable {
	text-align:center;
}

#pricingtable th {
	border-bottom: solid 1px #CCCCCC;
	padding:8px;
}

#pricingtable th, #pricingtable td{
	border-left:1px solid #CCCCCC;
}

#pricingtable .odd td, #pricingtable .even td{
	border-bottom:1px solid #DEDEDE;
}

#pricingtable td{
	padding:4px;
	height:24px;
}

#pricingtable h2{
	font-size:20px;
}

#pricingtable .price{
	font-size:14px;
}

#pricingtable .pricemessage{
	margin-top:5px;
	color:#005c9a;
}

#pricingtable .pricemessagepopular{
	margin-top:5px;
	color:#4a923d;
}

#pricingtable .secondaryprice{
	color:#999999;
	font-size:11px;
}

#pricingtable .odd{
	background-color:#f2f2f2;
}

#pricingtable .even{
	background-color:#f9f9f9;
}

#pricingtable .leftheader{
	text-align:right;
	font-weight:bold;
	border-left:none;
}

#pricingtable .signup{
	width:105px;
	height:28px;
	background-image:url(../../images/signupsmall.png);
	background-repeat:no-repeat;
	background-position:left;
	margin:0 auto;
	margin-top:10px;
}

#pricingtable .signup:hover{
	background-position:right;
}

#pricingtable .popular{
	background-color:#e7f7e4;
}

#pricingtable .pricingtabledivide{
	border-left:2px solid #999;
}

.footnotes, .footnotespricing{
	background-color:#f9f9f9;
	border:1px solid #efefef;
	font-size:11px;
	color:#999;
	margin:0 auto;
	margin-top:10px;
	padding:5px;
}

.footnotes{
	text-align:center;
}

.footnotespricing{
	width:84%;
}

.formItem{
	clear:both;
	margin-top:7px;
}

label, .innermessage{
	float: left;	
	text-align:right;
	margin-top:7px;
	
}

.innermessage{
	font-size:14px;
}

label{
	margin-right:10px;
	width: 150px;
	font-weight: bold;
}

input, select, textarea{
	font-size:16px;
	padding:1px;
	color:#333333;
	width:220px;
}

input:focus, select:focus{
	color:#333333;
	background-color: #ffffe0;
}

.forminfo, .forminfoerror{
	margin-left:160px;
	margin-top:1px;
}

.forminfo{
	color:#666;
	font-size:10px;
}

.forminfoerror{
	color:#F00;
	font-size:12px;
}

hr{
	background-color:#CCC;
	border:0;
	width:100%;
	height:1px;
}

.plandetails{
	margin-top:5px;
	line-height:1.3em;
}

.backwards{
	unicode-bidi:bidi-override;
}

#leftnav{
	margin-top:18px;;
	width:195px;
}

#leftnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size:16px;
  font-weight:bold;
}

#leftnav li {
  display: block;
  margin-bottom: 0px;
/*  padding-top: 6px;*/
  height:38px;
  border-bottom: 1px solid #e6e6e6;
}

#leftnav li a {
	color: #303435;
	text-decoration: none;
	display:block;
	height:30px;
	padding-top:8px;
	padding-left:15px;
}

#leftnav li a:hover {
  color: #005c9a;
  text-decoration:none;
}

#leftnav li.current a {
	background-image:url(../../images/menucurrentbg.png);
	background-repeat:no-repeat;
	background-position:center;
	color: #ffffff;
}


#leftsubnav{
	margin-top:50px;
	width:195px;
}

#leftsubnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size:13px;
  font-weight:bold;
}

#leftsubnav li {
  display: block;
  margin-bottom: 10px;
  height:20px;
}

#leftsubnav li a {
	color: #303435;
	text-decoration: none;
	display:block;
	height:20px;
	padding-top:4px;
	padding-left:15px;
}

#leftsubnav li a:hover {
  color: #005c9a;
  text-decoration:none;
}

#leftsubnav li.current a {
	background-image:url(../../images/menucurrentbgsub.png);
	background-repeat:no-repeat;
	color: #ffffff;
}


.featuresheading {
	font-size:17px;
	font-weight:bold;
	padding-top:9px;
	height:23px;
	padding-left:45px;
	color:#565656;
	line-height:16px;
	background-repeat:no-repeat;
}


.featuresheadingdetail {
	font-size:15px;
	font-weight:bold;
	height:48px;
	color:#565656;
	line-height:16px;
	background-repeat:no-repeat;
}

.featuresbullet {
	font-size:13px;
	font-weight:normal;
	margin-bottom:6px;
	color:#666;
}

.featuresdescription {
	margin-top:5px;
	margin-bottom:10px;
}

.featuresgridboxleft, .featuresgridbox{
	width:460px;
	float:left;
	margin-top:15px;
}

.featuresgridbox{
	margin-left:25px;
}


.featuresbox{
	font-size:12px;
	color:#666;
	border:1px solid #fafdcf;
	background-color:#fefef3;
	padding:5px;
	width:80%;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:20px;
}

#crumbs {
	height:30px;
	border:1px solid #dedede;
	padding:0;
	margin:0;
	width:auto;
	}
	
#crumbs ul, #crumbs li{
	list-style-type:none;
	padding:0;
	margin:0;
}
#crumbs li {
	float:left;
	line-height:30px;
	color:#777;
	padding-left:0;
	}		
#crumbs li a {
	background:url(../../images/crumbs.gif) no-repeat right center;
	display:block;
	padding-left:10px;
	padding-right:15px;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}		
	
.featuredetailsubheading{
	font-size:17px;
	line-height:22px;
	padding-top:10px;
	float:right;
	width:580px;
}

.featuresimage{
	float:left;
	border:1px solid #BEBEBE;
}

.customersimage{
	float:left;
	padding-right: 35px;
}

.featuresinfobox{
	float:right;
	width:390px;
}

.featuresinfoboxlarge{
	float:right;
	width:530px;
}

.featuresinfotext{
	font-size:15px;
	line-height:21px;
	margin-top:5px;
}

.contentdesc{
	margin-top:3px;
	margin-bottom:20px;
	font-size:15px;
	line-height:21px;
}

.featuresboxouter{
	margin-bottom:30px;
}

.featureslistbox, .featureslistboxright{
	float:left;
	width:350px;
}

.featureslistboxright{
	margin-left:23px;
}

.featuresdetaillistbox, .featuresdetaillistboxright{
	float:left;
	width:450px;
}

.featuresdetaillistboxright{
	margin-left:30px;
}

div.bubble{
	margin-bottom: 30px;
}
  
div.bubble div.rounded, div.bubble div.roundedsmall {
	margin-bottom: 10px;
	background-color: #d9eafb;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
	padding:10px;
	margin:0;
	font-size:20px;
	text-align:center;
}

div.bubble div.roundedsmall blockquote {
	border: 0;
	background-color: transparent;
	padding:10px;
	margin:0;
	text-align:center;
}

div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 2px;
	background: transparent url(../../images/tip-rounded.gif) no-repeat 15px 0;
}

div.bubblehome div.rounded {
	margin-bottom: 10px;
	background-color: #ffffff;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #efefef;
	
}
div.bubblehome div.rounded blockquote {
	border: 0;
	background-color: transparent;
	padding:10px;
	margin:0;
	font-size:17px;
	font-weight:bold;
	text-align:center;
}

div.bubblehome cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 1px;
	background: transparent url(../../images/tip-roundedhome.gif) no-repeat 15px 0;
	font-size:16px;
}
