/**
 * Generic styles
 ** ziateresa.co.uk
 ** Jonathan Pontet - 02/08
 */

body {
	padding-bottom: 50px;
    background: #f7f7f7 url(/metropolitan_restaurants/zia_teresa/img/bg.gif) repeat 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 78%; 
    color: #393939;
    }

abbr,
strong {font-weight: bold;}
em {
	font-weight: bold;
	color: #468cc8;
	}
abbr {cursor: help;}
img {display: block;}
a {
	color: #039;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {color: #900;}

h1 {
	line-height: 1em;
	}

h2 {
	line-height: 1em;
	text-transform: uppercase;
	}

h3 {
	line-height: 1em;
	text-transform: uppercase;
	}

h4 {
	line-height: 1em;
	}

h5 {
	line-height: 1em;
	}

p {
	line-height: 1.2em;
	}
	
table {font-size: 100%;}
table caption {display: none;}
table th {}
table td {}

input,
textarea,
select {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 100%;
	}
	
.hr {
	height: 19px;
	clear: both;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/hr.gif) repeat-x 0 8px;
	}
.hr-blue {
	height: 19px;
	clear: both;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/hr-blue.gif) repeat-x 0 8px;
	}
	
a.button {
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	background-color: #000;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	}
body:first-of-type a.button {padding: 4px 6px 3px 6px;}/*Safari 3*/
a.button:hover {
	background-color: #feef02;
	color: #000;
	}
	
/** Wrapper */
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 15px;
	background: #fff url(/metropolitan_restaurants/zia_teresa/img/wrapper-bg.jpg) no-repeat bottom left;
	}
	
/** Header */
#header {
	position: relative;
	height: 127px;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/header-bg.jpg) no-repeat 0 0;
	}
#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#header {display: inline-block;}
/* Hides from IE-mac \*/
* html #header {height: 1%;}
#header {display: block;}
/* End hide from IE-mac */
#logo {
    float: left;
    margin: 20px 0 0 20px;
    }
* html #logo {display: inline;}
#nav {
	position: absolute;
	left: 146px;
	bottom: 0;
	}
#nav li {
    float: left;
    list-style-type: none;
	overflow: hidden;
	height: 21px;
    }
#nav li#nav-home {width: 62px;}
#nav li#nav-about-us {width: 95px;}
#nav li#nav-where-we-are {width: 137px;}
#nav li#nav-parties {width: 80px;}
#nav li#nav-press {width: 68px;}
#nav li#nav-contact-us {width: 116px;}
#nav li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	}
#nav li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;	
	background-repeat: no-repeat;
	background-image: url(/metropolitan_restaurants/zia_teresa/img/nav.gif);
	}
#nav li#nav-home a span {background-position: 0 0;}
#nav li#nav-home.active a span,
#nav li#nav-home a:hover span {background-position: 0 -21px;}
#nav li#nav-about-us a span {background-position: -62px 0;}
#nav li#nav-about-us.active a span,
#nav li#nav-about-us a:hover span {background-position: -62px -21px;}
#nav li#nav-where-we-are a span {background-position: -157px 0;}
#nav li#nav-where-we-are.active a span,
#nav li#nav-where-we-are a:hover span {background-position: -157px -21px;}
#nav li#nav-parties a span {background-position: -294px 0;}
#nav li#nav-parties.active a span,
#nav li#nav-parties a:hover span {background-position: -294px -21px;}
#nav li#nav-press a span {background-position: -374px 0;}
#nav li#nav-press.active a span,
#nav li#nav-press a:hover span {background-position: -374px -21px;}
#nav li#nav-contact-us a span {background-position: -442px 0;}
#nav li#nav-contact-us.active a span,
#nav li#nav-contact-us a:hover span {background-position: -442px -21px;}
#book-a-table {
	float: right;
	width: 222px;
	height: 129px;
	}
#book-a-table a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	}
#book-a-table a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url(/metropolitan_restaurants/zia_teresa/img/button-book-a-table.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#book-a-table a:hover span {background-position: 0 -129px;}

/** Footer */
#footer {
	margin-right: 10px;
	color: #000;
	font-size: 0.9em;
	}
#footer p {text-align: right;}
* html #footer {display: inline;}

