/* global */

*{
  padding: 0;
  margin: 0;
  border: 0;
}

body{
  background-color: #000;
  font-family: arial;
  font-weight: bold;
}

.right{
  float: right;
}

.left{
  float: left;
}

.spacer{
  clear: both;
}

/* end of global */

/* layout */

#wrapper{
	width: 1124px;
	height: 500px;
	margin:0 auto;
	background-color: #FFB505;
	background-image: url(../images/bg_navigation.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#banner{
  width: 1124px;
  height: 102px;
}

#portalMenu{
  width: 1124px;
  height: 233px;
  background: #4A1601 url('../images/bg_portalMenu.jpg') no-repeat;
  overflow: hidden;
}

#portalMenu .linksHolder{
  width: 1058px;
  height: 184px;
  margin: 23px 0 0 40px;
  background-color: #000;
}

#portalMenu .linksHolder li{
  display: inline;
}

#navigation{
	list-style-type: none;
	background-color: #FF3005;
	background-image: url(../images/bg_navigation.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#navigation li{
  display: inline;
}

#navigation a{
  outline: none;
}

/* end of layout */

/* forms */

#banner .subscribe{
  width: 191px;
  height: 102px;
  margin-left:200px;
  background: #1C1C1C url('../images/bg_subscribe.jpg') no-repeat;
}

#banner .subscribe .txtSubscribe{
  height: 20px;
  width: 170px;
  margin: 57px 0 3px 10px;
}

#banner .subscribe .btnSubmit{
  width: 83px;
  height: 20px;
  margin-left: 55px;
}

#wrapper .reserveNow{
	width: 1124px;
	height: 76px;
	background: #1C1C1C url('../images/bg_reserveNow.jpg') no-repeat;
	position: relative;
}

#wrapper .reserveNow input{
  width: 109px;
  height: 21px;
}

#wrapper .reserveNow .branch{
	font-family: arial;
}

#wrapper .reserveNow .inDate{
  margin: 36px 0 0 12px;
}

#wrapper .reserveNow .outDate{
  margin: 36px 0 0 19px;
}

#wrapper .reserveNow .guests{
  width: 75px;
  height: 21px;
  margin: 36px 0 0 20px;
}

#wrapper .reserveNow .btnSubmit{
  width: 79px;
  height: 21px;
  margin: 36px 0 0 5px;
}

/* end of forms */

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 38px -18px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
#cta_home {
	text-align: center;
	float: left;
	padding-top: 5px;
	padding-left: 25px;
}
#cta_home p {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#cta_home a {
	text-decoration: underline;
	color: #FFFFFF;
}
#cta_home a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#branch_container {
	padding-left:593px;
	float: left;
	padding-top: 29px;
	position: relative;
}

.top_links { font:10px Verdana; text-align:right; }
.top_links a { padding-right:20px; color:#FFFF80; }
.top_links a:hover { color:#FF8000; text-decoration:none; }
#wrapper_top { width:1124px; margin:60px auto 10px auto; }