@import url(reset.css);
@import url(menu.css);
@import url(forms.css);
/* Home Page  - masterkings.net */

/*Colors Used:

azul cyan: #00aeef;
azul metal: #47778d;
laranja: #f7901e;
azul txt: #2a4653;
*/
HTML {height: 100%;}
BODY {
	background: white;
	font-family: Tahoma, sans-serif;
	height: 100%;
}

/* estilos gerais */
A {
	color: #f7901e;
	}
A:hover {
	background: #f7901e;
	color: black;
	}
H1, H2, H3, H4, H5, H6 {
	color: #f7901e;
	font-family: "Lucida Sans", sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	margin-right: 16px;
	font-weight: bold;
}
H3 {font-size: 13px; margin-top: 40px; background: #47778d; color: white; padding: 4px; clear: both;}
H6 {font-size: 12px; color: #2a4653;}
P {font-size: 12px; color: #2a4653; margin-bottom: 8px; margin-right: 16px;}
P.mais A {
	float: right;
	margin: 10px 10px 15px 0;
	color: #e52754;
}
#rbox UL {margin: 12px 20px 20px 30px; font-size: 12px; color: #2a4653;} 
#rbox UL LI {
list-style-type: none;
padding-left: 12px;
margin-bottom: 10px;
background: url(../img/tri.gif) 0 3px no-repeat;
}
/* Limpar floats */
.nofloat {clear: both;}

/* caixa global do site */
#box_geral {
	width: 860px;
	margin: 0 auto;
	position: relative;
}
#tophead {
	width: 860px;
	height: 310px;
	background: white url(../img/bigheadpic.jpg) no-repeat;
}
#leftcol {
	width: 293px;
	background: #47778d;
	float: left;
}
#rightcol {
	width: 579px;
	position: absolute;
	top: 145px;
	left: 293px;
}
#rboxpic {
	width: 579px;
	height: 196px;
	background: white url(../img/bannerpic.jpg) no-repeat;
	float: right;
}
#rbox {
	width: 547px;
	padding: 16px;
	background: white url(../img/tirabox.jpg) repeat-y;
	float: right;
}
#rboxend {
	width: 579px;
	background: white url(../img/bottombox.jpg) no-repeat;
	float: right;
}
.formul_TMP {
	width: 268px;
	height: 268px;
	float: left;
	background: #00aeef url(../img/form_bg.png) no-repeat;
}
	H1.formh {
	color: white;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
}
.intro {
	width: 260px;
	margin-left: 10px; 
	float: left;
}
.contentbox {
	width: 536px;
	height: 53px;
	clear: both;
	background: white url(../img/cbox01.png) left bottom no-repeat;
	padding-top: 15px;
	margin-bottom: 20px;
	border-top: dashed 1px #00aeef;

}
	.contentbox H1, .contentbox H2 {
		color: white;
		font-size: 16px;
		padding-top: 8px;
		margin-left: 8px;
		margin-bottom: 0;
		text-transform: uppercase;
	}
	.contentbox H2 {
		color: #f7901e;
		padding-top: 0;
		font-size: 13px;
		margin-top: 4px;
		font-weight: normal;
		text-transform: lowercase;
	}
/* Rental Fleet */
.stripe {
	width: 536px;
}
.carbox {
	width: 110px;
	height: 115px;
	padding: 6px 0;
	margin: 0 3px;
	border: solid 1px black;
	text-align: center;
	float: left;
	font-size: 9px;
}
.carbox IMG {margin-bottom: 4px;}
H6.ctitle { font-size: 9px; color:#00aeef; margin: 0 2px 4px 2px; height: 34px;}
BUTTON.play1 {
	width: 32px;
	height: 120px;
	background: white url(../img/playl.png) 0 50% no-repeat;
	float: left;
}
BUTTON.play2 {
	width: 32px;
	height: 120px;
	background: white url(../img/playr.png) 0 50% no-repeat;
	float: right;
}
/* Tourism Guide */
.tourbox {
	width: 169px;
	padding: 6px 0;
	margin: 0 3px;
	text-align: center;
	float: left;
	font-size: 9px;
}
#footer {margin: 8px auto;}
P.foottxt {font-size: 9px; color: white; padding: 10px 30px 0 0; float: right; color: #707070}

DIV.quote, blockquote {
	margin: 0;
	padding: 5px 15px 10px 60px;
	background: #DBDBDB url('../img/icons/blockquote.gif') no-repeat 4px 9px;
	font-style: italic;
	font-size: 12px;
	color: #333;
}