@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('brandon_bld-webfont.eot');
    src: url('brandon_bld-webfont.eot?#iefix') format('embedded-opentype'),
         url('brandon_bld-webfont.woff') format('woff'),
         url('brandon_bld-webfont.ttf') format('truetype'),
         url('brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquethin';
    src: url('brandon_thin-webfont.eot');
    src: url('brandon_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('brandon_thin-webfont.woff') format('woff'),
         url('brandon_thin-webfont.ttf') format('truetype'),
         url('brandon_thin-webfont.svg#brandon_grotesquethin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquelight_italic';
    src: url('brandon_light_it-webfont.eot');
    src: url('brandon_light_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('brandon_light_it-webfont.woff') format('woff'),
         url('brandon_light_it-webfont.ttf') format('truetype'),
         url('brandon_light_it-webfont.svg#brandon_grotesquelight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body{
      
      margin: 0;
      padding: 0;
      border: none;
      font-size: 17px;
	  background-color:#fff;
	  color: #808080;
	  font-family: 'brandon_grotesquelight_italic';

}

.relative
{
	position:relative;
}

b,strong, .bold
{
	font-weight: normal;
	font-family: 'brandon_grotesquebold';
}

#main
{
	position:relative;
	width: 920px;
	margin-left: 40px;
}

.left
{
	float:left
}

.right
{
	float:right
}

.clear
{
	clear:both;
}

.center
{
	text-align:center;
}

a
{
	text-decoration: none;
	color: inherit;
}

h1
{
	margin-top: 22px;
}

nav
{
	width: 190px;
	margin-left: 30px;
	margin-top: 40px;
}

nav ul.menu, nav ul.submenu
{
	margin: 0;
	padding: 0;
}

nav ul.submenu
{
	display: none;
}

nav ul.submenu.visible
{
	display: block;
}

nav ul.menu li.principal
{
	font-family: 'brandon_grotesquebold';
	font-size: 14px;
	text-transform: uppercase;
	color: #68c8c7;
	list-style: none;
	min-height: 75px;
	letter-spacing: 2px;
}

nav ul.submenu li
{
	font-family: 'brandon_grotesquethin';
	color: #68c8c7;
	list-style: none;
	margin-bottom: 5px;
	text-transform: none;
}

nav ul li .sel
{
	color: #808080;
}

nav ul.submenu
{
	margin-top: 3px;
}

section
{
	width: 600px;
	margin-left: 45px;
	position: relative;
	margin-top: -40px;
}

h2
{
	text-align: center;
	font-family: 'brandon_grotesquebold';
	font-size: 30px;
	letter-spacing: 2px;
	color: #68c8c7;
	text-transform: uppercase;
}

.resumo
{
	text-align: center;
}

.texto
{
	text-align: center;
	padding-top: 55px;
	font-size: 15px;
	line-height: 22px;
}

.rodape
{
	color: #68c8c7;
	font-size: 12px;
}

.resumo a:hover, .texto a:hover
{
	color: #68c8c7;
}

input,button,textarea
{
	outline: none;
}

.contactos_page
{
	padding-top: 30px;
	width: 400px;
	margin: 0 auto;
}

.caixas
{
	border: solid 1px #808080;
	height: 25px;
	width: 400px;
}

.hcaixas
{
	height: 100px;
}

.label
{
	font-size: 14px;
	color: #68c8c7;
	font-family: 'brandon_grotesquebold';
	text-transform: uppercase;
	margin-top: 8px;
}

button
{
	background-color: #68c8c7;
	border: none;
	color: #fff;
	padding-top: 3px;
	height: 25px;
	width: 100px;
	margin-top: 15px;
	font-family: 'brandon_grotesquebold';
	text-transform: uppercase;
	cursor: pointer
}

.caixas_error
{
	border: solid 1px #f00
}

#datae
{
	width: 170px;
}

#datas
{
	width: 170px;
}

#pessoas
{
	width: 50px;
}

div.ui-datepicker{
 	font-size:12px;
}

header
{
	position: relative;
}

#lang
{
	position: absolute;
	right: 55px;
	top: 0px;
	font-size: 12px;
}

#lang li
{
	list-style: none;
	float: left;
}

#lang li a
{
	color: #68c8c7;
}
