@charset "UTF-8";
/* CSS Document */

#esq {
	position:fixed;
	bottom:0px;
	left:0px;
	top:0px;
	float:left;
	height:100%;
	width:300px;
}
#logo {
	float:left;
	height:230px;
	width:300px;
}
#about {
	float:left;
	height:105px;
	width:270px;
}
#menu {
	float:left;
	width:100%;
}
#menu1 {
	background-color:#FF0;
	margin:3px;
	margin-left:-5px;
}
#contato {
	background-color:#333;
	position:fixed;
	bottom:0px;
	left:0px;
	float:left;
	height:120px;
	width:295px;
}

.info {
	font: 14px 'QlassikBoldRegular', Trebuchet MS, sans-serif;
	list-style:none;
	color:#FFF;
	margin-bottom:5px;
	margin-left:20px;
}

.titulo {
	font: 30px 'MarketingScriptRegular', Trebuchet MS, sans-serif;letter-spacing: 0;
	list-style-position:inherit;
	list-style:none;
	color:#FF0;
	margin-top:2px;
	margin-bottom:-10px;
	margin-left:20px;
}

.font1 {
	font: 14px 'QlassikBoldRegular', Trebuchet MS, sans-serif;
	margin-left:25px;
	list-style:none;
}

h1.fontface {
	color:#333;
	font: 30px/38px 'MarketingScriptRegular', Trebuchet MS, sans-serif;letter-spacing: 0;
	margin-left:22px;
}
p.style2 {
	color:#333;
	font: 14px 'QlassikBoldRegular', Trebuchet MS, sans-serif;
	margin-left:22px;
	}

/* MEEEEEEEEEEEEEEEEEEEEEEEEEEIO */

#meio {
	position:absolute;
	bottom:0px;
	left:350px;
	top:30px;
	float:left;
	height:100%;
	width:600px;
}

#galeria{
	float:left;
	height:100%;
	width:200px;
}

#galeria2{
	float:left;
	height:100%;
	width:200px;
}

#galeria3{
	float:right;
	height:100%;
	width:200px;
}


/* DIIIIIIIIIIIIIIIIIIIIIIIIIIR */

#dir {
	position:fixed;
	bottom:0px;
	right:0px;
	float:right;
	height:100%;
	width:250px;
}
#menudir {
	float:right;
	width:100%;
}
#menudir1 {
	background-color:#FF0;
	margin:3px;
	margin-right:-5px;
}
#menudir2 {
	background-color:#000;
	margin:3px;
	margin-right:-5px;
}

/* LIIIIIIIIIIIIINKS */

body {
	background-color: #FFF;
}
a:link {
	color:333;
	text-decoration:none;
}
a:visited {
	color:333;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:active {
	color:333;
	text-decoration:none;
}

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	overflow:auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}