/*
 * home styles
 * $Id:home.css 2262 2006-08-23 17:50:00Z rsimpson $
 * $URL:https://chow/DestinationSearch/wdpt/trunk/src/main/webapp/css/home.css $
 */

#home, #resto, #shop {
    min-width: 780px;
}

#homeCont {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
}

#shop #homeCont {
    width: 100%;
    text-align: center;
}

#homeCont #logoCont { 
    text-align: center;
    margin: 65px 0 5px;
}

#homeWelcome {
    padding-top: 10px;
    text-align: center;
}

#homeCont #logoContWelcome {
    padding: 25px 0 19px 0;
    text-align: center;
    margin: 0;
}

#logoCont h1, #logoContWelcome h1 {
	display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 211px;
    height: 71px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}

#homeCont .DSDDList a {
     width: 96%;
     margin-left: 1px;
}

dt.DSDDHeaderItem {
    margin-top: 4px;
}

body.en_PT .stdLogo { background-image:url( ../img/en_PT/logo.png ); }
body.pt_PT .stdLogo { background-image:url( ../img/pt_PT/logo.png ); }
body.en_PT .stdLogoWhite { background-image:url( ../img/white/en_PT/logo.gif ); }
body.pt_PT .stdLogoWhite { background-image:url( ../img/white/pt_PT/logo.gif ); }
body.en_PT .restoLogo { background-image:url( ../img/en_PT/logo_rest.png ); }
body.pt_PT .restoLogo { background-image:url( ../img/pt_PT/logo_rest.png ); }


#homeCont li {
    display: inline;
    padding: 0 5px 0 0;
}

#homeCont li.first { 
    border-left: 0;
}

#links {
    text-align: center;
}

#links li {
	display: inline;
}

.white #links li {
	font-weight: bold;
	padding: 0 15px 0 0;
}

#homeBanner {
    margin: 25px auto 0;
	text-align: center;
}

#searchFormTop {
    margin: 0 auto;
    width: 795px;
}

.en_PT #searchFormTop {
    width: 735px;
}

.oayp #searchFormTop { 
    width: 790px;
}

#homeIframe {
    width: 590px;
    height: 140px;
    margin-left: 75px;
    margin-top: 20px;
}
#foot {
	margin: 30px 0 0;
	padding: 0;
}
#popCatsLinks {
	padding: 5px 0 0;
}
#popCuisinesLinks,
#comLocsLinks {
	padding: 25px 0 0;
}
.homeLinks {
	font-size: 11px;
	margin: 0 auto;
	text-align: justify;
	width: 916px;  
}
#resto.en_PT .homeLinks {
	width: 731px;
}
#resto.pt_PT .homeLinks {
	width: 791px;
}
#resto h1, #resto h2, .homeLinks h3 {
	color: #666;
	display: block;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 0 0 8px;
}
#resto h1 span, #resto h2 span {
	display: block;
	font-weight: normal;
}
.homeLinks ul {
	height: auto;
	line-height: 1.5em;
	margin: 0 0 0 8px;
}
.homeLinks li {
	border: none;
	display: inline;
	line-height: 1.5em;
	margin: 0 8px 0 0;
	padding: 0;
}
.homeLinks li a.defaultLocation {
	font-weight: bold;
}
.homeLinks li a {
	color: #666;
	text-decoration: none; 
	white-space: nowrap;
}
.homeLinks li a:hover {
	text-decoration: underline;
}

.trans {
    opacity: 0.0;
}

