/*
*	Por Cure Criativa em agosto de 2008
*/

*{
	margin:0;
	padding:0;
}

body{
	background:#DCDCDC url(../images/body_bck.png) repeat-y center top;
	color:#999;
	font:11px/19px Arial;
	text-align:center;
}
h1, h2, h3, button, .icon{
	display:block;
	text-indent:-9000px;
	overflow:hidden;
}
a{
	color:#666;
	outline:none;
}
a:hover{
	color:#333;
}
a img{
	border:none;
}
address{
	font-style:normal;
}
ul li{
	list-style:none outside;
}
/* ICON  && BUTTON */
a.icon,
button{
	background:url(../images/icon.png);
	border:none;
	cursor:pointer;
	height:26px;
}

a#iBack{background-position:0 0; width:72px;}
a#iBack:hover{background-position:0 -26px;}

a.iPrev{background-position:-200px 0; width:82px}
a.iPrev:hover{background-position:-200px -26px;}
a.iNext{background-position:-300px 0; width:75px;}
a.iNext:hover{background-position:-300px -26px;}
a.iClose{background-position:-400px 0; width:32px;}
a.iClose:hover{background-position:-400px -26px;}
a.iCertificate{background-position:-500px 0; width:100px}
a.iCertificate:hover{background-position:-500px -26px;}
/* DIVS */
.clear{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
.inner{
	margin:0 auto;
	text-align:left;
	width:778px;
}
/* LINKS HIDDEN */
#virtualtour_icon, #locationmap_icon{
	display:none;
}
/* LIGHTBOX */
#lightbox, 
#overlay,
#lightbox_loading{
	left:0;
	position:absolute;
	top:0;
}
#lightbox{
	text-align:center;
	width:100%;
	z-index:1000;
}
#overlay{
	background:#000;
	z-index:500;
}
#lightbox_close, #lightbox_data{
	background-color:#fff;
	margin:0 auto;
	overflow:auto;
	width:100%	
}
#lightbox_close a{
	display:inline; /* ie hack */
	float:right; 
	margin:5px;
}
#lightbox_content{
	margin:0 auto;
	position:relative;
	text-align:center;
	background-color: #fff;
}
#lightbox_image{
	padding:5px;
}
#lightbox_loading{ 
	height:25%;
	top:50%;
	margin-top:-16px;
	width:100%;
}
#lightbox_data .caption{
	font:11px/19px Arial;
	padding:0 10px;
}
#lightbox_data .iClose{
	float:right;
}
#lightbox_data .pagination{
	height:30px;
	padding:0 5px;
}
#lightbox_data .pagination .iPrev{float:left;}
#lightbox_data .pagination .iNext{float:right;}
/* M */
.m ul a{
	color:#666;
	display:block;
	font-size:9px;
	text-decoration:none;
}
.m ul a:hover{
	color:#999;
}
.m ul li{
	display:block;
	float:left;
	margin-right:20px;
}

/* ***********************
	TOP
*********************** */
#top{
	background:url(../images/top_bck.png) repeat-x center top;
	height:130px;
}
#top .inner{
	position:relative;
}
/* LOGO */
#top #logo{
	position:absolute;
}
#top #logo h1{
	background:url(../images/logo.png);
}
#top #logo,
#top #logo h1,
#top #logo h1 a{
	display:block;
	height:146px;
	width:206px;
}
/* MENU */
#top #m{
	height:200px;
	left:224px;
	position:absolute;
	top:50px;
	width:460px;
}
#top #m ul ul{
	background:#F7F7F7;
	display:none;
	margin:0;
	padding:5px;
	position:absolute;
}
#top #m ul li.hover ul{
	display:block;
}
#top #m ul ul li{
	float:none;
	margin:0;
}
#top #m ul ul a{
	width:110px;
}
/* PRODUCT IMG */
#product_img{
	position:absolute;
	height:586px;
	left:504px;
	width:274px;
}