/** Forms */
.form p.response,
.form p.required {margin-bottom: 1.8em;}
.form p.response {color: #a70303;}
.form span.required {
	color: #468cc8;
	font-weight: bold;
	}
.form .row {
	position: relative;
	clear: both;
	width: 505px;
	margin-bottom: 1.5em;
	}
.form .row.last {margin-bottom: 5px !important;}
.form .row.button {margin-bottom: 0 !important;}
.form .row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.form .row {display: inline-block;}
/* Hides from IE-mac \*/
* html .form .row {height: 1%;}
.form .row {display: block;}
/* End hide from IE-mac */
.form .row .label {
	color: #000;
	display: block;
	margin-bottom: 0.2em;
	text-transform: uppercase;
	}
.form .row .hide-label .label {display: none !important;}
.form .row .label span.brackets {color: #919191;}
.form .row .cols {
	display: block;
	padding-top: 3px;
	}
.form .row .cols label {margin: 0 30px 0 3px;}
.form .row .field {}
.form .row legend {
	color: #000;
	text-transform: uppercase;
	}
.form .row textarea {
	line-height: 18px;
	min-height: 170px;
	width: 500px;
	}
* html .form .row textarea {height: 170px;}
.form .row input.text {width: 330px;}
.form .row .button {float: right;}
.form .row .error-wrapper {
	display: block;
	position: relative;
	margin-top: 3px;
	height: 1em;
	}
.form .row .error {
	position: absolute;
	top: 0;
	left: 0;
	font-style: italic;
	}
	
/** Reservation Form */
#TB_inline #reservation-form  {display: none;}
#reservation-form  {color: #000;}
#reservation-form  .intro {
	margin-bottom: 1em;
	color: #000;
	text-transform: uppercase;
	line-height: 1.4em;
	}
#reservation-form .hr {
	height: 28px;
	background-position: 0 12px;
	}
#reservation-form  .footer {color: #468cc8;}
#reservation-form  .footer em {color: #919191;}
#reservation-form  .row {width: 344px;}
#reservation-form  .row .label {
	display: inline;
	margin: 0;
	text-transform: none;
	}
#reservation-form  .row .cols .label {
	display: inline;
	margin: 0 5px 0 2px;
	color: #000;
	text-transform: none;
	}
*:first-child+html #reservation-form  .row .cols .label {margin-left: 0;}
* html #reservation-form  .row .cols .label {margin-left: 0;}
#reservation-form  .form .row .cols label {margin: 0;}
#reservation-form  .row .field {
	position: absolute;
	left: 73px;
	width: 280px;
	}
#reservation-form  .row legend {text-transform: none;}
*:first-child+html #reservation-form  .row legend {text-indent: -3px}
* html #reservation-form  .row legend {top: -3px;}
#reservation-form  .row fieldset .cols {
	position: absolute;
	top: -2px;
	left: 73px;
	width: 285px;
	}
*:first-child+html #reservation-form  .row fieldset .cols {top: -5px;}
* html #reservation-form  .row fieldset .cols {top: -5px;}
#reservation-form  .row fieldset .cols select {margin-right: 10px;}
#reservation-form  .row fieldset .cols .field {position: static;}
#reservation-form  .row .button {
	float: none;
	margin-left: 73px;
	}

/** Content */
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#content {display: inline-block;}
/* Hides from IE-mac \*/
* html #content {height: 1%;}
#content {display: block;}
/* End hide from IE-mac */

/** Restaurants */
#restaurants {
	clear: left;
	color: #fff;
	margin: 8px 20px 0 20px;
	min-height: 39px;
	}
* html #restaurants {height: 39px;}
#restaurants p {
	line-height: 1.1em;
	text-transform: uppercase;
	}
#restaurants span {text-transform: none;}

/** Homepage */
body.home h2 {font-size: 2.5em;}
.sIFR-active body.home h2 {
	visibility: hidden;
	font-size: 38px;
	}
body.home h3 {font-size: 1.3em;}
.sIFR-active body.home h3 {
	visibility: hidden;
	font-size: 15px;
	}
/* content */
body.home #content {
	padding: 10px;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/homepage_content-bg.gif) no-repeat 0 0;
	}
/* banner */
body.home #banner {float: left;}
body.home #banner img {display: block;}
/* content */
body.home #content {margin-top: 20px;}
/* menus */
body.home #menus {
	float: left;
	width: 290px;
	background: #fff url(/metropolitan_restaurants/zia_teresa/img/homepage_menus-bg.gif) repeat 0 0;
	color: #000;
	}
body.home #menus-wrapper-1 {}
body.home #menus-wrapper-2 {
	padding: 8px 0 0 8px;
	min-height: 272px;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/homepage_menus-plates.gif) no-repeat 7px 151px;
/* 	background: transparent url(/metropolitan_restaurants/zia_teresa/img/zia-teresa-50ann-web-promo_03.jpg) no-repeat 0px 0px; */
	}