/* Buzz */
#buzzWrapper {
	background: url( ../img/buzz/map.png ) center 55px no-repeat;
	margin: 35px auto 0;
	position: relative;
	text-align: center;
	width: 900px;
	z-index: -1;
}
#buzz {
	border: 1px solid #D8D8D8;
	height: 475px;
	margin-top: -7px;
}
#buzzWrapper span {
	background: #fff url( ../img/white.gif ) repeat;
	color: #f26722;
	padding: 0 5px;
}
#buzzWrapper #time {
	color: #242424;
	font-size: 10px;
	margin-right: 150px;
}
#buzzWrapper #playpause {
	cursor: pointer;
	margin-left: 150px;
}
#buzz .arrowBubble {
	background: url( ../img/buzz/img_pop-up.png ) right -103px no-repeat;
	display: inline-block;
	filter:alpha(opacity=0);
	max-width: 600px;
	opacity: 0;
	padding-right: 17px;
	position: absolute;
	white-space: nowrap;
}
#buzz .bubble {
	background: url( ../img/buzz/img_pop-up.png ) right -102px no-repeat;
	display: inline-block;
	filter:alpha(opacity=0);
	max-width: 600px;
	opacity: 0;
	padding-right: 17px;
	position: absolute;
	white-space: nowrap;
}
#buzz .arrowBubble a {
	background: url( ../img/buzz/img_pop-up.png ) left top no-repeat;
	display: block;
	overflow: hidden;
	padding: 10px 1px 20px 11px;
}
#buzz .arrowBubble.ffMac a {
	padding: 10px 1px 18px 11px;
}
#buzz .arrowBubble.webkitMac a {
	padding: 10px 1px 19px 11px;
}
#buzz .bubble a {
	background: url( ../img/buzz/img_pop-up.png ) left -59px no-repeat;
	display: block;
	overflow: hidden;
	padding: 10px 1px 20px 11px;
}
#buzz .arrowBubble img {
	background: url( ../img/buzz/img_pop-up.png ) left -44px no-repeat;
	bottom: -15px;
	height: 15px;
	left: 0;
	position: absolute;
	width: 36px;
}
#buzz .zindexBoost {
	z-index: 10;
}
#buzz .deleteMe {
	display: none;
}
.aveiro {
	left: 455px;
	top: 110px;
}
.beja {
	left: 425px;
	top: 336px;
}
.braga {
	left: 494px;
	top: 43px;
}
.braganca {
	left: 568px;
	top: 80px;
}
.castelo_branco {
	left: 501px;
	top: 181px;
}
.coimbra {
	left: 447px;
	top: 146px;
}
.evora {
	left: 447px;
	top: 277px;
}
.faro {
	left: 412px;
	top: 379px;
}
.guarda {
	left: 533px;
	top: 132px;
}
.leiria {
	left: 412px;
	top: 172px;
}
.lisboa {
	left: 379px;
	top: 220px;
}
.portalegre {
	left: 471px;
	top: 233px;
}
.porto {
	left: 482px;
	top: 68px;
}
.santarem {
	left: 426px;
	top: 206px;
}
.setubal {
	left: 395px;
	top: 294px;
}
.viana_do_castelo {
	left: 478px;
	top: 17px;
}
.vila_real {
	left: 528px;
	top: 60px;
}
.viseu {
	left: 500px;
	top: 105px;
}
.ilha_da_madeira {
	left: 257px;
	top: 340px;
}
.ilha_de_porto_santo {
	left: 294px;
	top: 322px;
}
.ilha_de_santa_maria {
	left: 352px;
	top: 188px;
}
.ilha_de_sao_miguel {
	left: 346px;
	top: 171px;
}
.ilha_terceira {
	left: 360px;
	top: 142px;
}
.ilha_graciosa {
	left: 331px;
	top: 111px;
}
.ilha_de_sao_jorge {
	left: 322px;
	top: 131px;
}
.ilha_do_pico {
	left: 314px;
	top: 145px;
}
.ilha_do_faial {
	left: 296px;
	top: 129px;
}
.ilha_das_flores {
	left: 294px;
	top: 109px;
}
.ilha_do_corvo {
	left: 307px;
	top: 103px;
}

@media print {
    
    img.homeLogoPrint {
        display: inline;
	}
	#logoCont h1, #logoContWelcome h1 {
	    display: none;
	}
	
}
