/**
 * Generic styles
 ** galileos.com
 ** Jonathan Pontet - 02/08
 */

body {
	padding-bottom: 50px;
    background: #f7f7f7 url(/metropolitan_restaurants/galileos/img/bg.gif) repeat 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 78%; 
    color: #919191;
    }

abbr,
strong {font-weight: bold;}
abbr {cursor: help;}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}
a:hover {color: #000;}

h1 {
	line-height: 1em;
	}

h2 {
	line-height: 1em;
	font-style: italic;
	}

h3 {
	line-height: 1em;
	}

h4 {
	line-height: 1em;
	}

h5 {
	line-height: 1em;
	}

p {
	line-height: 1.45em;
	}
	
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: 40px;
	clear: both;
	background: transparent url(/metropolitan_restaurants/galileos/img/hr.gif) repeat-x 0 18px;
	}
.hr-white {
	height: 18px;
	clear: both;
	background: transparent url(/metropolitan_restaurants/galileos/img/hr-white.gif) repeat-x 0 8px;
	}
	
a.button {
	border: 2px solid #000;
	padding: 0 5px 1px 4px;
	cursor: pointer;
	background-color: #fff;
	line-height: 24px;
	}
a.button:hover {
	background-color: #000;
	color: #fff;
	}
	
/** Wrapper */
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color: #fff;
	}
	
/** Header */
#header {
	position: relative;
	height: 143px;
	background: transparent url(/metropolitan_restaurants/galileos/img/header.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-top: 68px;
    }
#nav {
	position: absolute;
	right: 0;
	bottom: 13px;
	}
#nav li {
    float: left;
    list-style-type: none;
	width: 64px;
	height: 54px;
	margin: 0 10px;
	overflow: hidden;
    }
#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-position: 0 0;
	}
#nav li.home a span {background-image: url(/metropolitan_restaurants/galileos/img/nav-home.gif);}
#nav li.about-us a span {background-image: url(/metropolitan_restaurants/galileos/img/nav-about-us.gif);}
#nav li.where-we-are a span {background-image: url(/metropolitan_restaurants/galileos/img/nav-where-we-are.gif);}
#nav li.parties a span {background-image: url(/metropolitan_restaurants/galileos/img/nav-parties.gif);}
#nav li.press a span {background-image: url(/metropolitan_restaurants/galileos/img/nav-press.gif);}
#nav li.contact-us a span {background-image: url(/metropolitan_restaurants/galileos/img/nav-contact-us.gif);}
#nav li.active a span,
#nav li a:hover span {background-position: -64px 0;}
#book-a-table {
	float: right;
	background: transparent url(/metropolitan_restaurants/galileos/img/book-a-table.gif) no-repeat 0 0;
	width: 198px;
	height: 27px;
	margin: 19px 52px 0 0;
	}
#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/galileos/img/button-book-a-table.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#book-a-table a:hover span {background-position: 0 -28px;}

/** Footer */
#footer {
	height: 40px;
	margin: 6px 10px 0 0;
	color: #000;
	font-size: 0.9em;
	text-align: right;
	}

/** Forms */
.form .hr-blue {margin-bottom: 1.3em;}
.form p.response,
.form p.required {margin-bottom: 1.8em;}
.form p.response {color: #c30;}
.form span.required {
	color: #000;
	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: #c30;
	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: #c30;
	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;
	}
.form  .hr {
	height: 28px;
	background-position: 0 12px;
	}
	
/** Reservation Form */
#TB_inline #reservation-form  {display: none;}
#reservation-form  {color: #000;}
#reservation-form  .intro {
	color: #000;
	text-transform: uppercase;
	}
#reservation-form  .footer {color: #c30;}
#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;
	padding: 5px 10px 6px 10px;
	background: #912501 url(/metropolitan_restaurants/galileos/img/homepage_restaurants-bg.gif) no-repeat 0 0;
	color: #fff;
	min-height: 30px;
	}
* html #restaurants {height: 30px;}
#restaurants p {
	line-height: 1.2em;
	text-transform: uppercase;
	}
