@charset "utf-8";

body {
	background:#E8E5E3;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}

a img {border:none; text-decoration:none;}
a {border:none; text-decoration:none; color:#8E434A;}

.placeLogo a img {border:none; text-decoration:none;}
.sideBarLogo a img {border:none; text-decoration:none;}
.restaurantGrid a img {border:none; text-decoration:none;}

ul{
	margin:0;
	padding:0 0 0 65px;
	list-style-position:outside;
	font-size:14px;
}

ul li{
	line-height:25px;
	margin:0;
	padding:0;
}

.topGradient {
	width: 1172px;
	height:15px;
	background-image: url(../images/bg_gradient_top15.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}
.sideGradient {
	width: 1172px;
	height:auto;
	background-image: url(../images/bg_gradient.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}
	
.bottomGradient {
	width: 1172px;
	height:75px;
	background-image: url(../images/bg_gradient_bottom.png);
	background-repeat:none;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

#container2 {
	width: 1030px;
	height:auto;
	background:#FFF;
	margin-left:auto;
	margin-right:auto;
}
/*---------------------------------------------------------------------------------------------------------------Homepage */
#container {
	width: 1030px;
	height:auto;
	background:#FFF;
	margin-left:auto;
	margin-right:auto;
}

#langBar {
	width:350px;
	float:right;
	padding: 0 50px 0 0;
}

#flags {
	float:right;
}

#langTxt {
	text-align:right;
	font-size:12px;
	width:272px;
	float:right;
}


#flags ul {
	list-style:none;
	display:inline;
}

#flags ul li{
	display:inline;
	padding:0 0 0 4px;
	line-height:10px;
}


#logo {
	width:267px;
	height:58px;
	float:left;
	padding: 0 0 0 50px;
}

#tagLine {
	height:58px;
	width:713px;
	float:left;
}

.tagText {
	padding:40px 50px 0 0;
	font-size: 16px;
	color:#808080;
}

#tagLine h1 {
	margin:0;
	padding:25px 50px 0 0;
	font-size: 16px;
	font-weight:normal;
	color:#808080;
}

#tagLine h1 strong {
	color: #000;
}

.tagText strong {
	color: #000;
}

#buttons {float:right; padding:0 0 0 0;}
#likeButton {float:right; padding: 0 0 0 0;}
#facebookLink { float:right; width:128px; height:20px; margin: 5px 50px 0 8px;}
#facebookLink a { display:block; width:128px; height:20px; background-position:0 0; background-repeat:no-repeat; text-decoration: none; outline:none;}
#facebookLink a:hover { background-position: 0 -20px; }
#facebookButton span { display:none;}
#facebookButton a { background-image:url(../images/fb_button.png);}

#navBar {
	height:46px;
	width:1030px;
	float:left;
	background:#F2F2F2;
	font-weight:bold;
	text-transform: uppercase;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
}

#navBar ul {
	list-style:none;
	display:inline;
	font-size:12px;
	padding:0;
}

#navBar ul a {
	border:none;
	text-decoration:none;
	color:#4D4D4D;
	cursor:pointer;
	height:36px;
	vertical-align:middle;
}

#navBar ul li{
	display:inline;
	text-align:center;
}

#navBar ul li.active {
	display:inline;
}

.navItem {
	border-right:dotted;
	border-width:1px;
	border-color:#CECECE;
	padding:10px 27px 0 27px;
	float:left;
	height:36px;
}

.navItemActive {
	border-right:dotted;
	border-width:1px;
	border-color:#CECECE;
	padding:10px 27px 0 27px;
	float:left;
	height:36px;
	background-image: url(../images/navHighlight_bg.gif);
	color:#FFF;
}

.navItem:hover{
	border-right:dotted;
	border-width:1px;
	border-color:#CECECE;
	padding:10px 27px 0 27px;
	float:left;
	height:36px;
	background-color:#CCC;
}


.blueBar {
	height:6px;
	background-color:#1E4960;
}

/* Banner */

#banner {
	position:relative;
}

