/* Brent X Hotel common CSS */
/* Created by: Graham Whieldon / Karen Newton - Web Sight Ltd. */
/* Common.css - contains all styles for common elements across the site - header, footer etc} */

/* Generic styles */
body {font-family: Verdana,Helvetica,sans-serif; background: url(../images/brentx_patternbg.jpg); margin:0px; padding:0px; text-align:center; color:#414A45; }

h1{font-size:1.2em; margin-bottom:15px;}
h2{font-size:1.1em;}
h3{font-size:1.0em;}

/* Clear */
.clear{clear:both;}


/* MAIN CONTAINER */
#main_container{width:760px; margin:0 auto; margin-top:8px; text-align:left; background: #fff;}
#banner_box{
	width:100%;
	height:114px;
	margin-bottom: 2px;
	background: url(../images/brentx_homebanner.jpg);
	background-repeat: no-repeat;
	position:relative;
	}
#offers_link{
	width:240px;
	height:41px;
	float:right;
	margin:60px 50px 0px 0px;
	background: url(../images/brentx_specials.gif);
	background-repeat: no-repeat;
	position:relative;
	}
#offers_link a{text-decoration:none; color:#993300; font-size:0.7em; font-weight:bold; display:block; text-align:right; padding:7px 60px 0px 7px;}
#offers_link p{padding:0px; margin:0px;}

/* NAVIGATION */
#nav_menu{
	text-align:left;
	width:100%;
	background:#414A45;
	padding:5px 0px 6px 0px;
	margin-bottom:2px;
	} /* width to fix peek-a-boo bug (hasLayout)*/
#nav_menu ul{list-style-type:none; padding:0px; margin:0px; }
#nav_menu ul li{padding:5px 9px 6px 9px; display:inline; background:#414A45; border-right:1px solid #ffffff; }
#nav_menu a{color:#ffffff; text-decoration:none; font-size:0.7em;}
#nav_menu a.on{color:#FFE2A0;}
#nav_menu a:hover{color:#FFE2A0;}

/* CENTRAL CONTENT PANEL */
#center_container{width:100%; font-size:0.6em; line-height:9pt;}

/* Left column */
#left_column{width:469px; float:left; margin:0px 2px 10px 0px; }
#content{padding:20px 80px 0px 55px;}
#content p{margin:0px; padding-bottom:7px;}

#logo_box{background:url(../images/brentx_logo_bg.jpg); width: 100%;}
#logo_box img{margin:14px 0px 10px 14px;}
#logo{float:left;}
#email{width:150px; margin:48px 0px 0px 14px; font-size:1.1em; float:left;}
* html #email{margin-top:58px;}
#email p{padding:0px;}
#email a{color:#FFE2A0; text-decoration:none; vertical-align:bottom; float:left;}
#email a:hover{color:#ffffff;}

/* Bullets */
#content ul{
	list-style-image: url('../images/brentx_bullet.gif');
	padding:0px 0px 0px 53px;
	margin:20px 0px 0px 0px;
	list-style-type:none;
	font-size:1.1em;
	}
#content li{padding:0px 0px 11px 5px; }
#content a{color:#663333;}
#content a:hover{color:#ecb542;}

/* Right column */
#right_column{width:289px;float:left;}
.sub_nav{width:289px; height:41px; margin-bottom:2px; }
.sub_nav a{color:#ffffff; text-decoration:none; font-size:1.1em; display:block; padding:25px 57px 0px 0px; text-align:right;}
.sub_nav a:hover{color:#FFE2A0;}
.reservation{background:url(../images/brentx_reservations_bg.jpg); background-repeat: no-repeat;}
.facilities{background:url(../images/brentx_facilities_bg.jpg); background-repeat: no-repeat;}
.attractions{background:url(../images/brentx_attractions_bg.jpg); background-repeat: no-repeat;}

/* Table */
table.tariff 
{
border-collapse: collapse; border-spacing:15px; width:100%;
}
* html table.tariff {width:70%; font-size:1.7em;}

td, th{text-align:center;}

* html td{font-size:0.7em;}
* html th{font-size:0.7em;}



/*FOOTER*/
#footer{color:#727D76; margin-top:5px; line-height:8pt; margin-bottom:15px;}
#footer a{color:#727D76; text-decoration:none}
#footer a:hover{color:#414A45;}
#footer p{margin:0px 0px 5px 0px; padding:0px;}


/* Reservation Form */
.button{
	width:6em;
	padding:0em;
	margin:0em;
	text-align:center;
	line-height:1.6em;
	border:0.166em solid;
	border-color:#ABD7FA #0C76CD #0C76CD #ABD7FA;
	background-color:#0A5796;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.button:hover{color:#ABD7FA;}