/* ***********************
	TOP PANEL
*********************** */
#top_panel{
	background:#FFF;
	height:200px;
}
#top_panel div{
	background:url(../images/top_panel_bck.jpg) no-repeat center top;
	padding-bottom:115px;
	padding-top:60px;
}
#top_panel h2{
	background:url(../images/tit.png) no-repeat;
	line-height:55px;
}
#index #top_panel{
	height:350px;
}

/* ***********************
	UTIL
*********************** */
#util{
	background:#fff;
}
#util .inner{
	width:740px;
}
#util h2,
#util h3{
	line-height:20px;
	margin-bottom:28px;
}
/* MS */
#util #ms{
	background:url(../images/line.png) no-repeat left bottom;
	height:70px;
	margin-bottom:25px;
	padding-left:43px;
}
/* CONTENT */
#util #content{
	float:left;
	width:488px;
}
#content p{
	padding:0 45px;
	margin-bottom:20px;
}
#content p.error{
	color:#980E0E;
	font-weight:bold;
	height:200px;
}
#content h3{
	margin-left:43px;
}
#content .titSWF{
	text-indent:0;
}
#content .text{
	padding-bottom:30px;
}
/* CONTENT / FORM */
#content .sucess{
	height:200px;
}
#content #editMsg ul{
	background:#999;
	color:#FFF;
	line-height:18px;
	margin:0 120px 40px 120px;
	padding:5px 10px;
}
#content #editMsg li{
	margin:0;
}
#content form{
	background:url(../images/line2.png) no-repeat left bottom;
	padding-bottom:15px;
}
#content form fieldset{
	border:none;
}
#content form p{
	height:34px;
	margin:0;
	padding-left:120px;
}
form p.required{
	font-size:9px;
}
form p.required strong{
	color:#980E0E;
	font-size:16px;
}
#content form p label{
	float:left;
	height:22px;
	margin-left:-160px;
	position:relative;
	width:150px;
}
#content form p label span{
	display:none;
}
#content form p span{
	background:#EEE;
	float:left;
	height:22px;
	width:250px;
}
#content form button{
	background-position:-100px 0;
	margin-bottom:20px;
	margin-left:304px;
	width:70px;
}
#content form button.hover{
	background-position:-100px -26px;
}
#content form input,
#content form textarea,
#content form select{
	color:#333;
	font:11px/12px Arial;
}
#content form input,
#content form textarea{
	background:none;
	border:none;
	margin:4px 4px 0 4px;
	width:242px;
}
#content form textarea{
	overflow:auto;/* ie hack */
}
#content form select{
	width:250px;
}
#content form p.subject{
	margin-bottom:30px;
}
#content form p.message{height:105px;}
#content form p.message span{height:90px;}
#content form p.message textarea{height:82px;}
/* CONTENT / FORM / LABEL */
#content form label{
	background-image:url(../images/label.png);
}
#content form p.subject label{background-position:0 0;}
#content form p.name label{background-position:-150px 0;}
#content form p.email label{background-position:-300px 0;}
#content form p.born label{background-position:-450px 0;}
#content form p.phone label{background-position:-600px 0;}
#content form p.city label{background-position:-750px 0;}
#content form p.message label{background-position:-900px 0;}
/* CONTENT / PAGINATION */
#content .pagination{
	height:80px;
	padding:0 40px;
}
#content .pagination a.iPrev{float:left;}
#content .pagination a.iNext{float:right;}
/* SIDEBAR */
#sidebar{
	float:left;
	margin-left:54px;
	margin-top:300px;
	width:195px;
}

/* NAVIGATION */
#navigation{
	height:80px;
	padding-left:40px;
}

/* **
	INDEX
** */
#index #util h2{
	background:url(../images/index_tit.png) no-repeat;
	margin-bottom:8px;
	width:150px;
}
#index #util .virtualtour h2{background-position:0 0;}
#index #util .newsletter h2{background-position:-150px 0;}

