@charset "iso-8859-1";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Geneva, sans-serif;
	outline:0;
}

body {
	background:url(images/bodyBG.jpg) top repeat-x;
	font-size:12px;
}

#siteContainer {
	width:980px;
	margin:0 auto;
}

#header {
	width:980px;
	height:220px;
	margin-top:60px;
	text-align:center;
}

#flash {
	width:900px;
	height:260px;
	margin:20px auto;
}

#footer {
	border-top:1px dotted #000;
	padding-top:15px;
	line-height:20px;
}
#footer img {
	margin-bottom:-3px;
}

#content {
	width:900px;
	margin:0 auto;
	min-height:300px;
}

a {
	text-decoration:none;
	color:#000;
}
p {
	font-size:16px;
}
a:hover {
	text-decoration:underline;
	color:#F00;
}
address {
	font-style:normal;
	font-size:12px;
}
span {
	font-weight:bold;
}
ul {
	list-style:none;
	margin-bottom:20px;
}
ul li {
	padding:8px 0;
}
ul li.categoryitems{
	padding:0;
}

h2 {
	font-size:18px;
	text-transform:uppercase;
}

h1.logo {
	text-indent:-3000px;
}
a.logo {
	display:block;
	height:217px;
	width:580px;
	margin:0 auto;
	background-image:url(images/logo.jpg);
}
.marginTop {
	margin-top:20px;
}
.font20 {
	font-size:20px;
}
.font29 {
	font-size:29px;
}
.font30 {
	font-size:30px;
}
.font35 {
	font-size:35px;
}
.font40 {
	font-size:40px;
}
.font51 {
	font-size:51px;
}
.font50 {
	font-size:50px;
}
.font56 {
	font-size:56px;
}
.font60 {
	font-size:60px;
}
.redText {
	color:#F00;
}
.clear {
	clear:both;
}

#homeContent {
	text-align:center;
	margin:20px 0;
}

.contatoForm {
	width:500px;
	margin:15px 0;
}
.contatoForm  label {
	width:80px;
	float:left;
}
input[type=text] {
	width:400px;
	border:1px solid #666;
	background-color:#FFF;
	padding:2px;
	margin-bottom:4px;
	display:block;
}
textarea {
	width:400px;
	height:100px;
	border:1px solid #666;
	background-color:#FFF;
	padding:2px;
	margin-bottom:4px;
	font-size:14px;
}
input[type=submit] {
	width:60px;
	border:1px solid #666;
	background-color:#FFF;
	padding:2px;
	float:right;
	margin-right:14px;
	cursor:pointer;
}