/* Content */
.hpHeading {
	background-color:#F2F2F2;
	height:43px;
}

.hpHeadingBlue {
	width:484px;
	height:36px; /* 43 - padding */
	float:left;
	background-color:#466E7F;
	color:#FFF;
	font-size:24px;
	padding:7px 0 0 50px;
	float:left;
}

.hpHeadingArrows {
	background-repeat:no-repeat;
	height:43px;
	width:70px;
	float:left;
	background-image: url(../images/hp_arrows.gif);
}

.hpHeadingRight {
	width:426px;
	float:left;
	padding:7px 0 0 0px;
	color:#8E434A;
	font-size:24px;
}

.contentBox {
	height: auto;
}

.contentLft {
	width:560px;
	float:left;
}

.contentLft p {
	padding:0 0 0 50px;
	margin:0;
	color:#4D4D4D;
	font-size:14px;
	line-height:25px;
}


.contentLft strong {
	color:#8E434A;
}

.dottedLine560 {
	border-bottom:dotted;
	border-width:1px;
	border-color:#CCC;
}

.dottedLineIndented{
	border-bottom:dotted;
	border-width:1px;
	border-color:#CCC;
	margin-left:50px;
}

.hpContentTitle{
	padding:0 0 0 50px;
	color:#08293A;
	font-size:23px;
}

.hpContentTitle strong{
	color:#08293A;
}

.subBox {
	background-image:url(../images/hp/corner_grad.png);
	background-repeat:no-repeat;
}

.hpContentSub{
	padding:0 0 0 50px;
	color:#808080;
	font-size:18px;
}

.contentRgt {
	width:385px;
	padding:0 30px 0 45px;
	float:left;
}

.featuredImg {
	width:122px;
	height:72px; 
	padding:5px 5px 5px 5px;
	background-color:#F2F2F2;
	float:left;
	border:solid;
	border-width:1px;
	border-color:#B3B3B3;
}

.featuredTxt {
	width:245px;
	float:right;
}

.featuredTitle {
	height:20px;
	background-color:#F2F2F2;
	padding:2px 5px 0 5px;
	font-size:14px;
	color:#1E4960;
	font-weight:bold;
	float:left;
}

.featuredDetail {
	font-size:11px;
	color:#808080;
	line-height:16px;
	padding:7px 0 0 5px;
}

.contactBox {
	background-color:#F2F2F2;
	height:118px;
	border:solid;
	border-width:1px;
	border-color:#B3B3B3;
	padding:10px 0 0 15px;
	font-size:12px;
	line-height:19px;
	color:#4D4D4D;
}

.contactTitle {
	font-size:14px;
	color:#1E4960;
	font-weight:bold;
}
/* Footer */
#footer {
	height: 35px;
	padding: 10px 0 0 0;
}

#footer ul, .langList {
	list-style:none;
	display:inline;
	padding:0 0 0 25px;
}

#footer ul a {
	border:none;
	text-decoration:none;
	color:#4D4D4D;
}

#footer ul li, .langList li{
	display:inline;
	margin-left: 0;
	padding: 3px 15px 3px 20px;
	border-left: 1px dotted #B7B7B7;
	list-style: none;
	font-size:12px;
}

.langList li{
	display:inline;
	margin-left: 0;
	padding: 3px 10px 3px 15px;
	border-left: 1px dotted #B7B7B7;
	list-style: none;
	font-size:14px;
}

#footer ul li.first, .langList li:first-child {
	margin-left: 0;
	padding: 0 20px 0 0;
	border-left: none;
	list-style: none;
	display: inline;
	}


.langList { margin:0 0 0 25px; border:none; text-decoration:none; color:#8E434A !important;}

#copyright {
	width: 1030px;
	margin-left:auto;
	margin-right:auto;
}

#copyright p {
	float:right;
	margin:10px 0 0 0;
	font-size:11px;
	color:#808080;
}

#copyright a {
	text-decoration:none;
	color:#808080;
}

/*--------------------------------------------------------------------------------------------------------------- Secondary */