#index #util a{
	color:#999;
	display:block;
	font-size:10px;
	line-height:13px;
	padding:0 20px 0 2px;
	text-decoration:none;
}
#index #util a:hover{
	color:#666;
}
#index #util .virtualtour,
#index #util .newsletter{
	float:left;
	height:105px;
}
#index #util .virtualtour{
	background:url(../images/index_virtualtour_bck.png) no-repeat right top;
	width:182px;
}
#index #util .newsletter{
	margin-left:34px;
	width:158px;
}
#index #util #navigation{
	display:none;
}

/* **
	AWARDS
** */
#awards h2{background-position:0 -110px;}
#awards #content h3{
	margin-bottom:8px;
}
#awards #content .award{
	background:url(../images/line2.png) no-repeat left bottom;
	margin-bottom:25px;
	padding-bottom:25px;
}
#awards #content .none{
	background:none;
	padding-bottom:0;
}
#awards #content .award p{
	margin-bottom:5px;
}
#awards #content .award .iCertificate{
	margin-left:40px;
}

/* **
	CONTACT
** */
#contact h2{background-position:0 -220px;}
#contact #content{
	padding-bottom:45px;
}
#contact #content .info{
	background:url(../images/line.png) no-repeat left bottom;
	height:80px;
	margin-bottom:34px;
}
#contact #sidebar{
	background:url(../images/contact_sidebar.png) no-repeat;
	height:135px;
}
#contact #sidebar address{
	line-height:13px;
	margin:20px 0 20px 25px;
}
#contact #sidebar address strong{
	color:#980E0E;
}
#contact #sidebar .icon{
	background:url(../images/contact_sidebar_icon.png) no-repeat;
	height:54px;
	margin-left:22px;
	width:118px;
}
#contact #sidebar .icon:hover{background-position:0 -54px}

/* **
	GASTRONOMY
** */
#gastronomy #content h2{background-position:0 0;}
#gastronomy #content h3,
#gastronomy #content h4{
	background:url(../images/gastronomy_tit.png) no-repeat;
}
#gastronomy #content h4{
	background-position:0 -20px;
	display:block;
	margin-bottom:18px;
	margin-left:43px;
	text-indent:-9000px;
	overflow:hidden;
}
#gastronomy #content .imgs{
	margin-left:38px;
}
#gastronomy #content .img{
	background:url(../images/gastronomy_img.png);
	float:left;
	height:120px;
	margin-bottom:15px;
	margin-right:15px;
	width:188px;
}
#gastronomy #content .img img{
	margin:10px;
}

/* **
	HISTORY
** */
#history #content h2{background-position:0 0;}
#history #content h3{
	background:url(../images/history_tit.png) no-repeat;
}

/* **
	PHOTOS
** */
#photos h2{background-position:0 -165px;}
#photos #content h3{
	background:url(../images/photos_tit.png) no-repeat;
}
#photos #content .photo{
	padding-bottom:20px;
	padding-left:42px;
}
#photos #content .photo .img{
	background:url(../images/photos_img.png) no-repeat;
	float:left;
	height:100px;
	margin-bottom:15px;
	margin-right:22px;
	text-align:center;
	width:120px;
}
#photos #content .photo .img img{
	position:relative;
}

/* **
	PRODUCTS
** */
#products h2{background-position:0 -55px;}
#products h3{
	margin-bottom:40px;
}
#products .product{
	background:url(../images/line2.png) no-repeat left bottom;
	margin-bottom:50px;
	padding-bottom:52px;
}
#products .none{
	background:none;
}
#products .product .img{
	background:url(../images/products_product_img.png);
	float:left;
	height:190px;
	margin:0 15px 0 40px;
	text-align:center;
	width:144px;
}
#products .product .img img{
	position:relative;
}
#products .product .info{
	float:left;
	width:260px;
}
#products .product .info h4{
	margin-bottom:6px;
}
#products .product .info p{
	padding:0;
}
#products .product .info p.package{
	height:20px;
	margin-bottom:0;
}
#products .product .info p.package *{
	float:left;
}
#products .product .info p.package strong{
	background:url(../images/products_product_info_package_strong.png);
	text-indent:-9000px;
	width:62px;
}

