@charset "UTF-8";

/* ---------------------------------------------------------
Filename: screen.css
Title : Primary Style file for Alden Houston.
------------------------------------------------------------ */


/* ---------------------------------------------------------
= CALL LIBRARY
------------------------------------------------------------ */
@import url("reset.css"); /* ------- Reset */
/* ---------------------------------------------------------
= GENERAL STYLE
------------------------------------------------------------ */
.cln {
	display:block;
	overflow:hidden;
	clear:both;
}
* html .cln {
	zoom:1;
}
body {
	text-align: center;
	color: #000000;
	background-color: #fefef4;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	outline: none;
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #929e74;
}
a img {
	border: none;
}

DIV#content hr {
	color:#eee8c6;
	background-color:#eee8c6;
	height:1px;
	border:none;
	margin:10px 0 10px 0;
}
.ir {
	display: block;
	position: relative;
	overflow: hidden;
}
.ir span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: -1px;
	top: 1px;
	z-index: 1;
	background-position: top left;
	background-repeat: no-repeat;
}
a.ir span {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}
.invisible {
	display: none;
}
p, ul li {
	text-transform: lowercase;
}
/* ---------------------------------------------------------
= LAYOUT STYLE
------------------------------------------------------------ */
#container {
	width: 950px;
	margin: 45px auto;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#shortcut-menu {
	width: 750px;
	float: right;
	text-align: right;
	overflow: hidden;
	position: relative;
	margin: 20px 0 15px;
}
#sidebar {
	width: 170px;
	float: left;
	clear: left;
	margin-bottom: 30px;
	position: relative;
	margin: 40px 0 0;
	padding: 0 0 40px 15px;
}
#content {
	width: 750px;
	float: right;
	overflow: hidden;
	position: relative;
	padding: 0 0 10px;
}
#intro {
	width: 724px;
	border: 1px solid #f4efd2;
	background: #fff;
	padding: 12px;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px;
}
#footer_left {
	width: 200px;
	display:block;
	float:left;	
	padding: 0;
	margin:0;
}
#footer_right {
	width: 750px;
	display:block;
	float:left;	
	padding: 0;
	margin:0;
}
#footer {
	width: 950px;
	clear: both;
	background: url('../images/footer_bg.gif') no-repeat top;
	padding: 70px 0 0 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
/* ---------------------------------------------------------
= LOGO HEADER STYLE
------------------------------------------------------------ */
#logo {
	width: 178px;
	height: 60px;
	display: block;
	float: left;
	padding-left: 15px;
}
#logo a {
	width: 178px;
	height: 60px;
	display: block;
}
#logo a span {
	background: url('../images/logo_alden_houston.gif') no-repeat;
}
/* ---------------------------------------------------------
= MAIN MENU, SUB MENU & SHORTCUT MENU STYLE
------------------------------------------------------------ */
#shortcut-menu, #main-menu, #sub-menu {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#shortcut-menu {
	color: #000000;
	text-transform: lowercase;
}
#shortcut-menu a {
	color: #000000;
	margin: 0 10px;
}
#shortcut-menu a:hover {
	text-decoration: none;
	color: #929e74;
}
ul#main-menu li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
ul#main-menu li a {
	width: 170px;
	color: #000000;
	text-transform: lowercase;
	padding-left: 15px;
	display: block;
	background: url('../images/bullet_menu.gif') no-repeat left;
}
ul#main-menu li a:hover {
	color: #929e74;
	text-decoration: none;
	background: url('../images/bullet_menu_on.gif') no-repeat left;
}
.subdiv {
	margin:0;
	border: 1px solid #dee1cf;
	background-color: #fefef4;
	padding:10px 10px 10px 10px;
	display:block;
	width:140px;
}
ul#sub-menu li {
	margin: 0;
	padding:0;
}
ul#sub-menu li a {
	color: #000000;
	text-decoration: underline;
	padding-left: 15px;
	display: block;
	background: url('../images/bullet_menu.gif') no-repeat left;
	margin: 0 0 7px;
	zoom:1;
}
ul#sub-menu li a:hover {
	color: #929e74;
	text-decoration: none;
	padding-left: 15px;
	display: block;
	text-decoration: none;
	background: url('../images/bullet_menu_on.gif') no-repeat left;
}
ul#sub-map li {
	margin: 0 0 7px;
}
ul#sub-map li a {
	width: 170px;
	color: #000000;
	text-decoration: underline;
	padding-left: 15px;
	display: block
}
ul#sub-map li a:hover {
	width: 170px;
	color: #929e74;
	text-decoration: none;
	padding-left: 15px;
	display: block;
	text-decoration: none;
}
/* ---------------------------------------------------------
= GENERAL SIDEBAR STYLE
------------------------------------------------------------ */
#sidebar .wrap {
	margin: 0 0 10px;
}
#sidebar h3 {
	font-size: 13px;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 1em;
}
#sidebar h3 a {
	color: #8c9a67;
}
#sidebar h3 a:hover {
	color: #000000;
}
#sidebar .online {
	font-size: 16px;
	color: #929e74;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/* ---------------------------------------------------------
