@charset "utf-8";

/* CSS Reset by http://www.meyerweb.com/eric/ */

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;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}

/* CSS Document */

body {
	margin:0 auto;
	background:url(../img/bgfull.jpg) no-repeat;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto 0 auto;
}

h1{font-size:32px; margin:0 auto; height:200px; width:770px; position:relative;}
h2{font-size:21px; margin:20px 0 5px 0; color: #990000;  font-family: Arial, Helvetica, sans-serif; font-weight:normal;}
h3{font-size:18px; margin:15px 0 -20px 0; color:#999999; font-family: Arial, Helvetica, sans-serif; font-style:italic; font-weight:normal;}
p {font-size:14px; margin:25px 0 20px 0; color:#666666; font-family:Arial, Helvetica, sans-serif;}

h1 span{display:none;}

#tudo{
	width:775px;
	margin:0 auto;
}

#top h1{
	position:relative;
	z-index:10;
}

#menu{
	padding-left:14px;
	margin-top:-195px;
	margin-bottom:180px;
	position:relative;
	z-index:80;
}

#menu ul{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:25px;
	width:770px;
}

#menu ul li{
	margin:0 9px 0 10px;
	float:left;
}

#menu ul li a{
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}
#menu ul li a:hover{
	color:#666666;
}

#inicio{
	width:730px;
	height:350px;
	margin:200px auto;
}
#inicio img{
	margin:10px 0 20px 0;
}
#inicio p{
	float:left;
	width:490px;
	font-size:16px;
	line-height:23px;
	margin-top:10px;
	text-align:justify;
}
#inicio p strong{
	float:right;
}


#arte {
	width:730px;
	margin:200px auto;
}

#artesa {
	width:730px;
	margin:200px auto;
}

#curiosidades {
	width:730px;
	margin:200px auto;
}

#curiosidades ol{
	font-style:italic;
	color:#666666;
}

.curiosidades{
	float:left;
	width:730px;
}

.curiosidade{
	float:left;
	width:340px;
	margin-right:20px;
	height:auto;

}

#precos {
	width:730px;
	margin:200px auto;
}
#precos ul{
	font-style:italic;
	color:#666666;
	margin-top:25px;
}

#informacoes {
	width:730px;
	margin:200px auto;
}

#contato {
	width:730px;
	margin:200px auto;
}
#contato a{
	color:#990000;
}

#modelos {
	width:730px;
	margin:200px auto;
}
#modelos h3{
	margin:20px 0 0 -35px;
}

#modelos img{
	margin:25px;
	padding:4px;
	border:solid 1px #CCCCCC;
	background: #ECE1DD;
}
#modelos img:hover{
	margin:25px;
	padding:4px;
	border:solid 1px #999999;
	background:#ECE1DD;
}
#gallery {
	margin-left:35px;
}


.float_right{
	float:right;
}

.clear_both{
	clear:both;
}