/**************************************************

Title :   HOTEL FROTA Website
Author :  Joao Vicent (INIT'LAB Design)
Contact:  vrsys@email.com
URL :     hotelfrota.com.br

Created : 25.03.2008
Last CSS update: March, 2008

***************************************************/
@import url(global.css);
@import url(navbar.css);

/* HEADERS */

h1 {
	margin: 20px 0 20px 0;
	height: 0;
	width: 491px;		/* image width */
	padding-top: 54px;	/* image height */
	overflow: hidden;
	background: url(../_img/global_h1_bg.gif) no-repeat;
	font-size: 1px;
	border: none;
}

.home h1 {
	margin: 10px 0;
}

h2 {
	margin-bottom: 10px;
	height: 0;
	padding-top: 13px;	/* image height */
	overflow: hidden;
	font-size: 1px;
	border: none;
}

.home #primary h2 {
	width: 310px;
	background: url(../_img/home_h2_primary.gif) no-repeat;
}

.home #secondary h2, .reservas #secondary h2 {
	width: 160px;
	background: url(../_img/home_h2_secondary.gif) no-repeat;
}

.quem #primary h2 {
	width: 92px;
	background: url(../_img/h2_quem.gif) no-repeat;
}

.tarifas #primary h2 {
	width: 96px;
	background: url(../_img/h2_tarifas.gif) no-repeat;
}

.reservas #primary h2 {
	width: 105px;
	background: url(../_img/h2_reservas.gif) no-repeat;
}

.contato #primary h2 {
	width: 114px;
	background: url(../_img/h2_contato.gif) no-repeat;
}

.tarifas #secondary h2, .tarifas_indy #secondary h2 {
	width: 142px;
	background: url(../_img/divisions_h2_secondary.gif) no-repeat;
}

/*.tarifas_indy #secondary h2 {
	width: 83px;
	background: url(../_img/tarifas_indy_h2_secondary.gif) no-repeat;
}*/

/* QUEM SOMOS */

#mission_statement h3 {
	padding-bottom: 6px;
	color: #5e7f14;
}

#management {
	margin: 4px 0;
}

#management li {
	padding: 2px 0;
}

.quem #secondary {
	padding-top: 16px;
}

.quem #secondary img {
	padding-top: 4px;
}

/* TARIFAS */

.tarifas h3, .tarifas_indy h3 {
	font-size: 1em;
}

.tarifas .bullets, .tarifas_indy .bullets {
	margin: 4px 0 20px 0;
}

/* BIG IMAGE BACKGROUND FOR INDIVIDUAL DIVISIONS PAGES */

.tarifas_indy #primary h2, .tarifas #primary h2 {
	width: 440px;
	height: 24px;
	padding: 198px 0 0 82px;
	overflow: auto;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #8fab50;
}

.tarifas #primary h2 {
	background: url(../_img/tarifas_h2_bg.jpg) no-repeat;
}

#conforto #primary h2 {
	background: url(../_img/conforto_h2_bg.jpg) no-repeat;
}

#comodidade #primary h2 {
	height: 40px;				/* '2 linhas regulares */
	padding: 182px 0 0 82px;	/* '2 linhas regulares */
	background: url(../_img/comodidade_h2_bg.jpg) no-repeat;
}

#qualidade #primary h2 {
	background: url(../_img/qualidade_h2_bg.jpg) no-repeat;
}

#tecnologia #primary h2 {
	background: url(../_img/tecnologia_h2_bg.jpg) no-repeat;
}

#localizacao #primary h2 {
	background: url(../_img/localizacao_h2_bg.jpg) no-repeat;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 4px;
	color: #88AB3D;
}

/* HOME SERVICES IMG MENU */

#services li {
	display: block;
	float: left;
	width: 150px;
	height: 230px;
	margin-right: 7px;
}

#services li.last {
	margin-right: 0;
}

#services img {
	display: block;
	border: none;
	border-bottom: 2px solid #fff;
}

.service_img {
	margin-bottom: 8px;
	display: block;
	border-bottom: 8px solid #dfedc2;
}

.service_txt {
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	color: #86A83C;
}

/* RESERVAS */

.reservas #secondary {
	padding-top: 16px;
}

.reservas #secondary img {
	padding-top: 4px;
}

/* CONTATO */

.contato h3 {
	margin: 20px 0 6px 0;
}

.contato #secondary a {
	font-size: 1.1em;
	padding-bottom: 1px;
	color: #577612;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #a0c749;
}

.contato #secondary a:hover {
	color: #92bc34;
	border-bottom: 1px solid #a0c749;
}

/* CONTATO FORM */

.contato form {
	margin: 10px 10px 10px 0;
	padding: 20px 0 20px 20px;
	background: #fcfef7 url(../_img/form_bkdg.gif) repeat-x;
	border: 1px solid #e8e8e8;
}

.contato select {
	float: left;
}

.contato input, textarea {
	display: block;
	margin: 10px 0 0 0;
	border: 1px solid #bcc4b3;
}

.contato input {
	width: 290px;
}

textarea {
	width: 482px;
}

.contato #submit_btn {
	width: 130px;
	margin: 12px 0 0 352px
}

a#copyright {
	display: block;
	padding-bottom: 3px;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 9px;
}

a:hover#copyright {
	color: #999;
}