#shortcutBox {
	background-color:#F2F2F2;
	height:auto;
}

#shortcutBox a {
	color:#231F20;
}
.shortcutHeading {
	background-color:#8E434A;
	color:#FFF; font-weight:bold;
	height:26px;
	padding:6px 25px 0px 25px;
	float:left;
}

#shortcutBox ul {
	padding:10px 35px 15px 40px;
}

.scLft{
	float:left;
	width:400px;
}

.shortcutArrow {
	width:12px;
	height:32px;
	background-image:url(../images/secondaryArrow.gif); background-repeat:no-repeat;
	float:left;
}
.contentLftS {
	width:815px;
	float:left;
	padding:0 25px 0 0;
	border-right:dotted; border-color:#999; border-width:1px;
}

.contentLftS2 {
	float:left;
}
.contentLftS p {
	padding:0 0 0 50px;
	margin:0;
	color:#231F20;
	font-size:12px;
	float:left;
}

.contentLftS strong {
	color:#8E434A;
}

.contentRgtS {
	/*border-left:dotted; border-color:#999; border-width:1px;*/
	width:155px;
	margin:0 30px 0 0px;
	float:left;
}

.pageTitleS{
	padding:0 0 0 50px;
	color:#1E4960;
	font-size:28px;
	font-weight:bold;
}

.pageTitleS h2 {
	font-size:28px;
	color:#1E4960;
	font-weight:bold;
	padding:0; margin:0;
}

.featuredContent{
	float: left;
}
.featuredImgS {
	width:316px;
	height:269px; 
	margin: 0 30px 0 50px;
	padding:5px 5px 5px 5px;
	background-color:#F2F2F2;
	float:left;
	border:solid;
	border-width:1px;
	border-color:#B3B3B3;
}

.featuredDescS ul {
	font-size:12px;
	padding:0;
	margin:15px 0 0 15px;
}

.featuredDescS ul li{
	line-height:18px;
}

.placeDesc ul {
	font-size:12px;
	padding:0;
	margin:0px 0 0 15px;
}

.placeDesc ul li{
	line-height:18px;
}

.featuredDescS strong{
	color:#231F20;
}

.descCategories {
	float:left;
	padding:0 30px 0 0;
}
.placeDetails {
	float:left;
	margin:0 0 0 30px;
	width:550px;
}

.placeDesc {
	padding:0 0 20px 12px;
	color:#231F20;
	font-size:12px;
	float:left;
	line-height:160%;
}

.placeInfo {
	padding:0 0 8px 12px;
	color:#6B6B6B;
	font-size:12px;
	float:left;
}

.placeInfo a{
	color:#6B6B6B;
}

.placeInfo a:hover{
	color:#6B6B6B;
	text-decoration:underline;
}

.featuredDescS {
	padding:0 0 0 12px;
	color:#231F20;
	font-size:12px;
	float:left;
	width:390px;
	line-height:160%;
}

.featuredDescS2 {
	padding:0 0 0 12px;
	color:#231F20;
	font-size:12px;
	float:left;
	width:550px;
}

.placeLogo {
	float:left;
	margin:0 0 0 12px;
	width:400px;
}

.placeTitle, .siteMapLangs {
	/*height:23px;*/
	height:auto;
	font-size:16px;
	color:#1E4960;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	margin: 0 0 8px 0;
	background-color:#F2F2F2;
	float:left;
}

/* 2/11 added by Reina */
.placeTitle h3 {
	color: #1E4960;
	font-size: 16px;
    font-weight: bold;
	margin: 0px;
    padding: 0px;
}

.hpHeadingRight h2 {
    color: #8E434A;
    font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* end */

.siteMapLangs{
	margin:0 0 10px 50px;
}

.placeTitle a {
	color:#1E4960;
}

.placeTitleNoBox a {
	color:#1E4960;
}

.placeTitleNoBox {
	height:23px;
	font-size:14px;
	color:#1E4960;
	font-weight:bold;
	float:left;
}

.placeImg {
	width:150px;
	height:150px;
	float:left;
	border:solid;
	border-width:1px;
	border-color:#999;
}


#infoList{
	padding:0 0 0 50px;
}