/* **
	RETAIL
** */
#retail #util h4{
	background:url(../images/retail_tit.png) no-repeat;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
}
#retail #content h2{background-position:0 0;}
#retail #content h3{
	background:url(../images/retail_tit.png) no-repeat;
}
#retail #content h4{
	background-position:0 -20px;
	margin-bottom:18px;
	margin-left:43px;
}
#retail #content .imgs{
	margin-left:38px;
}
#retail #content .img{
	background:url(../images/retail_img.png);
	float:left;
	height:120px;
	margin-bottom:15px;
	margin-right:15px;
	width:188px;
}
#retail #content .img img{
	margin:10px;
}

#retail #sidebar{
	background:url(../images/retail_sidebar.png) no-repeat;
	height:90px;
}
#retail #sidebar h4{
	background-position:0 -38px;
	height:36px;
	margin:8px 0 5px 25px;
}
#retail #sidebar p{
	line-height:13px;
	margin-left:25px;
}

/* **
	SIGN
** */
#sign h2{background-position:0 -220px;}
#sign #content{
	padding-bottom:45px;
}
#sign #content .info{
	background:url(../images/line.png) no-repeat left bottom;
	height:80px;
	margin-bottom:34px;
}

/* **
	E404
** */
#e404 h2{background-position:0 -275px;}
#e404 #content .text{
	height:200px;
}

/* **
	LIGHTBOX
** */
#locationmap, #virtualtour{
	height:495px;
	text-align:left;
	width:736px;
}
#locationmap a.icon, #virtualtour a.icon{
	background:url(../images/icon2.png);
	position:absolute;
	top:20px;
	width:28px
}
#locationmap a.iClose, #virtualtour a.iClose{
	background-position:-55px 0;
	left:685px;
	top:45px;
	width:32px;
}
#locationmap a.iClose:hover, 
#virtualtour a.iClose:hover{background-position:-55px -26px}
/* LOCATION MAP */
#locationmap{background:url(../images/locationmap_lightbox.png);}
#locationmap #locationmapSWF{
	float:left;
	margin-left:32px;
	margin-top:48px;
}
/* VIRTUAL TOUR */
#virtualtour{background:url(../images/virtualtour_lightbox.png);}
#virtualtour a.iPrev{
	background-position:0px 0;
	left:0;
}
#virtualtour a.iPrev:hover{background-position:0px -26px;}
#virtualtour a.iNext{
	background-position:-28px 0;
	left:354px;
}
#virtualtour a.iNext:hover{background-position:-28px -26px;}
#virtualtour h2{
	background:url(../images/virtualtour_tit.png) no-repeat 0 60px;
	height:110px;
	margin-bottom:20px;
	margin-left:40px;
	width:300px;
}
#virtualtour h3{
	color:#980E0E;
	font-size:12px;
	margin-bottom:10px;
	text-indent:0;
}
#virtualtour #virtualtour_image{
	float:left;
	height:212px;
	margin-bottom:25px;
	margin-left:50px;
	width:356px;
}
#virtualtour .info{
	float:left;
	margin-left:40px;
	width:230px;
}
#virtualtour #virtualtour_loading{
	padding-top:80px;
	text-align:center;
}
#virtualtour .navigation{
	margin-left:40px;
	position:relative;
}
#virtualtour_navigation{
	height:60px;
	left:40px;
	overflow:hidden;
	position:absolute;
	width:300px;
}
#virtualtour_navigation #virtualtour_imgs a{
	float:left;
	margin-right:24px;
	margin-top:5px;
}

/* ***********************
	FOOTER
*********************** */
#footer,
#footer .inner{
	font-size:10px;
	height:100px;
}
#footer{
	background:url(../images/footer_bck.png);
}
#footer .inner{
	background:url(../images/footer_inner_bck.png) no-repeat;
}
#footer .inner *{
	margin-top:65px;
}
#footer address{
	display:inline; /* ie hack */
	float:left;
	margin-left:235px;
}
#footer a{
	color:#999;
	float:right;
	margin-right:20px;
	text-decoration:none;
}
#footer a:hover{
	color:#666;
}