= GENERAL CONTENT STYLE
------------------------------------------------------------ */
#content h1 {
	color: #929e74;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #929e74;
	text-transform: lowercase;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: normal;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #626e40;
	text-transform: lowercase;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: normal;
}
#content p {
	margin: 0 0 1.3em;
	line-height: 1.5em;
	font-size: 12px;
}
#content ul li {
	background-image: url(../images/bullet_menu_on2.gif );
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}
#content p strong {
	margin: 0 0 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 12px;
}
#content p em {
	margin: 0 0 1.3em;
	line-height: 1.5em;
	font-style: italic;
	font-size: 12px;
}
#content line {
	width:100%;
	height:1px;
	color:#330000;
}
#content p strong em {
	margin: 0 0 1.3em;
	line-height: 1.5em;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}
/* ---------------------------------------------------------
= INTRO BOX STYLE
------------------------------------------------------------ */
#intro h3 {
	font: 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #a4442b;
}
#intro p {
	margin: 0 0 3px;
}
#intro .col-left {
	width: 276px;
	float: left;
	border-right: 1px solid #eee8c6;
	overflow: hidden;
	position: relative;
}
#intro .col-center {
	width: 153px;
	float: left;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#intro .col-right {
	width: 276px;
	float: left;
	border: 1px solid #eee8c6;
	padding: 8px;
}
#intro #banner {
	width: 726px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#online-reservation h3 {
	width: 276px;
	height: 23px;
	border-bottom: 1px solid #eee8c6;
	margin-bottom: 10px;
}
#online-reservation h3 span {
	background: url('../images/h3_online_reservation.gif') no-repeat;
}
#online-reservation form {
	width: 166px;
	margin-bottom: 20px;
}
#online-reservation form input, #online-reservation form select {
	font-size: 10px;
}
#online-reservation form p {
	width: 100%;
	overflow: hidden;
}
#online-reservation form .f-arrival-date label, #online-reservation form .f-depature-date label {
	width: 80px;
	display: block;
	float: left;
	text-align: left;
	padding: 0 10px 0 0;
}
#online-reservation form .f-arrival-date select, #online-reservation form .f-depature-date select {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#online-reservation form .select-month {
	width: 50px;
}
#online-reservation form .select-date {
	width: 43px;
}
#online-reservation form .select-year {
	width: 55px;
}
#online-reservation form .f-promo-code {
	float: left;
	width: 148px;
	overflow: hidden;
	display: none;
}
#online-reservation form .f-promo-code label {
	width: 80px;
	display: block;
	float: left;
	text-align: right;
	padding: 0 10px 0 0;
}
#online-reservation form .f-promo-code .text {
	width: 46px;
}
#online-reservation form .f-no-adults {
	float: left;
	text-align: left;
	width: 260px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#online-reservation form .f-no-adults select {
	width: 38px;
}
#online-reservation form .f-no-child {
	clear: both;
	text-align: left;
	width: 260px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#online-reservation form .f-button {
	text-align: left;
	width: 166px;
	padding: 0 0 0;
}
#intro .col-center p {
	padding: 15px 15px 0;
}
#intro .col-center p.text-best-rate {
	border-bottom: 1px solid #eee8c6;
	padding: 15px 15px 25px;
}
#intro .col-center p.text-best-rate strong {
	width: 123px;
	height: 46px;
	margin: 0 auto;
	display: block;
}
#intro .col-center p.text-best-rate strong span {
	background: url('../images/link_best_rate.gif') no-repeat;
}
#intro .col-center p.text-email-offers a {
	width: 123px;
	height: 41px;
	margin: 0 auto;
	display: block;
}
#intro .col-center p.text-email-offers a span {
	background: url('../images/link_email_offers.gif') no-repeat;
}
#featured .wrap {
	width: 147px;
	height: 95px;
	background: #eef4e6 url('../images/featured_bg.gif') repeat;
	float: right;
	padding: 20px 10px;
	font-size: 12px;
}
#featured .wrap p span {
	display: block;
}
#featured .wrap p strong {
	color: #ff0000;
	font-size: 20px;
}
#featured h3 {
	display: block;
	width: 139px;
	height: 23px;
	margin: 0 0 10px;
}
#featured h3 span {
	background: url('../images/h3_featured.gif') no-repeat;
}
#featured .thumb {
	float: left;
	width: 109px;
}
/* ---------------------------------------------------------
= FOOTER STYLE
------------------------------------------------------------ */
#footer p, #footer address {
	margin: 0 0 10px;
	display: block;
	padding-bottom:10px;
}
#footer p.link {
	color: #000000;
	text-transform: lowercase;

}
#footer p.link a {
	color: #000000;
}
#footer p.link a:hover {
	color: #929e74;
}
#footer address {
	color: #707070;
	font-size: 10px;
	letter-spacing: .1em;
	text-transform: lowercase;
}
#footer .copyright {
	color: #9c9a9b;
}
DIV.wide {
	width: 100%;
	clear: both;
}
DIV.halfwidth {
	float: left;
	width: 50%;
}
DIV.halfhalfwidth {
	float: left;
	width: 25%;
}
DIV.halfwidth2 {
	float: left;
	width: 33%;
}
DIV.contentimage {
	float: left;
	width:90px;
	padding-top: 10px;
}
DIV.footerimage {
	float: left;
	width:60px;
	padding-bottom:0px;
}
DIV.footerimage IMG {
	border: 1px;
	padding: 2px;
}
DIV.footerimage2 IMG {
	border: 1px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
DIV.head IMG {
	border: 1px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 185px;
}
DIV.contentimage IMG {
	border: 1px;
	padding: 2px;
}
DIV.contenttext {
	padding-top: 10px;
	padding-right: 5px;
}
.left {
	float: left;
	clear: none;
}
DIV.right {
	float: right;
	clear:right;

}
.right{
		margin-bottom:15px;}
.separator {
	clear: both;
}
#content IMG.right {
	float: right;
	padding-right: 13px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content IMG.left {
	float: left;
	padding: 0px 8px 8px 0px;
}
DIV.contentseparator {
	height: 1px;
	background-color:#EEE8C6;
	width: 100%;
	line-height:1px;
}

.resb {
	display:block;
	width:100%;
	padding:0 0 0 0px;
}
.restext {
	text-transform: lowercase;
	padding:0 40px 0 0;
}

.fspecialdiv {
	border: 1px solid #dee1cf;
	background-color: #fefef4;
	display:block;
	width:160px;
	text-align: center;
}
.opentdiv {
	border: 1px solid #dee1cf;
	background-color: #fefef4;
	display:block;
	width:159px;
	text-align: center;
	visibility:hidden;
	height:1px;
}

DIV#sidebar .fspecialdiv h3{
	color:#a5b188;
	font-size: 16px;
	margin:10px 0 10px 0;
}
DIV#sidebar .fspecialdiv p{
	color:#252525;
	margin:10px;
}
DIV#sidebar .fspecialdiv p span{
	color:#b5121b;
	font-size: 25px;
}
DIV#sidebar .fspecialdiv a{
	color:#a5b188;
}
DIV#sidebar .fspecialdiv a:hover{
	color:#252525;
}
DIV.rightaddon{
	width:161px;
	display: block;
	float:right;
	margin:0 0 20px 20px;
	display:block;
	}
.cicons{
	margin: 10px 5px 0 10px;
	top:6px;
	position:relative;
	}
.buttonres {
	cursor:pointer;
	border:0;
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
	width:150px;
	height:31px;
	overflow:hidden;
	background-image: url(../images/btn_findatable.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.buttonres.hover {
	background-image: url(../images/btn_findatable_b.gif)!important;
}
.r1f {
	width:45px;
	height:20px;
	line-height:20px;
	font-size: 9px;
}
.r2f {
	width:60px;
	height:20px;
	line-height:20px;
	
	font-size: 9px;
}
.r3f {
	width:65px;
	height:20px;
	line-height:20px;
	font-size: 9px;
}
.r1 {
	display:block;
	color: #494949;
	margin:0 24px 5px 0;
}
.r2 {
	display:block;
	color: #494949;
	position:relative;
	margin:0 0 5px 20px;
}
.r3 {
	display:block;
	color: #494949;
	margin:0 0 5px 20px;
}




/*extra css definitions*/
.fspecial_largerText{
font-size: 15px;
font-weight:900;
}

.biggerBolder{
	font-size: 17px;
font-weight:900;
	}