#restaurants p span {text-transform: none;}
	
/** Homepage */
body.home h2 {font-size: 2em;}
.sIFR-active body.home h2 {
	visibility: hidden;
	font-size: 29px;
	line-height: 29px;
	}
/* banner */
body.home #banner {float: left;}
body.home #banner img {display: block;}
/* content */
body.home #content {margin-top: 5px;}
/* menus */
body.home #menus {
	float: left;
	padding-top: 10px;
	width: 300px;
	background: #902501 url(/metropolitan_restaurants/galileos/img/homepage_menus-bg.gif) repeat-x 0 0;
	color: #fff;
	}
* html body.home #menus {display:inline;}
body.home #menus-wrapper-1 {
	background: transparent url(/metropolitan_restaurants/galileos/img/homepage_menus-border.gif) no-repeat left bottom;
	}
body.home #menus-wrapper-2 {
	position: relative;
	top: -10px;
	padding: 19px 20px 5px 20px;
	min-height: 266px;
	background: transparent url(/metropolitan_restaurants/galileos/img/homepage_menus-border.gif) no-repeat 0 0;
	}
* html body.home #menus-wrapper-2 {
	padding-right: 10px;
	width: 260px;
	height: 266px;
	}
body.home #menus h2 {
	width: 270px;
	margin-top: 0.3em;
	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: #fff;
	text-transform: uppercase;
	}
body.home #menus h2 a:hover,
body.home #menus a:hover {color: #000;}
body.home #menus p {
	line-height: 1.1em;
	text-transform: uppercase;
	}
/* promos */
body.home #promos {
	float: left;
	*float: none;
	clear: left;
	margin: 10px 10px 12px 10px;
	width: 930px;
	}
body.home #promos .promo {
	position: relative;
	float: left;
	height: 133px;
	}
body.home #promo-1,
body.home #promo-3 {width: 290px;}
body.home #promo-2 {width: 300px;}
body.home #promo-1,
body.home #promo-2 {margin-right: 25px;}
	
/** About Us */
body.about-us #content {
	margin: 35px 0 12px 50px;
	width: 870px;
	}
body.about-us #content h2 {
	margin-bottom: 0.5em;
	color: #c30;
	font-size: 3.2em;
	}
.sIFR-active body.about-us #content h2 {
	visibility: hidden;
	font-size: 41px;
	margin-bottom: 18px;
	}
body.about-us #content h3 {
	color: #fff;
	font-size: 1.2em;
	margin: 0 0 1.2em -50px;
	background-color: #c30;
	float: left;
	padding: 5px 5px 5px 50px;
	text-transform: uppercase;
	}
* html body.about-us #content h3 {position: relative;}
body.about-us #content p {margin-bottom: 1em;}
/* section 1 */
body.about-us #section-1 {
	}
/* photos */
body.about-us #photos {
	float: right;
	background: transparent url(/metropolitan_restaurants/galileos/img/about_us_box-border.gif) repeat-x 0 0;
	padding: 8px;
	}
/* section 2 */
body.about-us #section-2 {
	float: left;
	margin-top: 15px;
	color: #c30;
	text-transform: uppercase;
	width: 250px;
	}
/* section 3 */
body.about-us #section-3 {
	clear: both;
	margin-top: 30px;
	float: left;
	width: 570px;
	}
body.about-us #section-3 p.intro {
	clear: left;
	text-transform: uppercase;
	}
/* section 4*/
body.about-us #section-4 {
	float: right;
	margin-top: 30px;
	background-color: #eef8fb;
	color: #000;
	width: 217px;
	padding: 12px 17px 0 17px;
	font-size: 0.9em;
	}
body.about-us #section-4 em {color: #c30}
body.about-us #section-4 img {margin-left: -17px;}
/* section 5 */
body.about-us #section-5 {
	clear: both;
	float: left;
	}
body.about-us #section-5 em {color: #c30}
body.about-us #section-5 img {
	float: left;
	margin-right: 15px;
	}

