html, body {
	height:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#381c1e url(../img/bodyBG.jpg) repeat-x left bottom;
	background-attachment:fixed;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#381c1e;
	overflow:hidden;
}
a{
	text-decoration:underline;
	color:#381c1e;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
}
.marginHome{
	margin-left:10px;
}
#outWrapper{
	width:980px;
	margin:20px auto 0 auto;
}
#outWrapper #top{
	display:block;
	height:10px;
	background:#381c1e url(../img/top.png) no-repeat top left;
}
#outWrapper #baseMenu{
	display:block;
	height:33px;
	padding-left:242px;
	background:#381c1e url(../img/leftMenu.gif) no-repeat 0px 0px;
	color:#fff;
}
#outWrapper #baseMenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#outWrapper #baseMenu ul li{
	float:left;
	margin-right:10px;
	text-align:center;
	border-left:1px solid #5b4446;
	padding:0 7px 0 15px;
	cursor:pointer;
}
#outWrapper #baseMenu ul li:first-child{
	border-left:none;
	margin-left:5px;
}
#outWrapper #baseMenu ul li a{
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	height:20px;
	display:block;
}
#outWrapper #baseMenu ul li:hover a, #outWrapper #baseMenu ul li.selected a{
	color:#b20405;
	background:url(../img/hover.gif) repeat-x 0px 18px;
}
#outWrapper #baseMenu #facebook{
	width:81px;
	height:27px;
	overflow:hidden;
	float:right;
	background:url(../img/facebook.png) no-repeat 0px 0px;
	cursor:pointer;
	margin:-4px 10px 0 0;
}
#outWrapper #baseMenu #facebook:hover{
	background-position:0px -27px;
}
#outWrapper #bottom{
	display:block;
	height:8px;
	background:url(../img/bottom.png) no-repeat bottom left;
}
#outWrapper #baseContent{
	min-height:430px;
	background:#f6f6f6;
	display:block;
	padding:10px;
}
#outWrapper #baseContent.heighContactos{
	min-height:460px;
}
#outWrapper #baseContent #leftColumn{
	width:222px;
	height:100%;
	margin-right:10px;
	float:left;
	text-align:center;
}
#outWrapper #baseContent #leftColumn #logo{
	display:block;
}
#outWrapper #baseContent #leftColumn #menuLateral{
	margin-top:20px;
	min-height:100px;
}
#outWrapper #baseContent #leftColumn #promocoes{
	margin-top:20px;
}
#outWrapper #baseContent #rightColumn{
	float:right;
	width:728px;
	height:100%;
}
#outWrapper #baseContent #rightColumn #banner{
	height:126px;
	overflow:hidden;
	display:block;
}
#outWrapper #baseContent #rightColumn #content{
	margin-top:10px;
	width:728px;
	height:294px;
	display:block;
}
#outWrapper #baseContent #rightColumn #content #contentTop, #outWrapper #baseContent #rightColumn #content #contentBottom{
	background:red;
	height:10px;
	overflow:hidden;
	display:block;
}
#outWrapper #baseContent #rightColumn #content #contentTop{
	background:url(../img/contentBorders.gif) no-repeat 0px 0px;
}
#outWrapper #baseContent #rightColumn #content #contentMiddle{
	background:#fcfcfc;
	padding:10px;
	min-height:254px;
}
#outWrapper #baseContent #rightColumn #content #contentMiddle #frase{
	width:380px;
	float:left;
	text-align:justify;
	margin:30px 0 0 20px;
}
h1{
	color:#c00000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	height:auto;
	margin-bottom:10px;
}
#outWrapper #baseContent #rightColumn #content #contentMiddle #imagens{
	float:right;
	margin-top:30px;
}
#outWrapper #baseContent #rightColumn #content #contentBottom{
	background:url(../img/contentBorders.gif) no-repeat 0px -10px;
}
#outWrapper #footer{
	font-size:10px;
	padding:5px 10px 0 10px;
	color:#fff;
}
#outWrapper #footer a{
	color:#fff;
	text-decoration:none;
}
#outWrapper #footer a:hover u{
	text-decoration:none;
}
/**/
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.castanho, .vermelho{
	font-weight:bold;
	text-transform:uppercase;
}
.castanho{
	color:#381c1e;
}
.vermelho, .vermelho2{
	color:#c00000;
}
/**/
#gallery{
	margin-top:30px;
	height:160px;
	overflow:hidden;
}
#gallery ul {
	list-style: none;
	display:inline-block;
}
#gallery ul li {
	width:91px;
	height:157x;
	padding:4px;
	text-align:center;
	overflow:hidden;
	float:left;
	margin-left:40px;
	margin-bottom:10px;
}
#gallery ul li:first-child {
	margin:0;
	margin-left:5px;
}
#gallery ul li div {
	font-size:10px;
	text-align:center;
	line-height:11px;
}
#gallery ul img {
	border:none;
	outline:none;
}
#gallery ul a:hover img {
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}
#gallery ul li:hover{
	background:#c00000;
	color:#fff;
}
/**/
#molduraMapa{
	width:396px;
	height:250px;
	background:url(../img/molduraMapa2.jpg) no-repeat top left;
	float:right;
	margin:0 0 0 0;
	padding:10px;
	overflow:hidden;
}
#map_canvas{
	width:376px;
	height:230px;
	margin:20px 0 0 10px;
}