* html body.home #menus-wrapper-2 {height: 272px;}
body.home #menus h2 {
	width: 270px;
	margin-top: 8px;
	font-style: normal;
	text-transform: uppercase;
	}
body.home #menus h2.first-child {margin-top: 0;}
body.home #menus h2 a,
body.home #menus a {
	color: #000;
	text-transform: uppercase;
	}
body.home #menus h2:hover,
body.home #menus h2 a:hover,
body.home #menus a:hover {background-color: #feef02;}
/* promos */
body.home #promos {
	float: left;
	clear: left;
	margin: 20px 0 10px 0;
	width: 930px;
	}
body.home #promos .promo {
	position: relative;
	float: left;
	border: 3px solid #393939;
	height: 127px;
	}
body.home #promo-1 {width: 284px;}
body.home #promo-2 {width: 294px;}
body.home #promo-3 {width: 283px;}
body.home #promo-1,
body.home #promo-2 {margin-right: 25px;}
	
/** About Us */
body.about-us #content {
	margin: 35px 0 80px 20px;
	width: 910px;
	}
body.about-us #content h2 {
	position: relative;
	width: 306px;
	height: 109px;
	overflow: hidden;
	margin-bottom: 5px;
	}
body.about-us #content h2 span {background: transparent url(/metropolitan_restaurants/zia_teresa/img/about_us_h2.gif) no-repeat 0 0;}
body.about-us #content h3 {
	position: relative;
	width: 291px;
	height: 37px;
	overflow: hidden;
	margin-bottom: 20px;
	}
body.about-us #content h3 span {background: transparent url(/metropolitan_restaurants/zia_teresa/img/about_us_h3.gif) no-repeat 0 0;}
body.about-us #content h2 span,
body.about-us #content h3 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
body.about-us #content h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 1em 0 0.2em 0;
	}
body.about-us #content p {margin-bottom: 1em;}
/* section 1 */
body.about-us #section-1 {
	float: left;
	width: 320px;
	}
/* photos */
body.about-us #photos {
	float: right;
	padding: 5px;
	border: 3px solid #393939;
	}
/* section 2 */
body.about-us #section-2 {
	float: left;
	padding: 20px 0 0 474px;
	margin-top: 20px;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/about_us_plates.jpg) no-repeat 0 0;
	min-height: 388px;
	}
* html body.about-us #section-2 {height: 388px;}

/*** Where we are */
body.where-we-are #content {
	margin: 35px 0 80px 20px;
	width: 910px;
	}
body.where-we-are #content h2 {
	position: relative;
	width: 281px;
	height: 34px;
	overflow: hidden;
	margin-bottom: 28px;
	}	
body.where-we-are #content h2 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/where_we_are_h2.gif) no-repeat 0 0;
	}
body.where-we-are #content p {margin-bottom: 1em;}
/* section 1 */
body.where-we-are #section-1 {}
/* Google map */
body.where-we-are #map {
	border: 3px solid #393939;
	background: #fff url(/metropolitan_restaurants/zia_teresa/img/where_we_are_map-bg.gif) repeat 0 0;
	color: #000;
	margin-bottom: 15px;
	/* clear the floats */
	overflow: auto;
	width: 910px;
	font-size: 1.05em;
	}
body.where-we-are #map-holder {
	float: left;
	height: 354px;
	width: 620px;
	margin: 5px 20px 5px 5px;
	border: none;
	}
body.where-we-are #map h3 {
	color: #468cc8;
	font-size: 1.45em;
	margin: 8px 0 0.2em 0;
	line-height: 1.2em;
	}
body.where-we-are #map h3 span{
	font-size: 1.3em;
	font-weight: bold;
	}
body.where-we-are #map h4 {
	color: #468cc8;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1.2em 0 0.2em 0;
	}
body.where-we-are #map p {line-height: 1.4em;}

/*** Parties */
body.parties #content {
	position: relative;
	margin: 35px 0 80px 20px;
	width: 910px;
	min-height: 400px;
	}
* html body.parties #content {height: 400px;}
body.parties #content h2 {
	position: relative;
	width: 294px;
	height: 62px;
	overflow: hidden;
	margin-bottom: 15px;
	}	
body.parties #content h2 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/parties_h2.gif) no-repeat 0 0;
	}
body.parties #content h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 1em 0 0.2em 0;
	}
body.parties #content h3.firstChild {margin-top: 0;}
body.parties #content p {margin-bottom: 1em;}
/* section 1 */
body.parties #section-1 {}
/* section 2 */
body.parties #section-2 {
	float: left;
	width: 268px;
	}