/*** Where we are */
body.where-we-are #content {
	margin: 35px 0 20px 50px;
	width: 850px;
	}
body.where-we-are #content h2 {
	margin-bottom: 0.5em;
	color: #c30;
	font-size: 3.2em;
	}
.sIFR-active body.where-we-are #content h2 {
	visibility: hidden;
	font-size: 41px;
	margin-bottom: 18px;
	}
body.where-we-are #content p {margin-bottom: 1em;}
/* section 1 */
body.where-we-are #section-1 {}
/* Google map */
body.where-we-are #map {
	background-color: #EBEBEB;
	color: #000;
	margin-bottom: 15px;
	/* clear the floats */
	overflow: auto;
	width: 850px;
	}
body.where-we-are #map-holder {
	float: left;
	height: 354px;
	margin-right: 12px;
	width: 559px;
	background: transparent url(/metropolitan_restaurants/galileos/img/where_we_are_box-border.gif) repeat-x 0 0;
	padding: 8px;
	border: none;
	}
body.where-we-are #map h3{
	font-size: 2em;
	margin: 10px 0 0.2em 0; 
	text-transform: uppercase;
	color: #c30;
	}
body.where-we-are #map h3 span{font-weight: bold;}
body.where-we-are #map h4 {
	margin: 1.5em 0 0.5em 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #c30;
	font-size: 1.1em;
	}
body.where-we-are #map p {
	line-height: 1.3em;
	margin-bottom: 1em;
	}

/*** Parties */
body.parties #content {
	margin: 35px 0 20px 50px;
	width: 850px;
	}
body.parties #content h2 {
	margin-bottom: 0.5em;
	color: #c30;
	font-size: 3.2em;
	}
.sIFR-active body.parties #content h2 {
	visibility: hidden;
	font-size: 41px;
	margin-bottom: 18px;
	}
body.parties #content p {margin-bottom: 1em;}
/* section 1 */
body.parties #section-1 {}
/* section 2 */
body.parties #section-2 {
	float: left;
	width: 530px;
	}
body.parties #section-2 p.intro {
	text-transform: uppercase;
	color: #000;
	}
/* section 3 */	
body.parties #section-3 {
	float: right;
	width: 230px;
	padding: 3px 3px 0 3px;
	border: 2px solid #c1c1c2;
	color: #000;
	}
body.parties #section-3 img {margin-bottom: 15px;}
body.parties #section-3 em {
	font-size: 0.9em;
	}
	
/*** Contact Us */
body.contact-us #content {
	margin: 35px 0 20px 50px;
	width: 850px;
	}
body.contact-us #content h2 {
	margin-bottom: 0.3em;
	color: #c30;
	font-size: 3.2em;
	}
.sIFR-active body.contact-us #content h2 {
	visibility: hidden;
	font-size: 41px;
	margin-bottom: 10px;
	}
/* section 1 */
body.contact-us #section-1 {
	float: left;
	width: 505px;
	}
body.contact-us #section-1 p.intro {text-transform: uppercase;}
/* careers */
body.contact-us #careers {
	float: right;
	padding: 0 10px 5px 10px;
	width: 270px;
	background-color: #f0f0f1;
	}
body.contact-us #careers img {margin: 0 0 15px -10px;}
body.contact-us #careers h3 {
	margin-bottom: 0.2em;
	color: #c30;
	font-size: 3em;
	font-style: italic;
	}
.sIFR-active body.contact-us #careers h3 {
	visibility: hidden;
	font-size: 38px;
	margin-bottom: 3px;
	}
body.contact-us #careers p {margin-bottom: 0.5em;}
body.contact-us #careers p.intro {
	color: #c30;
	text-transform: uppercase;
	}

/** 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-blue {margin-top: 1em;}

/** SWF Object */
div.swfObject-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/** Thickbox */
#TB_title {
	background-color: #c30;
	color: #fff;
	}
#TB_title a {
	color: #fff;
	text-transform: none;
	}
#TB_window {
	border-bottom: 8px solid #c30;
	border-left: 8px solid #c30;	
	border-right: 8px solid #c30;
	}