﻿/* EASY BOOKINGS*/

/* BASE */

@font-face {
      font-family: "Caviar Dreams";
      src: url("http://visao.psdesign.org/easy_bookings/fontes/CaviarDreams.ttf");
    }
@font-face {
      font-family: "Caviar Dreams Bold";
      src: url("http://visao.psdesign.org/easy_bookings/fontes/CaviarDreams_Bold.ttf");

    }
@font-face {
      font-family: "Caviar Dreams Bold Italic";
      src: url("http://visao.psdesign.org/easy_bookings/fontes/CaviarDreams_BoldItalic.ttf");

    }
@font-face {
      font-family: "Caviar Dreams Italic";
      src: url("http://visao.psdesign.org/easy_bookings/fontes/CaviarDreamsItalic.ttf");

    }
	
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

html, body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url(imagens/back3.png);	
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	line-height: 1.3em;
}
#linha1 {
	width: 100%;
	float: left;
	text-align: center;
	height: auto;
	background-image: url(imagens/back_header.png);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
	overflow: hidden;
}
#linha2 {
	width: 100%;
	float: left;
	text-align: center;
	height: auto;
	background-color: #000;
	clear: both;
}
#container {
	content:".";
	margin-top: 0px;
	margin-bottom: 0px;
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	clear: both;
	}
	
/* HEADER */	
#header {
	height: 135px;
	width: 950px;
	float: left;
}
#logo {
	float: left;
	height: auto;
	width: 200px;
	overflow: visible;
	visibility: visible;
	z-index: 1;
	position: relative;
}

#slideshow {
	float: left;
	height: auto;
	width: 940px;
	font-size: 16px;
	color: #FFF;
	text-transform: none;
	text-align: left;
}



/* AREA CONTEUDOS  */

#wrapper {
	float: left;
	width: 950px;
	overflow: visible;
	height: 100%;
	background-color: #FFF;
	clear: both;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
}
#centro {
	float: left;
	width: 650px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
}
#direita {
	float: right;
	width: 210px;
	padding-right: 20px;
}


/* MENU */

#menu {
	float: left;
	width: 950px;
	background-image: url(imagens/back_menu.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
a.menu:link, a.menu:visited {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(imagens/linha.png);
	background-repeat: no-repeat;
	background-position: right center;
}
a.menu:hover, a.menu:active {
	color: #a4228e;
	background-color: #FFF;
}

/* SUBMNEU */
#submenu {
	float: left;
	width: 120px;
	height: 0px;
	background-color: #174024;
	margin-left: 285px;
	position: fixed;
}#submenu ul {
	margin: 0px;
	padding: 0px;
}
#submenu ul li {
	display: block;
	list-style-image: none;
	list-style-type: none;
}
a.submenu:link, a.submenu:visited {
	text-decoration: none;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	background-color: #174024;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	width: 120px;
}
a.submenuLast:link, a.submenuLast:visited {
	text-decoration: none;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	background-color: #174024;
	width: 120px;
}
a.submenu:hover, a.submenuLast:hover {
	background-color: #f8c400;
	color: #174024;
}
a.submenu:active, a.submenuLast:active {
	text-decoration: none;
	display: block;
	background-color: #f8c400;
	color: #174024;
}
#ofertas {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.destaque {
	float: left;
	width: 300px;
	margin-right: 25px;
	margin-bottom: 30px;
}
.destaqueLast {
	float: left;
	width: 300px;
	margin-bottom: 30px;
}
.destak_img {
	float: left;
	width: 296px;
}
.destak_texto {
	float: left;
	width: 286px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-image: url(imagens/back_destaque.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 18px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#intro {
	float: left;
	width: 300px;
}


/* FOOTER */
#footer {
	width: 940px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 12px;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.3em;
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: left;
}
#foot1 {
	float: left;
	width: 134px;
	margin-right: 20px;
}
#foot2  {
	float: left;
	width: 250px;
	margin-right: 20px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-top: 20px;
}
.rosa {
	color: #d86cad;
}
#foot4 {
	font-size: 10px;
	float: right;
	width: 200px;
	text-align: right;
	margin-right: 5px;
}

/*------------*/

/* TAGS HTML BASICAS */

a:link {
	color: #d86cad;
	text-decoration: none;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover, a:active {
	color: #a4228e;
	text-decoration: underline;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited {
	color: #d86cad;
	text-decoration: none;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #d86cad;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #a4228e;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: normal;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	color: #174024;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	color: #da251d;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
h6 {
	font-size: 14px;
	font-weight: normal;
	color: #a4228e;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
}

hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #f8c400;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1.4em;
}
li {
	list-style-image: url(imagens/bullet1.png);
	list-style-position: outside;
	padding-bottom: 3px;
	list-style-type: circle;
}
li strong {
	font-weight: bold;
	color: #6f0803;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a img {
	text-decoration: none;
	border: 0 none;
}

.destaque_dir {
	float: left;
	width: 214px;
	margin-right: 25px;
	margin-bottom: 30px;
}
.destak_img_dir {
	float: left;
	width: 210px;
}
.destak_texto_dir {
	float: left;
	width: 200px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-image: url(imagens/back_destaque.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 18px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.destaque_pdf {
	float: left;
	width: 190px;
	margin-right: 25px;
	margin-bottom: 30px;
	border: 1px solid #cccccc;
}
.destak_img_pdf {
	float: left;
	width: 190px;
}
.destak_texto_pdf {
	float: left;
	width: 180px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	background-image: url(imagens/back_destaque.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.destaqueLast_pdf {
	float: left;
	width: 190px;
	margin-bottom: 30px;
	border: 1px solid #cccccc;
}
.destaque_jpg {
	float: left;
	width: 190px;
	margin-right: 25px;
	margin-bottom: 30px;
}
.destaque_png {
	float: left;
	width: 100px;
	margin-right: 25px;
	margin-bottom: 30px;
}
.destak_img_png {
	float: left;
	width: 100px;
}
.destak_texto_png {
	float: left;
	width: 90px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	background-image: url(imagens/back_destaque.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.destaqueLast_png {
	float: left;
	width: 100px;
	margin-bottom: 30px;
}
#enviar {
	background-image: url(imagens/back_botao.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}