/* section 3 */
body.parties #section-3 {
	margin-left: 310px;
	width: 290px;
	}
/* section 4 */
body.parties #section-4 {
	margin: 2.7em 0 0 310px;
	*margin-top: 1.5em;
	width: 260px;
	border: 3px solid #393939;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/parties_download-bg.gif) repeat 0 0;
	padding: 10px 9px 0 9px;
	font-size: 0.9em;
	}
body.parties #section-4 a.button {
	font-size: 1.1em;
	margin-right: 0.5em;
	}
/* section 5 */	
body.parties #section-5 {
	position: absolute;
	top: 0;
	right: 0;
	width: 256px;
	padding: 0 18px 0 8px;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/parties_private-room-bg.jpg) no-repeat 0 251px;
	}
body.parties #section-5 img {margin: 0 -18px 0 -8px;}
body.parties #section-5 h3 {margin: 0.8em 0 0 0;}
body.parties #section-5 strong {text-transform: uppercase;}
body.parties #section-5 p {margin-bottom: 0.8em;}

/*** Press */
body.press #content {
	position: relative;
	margin: 35px 0 80px 20px;
	width: 910px;
	}
body.press #content h2 {
	position: relative;
	width: 305px;
	height: 43px;
	overflow: hidden;
	margin-bottom: 15px;
	}
body.press #content h2 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/press_h2.gif) no-repeat 0 0;
	}
body.press #content h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	color: #468cc8;
	}
body.press #content p {margin-bottom: 1em;}
/* section 1 */
body.press #section-1 {}
/* photo */
body.press #photo {
	margin-left: 205px;
	width: 404px;
	}
/* section 2 */
body.press #section-2 {
	float: left;
	width: 180px;
	}
/* section 3 */
body.press #enquiries {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	border: 3px solid #393939;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/press_enquiries-bg.gif) repeat 0 0;
	padding: 10px;
	}
body.press #enquiries p {margin-bottom: 0.2em;}

/*** Contact Us */
body.contact-us #content {
	margin: 35px 0 80px 20px;
	width: 910px;
	}
body.contact-us #content h2 {
	position: relative;
	width: 241px;
	height: 29px;
	overflow: hidden;
	margin-bottom: 15px;
	}
body.contact-us #content h2 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/contact_us_h2.gif) no-repeat 0 0;
	}
/* section 1 */
body.contact-us #section-1 {
	float: left;
	width: 520px;
	color: #969696;
	}
body.contact-us #section-1 p.intro {
	text-transform: uppercase;
	line-height: 1.5em;
	}
/* careers */
body.contact-us #careers {
	float: right;
	padding: 0 10px 0 8px;
	width: 272px;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/careers_bg.jpg) no-repeat 0 0;
	min-height: 581px;
	}
* html body.contact-us #careers {height: 581px;}
body.contact-us #careers img {margin-left: -8px;}
body.contact-us #careers h3 {
	position: relative;
	width: 157px;
	height: 29px;
	overflow: hidden;
	margin: 13px 0 1.2em 0;
	}
body.contact-us #careers h3 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/careers_h3.gif) no-repeat 0 0;
	}
body.contact-us #careers p {
	line-height: 1.5em;
	margin-bottom: 0.8em;
	}
body.contact-us #careers p.intro {
	font-size: 0.9em;
	text-transform: uppercase;
	}
body.contact-us .hr {
	height: 40px;
	clear: both;
	background: transparent url(/metropolitan_restaurants/zia_teresa/img/hr.gif) repeat-x 0 19px;
	}

/** Career Application */
body.career-application {
	padding: 8px 15px 0 15px;
	background: #fff;
	color: #919191;
	}
body.career-application p.required {margin-bottom: 1em;}
body.career-application .row {
	width: 353px;
	margin-bottom: 1em;
	}
body.career-application .row input.text {width: 347px;}
body.career-application .row textarea {
	min-height: 70px;
	width: 347px;
	}
* html body.career-application .row textarea {height: 70px;}
body.career-application .hr {height: 25px;}

/** SWF Object */
div.swfObject-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/** Thickbox */
#TB_title {
	background-color: #468cc8;
	color: #fff;
	}
#TB_title a {
	color: #fff;
	text-transform: none;
	}
#TB_window {
	border-bottom: 8px solid #468cc8;
	border-left: 8px solid #468cc8;	
	border-right: 8px solid #468cc8;
	}
#TB_ajaxContent {padding: 8px 8px 0 12px;}