.sideBarLogo {
	width:122px;
	padding:15px 0px 15px 20px;
}

#sideBarTxt {
	font-size:9px;
	color:#808080;
	padding:0 0 0 10px;
}

.restaurantGrid {
	/*margin:25px 30px 0 50px;*/
	padding:25px 30px 0 50px;
}
.restaurantGrid ul {
	list-style:none;
	margin:0; padding:0;
}

.restaurantGrid ul li { float:left;
	padding:5px 30px 15px 2px;
	margin:0px;
}

/* General */
.clr {clear:both; height:0px;}

.upArrowBox {
	border-top:dotted; border-color:#999; border-width:1px;
	float:left;
	width:760px;
	height:16px;
	padding:8px 0 0 0;
}

.upArrow {
	float:right;
	background-image:url(../images/top_arrow.gif);
	background-repeat:no-repeat;
	height:11px;
	width:43px;
}


/* Space */
.padRgt32{ padding-right:32px;}
.mgnRgt32{ margin-right:32px;}
.padBottom60{padding-bottom:60px;}
.mgnTop10{margin-top:10px;}
.padTop55{padding-top:55px;}
.padTop25{padding-top:25px;}
.padTop25clr{padding-top:25px;clear:both; height:0px;}
.padTop12{padding-top:12px;}
.padTop1{padding-top:1px;}
.padTop2{padding-top:2px;}
.padTop3{padding-top:3px;}
.padTop4{padding-top:4px;}
.padTop5{padding-top:5px;}
.padTop6{padding-top:6px;}
.padTop7{padding-top:7px;}
.padTop8{padding-top:8px;}
.padTop9{padding-top:9px;}
.padTop10{padding-top:10px;}
.padTop12{padding-top:12px;}
.padTop13{padding-top:13px;}
.padTop14{padding-top:14px;}
.padTop15{padding-top:15px;}
.padTop17{padding-top:17px;}
.padTop45{padding-top:45px;}
.padTop60{padding-top:60px;}
.mgnTop18{margin-top:18px;}
.padTop18{padding-top:18px;}
.mgnTop20{margin-top:20px;}
.mgnTop25{margin-top:25px;}
.mgnTop28{margin-top:28px;}
.padTop20{padding-top:20px;}
.padTop24{padding-top:24px;}
.padTop26{padding-top:26px;}
.padTop28{padding-top:28px;}
.padTop30{padding-top:30px;}
.padTop35{padding-top:35px;}
.padTop40{padding-top:40px;}
.padTop38{padding-top:38px;}
.padTop80{padding-top:80px;}
.padTop100{padding-top:100px;}
.padTop120{padding-top:120px;}
.padTop150{padding-top:120px;}
.mgnTop10{margin-top:10px;}
.mgnTop20{margin-top:20px;}
.mgnTop30{margin-top:30px;}
.mgnTop40{margin-top:40px;}
.mgnTop45{margin-top:45px;}
.padLft10{padding-left:10px;}
.padLft12{padding-left:12px;}
.padLft20{padding-left:20px;}
.padLft25{padding-left:25px;}
.padLft30{padding-left:30px;}


/* 4-25-2011 */

#hp_covers { position:absolute; width:430px; height:351px; left: 700px; top: 75px; }
#hp_covers a { display:block; width:430px; height:351px; background-position:0 0; background-repeat:no-repeat; text-decoration: none; outline:none;}
#hp_covers a:hover { background-position: 0 -351px; }
#hp_covers span { display:none;}

#hp_de a {background-image:url(../images/hp/cover_de.png);}
#hp_cn a {background-image:url(../images/hp/cover_cn.png);}
#hp_jp a {background-image:url(../images/hp/cover_jp.png);}
#hp_it a {background-image:url(../images/hp/cover_it.png);}
#hp_es a {background-image:url(../images/hp/cover_es.png);}
#hp_fr a {background-image:url(../images/hp/cover_fr.png);}
